body {
margin : 0;
padding : 0;
text-align : center;
background: url(img/strand.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center; 
background-color: #c7b985;
}
#container {
width : 1000px;
margin : 0 auto;
padding : 0;

}
			/*Kopfzeile*/
#banner {
width: 1000px;
height: 40px;
padding : 30px 0px 0 0px;
}

			/*Mitte*/
#content {
padding : 0 0px 0 0px;
margin-left : 0px;
margin-right : 0px;
margin-top : 0;
line-height : 1.8em;
}
#content h1 {
margin : 40px 0 0 20px;
font-size: 30px;
font-family: Fenice Light, Arial, Verdana;
src: local(superschrift), url: (typo/Fenice Light) format(TrueType);
text-align: center;
text-transform : none;
text-transform: uppercase; 
letter-spacing : 0px;
color : #000;
}
#content h2 {
margin : 40px 0 0 20px;
font-size: 20px;
font-family: Fenice Light, Arial, Verdana;
src: local(superschrift), url: (typo/Fenice Light) format(TrueType);
text-align: center;
text-transform : none;
text-transform: uppercase;
letter-spacing : 0px;
color : #000;
}
			/*Linke Seite*/
#sidebar {
float : left;
width : 50px;
height: 400px;
margin : 0 0 0 0;
padding : 5px;
}
			/*Navigation*/
.menu {
margin-bottom : 20px;
width : 110px;
padding : 60px 0 0 0;
}
.menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
.menu li {
margin : 0 0 0.2em 0;
}
.menu a {
display : block;
font-size : 14px;
color :#a2976d;
text-transform: uppercase;
letter-spacing : 0px;
width : 140px;
padding : 0.5em 0.8em;
text-decoration : none;
}
.menu a:hover {
color: #000;
}
.menu-b {
margin-bottom : 20px;
width : 110px;
padding : 60px 0 0 0;
}
.menu-b ul {
margin : 0;
padding : 0;
list-style-type : none;
}
.menu-b li {
margin : 0 0 0.2em 0;
}
.menu-b a {
display : block;
text-align: right;
font-size : 14px;
color :#a2976d;
text-transform: uppercase;
letter-spacing : 0px;
width : 140px;
padding : 0.5em 0.8em;
text-decoration : none;
}
.menu-b a:hover {
color: #000;
}
.links {
font-size : 1.4em;
text-transform : uppercase;
letter-spacing : 3px;
}
			/*Rechte Seite*/
#sidebar-b {
float : right;
width : 50px;
height: 400px;
margin : 0 0 0 0;
padding : 5px;
}
			/*Footer*/
#footer {
clear : both;
text-align:center;
padding : 5px;
margin-top : 5px;
height : 40px;
font-size : 0.8em;
color :  ;
background : ;
}
#footer a:link, #footer a:visited {
background : inherit;
color : ;
text-decoration : none;

}
			/*Typo*/
h1 {
margin : 0 0 10px 0;
font :  ;
text-transform : uppercase;
color : ;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : ;
}
			/*Links*/
a {
color : ;
font-weight :;
text-decoration : none;
background : inherit;
}
a:hover {
text-decoration : none;
color : ;
background : inherit;
}
a img {
border: 0;
}
			/*Class*/
.clear {
clear : both;
overflow : hidden;
width : 0;
height : 1px;
}