﻿body {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10pt;
	background-color: #FFFF80;
}
table {
	font-size: 10pt;
}
.BGblau {
	background-color: #00325A;
}
.BGgelb{
	background-color: #FFFF80;
}
.noBorder {
	border-width: 0;
}
a {
   color: black;
}
a:hover {
	color: Gray;
}
a.Menu {
	color: #FFFF80;
}
a.Menu:hover {
	color: White;
}
h1 {
	color: #00325A;
	text-align: center;
}

h2 {
	color: #00325A;
	font-size: 13pt;
}

.MenuMouseOver {
	font-size: 12pt;
	background-color: #005190;
	text-align: center;
}
.MenuMouseOut {
	font-size: 12pt;
	background-color: #00325A;
	text-align: center;
}
table.Anfrage tr{
	height: 30px;
}