/* Page layout stylesheet */

* {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 128.5%;
}

#main {
	text-align: left;
	margin-bottom: 15px;
	width: 1075px;
}

#head {
	position: relative;
	height: 120px;
	background-repeat: repeat-x;
}

	#head h1 a {
		display: block;
		text-indent: -9999px;
		outline: 0;
		width: 165px;
		height: 33px;
		background-image: url(../../images/logo3.gif);
		position: absolute;
		left: 10px;
		top: 2px;
	}
	
	#headerImage {
		text-indent: -9999px;
		height: 191px;
		width: 700px;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#mainNav {
		position: absolute;
		top: 55px;
		left: 10px;
	}
	
	#mainNav li {
		position: relative;
		float: left; 
	}
	
	#mainNav li a {
		display: block;
		font-size: 13px;
		color: #000;
	}
	
	#mainNav li a.level1 {
		text-indent: -9999px;
		height: 25px;
		margin-right: 1px;
	}
	
	#mainNav li.navHome {
		width: 79px;
	}
	
	#mainNav li.navHome a {
		background-image: url(../../images/topbhome.gif);
		width: 78px;
	}
	
	#mainNav li.navCenter {
		width: 83px;
	}
	
	#mainNav li.navCenter a {
		background-image: url(../../images/topbcenter.gif);
		width: 82px;
	}
	
	#mainNav li.navPortrait {
		width: 97px;
	}
	
	#mainNav li.navPortrait a {
		background-image: url(../../images/topbuns.gif);
		width: 96px;
	}
	
	#mainNav li.navShop {
		width: 63px;
	}
	
	#mainNav li.navShop a {
		background-image: url(../../images/topbshop.gif);
		width: 62px;
	}
	
	#mainNav li.navKurse {
		width: 75px;
	}
	
	#mainNav li.navKurse a {
		background-image: url(../../images/topbkurse.gif);
		width: 74px;
	}
	
	#mainNav li.navReisen {
		width: 82px;
	}
	
	#mainNav li.navReisen a {
		background-image: url(../../images/topbreisen.gif);
		width: 81px;
	}
	
	#mainNav li.navSpecials {
		width: 97px;
	}
	
	#mainNav li.navSpecials a {
		background-image: url(../../images/topbspecials.gif);
		width: 96px;
	}
	
	#mainNav li.navAktivitaeten {
		width: 141px;
	}
	
	#mainNav li.navAktivitaeten a {
		background-image: url(../../images/topbactivity.gif);
		width: 140px;
	}
	
	#mainNav li.navStaff {
		width: 67px;
	}
	
	#mainNav li.navStaff a {
		background-image: url(../../images/topbstaff.gif);
		width: 66px;
	}
	
	#mainNav li.navFotos {
		width: 72px;
	}
	
	#mainNav li.navFotos a {
		background-image: url(../../images/topbfotos.gif);
		width: 71px;
	}
	
	#mainNav li.navDownloads {
		width: 131px;
	}
	
	#mainNav li.navDownloads a {
		background-image: url(../../images/topbdownloads.gif);
		width: 130px;
	}

#leftCol {
	width: 205px;
	float: left;
}

	#subNav {
		margin-left: 20px;
		margin-top: 15px;
	}
	
	#subNav li a {
		display: block;
		color: #99ffff;
	}

	#subNav li.level1 {
		width:195px;
	}
	
	#subNav li a.level1 {
		font-size: 20px;
	}
	
	#subNav li a.act,
	#subNav li a.cur,
	#subNav li a:hover{
		color: #99ffff;
	}
	
	#opentime {
		margin-top: 20px;
	}
	
	#opentime p {
		text-align: center;
		color: #99ffff;
		font-size: 14px;
		font-weight: bold;
	}
	
#midCol {
	margin-left: 225px;
}

	#midCol .ctArea {
		overflow: hidden !important;
		overflow: scroll;
		/*min-height: 450px;
		height: auto !important;
		height: 450px;*/
		margin: 11px 0 10px 0;
	}
	
#rightCol {
	width: 205px;
	float: right;
	display: none;
}

	#rightCol .ctArea {
		margin: 10px 10px 0 0;
	}

#footer {
	clear: both;
	border-top: 2px solid #000;
	background-color: #FFF;
	position: relative;
	width: 990px;
	height: 76px !important;
	height: 78px;
}

	#copyright {
		font-size: 11px;
		line-height: 12px;
		position: absolute;	
		left: 838px;
		top: 50px;
	}
	
	#copyright a {
		font-size: 11px;
		line-height: 12px;
		color: #000000;
		margin-left: 2px;
	}
	
	#copyright a span {
		display: none;
	}

	#rootlineNav {
		position: absolute;
		top: 10px;
		left: 15px;
		width: 550px;
	}
	
	#rootlineNav a {
		background: url(../../images/rootline.gif) no-repeat left center;
		padding-left: 22px;
		display:block;
		line-height:24px;
		color:#000;
		float:left;
		margin-right: 8px;
	}
	
	#rootlineNav a.first {
		background: none;
		padding-left: 0px;			
	}
	
	#rootlineNav a:hover,
	#rootlineNav a.act {
		text-decoration: underline;
	}
	
	#metaNav li {
		display: block;
		float: left;
	}
	
	#metaNav li a {
		display: block;
		position: absolute;
		top: 10px;
		color: gray;
		line-height: 28px;
		padding-left: 20px;
		background-position: left center;
		font-size: 12px;
	}
	
	#metaNav li.news a,
	#metaNav li.sitemap a,
	#metaNav li.contact a {
		background-image:url(../../images/sitemap.gif);
	}
	
	#metaNav li.news a {
		left: 490px;
	}
	
	#metaNav li.search a {
		left: 580px;
		background-image:url(../../images/search.gif);
	}
	
	#metaNav li.sitemap a {
		left: 670px;
	}
	
	#metaNav li.contact a {
		left: 760px;
	}
	
	#metaNav li.print a {
		left: 850px;
		background-image:url(../../images/print.gif);
	}
	
	#metaNav li a:hover {
		text-decoration: underline;
	}


