﻿html {height:100%;}
body
{
  height: 100%;
  font-family: Arial;
  FONT-SIZE: 12px;
}

.Titel1
{ font-size: 20pt; 
  color: #00008b; 
  font-family: 'Arial Black'; 
  letter-spacing: 2pt
}

.Titel2
{ font-size: 12pt; 
  color: #00008b; 
  font-family: Arial; 
  letter-spacing: 3pt
}

.Titel3
{ font-size: 9pt; 
  color: #808080; 
  font-family: Arial; 
  letter-spacing: 2pt
}
h1
{
  font-size: 18px;
  color: #70c82f;
  font-weight: bold;
}
.Adress
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 9pt;
  color: #999999;
  text-decoration: none;
  background-color: White;
  font-weight:normal;
}

#LabelNavigation a 
{  
  display:block;
	float: left; 
	width:100%; 
	padding: 0.2em;
	text-decoration: none; 
	background: #33cc66 repeat-x top left;
	color: #fff;
  border: 1px solid black;
  border-left-color: white; border-top-color: white;
	}
	
#LabelNavigation a:hover {
	background: #ffff66 repeat-x top left;
	color: #000000;
	}

