* {
	margin: 0;
	padding: 0;
}
body {
	padding: 0;
	margin: 0;
	background-color: #FFF;
	color: #000;
	font:  80% Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;
}
a, a:link, a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #F00;
	text-decoration: none;
	background-color: #FF66FF;
}
img {
	vertical-align: text-bottom;
	border: 0 none;
}
h1 {
	font: 3.5em Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FF7F00;
	background: transparent;
	padding: 0px;
	margin: 0px;
	font-weight: bolder;
	line-height: 0.8em;
}
h4 {
	font: 1.1em Trebuchet MS, Arial, Helvetica, sans-serif;
	background: transparent;
	color: #CC0066;
	padding: 0px;
	margin: 0px;
	font-weight: bolder;
	line-height: 0.8em;
}
/************************************CONTANER*/
#alles {
	position: relative;
	margin: 0 auto;
	background-color: #FFF;
	width: 800px;
	height: 100%;
	text-align: center;
}
/************************************HEADERBEREICH*/
#logo {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	width: 150px;
	height: 149px;
}
/************************************CONTANT*/
#content {
	position: absolute;
	top: 10px;
	left: 0;
	background: transparent;
	width: 800px;
	height: 100%;
	text-align: left;
}
#iframe {
	position: absolute;
	top: 0;
	left: 150px;
	background: #C0C0C0;
	width: 650px;
	height: 600px;
	text-align: left;
}
/************************************HAUPTNAVIGATION*/
#hanavi {
	position: absolute;
	top: 150px;
	left: 0px;
	display: block;
	width: 150px;
	height: 300px;
	text-decoration: none;
	font: 0.9em Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	text-align: left;
	background: #FFFFFF;
}
#hanavi a {
	display: block;
	text-decoration: none;
	padding-top: 4px;
	text-align: left;
	background: transparent;
	letter-spacing: 0.15em;
	border-top: 2px solid #DAC9DC;
	z-index: 55;
}
#hanavi #navi {
	list-style-type: none;
}
#home a, #uebermich a, #klang a, #homoe a, #aus a, #fuss a, #medi a, #fam a,#kosten a, #kontakt a, #agb a {
	position: absolute;
	color: #30C;
	font-weight: bolder;
	height: 30px;
	width: 150px;
}
#home a:hover, #uebermich a:hover, #klang a:hover, #homoe a:hover, #aus a:hover, #fuss a:hover, #medi a:hover, #fam a:hover, #kosten a:hover, #kontakt a:hover, #agb a:hover {
	color: #F00;
	background-color: #F9F;
	height: 30px;
	width: 150px;
}
#home a {
	top: 0px;
	left: 0px;
}
#uebermich a {
	top: 30px;
	Left: 0px;
}
#klang a {
	top: 60px;
	left: 0px;
}
#homoe a {
	top: 90px;
	Left: 0px;
}
#aus a {
	top: 120px;
	Left: 0px;
}
#fuss a {
	top: 150px;
	Left: 0px;
}
#medi a {
	top: 180px;
	Left: 0px;
}
#fam a {
	top: 210px;
	Left: 0px;
}
#kosten a {
	top: 240px;
	Left: 0px;
}
#kontakt a {
	top: 270px;
	Left: 0px;
}
#agb a {
	top: 300px;
	Left: 0px;
}
#behalter {
	position: absolute;
	top: 480px;
	Left: 0px;
	background-color: #DAC9DC;
	height: 120px;
	width: 150px;
}