body {
margin : 0;
padding : 0;
text-align : left;
color : #000000;
background : #cec4ab url(img/hg1.jpg) repeat-y center top;
font : 75% "Trebuchet MS", verdana, arial, tahoma, sans-serif;
}
#container {
width : 750px;
margin : 0 auto;
padding : 0;
color : #000000;
background : #ffffff;
}
			/*BANNER*/
#banner {
float : left;
width : 750px;
height : 180px;
padding : 0;
margin-bottom : 0;
background : #eee url(img/betten.jpg);
}
#banner h1 { margin : 130px 0 0 50px; text-transform : none; color : #101010; font-size: 14px; font-family: arial; font-weight: bold; font-style: normal; font-variant: normal; background : transparent; }
			/*MAIN CONTENT*/
#content { font-size: 14px; font-family: "trebuchet ms"; padding : 0 5px; margin-left : 165px; margin-right : 165px; margin-top : 0; }
#content h1 { padding : 20px 0 0; text-transform : uppercase; letter-spacing : 3px; color : #3a3a3a; font-size: 18px; font-family: "trebuchet ms"; font-weight: bold; font-variant: normal; line-height: normal; background : inherit; text-align : center; }
#content p { font-size: 14px; font-family: "trebuchet ms"; line-height: 20px; }
#content A { color: #3a3a3a; font-weight: bold; text-decoration: none; }
#content A:hover { color: #666; text-decoration: underline; }
			/*LEFT SIDEBAR*/
#sidebar {
float : left;
width : 160px;
margin : 0;
padding : 0;
}
			/*NAVIGATION*/
.menu {
margin-bottom : 20px;
width : 110px;
padding : 10px 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 : 11px;
color : #3a3a3a;
background : #cec4ab;
width : 120px;
padding : 0.5em 0.8em;
text-decoration : none;
border-left : 10px solid #a99e83;
}
.menu a:hover {
border-left : 10px solid #a99e83;
background-color : #3a3a3a;
color : #fff;
}
.links { font-size : 14px; font-weight: bold; }
			/*RIGHT SIDEBAR*/
#sidebar-b {
float : right;
width : 150px;
margin : 0 0 0 0;
padding : 5px;
}
			/*FOOTER*/
#footer { background-color: #ffffff; background-attachment: scroll; text-align:center; padding: 5px; border-top: 1px solid #a99e83; }
#footer p{ height : 40px; font-size : 0.8em; color : #000000; }
#footer a:link, #footer a:visited {
color : #a99e83;
text-decoration : none;
}
#footer a:hover {
color : #3186d3;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0 0 10px 0;
font : normal 1.4em verdana, arial, tahoma, sans-serif;
text-transform : uppercase;
color : #acaf2c;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
color : #236bac;
font-weight : bold;
text-decoration : none;
background : inherit;
}
a:hover {
text-decoration : none;
color : #369;
background : inherit;
}
a img {
border: 0;
}
			/*CLASS*/
.clear {
clear : both;
overflow : hidden;
width : 0;
height : 1px;
}
.post {
background-color : #404040;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 80%;
}
.post .date {
background : url(img/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
.post .comments {
background : url(img/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
.post .readmore {
background : url(img/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
