body {
-x-system-font:none;
color:#000000;
font-family:"Trebuchet MS",Times,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-align:center;
background:transparent url(/graphic/main_bg.jpg) repeat scroll 0 72px;
}

html, body {
height:100%;
}
*, html, body, div {
margin:0;
padding:0;
}

#overflow 
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	height:auto !important;
	background: url(../graphic/bg.jpg);	
	height:527px;
	min-width:999px;
	padding:0;
	/*position:relative;*/
	text-align:left;
	width:100%;
}

#hauptnavi
{
	margin-top:-44px;
	z-index:100;
}
#hauptnavi table 
{
	font-size:14px;
	width: 950px; 
}
#hauptnavi table ul
{
	font-size:14px;
	padding: 5px 5px 5px 0px;
	list-style-type:none;
	
} 
#hauptnavi table ul a
{
	text-decoration: none;
	color: #56070b;
	margin-top:-20px; /* Überschrift vor Menue */
}
#hauptnavi table ul a:hover
{
	color: #ff0000;
	list-style-type:decimal;
}
#hauptnavi table ul ul {
	margin: 0px -5px 0px 0px;
	padding: 0px 0px 0px 0px;

}
#hauptnavi table ul ul:hover {
	/*background: #fee1b7;*/ /*helle version*/
}
#hauptnavi table ul ul a
{
	font-size:12px;
	text-decoration: none;
	color: #fee1b7;
}
#hauptnavi table ul ul ul{
	margin: 0px -25px 0px -10px;
	padding: 0px 0px 0px 0px;
	/*background-color: transparent;*/
}
#hauptnavi table ul ul ul:hover{
	/*background-color: transparent;*/
}
#footer {
	position:absolute; 
	bottom:10px;
	left:10px;
	color: #fee1b7;
}
#footer a{
	color: #fee1b7;
}