/* CSS Document */
html, body {
	height: 100%;
	
}

body {
	background-color: #2279a6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: center;
        min-width: 795px;
	
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #FFD600;
}

a:active {
	text-decoration: none;
	color: #FFD600;
}




/*ID*/

#center_floater { 
	width:1px;
	height:50%;
	margin-bottom: -360px;
	float:left;
}


#center {
	margin: auto;
	text-align:left;
	height:auto;
	width: 795px;
	clear:left;	
}

#logo {
	padding-top: 5px;
	width: 795px;
	padding-right: 0px;
	text-align: right;
	color: #FFD600;
	font-size: 30px;
	line-height: 30px;
	position:absolute;
	letter-spacing: 2px;
	
	
}


#menue {
	margin-top: 65px;
	margin-right: 04px;
	text-align: right;
	color: #ffffff;
	float: right;
	
	
}





#objekt {
	margin-top: 0px;
	text-align: left;
	position: absolute;
	width: 560px;
	height: auto;
	color: #ffffff;
	
}






.gelb {
	color: #FFD600;
}

	





