body {
margin: 0;
padding : 0;
background: #ccc url(../images/bg.jpg) center repeat;
color: #555;
}
/*wrapper*/
#container {
width: 760px;
margin-left: auto;
margin-right: auto;
padding: 0;
font: 76% "Trebuchet MS","lucida sans", tahoma, sans-serif;
line-height: 1.8em;
background: transparent;
color: #666;
}
/*banner oben*/
#banner {
padding: 0;
margin-bottom: 0;
height: 246px; /* was 150 */
border-bottom:3px solid #fff;
background: #82B64D url(../images/logo.jpg);
color: #000;
}
/*haupt*/
#content {
padding: 1em;
margin-left: 200px;
}
/*bar seite*/
#sidebar {
float: left;
width: 160px;
margin: 0;
padding: 0 1em 0 1em;
}
/*menu seite*/
#sidebar ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
#sidebar ul li a {
display: block;
color: #385900;
background: inherit;
text-decoration: none;
margin: 0;
padding: 5px 0 5px 0;
border-bottom: 1px solid #C0C0C0;
}
#sidebar ul li a:hover {
text-decoration: none;
background: #E6E7E9;
color: #DA7910;
}
/*unten*/
#footer {
	clear: both;
	width:750px;
	padding: 5px;
	margin: 0;
	font-size: 0.8em;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background: #88C706;
	color: #000;
	text-align: center;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #000; 
}
#footer a:hover {
text-decoration : underline;
background : inherit;
color :  #fff;
}
/*hyperlinks*/
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #DA7910;
}
a:hover {
text-decoration : none;
background : inherit;
color :  #0000FF; 
}
/*fonts*/
h1 {
margin: 0;
padding: 30px 0 0 20px;
font-size: 175%;
letter-spacing: 3px;
}
h2 {
margin-top: 10px;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : transparent;
color :   #385900;
}
h3 {
margin: 0;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : inherit;
color :  #385900;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
h4 {
font-weight : bold;
color : #385900;
}
