/* CSS Document */

#center {
	position: relative;
	width: 984px;
	margin: 0px auto 0px auto;
	text-align: left;
	/*background-color: #CC9933;*/
}
#header {
	/*position: relative;*/
	height: 230px;
	width: 984px;
	background-image: url(/pictures/header/header_dc_01.jpg);
	background-repeat: no-repeat;
	/*background-color: #99CC00;*/
}
	#headercover {
		position: absolute;
		top: 150px;
		left: 0px;
		height: 40px;
		width: 984px;
		}
	#menu0 {
		position: absolute;
		top: 175px;
		left: 2px;
		height: 32px;
		width: 984px;
		/*background-color: #CC0000;*/
	}
#main {
	position: relative;
	left: 2px;
	width: 984px;
	margin: 0px;
	padding: 0px;
	/*background-color: #CCFF66;*/
}
	#menu1 {
		position: relative;
		top: 0px;
		left: 0px;
		width: 194px;
		float: left;
		padding: 0px 0px 70px 0px;
		/*background-color: #99CCCC;*/
	}
	#content {
		position: relative;
		top: 0px;
		left: 14px;
		width: 772px;
		padding: 0px 0px 70px 0px;
		margin: 0px 0px 0px 0px;
		float: left;
		/*background-color: #FFCC66;*/
	}
		#content_index_temp {
			position: relative;
			top: 0px;
			left: -200px;
			width: 980px;
			padding: 0px 0px 70px 0px;
			/*background-color: #FFCC66;*/
		}
		#content_index {
			position: relative;
			top: 0px;
			left: -13px;
			width: 980px;
			padding: 0px 0px 70px 0px;
			/*background-color: #FFCC66;*/
		}
		#content0 { /* A: einspaltig */
			position: relative;
			top: 0px;
			left: 0px;
			width: 772px;
			float: left;
			/*background-color: #CC9900;*/
		}
		#content1 { /* B: links breite Spalte */
			position: relative;
			top: 0px;
			left: 0px;
			width: 480px;
			float: left;
			/*background-color: #CC9900;*/
		}
		#content2 { /* B: links breite Spalte */
			position: relative;
			top: 0px;
			left: 0px;
			width: 265px;
			float: right;
			/*background-color: #CC0000;*/
		}
		#content3 { /* C: rechts breite Spalte */
			position: relative;
			top: 0px;
			left: 0px;
			width: 290px;
			float: left;
			/*background-color: #CC9900;*/
		}
		#content4 { /* C: rechts breite Spalte */
			position: relative;
			top: 0px;
			left: 0px;
			width: 430px;
			float: right;
			/*background-color: #CC0000;*/
		}
#footer {
	position: relative;
	clear: both;
	width: 984px;
	height: 18px;
	left: 2px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/pictures/basic/balken_unten_01.png);
	background-position: left;
	background-repeat: no-repeat;
}
	#footerleft {
		position: absolute;
		top: 1px;
		left: 0px;
		width: 200px;
		height: 18px;
		padding: 0px 0px 0px 10px;
		/*background-color: #0099FF;*/
	}
	#footerright {
		position: absolute;
		top: 1px;
		right: 0px;
		width: 480px;
		height: 18px;
		padding: 0px 10px 0px 0px;
		text-align: right;
		/*background-color: #33CCFF;*/
	}