﻿html {height:100%;}
body
{
  height: 100%;
  font-family: Arial;
}

.Titel1
{ font-size: 20pt; 
  font-family: 'Arial Black'; 
  letter-spacing: 2pt
}

.Titel2
{ font-size: 12pt; 
  font-family: Arial; 
  letter-spacing: 3pt
}

.Titel3
{ font-size: 9pt; 
  font-family: Arial; 
  letter-spacing: 2pt
}
h1
{
  font-size: 18px;
  font-weight: bold;
  vertical-align: bottom;
  color: #63cdf6;
}
.Adress
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #003AE6;
  text-decoration: none;
  background-color: White;
  font-weight: normal;
}

#LabelNavigation a
{
  font-size: small;
  display: block;
  float: left;
  width: 100%;
  padding: 0.2em;
  text-decoration: none;
  background-position: left top;
  background-attachment: scroll;
  background-image: none;
  background-repeat: repeat-x;
  color: #000099;
}
	
#LabelNavigation a:hover
{
  background: repeat-x top left;
  color: black;
}
	