HTML,BODY
{
    BACKGROUND-COLOR: #E6E4E4;
    FONT-FAMILY: Tahoma, Helvetica, sans-serif;
    FONT-SIZE:1em;
    margin:0 0 0 0;
    padding:0 0 0 0;
    height:100%;
    text-align:center;
    min-height: 100%;
    scrollbar-DarkShadow-Color:#ffffff; 
	scrollbar-Track-Color:E6E4E4; /* Hintergrundfarbe */
	scrollbar-Face-Color:E2E0E0; /* Scrollbalkenfarbe */
	scrollbar-Shadow-Color:666666; /* Schatten */
	scrollbar-Highlight-Color:ffffff; /* Schatten links für 3D Effekt*/
	scrollbar-3dLight-Color:#cccccc; /* Schatten links für 3D Effekt*/
	scrollbar-Arrow-Color:#0C660F; /* Pfeile */
}

/* HEADER */
#kopf 
 {
	background-color:White;	
 }


/* MENÜ */

#menucont 
{
	background-image:url(images/hg_menu.gif);
	height:36px;
	text-align:center;
	padding-top:1px;
	FONT-SIZE:12px;
	font-weight:bold;
}

#menucont div 
{
	margin-left:auto;
	margin-right:auto;
	width:780px;
	text-align:right;
}


#menucont ul 
{
	padding:0;
	margin:0;
	list-style:none;
	float:right;
	
}

#menucont li{	
	display:inline;
}

#menucont li a 
{
   text-align:center;
   padding:6 4 0 4;
   color : White;
   text-decoration : none;
   float:left;
   margin: 0 0 0 8;
   height:27px;
}

#menucont li a:hover, .menu-over {	
   background-color:#BB7817;
}

div[id]#menucont li a
{
	height:21px;
}

/* INHALT */

#main 
{
	width:780px;
	margin-top:20px;
	font-size:0.9em;
}

#bilder 
{
 width: 282px;
 float:left;
 text-align:left;
 padding-top:48px;
}	

#inhalt 
{
 width:497px;
 text-align:left;
 float:left;	
 line-height:1.4;
}

/* FOOTER */

#footer 
{
	padding-top:8px;
	border-top: dotted 1px #cccccc;
	font-size:11px;
	color:#666666;	
}

#footer a:link, a:visited
{
	color:#444444;
	text-decoration:none;
}

#footer a:hover
{
	color:#101010;
	text-decoration:none;
}



.mini 
{
	FONT-FAMILY: Tahoma, Helvetica, sans-serif;
    FONT-SIZE:xx-small;
}

.hell 
{
	color:#666666;
}

td 
{
	FONT-FAMILY: Tahoma, Helvetica, sans-serif;
    FONT-SIZE:x-small;
}

li 
{
	list-style-image:url(images/pfeil.gif);
}

a:link, a:visited 
{
	color: 333333;
	text-decoration:none;
}

a:hover 
{
	color:BB7817;
}


input, .form
{
	border: solid 1px #aaaaaa;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb', Direction=135, Strength=3); 
	
}

.button, .radiobutton input
{
	border: none;
	filter:;
}

.th 
{
	background-color:BB7817;
	color:White;	
}


