@CHARSET "UTF-8";

div#header {
	width: 1020px;
	height: 150px;
	border: 0px solid red;
}

div#header-logo {
	float: right;
}

div#header-seestern {
	position: relative;
	padding-top: 30px;
	margin-left: 0px;
	border: 0px solid yellow;
	border-bottom: 2px solid #296FB5;
}

div#header-seestern img {
	position: relative;
	top: 38px;
	/*left: 65px;*/
	left: 105px;
}

div#inhalt-wrapper {
	width: 1020px;
	border: 0px solid red;
}

div#inhalt {
	position: relative;
	width: 860px;
	margin-left: 160px;
	margin-right: 0px;
	top: 0px;
	left: 0px;
	border: 0px solid red;
}

div#inhalt-links {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 160px;
	margin-left: -160px;
	left: 0px;
	padding-left: 0px;
	border: 0px solid blue;
}

div#inhalt-innen-wrapper {
	position: relative;
	background: #21426F;
	top: 0px;
	left: 0px;
	float: left;
	width: 230px;
	margin-left: 630px;
	left: 0px;
	padding-left: 0px;
	border: 0px solid blue;
}
div#inhalt.ohnerechts div#inhalt-innen-wrapper {
	background: none;
}
	
div#inhalt-hauptteil {
	position: relative;
	background: white;
	min-height: 450px;
	top: 0px;
	left: 0px;
	width: 630px;
	float: left;
	margin-left: -630px;
	padding-right: 10px;
	border: 0px solid green;	
}
div#inhalt.ohnerechts div#inhalt-hauptteil {
	width: 850px;
}

div#inhalt-rechts {
	position: relative;
	background: #21426F;
	top: 0px;
	left: 0px;
	width: 220px;
	float: right;
	margin-left: 0px;
	border: 0px solid green;	
}


div#navigation1 {
	width: 160px;
}

div#pagearea {
	width: 100%;
}

div#sprachauwahl {
	/*
	float: left;
	height: 150px;
	width: 86px;
	border: 1px solid green;	
	border-bottom: 2px solid #296FB5;
	*/
}

