body { 
font-family: Arial, sans-serif; 
line-height: 1.4;
font-size: 14px;
background: #b3bfb9;
margin: 0;
padding: 0;
color: #112211;
}

a { color: #3F4C6B; text-decoration: none;}
a:hover { text-decoration: underline; }

#wrap { 
width: 800px;
margin: 0 auto;
}

#topmenu {
background: url(images/menu.jpg) no-repeat;
height: 70px;
line-height: 50px;
}

#topmenu ul {
list-style-type: none;
margin: 0;
padding-left: 30px;
}
#topmenu ul li {
display: block;
float: left;
}
#topmenu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #fff;
font-weight: 100;
}
#topmenu ul li a:hover {
color: #fff;
background: url(images/menuover.png) repeat-x;
}

#header {
height: 110px;
}
#header h1 {
font-family: "Bauhaus93";  
src: local("Bauhaus93"), 
url("http://gliding-wood.de/BAUHS93.ttf") 
margin: 0;
padding: 28px 0 0 30px;
font-weight: 100;
color: #748F82;
font-size: 37px;
letter-spacing: -2px;
line-height: 27px;
}
#header h1 a { text-decoration: none; color: #748F82; }
#header h1 a:hover { text-decoration: none; color: #fff; }
#header h2 { font-size: 27px; padding: 0 0 0 30px; margin: 0; color: #fff; font-weight: 100; }

#top { background: url(images/top.jpg) no-repeat; padding: 15px 0; }

#contentwrap {
background: url(images/content.jpg) repeat-y;
padding: 0 40px;
}

#content {
float: left;
margin: 15px 0 0 0;
}
#content h2 {
margin: 0;
color: #83978E;
line-height: 30px;
font-weight: 100;
}

#content p { padding: 0 0 10px 0; color: #232323;}
#content ul { padding: 0 20px 10px 30px; }

#sidebar {
float: right;
margin: 20px 0 0 0;
width: 230px;
border-left: 1px solid #ccc;
}

#sidebar h3 {
height: 30px;
line-height: 30px;
font-weight: 100;
margin: 0; padding: 0 0 0 20px; 
color: #8F8F8F;
}

#sidebar p { padding: 0 10px 10px 10px; color: #232323; }

#sidebar ul {
padding: 5px 0 10px 20px;
margin: 0;
color: #aaa;
list-style-type: none;
}

#sidebar ul li {
background: url(images/bullet.png) no-repeat center left;
padding: 2px 0 2px 22px;
margin: 0;
}
#sidebar ul li a {  }

#footer { 
text-align: center;
color: #fff;
background: url(images/footer.jpg) repeat-y;
height: 110px; 
line-height: 140px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; }
