html, body{
	padding:0;
	margin:0;
	height:100%;
	/*-height:99%;*/
}
body{
	background-color:#600;
	font-size:11px;
	font-family:arial;
}
#center{
	width:970px;
	background-color:#BABABA;
	padding:6px;
	position:absolute;
	top:22px;
	left:50%;
	margin:0px 10px 0px -492px;
	z-index:100;
}

.clear{
	clear:both;
	height:1px;
	overflow:hidden;
}

/* HEADER Allgemein */
#logo{
	position:absolute;
	height:139px;
	width:231px;
	z-index:200;
	margin-left:-505px;
	top:10px;
	left:50%;
	border:0;
}

#thatstheway{
	position:absolute;
	height:59px;
	width:480px;
	margin:275px 0 0 460px;

}	
	
.spacer{
	height:6px;
	overflow:hidden;
}

img, div { behavior: url("img/iepngfix.htc") }

/* HEADER FÜR STARTSEITE */
	#home #headerLeft{
		float:left;
		height:379px;
		width:179px;
		overflow:hidden;
		margin-right:6px;
		background:url('/img/homeHeaderLeftBg.jpg') bottom left repeat-x #BEBEBE;
	}
	
		#home #headerLeft #impressionen{
			padding-top:177px;
			width:168px;
			height:153px;
			overflow:hidden;
			margin-left:7px;
		}
			#home #headerLeft #impressionen .pic{
				width:80px;
				height:64px;
				overflow:hidden;
				float:left;
				margin-right:4px;
				margin-bottom:4px;
				display:block;
				border:0;
			}
		#home #headerLeft #poweredby{
			width:164px;
			overflow:hidden;
			margin-right:4px;
			margin-left:7px;
			margin-top:10px;
		}			

	#home #headerRight{
		border:6px solid #FFFFFF;
		border-bottom:0px;
		width:772px;
		height:318px;
		float:left;
		overflow:hidden;
	}
	
	.logonav{
		background-color:white;
		height:55px;
		overflow:hidden;
		float:left;
		width:784px;
	}
		.logonav a.logolink{
			display:block;
			width:156px;
			height:100px;
			position:absolute;
			margin:-40px 0 0 0;
			text-indent:-99999px;
		}
		.logonav a.natour{background:url('/img/logos.png') -312px 0px no-repeat;margin-left:68px;}
		.logonav a.premium{background:url('/img/logos.png') 0px 0px no-repeat;margin-left:315px;}
		.logonav a.ski{background:url('/img/logos.png') -156px 0px no-repeat;margin-left:550px;}

		/*
		#home .logonav a.natour:hover,#home .logonav a.natour.activ{background:url('/img/logos.png') -312px -100px no-repeat;margin-left:68px;}
		#home .logonav a.premium:hover,#home .logonav a.premium.activ{background:url('/img/logos.png') 0px -100px no-repeat;margin-left:315px;}
		#home .logonav a.ski:hover,#home .logonav a.ski.activ{background:url('/img/logos.png') -156px -100px no-repeat;margin-left:550px;}
		*/
		.logonav a.natouractiv{background:url('/img/logos.png') -312px -100px no-repeat;margin-left:68px;}
		.logonav a.premiumactiv{background:url('/img/logos.png') 0px -100px no-repeat;margin-left:315px;}
		.logonav a.skiactiv{background:url('/img/logos.png') -156px -100px no-repeat;margin-left:550px;}		
	
/* HEADER FÜR UNTERSEITE */
	#sub #headerLeft{
		float:left;
		height:300px;
		width:179px;
		overflow:hidden;
		margin-right:6px;
		background:url('/img/homeHeaderLeftBg.jpg') bottom left repeat-x #BEBEBE;
	}
	
	#sub #headerRight{
		border:6px solid #FFFFFF;
		width:772px;
		height:216px;
		float:left;
		overflow:hidden;
		margin-bottom:6px;
	}	

	
	
	
#navi{

}

	#navi a{
		display:block;
		margin:2px 0 2px 12px;
		font-size:12px;
		color:black;
		text-decoration:none;
		
	}
		#navi a.first{
			margin-left:3px;
			font-size:12px;
		}	
	
	#navi a:hover,
	#navi a.activ{
		color:#FD7B11;
		font-weight:bold;
	}

#home #language {
margin-left: 746px; margin-top:23px; position: absolute; background:transparent url(/img/logos.png) no-repeat scroll -156px 0;
}
	#sub #language{
margin-left: 746px; margin-top:23px; position: absolute; background:transparent url(/img/logos.png) no-repeat scroll -156px 0;

	}
	
	#language img{
		border:none;
		
	}

	
#laviLeft{

}	
 
	#laviLeft a{
		display:block;
		background-color:#EFEFEF;
		border-bottom:1px solid white;
		padding:5px 0 5px 8px;
		font-weight:bold;
		font-size:12px;
		text-decoration:none;
		color:black;
	}	
	#laviLeft a:hover,
	#laviLeft a.subActiv{
		background-color:#FD7B11;
		color:white;
	}	

	
#leftContent{
	float:left;
	border:6px solid #FFFFFF;
	background-color:#FFFFFF;
	width:167px;
	margin-right:6px;
}	
#leftContent .naviSpacer{
		height:10px;
		overflow:hidden;
}

#inhalt{
	float:left;
	width:784px;
	overflow:hidden;
}

#footer{
	width:1007px;
	height:56px;
	background:url('/img/footer.png') top left no-repeat;
	overflow:hidden;
	position:absolute;
	margin:-9px 0 0 -24px;
	color:white;
	z-index:100;
	padding-left:32px;
}	

		#footer a{
			color:white;
			text-decoration:none;
		}
		#footer .left{
			float:left;
			margin:15px 0 0 0;
		}
		
		#footer .right{
			float:right;
			margin:12px 29px 0 0;
		}		
