/* CSS Document */

#center {
	width: 990px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(/pictures/basic/bckgrd1.gif);
	background-repeat: repeat-y;
}

#header1 {
	position: relative;
	height: 125px;
	width: 990px;
	border-bottom: 1px solid #FFFFFF;
	/*background-color: #99CC00;*/
}
	#menu2 {
		position: absolute;
		top: 20px;	
		left: 0px;
		height: 80px;
		width: 175px;
		text-align: right;
		/*background-color: #FFFF66;*/	
	}
	#logo {
		position: absolute;
		top: 25px;	
		left: 194px;
		height: 80px;
		width: 240px;
		/*background-color: #FFFF66;*/
	}
	#mainmenu {
		position: absolute;
		top: 15px;	
		left: 790px;
		height: 99px;
		width: 160px;
		text-align: left;
		/*background-color: #FFCC33;*/
	}
#header2 {
	position: relative;
	height: 179px;
	width: 990px;
	border-bottom: 1px solid #FFFFFF;
	/*background-color: #CC3366;*/
}
	#menu0 {
		position: absolute;
		margin-top: 0px;
		left: 0px;
		width: 180px;
		height: 179px;
		text-align: right;
		background-color: #CD3333;
	}	
	#headerpic {
		position: absolute;
		margin-top: 0px;
		left: 180px;
		width: 810px;
		height: 179px;
		background-color: #999999;
	}
#main {
	position: relative;
	float: left;
	width: 990px;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	/*background-color: #CCFF66;*/
}
	#leftNavCol {
		width: 180px;
		float: left;
	} 
		#search {
			position: relative;
			top: 0px;
			left: 0px;
			width: 180px;
			margin: 20px 0px 0px 0px;
			padding: 0px 0px 0px 5px;
		}
		#menu1 {
			position: relative;
			top: 0px;
			left: 0px;
			width: 180px;
			text-align: right;
			margin: 20px 0px 0px 0px;
			/*background-color: #99CCCC;*/
		}
		#banner {
			position: relative;
			top: 0px;
			left: 6px;
			margin: 20px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}
	#content {
		position: relative;
		top: 0px;
		right: 0px;
		width: 780px;
		padding: 22px 0px 40px 0px;
		float: right;
		/*background-color: #FFCC66;*/
	}
		#menu_kitas1 {
		  position: relative;
			width: 770px;
      margin: 0px 0px 20px 0px;
		}
    #content0 {
			width: 770px;
		}
    #content1 {
			width: 550px;
			float: left;
		}
		#content2 {
			width: 200px;
			float: right;
			padding: 0px 0px 0px 0px;
		}
		.content3 {
			margin: 20px 0px 20px 0px;
		}

