html {
 width:100%;
 height:100%;
}

body {
 background-color:#fff;
 font-family:Tahoma;
 font-size:12px;
 text-align:center;
}

a { text-decoration:none; }

a:hover { text-decoration:underline; }

.blauklein {
 font-family: Tahoma;
 font-size: 9px;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color: #070767;
 text-decoration: none;
}

.rotklein {
 font-family: Tahoma;
 font-size: 9px;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color: #CC0000;
 text-decoration: none;
}

.schwarz {
 font-family: Tahoma;
 font-size: 12px;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color: #000000;
 text-decoration: none;
}

.blau {
 font-family: Tahoma;
 font-size: 12px;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color: #070767;
 text-decoration: none;
}

.rot {
 font-family: Tahoma;
 font-size: 12px;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color: CC0000;
 text-decoration: none;
}

.schwarzklein {
 font-family: Tahoma;
 text-transform: none;
 color: #000000;
 font-size: 9px;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 font-variant: normal;
 text-decoration: none;
}

.blauGross {
 font-family: Tahoma;
 font-size: 14px;
 font-style: normal;
 line-height: normal;
 font-weight: bold;
 font-variant: normal;
 text-transform: none;
 color: #070767;
}

.rotGross {
 font-family: Tahoma;
 font-size: 14px;
 font-style: normal;
 line-height: normal;
 font-weight: bold;
 font-variant: normal;
 text-transform: none;
 color: #990000;
}

.weiss { font-family:"Times New Roman", Times, serif;
		font-size:18px;
		font-weight:bold;
		color:#FFFFFF;
} 


