/* Highlight Navi FAED23 */

body {
	scrollbar-base-color: #FFFFFF;			/* = Basisfarbe der Scroll-Leiste */
	scrollbar-3dlight-color: #ffffff;		/* = Farbe für 3D-Effekte */
	scrollbar-arrow-color: #504E53;			/* = Farbe für Verschiebepfeile */
	scrollbar-darkshadow-color: #504E53;	/* = Farbe für Schatten */
	scrollbar-face-color: #FEFEFE;			/* = Farbe für Oberfläche */
	scrollbar-highlight-color: #D9D8DA;		/* = Farbe für oberen und linken Rand */
	scrollbar-shadow-color: #ffffff;		/* = Farbe für unteren und rechten Rand */
	scrollbar-track-color: #FEFEFE;			/* = Farbe für freibleibenden Verschiebeweg */
	padding:0px;
	margin:0px;
	overflow:hidden;
	}
body,td,div,a,p,b,u,input {
	font-family:Verdana;
	font-size:11px;
	}
p,td { line-height:18px; }
.klein { line-height:10px; font-size:9px; text-decoration:none; font-weight:bold;}
h1 { font-family:Verdana; font-size:11px; font-weight:bold; }

a:link,a:visited { color:#444444; text-decoration:none; font-weight:normal; }
a:hover,a:active { color:#111111; text-decoration:underline; font-weight:normal; }

/* = overflow:auto = Scrollbar automatisch in der DIV-Box */
.content { position:relative; width:500px; height:412px; overflow:auto; 
	text-align: justify;
	background-image: url("../images/bg_text.jpg");
	}
.nav { width:255px; height:412px; overflow:hidden;
	background-image: url("../images/bg_navi.jpg");
	}
/* Navigation Menu */
a.lo:link, a.lo:visited { color:#ffffff; text-decoration:none; font-weight:bold; }
a.lo:hover, a.lo:active { color:#FAED23; text-decoration:none; font-weight:bold; }

/* Für Navigation Menu > class='hi' ist Highlight für ausgewählten Link */
a.hi:link, a.hi:visited { color:#FAED23; text-decoration:none; font-weight:bold; }
a.hi:hover, a.hi:active { color:#FAED23; text-decoration:none; font-weight:bold; }

/* Subnavigation ohne Fett */
a.navsub:link, a.navsub:visited { color:#ffffff; text-decoration:none; font-weight:normal; margin-left:6px; }
a.navsub:hover, a.navsub:active { color:#FAED23; text-decoration:none; font-weight:normal; margin-left:6px; }

/* Subnavigation Highlight */ 
a.hi2:link, a.hi2:visited { color:#FAED23; text-decoration:none; font-weight:normal; margin-left:6px; }
a.hi2:hover, a.hi2:active { color:#FAED23; text-decoration:none; font-weight:normal; margin-left:6px; }

.red { color:#AE0000; }

.bullet { 
	background-image:url('../images/bullet.gif');
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-left:12px;
 }

.bullet_hi { 
	background-image:url('../images/bullet_hi.gif');
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-left:12px;
 }
