/* 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
 *
 */

#col3,
#languageNavigation,
#searchBox,
#subNavigation {
	display: none;
} 
 
* {
	color: #000;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

html, body {
	height: 100%;
	text-align: center;
}

body {
}

form .text {
	border-color: #000;
}

form .button,
form .submit {
	padding: 0 5px 0 5px;
	border-color: #000;
	background-color: #fff;
	color: #000;
}

#title {
	position: absolute;
	top: 5px;
	left: 22px;
	z-index: 1;
}

	#title a {
		display: block;
		width: 295px;
		height: 100px;
		text-indent: -9999px;
	}
	
#subtitle {
	position: absolute;
	top: 7px;
	right: 3px;
	width: 182px;
	height: 5px;
	background-image: url(../images/subtitle_bg.png);
	text-indent: -9999px;
}

#accesskeysNavigation li a {
	position: absolute;
	z-index: 2;
	left: -10000px;
	padding: 2px 6px;
	text-decoration: underline;
	color: #fff;
	background: #D54A09;	
}

#accesskeysNavigation li a:focus,
#accesskeysNavigation li a:active {		
	left: 0;
	top: 38px;
}

#box {
	position: relative;
	width: 770px;
	/* f�r Zentrierung */
	margin: 29px auto 0 auto;
}

#header {
	position: relative;
	height: 161px;
	background: url(../images/header_bg.jpg) no-repeat 0 0;
}
	
	ul#metaNavigationLeft,
	ul#metaNavigationRight {
		position: absolute;
		top: 115px;
	}
	
		ul#metaNavigationLeft {
			left: 170px;
		}
		
		ul#metaNavigationRight {
			right: 25px;
		}
	
		#metaNavigationLeft li,
		#metaNavigationRight li {
			float: left;
		}
	
		#metaNavigationLeft li a,
		#metaNavigationRight li a {
			padding-left: 9px;
			margin-left: 8px;
			color: #004d83;
			font-size: 12px;
			background: url(../images/nav_spacer.gif) no-repeat 0 3px;
		}
		
		#metaNavigationLeft li a.first,
		#metaNavigationRight li a.first {
			padding: 0;
			margin: 0;
			background: transparent;
		}

#col1 {
	position: relative;
	float: left;
	clear: both;
	width: 170px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

	ul#mainNavigation {
		
	}

		#mainNavigation li {
			padding-bottom: 9px;
			margin-bottom: 15px;
			background: url(../images/mainNav_bg_footer.gif) no-repeat 0 bottom;
		}

	
		#mainNavigation li a {
			display: block;
			height: auto !important;
			height: 1px;
			width: 136px !important;
			width: 155px;
			padding: 1px 9px 2px 9px;
			color: #fff;	
			font-size: 13px;
			font-weight: bold;
			background: url(../images/mainNav_bg_level1.gif) no-repeat 0 0;
		}
		
		/* level 2 */
		#mainNavigation li li {
			padding-bottom: 0;
			margin-bottom: 0;
			background: transparent;
		}
		
		#mainNavigation li li a {
			width: 128px !important;
			width: 155px;
			padding: 1px 10px 2px 17px;
			color: #014e84;	
			font-size: 11px;
			font-weight: normal;
			background: url(../images/mainNav_bg_level2.gif) no-repeat 0 0;
		}
		
		#mainNavigation li li a:hover,
		#mainNavigation li li a.act,
		#mainNavigation li li a.cur {
			background: url(../images/mainNav_bg_level2_hover.gif) no-repeat 0 0;
		}
		
		/* level 3 */		
		#mainNavigation li li li a {
			width: 118px !important;
			width: 155px;
			padding: 1px 10px 2px 27px;
			background: url(../images/mainNav_bg_level3.gif) no-repeat 0 0;
		}
		
		#mainNavigation li li li a:hover,
		#mainNavigation li li li a.act,
		#mainNavigation li li li a.cur {
			background: url(../images/mainNav_bg_level3_hover.gif) no-repeat 0 0;
		}

#col2 {
	position: relative;
	float: left;
	width: 600px;
}

	#rootline li a {
		padding-left: 11px;
		margin-left: 5px;
		background: url(../images/rootline_spacer.gif) no-repeat 0 center;
		color: #9a9899;
		font-size: 11px;
	}

	#rootline li.first a {
		padding: 0;
		margin: 0;
		background: transparent;
	}
	
	#mainContent {
		padding: 12px 0 16px 0;
	}

#footer {
	position: relative;
	display: block;
	height: 60px;
	background: url(../images/footer_bg.jpg) no-repeat 0 0;
}

	#address {
		position: absolute;
		top: 10px;
		left: 25px;
		color: #4d90c7;
		font-size: 12px;
	}
	
	ul#footerNavigation {
		position: absolute;
		top: 10px;
		right: 25px;
	}
	
		#footerNavigation li {
			float: left;
		}
		
		#footerNavigation li a {
			padding-left: 9px;
			margin-left: 8px;
			color: #004d83;
			font-size: 12px;
			background: url(../images/nav_spacer.gif) no-repeat 0 3px;
		}
		
		#footerNavigation li.first a {
			background: transparent;
		}