html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #996533;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

div#container_start {
	position: absolute; /* needed for footer positioning*/
	left: 50%;
	margin-left: -424px;
	width:848px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

.content_logo {
 position: absolute;
 left: 0px;
 top: 0px;
 height: 675px;
 width: 848px;
}

.lokal {
width:100px;
height:20px;
display:block;
text-align:center;
border:1px solid #ffffff;
background-color: #083667;
color: #dce1c3;
font-size: 12px;
font-style:italic;
font-weight: bold;
margin-top:5px;
margin-left:5px;
text-decoration:none;
padding: 5px 10px 0px 10px;
}
.lokal:hover {
color: #083667;
background-color: #dce1c3;
font-weight: bold;
text-decoration:none;
}

div#footer {
	padding-left: 721px;
}