/* Schriftformatierungen                        */

/* Farben fuer Links */
a:link {
	text-decoration:none;
	color:#FFFFFF;
}
a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
a:active {
	text-decoration:none;
	color:#FFFFFF;
}
a:hover {
	text-decoration:none;
	color:#000000
}

/* Fonts und Farben (allgemein) Bitte EXAKTE Font-Namen verwenden & Schreibweise beachten !!! */
body,div,p,table,td,tr,h1,h2,h3,h4,h5,h6,li,ol,ul,br,font {
	font-family:Verdana,Arial,Times New Roman;
	font-size:10px;
	
	scrollbar-face-color:#CCCCCC;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#999999;
	scrollbar-arrow-color:#999999;
}

.navigation {
	font-size:11px;
}
