/*
 styles.css

 fuer alle Elemente 

*/


* {
	font-family : Trebuchet MS, Arial,Helvetica,sans-serif;

	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#98CCFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#A9AEB4;
	scrollbar-arrow-color:#FF6C18;
	scrollbar-track-color:#a8b8c8;
}

body, p,li,div {
	font-size : 16px;
	text-decoration : none;
}


/*

 Hyperlinks im Text

*/


a:link {
	color:blue;
	text-decoration:none;
	font-size : 16px;
}

a:visited {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:none;
	background-color:#000000;
	color:#FFFFFF;
}




/*

 linke Navigation fuer Tabellenkonstruktion

*/


a.navi:link {
	text-decoration : none;
}

a.navi:visited {
	text-decoration:none;
	color:#000000;
}

a.navi:hover {
	color:#000000;
	text-decoration:none;
	background-color:#FFFFFF;
}



/*

 untere Pfeilnavigation

*/

a.arrownavi:link {
	text-decoration : none;
	font-size : 12px;
}

a.arrownavi:visited {
	text-decoration:none;
	color:#000000;
	font-size : 12px;
}

a.arrownavi:hover {
	color:white;
	text-decoration:none;
	background-color:blue;
	font-size : 12px;
}

a.arrownavi:active {
	text-decoration : none;
	font-size : 12px;
}


p {
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #000000;
	font-size: 12px;
}
