body { 
background: #0038A8; 
font: 76.01% Arial, Helvetica, Verdana, sans-serif; 
margin: 0; 
padding: 0; 
}


/*links*/
a:link {
color: #bebebe;
text-decoration: none;
}
a:visited {
color: #bebebe;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: none;
}
a:active {
color: #fff;
text-decoration: none;
}

p {
font-size: 1em;
line-height: 1.4em;
}

form {
display: inline;
}


img {
border: none;
}

div#head {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 200px;
}


div#impressum {
	font-size: 0.9em;
	color: #bebebe;
	position: absolute;
	margin: 0;
	width: 150px;
	top: 246px;
	left: 757px;
}
#impressum a {
color: #bebebe;
text-decoration: none;
}
#impressum a:hover {
color: #fff;
text-decoration: none;
}
#impressum select {
font-size: 0.9em;
background-color: #000;
color: #bebebe;

}

