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

* {
	color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

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

#title {
	position: absolute;
	top: 30px;
	right: 180px;
	z-index: 2;
	background: url(../images/logo.png) no-repeat 50% 50%;
	text-align: center;
	width: 34px;
	height: 34px;
	text-indent: -9999px;
}

	#title a {
		display: block;
		width: 213px;
		height: 45px;
		width: 45px !important ;
		width: 30px;
		text-indent: -9999px;
	}

	
#subtitle {
	position: absolute;
	top: 7px;
	right: 3px;
	z-index: 2;
	width: 182px;
	height: 5px;
	background-image: url(../images/subtitle_bg.png);
	text-indent: -9999px;
}

#accesskeysNavigation {
	display: none;
}

#accesskeysNavigation li a {
	position: absolute;
	z-index: 3;
	top: 38px;
	left: -9999px;
	padding: 2px 6px;
	text-decoration: underline;
	color: #fff;
	background: #333;	
}

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

#firsthead {
	position: relative;
	width: 1001px;
	height: 22px;
	margin: 0 auto;
	background: transparent url(../images/head_blau.jpg) no-repeat 0 0;
}

#shadow {
	position: relative;
	width: 1001px;
	margin: 0 auto;
	background: transparent url(../images/shadow_gelb.jpg) repeat-y 0 0;
}
	
#box {
	position: relative;
	width: 971px;
	margin: 0 auto;
	background: #fff url(../images/bg_box_gelb.png) repeat-y 0 0;
	min-height: 730px;
	height: auto !important;
	height: 730px;
}

	#box #print {
		display: none;
	}
	
	#box #printzusatz {
		display: none;
	}

#header {
	position: relative;
	z-index: 1;
	height: 23px;
	background: #ccc url(../images/bg_streifen_gelb.png) repeat-x 0 bottom;
}

#searchBox {
	position: relative;
	top: 20px;
	left: 0;
	width: 170px;
	height: 16px !important;
	height: 28px;
	padding: 5px 0 5px 0;
	margin-bottom: 30px;
	background: #ffd738 url(../images/bg_search_gelb) repeat-x 0 0;
	border-top: 1px dotted #fff !important;
	border-top: 1px solid #fff;
	border-bottom: 1px dotted #fff !important;
	border-bottom: 1px solid #fff;
}

	#searchBox label {	
		display: none;
	}

	#searchBox .text {
		position: absolute;
		top: 5px;
		left: 15px;
		width: 113px;
		height: 14px !important;
		height: 16px;
		border: none;
		background: #f7e6a1;
		font-size: 10px;
		border: 1px solid #fff;
	}
	
	#searchBox .button {
		position: absolute;
		top: 5px;
		left: 135px;
		z-index: 1;
		width: 16px;
		height: 16px;
		border: none;
		background: #fff url(../images/bg_search_button.png) no-repeat 50% 50%;
		text-indent: -9999px;
	}

ul#metaNavigation {
	position: absolute;
	top: 5px;
	right: 0;
}

	#metaNavigation li {
		float: left;
		border-left: 1px solid #333;
	}

	#metaNavigation li.first {
		border: none;
	}

	#metaNavigation li a {
		display: block;
		width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;
		line-height: 11px;
		padding: 0 5px;
		white-space: nowrap;
		font-size: 12px;
		color: #666;
	}

	#metaNavigation li a:hover {
		color: #7a7a7a;
	}

ul#mainNavigation {
	position: absolute;
	bottom: -1px !important;
	bottom: -2px;
	left: 167px;
	width: 760px;
	height: 30px;
}

	#mainNavigation li {
		float: left;
	}

	#mainNavigation li.first {
		border-width: 0;
	}

	#mainNavigation li a {
		display: block;
		width: auto !important;
		width: 1px;
		padding: 10px 10px 0 10px;
		font-weight: bold;
		white-space: nowrap;
		height: 22px;
		color: #666666;
	}

	#mainNavigation li a:hover {
		color: #7a7a7a;
	}

	#mainNavigation li a.act,
	#mainNavigation li a.cur {
		background: transparent url(../images/reiter_gelb.jpg) no-repeat 10px 0;
		width: 140px !important;
		width: 172px;
		padding-left: 38px;
		height: 19px !important;
		height: 29px;
	}
	
	#mainNavigation li.act a.act {
		color: #7a1312;
	}
	
	#mainNavigation li ul {
		position: absolute;
		top: 20px;
		left: -9999px;
		width: 180px !important;
		width: 210px;
		margin-left: -30px;
		padding: 0 30px 30px 30px;
		text-transform:none;
	}
	
	#mainNavigation li li {
		clear: left;
		width: 180px;
		height: 100%;
		border: solid #ccc;
		border-width: 0 0 1px 0;
		background: #f9f9f9;
	}

	#mainNavigation li li.first {
		border-width: 1px 0;
	}
	
	#mainNavigation li li a {
		width: auto !important;
		width: 186px;
		line-height: 16px;
		padding: 2px 10px 2px 10px;
		font-weight: normal;
		white-space: normal;
	}
	
	#mainNavigation li:hover ul,
	#mainNavigation li.sfhover ul {
		left: auto;
	}

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


