html, body {
	overflow: auto;
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
}
#top {	
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 1010px;
	padding-left:92px;
	margin-left:auto;
	margin-right:auto;
  	text-align:left;
}
#main, #bottom {
	width: 926px;
}
#topnavie {
	width: 820px;
	margin-left: 70px;
	position: absolute;
}
#rightsite {
	float: left;
	width: 906px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 50px;
	background-image: url(images/main_wellenramen.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	z-index: 4;
}
#main {
	background-image: url(images/ramen_schatten.gif);
	margin-top: 242px;
	float: left;
	background-color: #FFF;
}
#main #ramen {
	background-image: url(images/main_wellenramen.gif);
	background-repeat: repeat-y;
	position: relative;
}
#main #hauptinhalt {
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 20px;
}

#bottom a, #bottom {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}
#bottom a:hover {
	color: #000;
}
#bottom {
	text-align: right;
	background-image: url(images/ramen_unten.gif);
	background-repeat: no-repeat;
	height: 48px;
	float: left;
}
#bottom div{
	padding: 20px 20px 0px 0px;
}
.unternavigation .unlinks {
	float:left;
	width: 157px;
	padding: 10px 0px 23px 20px;
}
.unternavigation ul, .unternavigation ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.unternavigation ul ul li {
	margin: 0px 0px 0px 10px ;
}
.unternavigation ul ul ul li {
	margin: 0px 0px 0px 20px ;
}
.unternavigation ul ul ul ul li {
	margin: 0px 0px 0px 30px ;
}

#verlauf {
	background-image: url(images/verlauf_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */
* html #topnavie {
	behavior: url("/design8/csshover.htc");
}
#topnavie ul, #topnavie li {
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#topnavie li a {
	float: left;
	display: block;
	padding: 10px 15px 5px 15px;
	text-decoration: none;
	color: #666;
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
}
#topnavie ul ul ul li a {
	font-size: 12px;
	padding: 5px 7px;
}
#topnavie li a:hover{
	color: #A10254;
}
#topnavie ul ul ul {
	position: absolute;
	z-index: 500;
	width:154px;
	background-image: url(images/70prozent.png);
	top: 33px;
	left: 0px;
}
#topnavie ul ul ul li a{
	width:140px;
	border-top: 1px solid #CCC;
}
#topnavie ul ul ul li:hover{
	background-color:#FFF;
}
#topnavie ul ul ul ul{
	top:0px;
	left: 100%;
	border-left: 1px solid #CCC;
}
div#topnavie ul ul ul,
div#topnavie ul ul li:hover ul ul,
div#topnavie ul ul ul li:hover ul ul ul
{display: none;}

div#topnavie ul ul li:hover ul,
div#topnavie ul ul ul li:hover ul,
div#topnavie ul ul ul ul li:hover ul 
{display: block;}
#main .zweiterinhalt .bild {
	margin-right: 35px;
	padding-left: 35px;
}
.zweiterinhalt .spalte{
	margin-right: 20px;
}
#main .hintergrundbild {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 354px;
	width: 472px;
	z-index: 5;
}

#hintergrundbild {
	float:left;
	background-repeat: no-repeat;
	background-position: 444px 17px;
}
#main #hauptinhalt .bildinhalt{
	background-image: url(bilder/fuer_unsere_leistungen.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0px -35px 0px -35px;
	float: left;
	width: 906px;
}
.spalterechts, .spaltelinks, .spalte, .einzelspalte{	
	border: none;
}
.kontaktformular input[type=text] {
	width: 200px;
}
.kontaktformular textarea {
	height: 80px;
	width: 200px;
}
form .meldung {
	background-color: #FFC;
	padding: 8px;
	color: #900;
	font-weight: bold;
}
#language {
	position: absolute;
	right: 0px;
	top:13px;
}
#language a {
	float:left;
	display:block;
	margin-right:5px;
	width: 22px;
	height: 16px;
	font-size:0;
}
#language #de {
	color: #000;
	background:no-repeat right url(images/fane_de.gif);
}
#language #en {
	color: #495597;
	background:no-repeat right url(images/fane_en.gif);
}
#language a:hover{
	text-decoration: none;
}
#language a.open {
}