/* Page layout stylesheet */

* {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 128.5%;
}

#main {
	width: 990px;
	position: relative;
	top: 19px;
	margin: auto;
	text-align: left;
	margin-bottom: 15px;
}

#head {
	position: relative;
	height: 133px !important;
	height: 135px;
}

	#head h1 a {
		display: block;
		text-indent: -9999px;
		outline: 0;
		width: 135px;
		height: 55px;
		background-image: url(../../images/logo.gif);
		position: absolute;
		left: 0;
		top: 0;
	}
	
	#headerImage {
		text-indent: -9999px;
		height: 132px;
		width: 805px;
		position: absolute;
		right: 0;
		top: 0;
		border-bottom: 1px solid #938779;
	}
	
	#metaNav {
		position: absolute;
		top: 110px;
		right: 185px;
		font-size: 12px;
		text-align: center;
	}
	
	#metaNav li {
		position: relative;
		float: left; 
	}
	
	#metaNav li a {
		display: block;
		font-size: 13px;
		color: #938779;
		outline: none;
	}
	
	#metaNav li {
	}
	
	#metaNav li a {
		line-height: 17px;
		width: 90px;
		height: 23px;
		padding-top: 2px;
		background-image: url(../../images/metaNavNormal.gif);
		margin-right: 2px;
		width: 90px;
		height: 23px;
	}
	
	#metaNav li a:hover,
	#metaNav li a.cur,
	#metaNav li a.act { 
		background-image: url(../../images/metaNavActive.gif);
		color: #000000;
	}
	
	
	
	#metaNav li.font a {
		background-image: url(../../images/fontSmallNormal.gif);
		margin-right: 2px;
		width: 40px;
		height: 23px;
		text-indent: -9999px;
	}
	
	#metaNav li.print a {
		background-image: url(../../images/printNormal.gif);
		width: 40px;
		height: 23px;
		text-indent: -9999px;
	}
	
	#metaNav .font a:hover,
	#metaNav .font a.cur,
	#metaNav .font a.act { 
		background-image: url(../../images/fontSmallActive.gif);
	}
	
	#metaNav .print a:hover,
	#metaNav .print a.cur,
	#metaNav .print a.act { 
		background-image: url(../../images/printActive.gif);
	}
	
	#quickSearch {
		position: absolute;
		background-image: url(../../images/search_bg.gif);
		height: 23px;
		width: 185px;
		top: 110px;
		left: 805px;
	}
	
	#quickSearch form input.quickSearchInput {
		position: relative;
		left: 20px;
		top: 6px;
		height: 14px !important;
		height: 17px;
		width: 105px;
		border: 1px solid #d3cec8;
		font-size: 10px;
		color: #000000;
		padding-left: 6px;
		padding-top: 1px;
	}
	
	#quickSearch form input.quickSearchSubmit {
		position: relative;
		left: 21px;
		top: 6px;
		height: 17px;
		width: 48px;
		background-color: #228a53;
		font-size: 10px;
		color: #ffffff;
		border: 1px solid #d3cec8;
		padding-bottom: 4px;
	}
	

#leftCol {
	width: 185px;
	float: left;
}

	#mainNav {
		margin-top: 18px;
		margin-bottom: 20px;
		width: 165px;
	}
	
	#mainNav li a {
		display:block;
		color: #938779;
		padding-left: 16px;
		font-size: 13px;
		line-height: 15px;
	}
	
	#mainNav li.level1 {
		border-top: 1px solid #0066a6;
	}
	
	#mainNav li a.level1 {
		font-size:13px;
		padding-top: 4px;
		padding-bottom: 4px;
		background: url(../../images/NavDotNormal.gif) no-repeat 0 9px;;
	}
	
	#mainNav li.first {
		border-top: none;
	}
	
	#mainNav li.last {
		border-bottom: 1px solid #0066a6;
	}
	
	#mainNav li a.act,
	#mainNav li a.cur,
	#mainNav li a:hover{
		background: url(../../images/NavDotActive.gif) no-repeat 0 9px;	
		color: #000000;
	}
	
	#mainNav li ul {
		margin-top: -2px;
		margin-bottom: 5px;
		padding-left: 12px;
	}
	
	#mainNav li li a.level2 {;
		padding-top: 2px;
		padding-bottom: 2px;
		background-image: none;
		font-size: 11px;
		line-height: 14px;
	}
	
	#mainNav li li.last {
		border-bottom: none;
	}
	
	#mainNav li li a.act,
	#mainNav li li a.cur,
	#mainNav li li a:hover{
		color: #000000;
		background-image: none;
	}
	
	#mainNav li li ul {
		margin-top: -2px;
		margin-bottom: 5px;
		padding-left: 12px;
	}
	
	#mainNav li li li.last {
		border-bottom: none;
	}
	
	#mainNav li li li a.level3 {
		padding-top: 1px;
		padding-bottom: 1px;
		background-image: none;
		font-size: 11px;
		line-height: 14px;
	}
	
	#mainNav li li li a.act,
	#mainNav li li li a.cur,
	#mainNav li li li a:hover{
		color: #000000;
		background-image: none;
	}
	
#midCol {
	margin-left: 185px !important;
	margin-left: 0;
	margin-right: 185px;
	padding-top: 12px;
}

	#midCol .ctArea {
		overflow: hidden !important;
		overflow: visible;
		/*min-height: 450px;
		height: auto !important;
		height: 450px;*/
		margin: 11px 0 10px 0;
	}

#rightCol {
	width: 185px;
	float: right;
}

	#rightCol .ctArea {
		margin: 20px 0 0 20px;
		height: 100px;
	}

#footer {
	clear: both;
	border-top: 1px solid #938779;
	position: relative;
	width: 620px;
	height: 40px !important;
	height: 42px;
	margin-left: 185px;
	margin-right: 185px !important;
	margin-right: 182px; /* ie6 3px jog bugfix */
	color: #938779;
}
	
	#trennstrich {
		width: 1px;
		height: 15px;
		margin-left: 5px;
		margin-right: 9px;
		float: left;
		background-color: #938779;
		margin-top: 4px;
	}
	
	#rechtliches {
		float: left;
		margin-top: 5px;
	}
	
	#rechtliches a {
		font-size: 10px;
		color: #938779;
	}
	
