﻿body {
	font-size: 8pt;
	font-family: Calibri, Trebuchet MS;
	margin: 0px;
	background-color: rgb(0,28,133);
	background-image: url("hintergrund.png");
	background-repeat: repeat-x;
}
.foot:link, .foot:active, .foot:visited {
	text-decoration: none;
	color: rgb(204,0,0);
}
.foot:hover {
	color: rgb(200,200,200);
	text-decoration: none;
}
a img {
	border: 0px;
}
.a1:link, .a1:active, .a1:visited {
	color: rgb(255,0,0);
	text-decoration: underline;
}
.a1:hover {
	color: rgb(0,0,0);
	text-decoration: underline;
}
