body {
 background-color: #FFFFFF;
 background-image: url('../images/background.png');
 background-repeat: repeat-x;
 margin: 0;
 padding: 0;
 font-family: Trebuchet MS;
 font-size: 12px;
}

#alles {
 width: 1000px;
 margin: auto;
 padding: 0;
}
#logo {
 background-image: url('../images/logo.png');
 background-repeat: no-repeat;
 margin-top: 45px;
}
#logo img {
 width: 159px;
 height: 40px;
 border: 0;
 }
#navigation {
 float: right;
 margin-top: 10px;
}
#navigation a {
 color: #54514a;
 text-decoration: none;
 padding: 65px 12.5px 40px 12.5px;
 font-size: 16px;
 font-weight: bold;
}
#navigation a:hover {
 background-color: #28261d;
 color: #71b22b;
 text-decoration: underline;
 font-size: 16px;
 font-weight: bold;
}
#navigation li {
 float: left;
 list-style: none;
}
#mitte {
 background-image: url('../images/landscape.png');
 background-repeat: no-repeat;
 margin-top: 41px;
}
#mitte img {
 width: 1000px;
 height: 194px;
 border: 0;
}
#inhalt {
 width: 731px;
 margin: auto;
}
#inhalt h1 {
 font-size: 18px;
}
#inhalt h2 {
 font-size: 16px;
}
#inhalt h3 {
 font-size: 14px;
}
#inhalt span {
 font-size: 11px;
 font-style:italic;
}
#inhalt p {
 font-size: 11px;
}
#inhalt a {
 color: #000000;
 text-decoration: underline;
}
#inhalt a:hover {
 background-color: #28261d;
 text-decoration: none;
}
#footer {
 width: 731px;
 margin: 50px auto;
 font-size: 11px;
 text-align: center;
 color: #7f7f7f;
}
#footer a {
 color: #7f7f7f;
 text-decoration: underline;
}
#footer a:hover {
 color: #28261d;
 text-decoration: none;
}
#footer img {
 background-image: url('../images/footer.png');
 background-repeat: no-repeat;
 height: 1px;
 width: 731px;
}
