/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

#rootline,
#subNavigation,
#footerNavigation,
#copyright,
#address {
	display: none;
}

* {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
	/*text-align: center;*/
}

body {
	/*background: #0a1c44;*/
	background: #0a1c44 url(../images/box_bg_neu.png) repeat-y 0 0;
}

form .text {
	border-color: #000;
}

form .button {
	padding: 0 5px 0 5px;
	border-color: #000;
	background-color: #fff;
	color: #000;
}

#title {
	position: absolute;
	top: 28px;
	left: 10px;
	z-index: 1;
	background: #fff url(../images/kohzu_logo.gif) no-repeat 50% 50%;
}

	#title a {
		display: block;
		width: 201px;
		height: 31px;
		text-indent: -9999px;
	}
	
#subtitle {
	position: absolute;
	top: 30px;
	left: 232px;
	width: 200px;
	z-index: 1;
}

	#subtitle strong {
		color:#003366;
		letter-spacing:-1px;
	}

#box {
	position: relative;
	/*width: 996px;*/
	width: 844px;
	/* f�r Zentrierung */
	/*margin: 0 auto;*/
}

#header {
	position: relative;
	height: 108px;
	background: url(../images/header_bg_neu.jpg) no-repeat 0 0;
}

	ul#languageNavigation {
		float: right;
		margin-top: 10px;
		margin-right: 13px !important;
		margin-right: 13px;
	}

		#languageNavigation li {
			float: left;
			padding-left: 14px;
		}
		
		#languageNavigation li.first {
			padding: 0;
		}

		#languageNavigation li a {
			font-size: 9px;
			color: #fff;
			text-transform: uppercase;
		}
	
	ul#metaNavigation {
		float: left;
		margin-top: 10px;
		margin-left: 485px !important;
		margin-left: 243px;
	}

		#metaNavigation li {
			float: left;
			padding-left: 14px;
		}
		
		#metaNavigation li.first {
			padding: 0;
		}

		#metaNavigation li a {
			font-size: 9px;
			color: #fff;
			text-transform:uppercase;
		}
		
	#searchSword {
		position: absolute;
		display: block;
		top: 55px;
		right: 13px;
		width: 114px;
		height: 16px;
				
		/*background: red;*/
	}

		#searchSword label {	
			display: none;
		}

		#searchSword .text {
			position: absolute;
			right: 27px;
			/*width: 80px !important;
			width: 88px;*/
						
			width: 69px !important;
			width: 77px;
			
			padding: 1px 3px;
			border-top: 1px solid #7a858b;
			border-right: 1px solid #edf2f6;
			border-bottom: 1px solid #dce6f0;
			border-left: 1px solid #4f5458;
			background-color: #fff;
			font-size: 10px;
		}
		
		#searchSword .button {
			position: absolute;
			top: 4px;
			right: 0px;
			z-index: 1;
			width: 21px;
			height: 10px;
			border: 0px;
			background: url(../images/search_button2.png) no-repeat 50% 50%;
			text-indent: -9999px;
		}
		
	#printPage {
		position: absolute;
		top: 85px;
		/*left: 763px;*/
		left: 727px;
	}

		#printPage a {
			padding-left: 17px;
			background: url(../images/print_icon.png) no-repeat 0 1px;
			color: #fff;
			font-size: 9px;
			text-transform: uppercase;
			/*white-space: nowrap;*/
		}

#col1 {
	position: relative;
	float: left;
	clear: both;
	width: 220px;
	min-height: 547px;
	height: auto !important;
	height: 547px;
	background: url(../images/col1_bg_neu.jpg) no-repeat 0 0;
}

	ul#mainNavigation {
		margin-top: 2px;
		margin-left: 45px;
	}	
		
		#mainNavigation li a {
			display: block;
			height: auto !important;
			height: 1px;
			line-height: 24px;
			padding-left: 10px;
			font-size: 12px;
			font-family: Helvetica, sans-serif, Verdana, Arial;
			background: none;
		}
		
		#mainNavigation li a.cur {
			background: url(../images/red_arrow_right.png) no-repeat 0 9px;
		}
		
		#mainNavigation li a.act {
			background: url(../images/red_arrow_down.png) no-repeat 0 11px;
		}
		
		#mainNavigation li li {
			padding-left: 9px;
		}	
		
		#mainNavigation li li a {
			background: none;
			line-height: 20px;
		}	
		
		#mainNavigation li li a.cur {
			font-weight: bold;
		}	
		
		#mainNavigation li li a.cur {
			background: url(../images/red_arrow_right.png) no-repeat 0 7px;
		}
		
		#mainNavigation li li a.act {
			background: url(../images/red_arrow_down.png) no-repeat 0 9px;
		}
		
		#mainNavigation li li li a {
			font-size: 11px;
			line-height: 16px;
		}	
		
		#mainNavigation li li a.cur {
			background: url(../images/red_arrow_right.png) no-repeat 0 5px;
		}
		
		#mainNavigation li li a.act {
			background: url(../images/red_arrow_down.png) no-repeat 0 7px;
		}

#mainBox {
	position: relative;
	background: #f4f8fb url(../images/mainBox_bg.png) no-repeat 0 0;
	float: left;
}

#col2 {
	position: relative;
	float: left;
	width: 624px;
	min-height: 547px;
	height: auto !important;
	height: 547px;
	z-index: 2;
}

	#mainContent {
		padding: 10px 20px 10px 20px;
		width: 584px !important;
		width: 624px;
	}
	
	* html #mainContent {	
		overflow: hidden;
	}

.homepage #col2 {
	width: 456px;
}

	.homepage #mainContent {
		width: 416px !important;
		width: 456px;
		
	}

#col3 {
	display: none;
}

.homepage #col3 {
	position: relative;
	display: block;
	float: left;
	width: 168px;
}

	.homepage #rightContent {
		/*padding: 10px 20px 10px 20px;*/
		padding: 20px 12px 10px 1px;
		margin-top: 17px;
	}

#footer {
	position: relative;
	height: 23px;
	background: url(../images/footer_bg.png) no-repeat 220px 16px;
}

	#footer .gotoTop {
		position: absolute;
		right: 20px;
		background: url(../images/toTop.png) no-repeat 0 5px;
	}
	
		#footer .gotoTop a {
			padding-left: 15px;
			color: #fff;
		}
