body {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 8pt;
	background-color: #808080;
	overflow-x : hidden;
	scrollbar-face-color: #808080; 
	scrollbar-base-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF;
	/* hüssy 23.3.10  Background Image kommt unten */
	/* background-image: url('images/navihell.gif'); */

}

H1 {
	font-family: MS Sans Serif, sans-serif; 
	font-size: 14pt;
	padding-top: 10pt;
	color: #808080;
	/* hüssy 23.3.10 unter Titel in rechter Seite */

}

H2 {
	font-family: MS Sans Serif, sans-serif; 
	font-size: 12pt;
	color: #808080;
	/* hüssy 23.3.10 ohne Wirkung */
}

td, p, ul {
	color: #000000;
	font-size: 8pt;
	font-family: MS Sans Serif, sans-serif; 
	/* hüssy 23.3.10 Gesamter Hintergrund */
	/* background-image: url('images/eapero_foto.gif'); */
	/* background-repeat:no-repeat; */
}
#content p {
	text-align: justify;
	/* hüssy 23.3.10 ohne Wirkung */
}

a, a:link, a:visited  {
	font-size: 8pt;
	font-family: MS Sans Serif, sans-serif; 
	color: #80C8FF;
}

a:hover, a:active {
	color: #80C8FF;
	text-decoration: none;
}

p#sidebar {
	color: #B8B8B8;
	font-size: 8pt;
}

a.small {
	font-size: 8pt;
}

p.small {
	font-size: 8pt;
	font-weight: bold;
}

#maintable {
	/* hüssy 23.3.10 ohne Wirkung*/
	border: 1px solid #000000;
}
#current {
	font-size: 8pt;
	color: #FFFFFF;
	/* background-image: url(images/navidunkel.gif); */
	/* hüssy 23.3.10 hinter aktuellem Navi-Button */
	background-color: #808080;
	padding: 3px;
	display: block;
	text-decoration: none;
	width: 163px; 
	font-weight: bold;
}

a#sidebar, a:link#sidebar, a:visited#sidebar {
	font-size: 8pt;
	color: #FFFFFF;
	padding: 3px;
	display: block;
	text-decoration: none;
	width: 163px; 
	/* background-image: url(images/navihell.gif); */
	/* hüssy 23.3.10 hinter übrigen Navi-buttons */
	background-color: #80C8FF;
	font-weight: bold
}

a:hover#sidebar, a:active #sidebar {
	/* background-image: url(images/navidunkel.gif); */
    /* hüssy 23.3.10 keine Wirkung */
	background-color: #808080;
}

INPUT, TEXTAREA, SELECT, OPTION  {
	background-color: #FFFFFF; 
	border: 1px solid #80C8FF;
	color: #000000;
	font-size: 8pt;
	font-family: MS Sans Serif, sans-serif; 
	/* hüssy 23.3.10 INPUT-Box */
	
}

INPUT.keinrand {
	border: 0px;
}
