body {
	background-color: #ffe37f;	
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 1000px;
	z-index: 1;
	background-image: url(content.png);
}


#banner {
	position: relative;
	width: 1000px;
	height: 170px;
	z-index: 2;
	background-image: url(banner.png);
}


#content {	
	position: relative;
	width: 740px;
	float: right;
	max-width: 740px;
	padding-top: 11px;
	padding-right: 15px;
	padding-left: 5px;	
	min-height: 1000px;
}

#info {
	position: relative; 
	float: right;
	width: 257px; 
	margin-left: 20px;
	margin-right: 20px;
	background-image: url(infocontent.png);
	text-align: center;
}

#info #banner{
	height: 48px;
	width: 257px; 
	background-image: url(infobanner.png);
}

#info #bottom{
	height: 15px;
	width: 257px; 
	background-image: url(infobottom.png);
}


#sidecontent {
	position: relative;
	width: 219px;
	float: left;
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 5px;
	margin-bottom: 35px;
}


#bottom {
	position: relative;
	width: 1000px;
	height: 21px;
	z-index: 2;
    clear: both;
	background-image: url(bottom.png);
	background-repeat: no-repeat;
}


#infobalken {
	position: relative;
	width: 668px;
	height: 64px;
	z-index: 2;
	left: 20px;
	margin-top: 25px;
	padding-left: 100px;
	padding-bottom: 15px;
	padding-top: 10px;
	background-image: url(info.png);
	background-repeat: no-repeat;
	color: #009900;	
}


#warnbalken {
	position: relative;
	width: 668px;
	height: 64px;
	z-index: 2;
	left: 20px;
	margin-top: 25px;
	padding-left: 100px;
	padding-bottom: 15px;
	padding-top: 10px;
	background-image: url(warnung.png);
	background-repeat: no-repeat;
	color: #CC0000;
}

/*-------------------------------*/

#sidecontent #navbarbanner {
	position: relative; 
	height: 45px; 
	width: 219px; 
	background-image: url(navbarbanner.png);
}


#sidecontent ul {
	margin: 0px;
	padding: 0px;
}

#sidecontent li {
	text-indent: 20px;
	list-style: none;
	background-image: url(navbarcontent.png);
}

#sidecontent li a:link, #sidecontent li a:visited {
	display: block;	
	text-decoration: none;
	color: #000;
}

#sidecontent li ul {
	list-style: none;
}

#sidecontent li ul li {
	text-indent: 30px;
	background-image: url(navbarsubcontent.png);
}

#sidecontent a:hover {
	background: url(mouseover.png) no-repeat;
}

.active {
	background: url(active.png) no-repeat;
}
