a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.Aw3work {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C28527;
	text-decoration: none;
}

.Aw3work:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C28527;
	text-decoration: none;
}

.Azurueck {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #477783 ;
	text-decoration: none;
}

.Azurueck:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #477783 ;
	text-decoration: none;
}

.begruessung {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.normal {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 130%;
	color: #000000;
}

.normalblau {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #477783;
}

.klein {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	line-height: 130%;
	color: #000000;
}

.fettschwarz {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.fettblau {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #477783;
}

.grossschwarz {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 135%;
	color: #000000;
}

.grossblau {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #477783;
}

.headline {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #89B4BE;
}

select {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #56838E;

}

input {
  background-color: #ffffff;
  font-family : Georgia, Times New Roman, Times, serif;
  font-size : 11px;
  color: #56838E;
  border-left: 1px #56838E  solid;
  border-right: 1px #56838E  solid;
  border-top: 1px #56838E solid;
  border-bottom: 1px #56838E  solid;
}

.button {
  background-color: #E4EEF0;
  font-family : Georgia, Times New Roman, Times, serif;
  font-size : 11px;
  border-left: 1px #89B4BE  solid;
  border-right: 1px #89B4BE  solid;
  border-top: 1px #89B4BE solid;
  border-bottom: 1px #89B4BE  solid;
}

ul#navi{
padding: 5px 0 0 5px;
margin: 0;
list-style: none;
position: relative;
font-size: 14px;
}

ul#navi a{
text-decoration: none;
color: #fff;
white-space: nowrap;
}


ul#navi a:hover{
text-decoration: underline;
}

ul#navi li{
margin: 0;
padding: 0;
float: left;
position: relative;
}

ul#navi li ul{
position: absolute;
left: 0;
top: 24px;
background-color: #a10000;
padding: 0;
margin: 0;
display: none;
}

ul#navi li ul li{
display: block;
float: none;
border-bottom: 1px solid #fff;
padding: 2px 5px 2px 5px;
}