ul#subNavigation {
	margin: 0 0 30px 0;
}

	#subNavigation li {
		padding-bottom: 1px;
		margin-bottom: -1px;
	}

	#subNavigation li a {
		display: block;
		height: auto !important;
		height: 1px;
		line-height: 20px;
		padding: 0 10px 0 20px;
		color: #000;
		border-bottom: 1px dotted #fff !important;
		border-bottom: 1px solid #fff;
	}
	
	*+html #subNavigation li a {
		width: 140px;
	}

	#subNavigation li a:hover {
		color: #000;
		background: #f7e6a1 url(../images/pfeil_schwarz.png) no-repeat 5px 5px;
	}

	#subNavigation li a.act,
	#subNavigation li a.cur {
		color: #000;
		background: #f7e6a1 url(../images/pfeil_schwarz.png) no-repeat 5px 5px;
		
	}	

	#subNavigation li li a {
		padding-left: 20px;
		font-weight: normal;
	}
	
	*+html #subNavigation li li a {
		width: 130px;
	}	


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

	ul#rootline {
		position: absolute;
		top: 10px;
		left: 15px;
	}

	#rootline li {
		float: left;
		padding-left: 10px;
		background: #fff url(../images/rootline_bg.png) no-repeat 0 1px;
	}

	#rootline li.first {
		background: none
		padding-left: 0;
	}

	#rootline li a {
		display: block;
		width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;
		line-height: 10px;
		padding: 0 5px;
		font-size: 11px;
		color: #666;
		white-space: nowrap;
	}

	#rootline li a:hover {
		color: #666;
	}
	
	#col2 #printLink {
		position: absolute;
		top: 23px;
		left: 564px;
		background: transparent url(../images/print_logo.png) no-repeat 0 0;
	}
	
		#col2 #printLink a {
			display: block;
			height: 11px; 
			width: 20px;
			height: 20px;
		}
		
		#col2 #printLink span {
			display: none;
		}

	#mainContent {
		padding: 50px 20px 50px 20px !important;	
		padding: 50px 10px 50px 20px;
	}

#col3 {
	position: relative;
	float: left;
	width: 170px;
}

	#rightContent {
		padding: 0;
	}
	
ul#underNavigation {
	margin: 0 0 30px 0;
	height: auto !important;
	height: 1px;
}
	* html #underNavigation ul {
		width: 170px;
		overflow:hidden;	
		padding-top: 15px;
	}

	#underNavigation li {
		padding-bottom: 1px;
		margin-bottom: -1px;
	}

	#underNavigation li a {
		display: block;
		height: auto !important;
		height: 1px;
		line-height: 20px;
		padding: 0 10px 0 20px;
		/*font-weight: bold;*/
		color: #000;
		border-bottom: 1px dotted #fff !important;
		border-bottom: 1px solid #fff;
	}

	#underNavigation li a:hover {
		color: #fff;
		background: #ffd738 url(../images/pfeil_weiss.png) no-repeat 5px 5px;
	}

	#underNavigation li a.act,
	#underNavigation li a.cur {
		color: #fff;
		background: #ffd738 url(../images/pfeil_weiss.png) no-repeat 5px 5px;
		
	}	
	
	#col3 #underNavigation li li a {
		padding-left: 30px;
		font-weight: normal;
		background-color: #e1e2e2;
		background-position: 15px 5px;
	}
	
	#col3 #underNavigation li li a:hover,
	#col3 #underNavigation li li a.act,
	#col3 #underNavigation li li a.cur {
		color: #000;
		background-color: #c9c9c9;
		background-image: url(../images/pfeil_schwarz.png);
	}
	
	*+html #underNavigation li li a{
		width: 130px;	
	}
	
	#col3 #underNavigation li li li a {
		padding-left: 45px;
		background-color: #e9ebeb;
		background-position: 30px 5px;
	}
	
	#col3 #underNavigation li li li a:hover,
	#col3 #underNavigation li li li a.act,
	#col3 #underNavigation li li li a.cur {
		background-color: #e1e2e2;
	}
	
	*+html #underNavigation li li li a{
		width: 115px;
	}

#footer {
	position: relative;
	height: 18px;
	background: transparent url(../images/bg_footer_gelb.jpg) no-repeat 0 0;
	border-bottom: 10px solid #ccc;
}

	#address {
		position: absolute;
		bottom: 30px;
		left: 10px;
		width: 160px;
		font-size: 10px;
	}

	#copyright {
		position: absolute;
		top: 2px;
		right: 10px;
	}
	
/*content a */
.content a,
.htmlarea-content-body a {
	color: #8e1d1d;
	text-decoration: none;
}
