body {
	margin : 0;
	padding : 0;
	text-align : left;
	color : #333;
	font : 75% "Trebuchet MS", verdana, arial, tahoma, sans-serif;
	background-attachment: fixed;
	background-color: #858563;
	background-image: url(../img/fruehling.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#container {
width : 780px;
margin-left: 25px;
margin-right: 265px;
padding : 0;
color : #aaa;
background : #404040;
}
			/*Die Banner*/
#banner {
float : left;
width : 420px;
height : 140px;
padding : 0;
margin-bottom : 15px;
margin-right: 5px;
margin-left: 5px;
border : 10px solid #acaf2c;
margin-top: 5px;
background-color: #CC9933;
}
#bannerb {
float : right;
width : 240px;
color : #aaa;
background : #404040;
margin-bottom: 15px;
margin-right: 5px;
margin-left: 5px;
margin-top: 5px;
height: 140px;
padding : 10px;
}
			/*Topnavigation*/
#navcontainer {
clear : both;
width : 780px;
margin-top : 20px;
margin-bottom : 30px;
}
#navcontainer ul {
float : left;
width : 770px;
padding-left : 0;
margin-left : 0;
background : #515244;
color : #fff;
border-left : 5px solid #404040;
border-right : 5px solid #404040;
margin-bottom : 30px;
}
#navcontainer ul li {
display : inline;
}
#navcontainer ul li a {
float : left;
padding : 0.1em 1em;
text-decoration : none;
border-right : 1px solid #aaa;
background : #515244;
color : #acaf2c;
}
#navcontainer ul li a:hover {
background : #acaf2c;
color : #fff;
}
#active a:link, #active a:visited, #active a:hover {
background : #515244;
color : #fff;
}
			/*Inhalt*/
#content {
padding : 0;
margin-left : 166px;
margin-right : 146px;
background : inherit;
color : #aaa;
}
            /*Inhalt ohne rechte sidebar*/
#content1{
padding : 0;
margin-left : 10px;
margin-right : 0px;
background : inherit;
color : #aaa;
}
			/*linke sidebar*/
#sidebar {
float : left;
width : 150px;
margin-left : 5px;
padding : 0;
}
			/*Navigationsmenue*/
.menu {
margin-bottom : 20px;
width : 110px;
padding : 0px 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 : #acaf2c;
background : #515244;
width : 120px;
padding : 0em 0em;
text-decoration : none;
border-left : 10px solid #4c4c42;
}
.menu a:hover {
border-left : 10px solid #6d6f1c;
background-color : #acaf2c;
color : #fff;
}
.links {
font-size : 1.4em;
text-transform : uppercase;
letter-spacing : 3px;
}
			/*Rechte Seitenleiste*/
#sidebar-b {
float : right;
width : 120px;
margin-right : 5px;
padding : 0px;
}
			/*Footer*/
#footer {
clear : both;
padding : 5px;
margin-top : 5px;
font-size : 0.8em;
border-top : 1px solid #515244;
color : #eee;
background : #404040;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #acaf2c;
text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #858563;
background : inherit;
color : #858563;
}
			/*Schriften*/
h1 {
font : normal 2.0em verdana, arial, tahoma, sans-serif;
color : #acaf2c;
background : 404040;
margin-right: 0;
margin-bottom: 15px;
margin-left: 0;
margin-top: 10px;
}
	
h3 {
font : normal 1.4em verdana, arial, tahoma, sans-serif;
color : #acaf2c;
background : inherit;
margin-right: 0;
margin-bottom: 15px;
margin-left: 0;
margin-top: 20px;
}

blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}

.text {
font-weight : bold;
font-style : normal;
color : #FFFFCC;
}

			/*LINKS*/
a {
color : #acaf2c;
font-weight : bold;
text-decoration : none;
background : inherit;
}
a:hover {
text-decoration : none;
color : #369;
background : inherit;
}
a img {
border: 0;
}
			/*Boxes und classes*/

.sidebarbox-noborder {width: 140px; margin: 0px 5px 1.0em 9px; padding: 0px;}

.contentbox {width: 140px; margin-top : 25px; margin-left : 5px; padding: 0px;
}

.contentbox2 {clear: both; width: 468px; margin-top : 25px; margin-left : 170px; padding: 0px;
}
.contentbox-half-left {clear: both; float : left; width: 200px; margin-left : 10px; padding: 0px;}
.contentbox-half-right {clear: both; float : right; width: 200px; margin-left : 0px; margin-right : 0px; padding: 0px;}			

.clear {
clear : both;
overflow : hidden;
width : 0;
height : 1px;
}

br {clear: none;}
