body {
margin : 0;
padding : 0;
text-align : left;
background: url(img/bg.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center; 
background-color: #c7b985;
}
#container {
width : 750px;
margin : 0 auto;
padding : 0;
}
			/*Kopfzeile*/
#banner {
float: left;
width: 750px;
height: 20px;
padding : 30px 0px 0 0px;
}

			/*Mitte*/
#content {
padding : 45px 10px 0 10px;
margin-left : 170px;
margin-right : 170px;
margin-top : 0;
line-height : 1.3em;
}
#content h3 {
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;
}
#content h3 {
margin : 20px 0 0 10px;
font-size: 20px;
font-family: Georgia, Times New Roman, Times, serif;
text-align: center;
text-transform : none;
text-transform: uppercase;
letter-spacing : 0px;
color : #000;
}
#content p {
margin : 20px 0 0 10px;
font-size: 12px;
font-family: Georgia, Times New Roman, Times, serif;
text-align: center;
text-transform : none;
letter-spacing : 0px;
color : #000;
}
#content a {
font-size : 12px;
font-family: Georgia, Times New Roman, Times, serif;
color :#a2976d;
text-transform: uppercase;
text-align: center;
letter-spacing : 0px;
width : 140px;
text-decoration : none;
}
#content a:hover {
color: #000;
}
			/*Linke Seite*/
#sidebar {
float : left;
width : 230px;
height: 700px;
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 : 230px;
height: 700px;
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;
}