body {
	color: #0000FF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 20px 0 0;
	border-width: 0;
	background-image: url(Bilder/backright.gif);
	background-attachment:fixed;
}

td { 
	color: #0000FF; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
table { 
}

a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;

}

a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;

}

a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;

}

h1 { 
	color: #0000FF; 
	font-size: 16px; 
	font-weight: bold; 
	color: yellow;
}
	
h2 { 
	font-size: 18px; 
	font-weight: bold; 
	color: #0000FF; 
}
	
h3 { 
	font-size: 24px; 
	font-weight: bold; 
	color: #0000FF; 
}
 
h4 { 
	font-size: 44px; 
	font-weight: bold; 
	color: #0000FF; 
}

div#navcontainer
{
	display: block;
	margin: 0;
}

ul#navlist,ul#navlist li ul#subnavlist
{
list-style-type: none;
}

ul#navlist li,ul#navlist li ul#subnavlist li {
	display: inline;
}

ul#navlist li a
{
	display: block;
	color: #FFFF00;
	background: #0000FF;
	text-decoration: none;
	border-left: 3px solid #FFFFFF;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	font-weight: bold;
	margin: 0px;
	padding: 3px 5px 3px 5px;
}

ul#navlist li a:hover,ul#navlist li a:focus {
	background: #FF0000;
	color: #FFFF00;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	font-weight: bold;
}

ul#navlist li a:active
{
	border-left: 3px solid #000000;
	border-top: 3px solid #000000;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	background-color: #FF0000;
	color: #FFFF00;
	font-weight: bold;
}
