body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #35649d;
	margin: 14px;
}
h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	margin-top: 0px;
}
h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
}
h3
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
}
a:link
{
	text-decoration: none;
	font-weight: bold;
	color: #35649d;
	padding-left: 3px;
}
a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #35649d;
	padding-left: 3px;
}
a:hover
{
	color: #35649d;
	text-decoration: none;
	background-color: #ffffff;
	padding-left: 3px;
}
a:active
{
	color: #35649d;
	text-decoration: none;
	padding-left: 3px;
}

.head
{
	padding-bottom: 0px;
}
.menue
{
	text-decoration: none;
	font-weight: bold;
	color: #35649d;
	background-color: #c9d6e5;
}
.menue:hover
{
	color: #35649d;
	text-decoration: none;
	background-color: #ffffff;
}
td
{
	text-align: justify;
	border: 0px;
	background-color: #a2bee0;
	margin-top: 0px;
	padding: 8px;
}
p
{
	padding-bottom: 0.1em;
}

#fixiert
{   
	position: absolute;  
    	top: 16px; left: 718px; 
    	width: 120px;            
}                      
html>body #fixiert
{  
	position: fixed;   
}                
#fixiert a:hover
{
	background-color: #35649d;
}
