		
a:link {
	color : Blue;
	text-decoration : none;
}
a:visited {
	color : Blue;
	text-decoration : none;
}
a:hover {
	color : Blue;
	text-decoration : none;
}
BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : #F0F8FF;
	color : Blue;
	scrollbar-arrow-color : #91C9FF;
	scrollbar-base-color : #A2D1FF;
	scrollbar-darkshadow-color : #B5DCFF;
	scrollbar-face-color : #F0F8FF;
	scrollbar-highlight-color : #E3F1FF;
	scrollbar-shadow-color : #3EA0FF;
	scrollbar-track-color : #DDEFFF;
}
TD{
	font-size : 12px;
	color : Blue;
	
}

LI {
	list-style : square;
}
#navlist
UL{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}
#navlist
LI {
	margin: 0 0 3px 0;
}
#navlist{
	position: absolute;
	left: 10px;
	top: 150px;
	width: 135px;
	text-decoration : none;
}
#navlist a {
	/*/	*/
	display: block;
	border : 1px solid MediumBlue;
	width: 135px;
	background-color : #003399;
	background-image : url('Bilder/hg1.jpg');padding-left:10px; padding-right:4px; padding-top:4px; padding-bottom:4px
}
#navlist a:link, #navlist a:visited
{
	color: #82ACFF;
	/*/	*/
	color:#240087;
	text-decoration: none;
	/* */
	border : 1px solid #003399;
}
#navlist a:hover{
	border : 1px solid #3C8AFF;
	background-color : #2067E5;
	background-image : url('Bilder/hg2.jpg');
	color : #3C8AFF
}