body {
	padding: 0px;
	margin: 20px;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 11px;
}
img {
	border: 0;
}
A:LINK, A:VISITED {
	font-family: verdana;
	font-size: 11px;
	color: black;
	text-decoration: underline;
}
A:ACTIVE, A:HOVER {
	color: black;
	text-decoration: none;
}

#logo {
	height: 85px;
	margin: 10px 10px 0px 10px;
	background-color: #ffffff;
}
#nav {
	height: 60px;
	margin: 0px 10px 0px 10px;
	background-color: #ffffff;
	text-align: center;
	width:1200px;
}
#navInline {
	width:85%;
	display:inline-block;
}
#nav A:LINK, #nav  A:VISITED {
	font-family: verdana;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
#nav A:ACTIVE, #nav A:HOVER {
	color: black;
	text-decoration: none;
}
#inhalt {
	width: auto;
	margin: 0px 180px;
	background-color: #ffffff;
	text-align: left;
}
#links {
	position: absolute;
	top: 135px;
	left: 10px;
	width: 160px;
	height: 30px;
	background-color: #ffffff;
}
#rechts {
	position: absolute;
	top: 135px;
	right: 10px;
	width: 160px;
	height: 30px;
	background-color: #ffffff;
}
#untenContainer {
    clear:both;
    background: #ffffff;
    text-align: center;
	width:100%;
}
#unten {
	display:inline-block;
	width: 80%;
	text-align:right;
}

.floatingImage {
	float: right;
	margin: 20px;
}