body {
	background-color : #1A46AA;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: Black;
}

.headline1{
	background-color : #A7C1FD;
	font-size : 35px;
	color: Black;
}
.headline2{
	background-color : #C9D9FD;
	color: Black;
	font-size : 20px;
}
.menue{
	background-color : White;
	color: Black;
	font-size : 19px;
	padding-left : 5px;
}
table {
	background-color : #A7C1FD;
}
a:link { color: #000000; 
			text-decoration: none;	}
a:visited { color: #1A46AA;
					text-decoration: none;	 }

a:hover, a:active
{
color: #1A46AA;
text-decoration: underline overline;
}
.textfeld{
	background-color : White;
	color: #1A46AA;
	font-size : 15px;
	padding-left : 5px;
	font-weight : bold;
}
.bild {
	background-color : #C9D9FD;
}
