A:active {
  color : #0063BE;
  text-decoration : underline;
}

A:link {
  color : #003399;
  text-decoration : underline;
}

A:visited {
  color : #000066;
  text-decoration : underline;
}

H1 {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 7pt;
  font-style : normal;
  font-weight : bold;
  color : #FFFFFF;
  text-decoration : none;
  }
  
BODY, P, UL, LI, OL, DD, DL, BLOCKQUOTE, TD, TH {
  font-family : Geneva, Arial, Helvetica, sans-serif;
  font-size : 9pt;
  font-style : normal;
  font-weight : normal;
  color : #00309C;
}

pre {
  font-family: monospace;
}

.small {
  font-family : Geneva, Arial, Helvetica, sans-serif;
  font-size : 2.8mm;
  font-style : normal;
  font-weight : normal;
  color : #00309C;
}

.medium {
  font-family : Geneva, Arial, Helvetica, sans-serif;
  font-size : 3.2mm;
  font-style : normal;
  font-weight : normal;
  color : #00309C;
}

.large {
  font-family : Geneva, Arial, Helvetica, sans-serif;
  font-size : 4mm;
  font-style : normal;
  font-weight : normal;
  color : #00309C;
}

.titel {
  font-family : Geneva, Arial, Helvetica, sans-serif;
  font-size : 6mm;
  font-style : normal;
  font-weight : normal;
  color : #00309C;
}

.topnav {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 7pt;
  font-style : normal;
  font-weight : bold;
  color : #FFFFFF;
  text-decoration : none;
  }

.invisible {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 2pt;
  font-style : normal;
  font-weight : normal;
  color : #FFFFFF;
  text-decoration : none;
  }
  
.uhrtab { background-color: #FFFFFF;}

.formred { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-decoration: none ; background-color: #af1316}
.formgreen { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-decoration: none ; background-color: #7ba518}
.formbluee { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-decoration: none ; background-color: #6699cc}
.formorange { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-decoration: none ; background-color: #ef211d}   

.mediumwhite {
  font-family : Geneva, Arial, Helvetica, sans-serif;
  font-size : 3.2mm;
  font-style : normal;
  font-weight : normal;
  color : #FFFFFF;
}
.smallwhite {
  font-family : Geneva, Arial, Helvetica, sans-serif;
  font-size : 2.8mm;
  font-style : normal;
  font-weight : normal;
  color : #FFFFFF;
}

.menu-act {
        padding:10px 3px;
	background-color:#A1CAEB;
	}
.menu-act a:link {
	padding:10px 3px;
	text-decoration:none;
        color:#00309C;
	}
.menu-act a:visited {
	padding:10px 3px;
	text-decoration:none;
        color:#00309C;
	}
.menu-act a:hover {
	padding:10px 3px;
	text-decoration:none;
        color:#00309C;
	}
.menu-act a:active {
	padding:10px 3px;
	text-decoration:none;
        color:#00309C;
        }
        
.menu-not {
	padding:10px 3px;
	background-color:#E0E0E0;
	}
.menu-not a:link {
	padding:10px 3px;
	text-decoration:none;
	background-color:#E0E0E0;
	}
.menu-not a:visited {
	padding:10px 3px;
	text-decoration:none;
	background-color:#E0E0E0;
	}
.menu-not a:hover {
	padding:10px 3px;
	text-decoration:underline;
	background-color:#E0E0E0;
	}
.menu-not a:active {
	padding:10px 3px;
	text-decoration:underline;
	background-color:#E0E0E0;
	}
