html, body{
	padding:0;
	margin:0;
	height:100%;
	/*-height:99%;*/
}
body{
	background-color:#607DACyy;
	font-size:11px;
	font-family:arial;
}
#center{
	width:970px;
	background-color:#D9E9F9;
	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:88px;
	width:230px;
	z-index:200;
	margin-left:-505px;
	top:59px;
	left:50%;
	border:0;
}

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

}	

#langflag{
  position:absolute;
  right: 0px;
  margin: -39px 10px 0 0;
  background-color:#ffffff;
  width: 58px;
  padding:5px 0 3px 0;
  text-align: center;
}	
	
.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_so.jpg') bottom left repeat-x #D9E9F9;
	}
	
		#home #headerLeft #impressionen{
			padding-top:170px;
			width:168px;
			overflow:hidden;
			margin-left:7px;
		}
			 .pic{
				width:80px;
				height:64px;
				overflow:hidden;
				float:left;
				margin-right:25px;
				margin-bottom:4px;
				display:block;
				border:0;
			}
		.headerlinks{
			padding:7px 0 0 10px;
		}
			.headerlinks a{
				color:black;
				font-weight:normal;
				text-decoration:none;
				font-weight:bold;
			}
			.headerlinks a:hover{
				color:#12449D;
				text-decoration:none;
			}
			
	#home #headerRight{
		border:6px solid #FFFFFF;
		width:772px;
		height:336px;
		float:left;
		overflow:hidden;
		margin-bottom:6px;
	}

	
/* HEADER FÜR UNTERSEITE */
	#sub #headerLeft{
		float:left;
		height:259px;
		width:179px;
		overflow:hidden;
		margin-right:6px;
		background:url('/img/homeHeaderLeftBg.jpg') bottom left repeat-x #D9E9F9;
	}
	
	#sub #headerRight{
		border:6px solid #FFFFFF;
		width:772px;
		height:216px;
		float:left;
		overflow:hidden;
		margin-bottom:6px;
	}	

	
	
	
#navi{
	height:25px;
	overflow:hidden;
	background-color:white;
	float:left;
	width:784px;
}

	#navi a{
		display:block;
		float:left;
		padding: 5px 7px 4px 7px;
		font-size:13px;
		color:black;
		font-weight:bold;
		text-decoration:none;
	}
	
	#navi a:hover,
	#navi a.activ{
		color:#12449D;
		background:url('/img/naviArrow_so.jpg') bottom center no-repeat;
	}

	#navi #language{
		float:right;
		margin:3px 5px 0 0;
	}
	
	#navi #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:#12449D;
		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_so.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;
		}		