/* CSS Document */

/* ---------------- GesamtContainer ---------------- */

div.container {
	width:833px;
	position: relative;
	margin: 0 auto;
	top:28px;

}

div.main {
	width:833px;	
	position: relative;
	margin: 0 auto;	
	overflow:hidden;	
	/*background-color: #FFFFFF;*/
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;
}


div.mainLeft {
	float: left;
	width: 195px;	
	 
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;	 

	min-height: 400px;
    height:auto !important;
    height:400px; 		

	margin: 0px;
	padding: 0px;
}

div.mainMiddle {
	width: 615px;
	float: left;	

	margin-top:45px;		
	
	
	min-height: 500px;
    height:auto !important;
    height:500px; 		
}

div.rightBorder {
	width: 15px;
	float: left;	

	padding-top:10px;		
	
	min-height: 300px;
    height:auto !important;
    height:300px; 		
}

div.top, div.bottom , div.underBottom {
	width:833px;
	float: left;
	clear: both;		
}


div.bottom {
	height: 19px;
	background-image: url(images/baseline.gif);
	background-repeat: repeat-x;
}

div.underBottom  {
	color: #ffffff;
	text-align:center;
}


div.underBottom  a {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 0px;		
	margin-bottom: 10px;
	line-height: 19px;
}


/* mainLeft-Unterteilungen */

div.mainLeft, div.mainMiddle {
padding-top: 30px;
padding-top: 0px;
}


div.mainLeft div.navItem {
	float: left;
	clear: both;
	padding: 6px 0px 2px 14px;
}

div.mainLeft div.subnavItem {
	float: left;
	clear: both;
	padding: 0px 0px 4px 20px;
}

div.mainLeft div.subnavItem a {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	line-height: 12px;	
}

div.mainLeft div.subnavItem a:hover {
	color: #000000;
}

/* mainMiddle-Unterteilungen */

div.mainMiddle div.norm {
	width: 615px;		
	float: left;	
	clear: both;
	padding: 0px 0px 20px 8px;		
}



