#adressleiste {
	margin-left:15px;
	color:#ffffff; 
	font-size:13px;
	line-height:24px;
}

body {
	width:100%;
}

#container {
	top:30px;
	position:absolute;
	width:950px;
	font-family:arial;
	left:50%;
	margin-left:-475px;
}

#container-content {
	position:relative;
	width:760px;
	height:700px;
	background-color:#d9e1fd;
	left:190px;
	
	/* overflow for IE */
	overflow-y:auto;
	overflow-x:hidden;
}

#leiste-oben {
	position:relative;
	width:950px;
	height:26px;
	background-color:#273564;
	margin-bottom:5px;
	margin-top:15px;
}

#leiste-unten {
	position:relative;
	width:950px;
	height:26px;
	background-color:#273564;
	margin-top:5px
}

#navigation-links {
	position:absolute;
	width:180px;
	height:auto;
}

#leiste-oben-strich {
	position:absolute;
	width:10px;
	height:26px;
	background-color:#6a84db;
}

#leiste-unten-strich {
	position:absolute;
	width:10px;
	height:26px;
	background-color:#6a84db;
}

#leiste-wechselbild-strich {
	position:absolute;
	width:10px;
	height:90px;
	background-color:#6a84db;
}

#wechselbild {
	margin-bottom:-50px;
}

#logo {
	margin-left:648px;
	margin-bottom:-15px;
}


