HEAD {
    display: none;
}

BODY {
    display: block;
    color: rgb(255,255,255);
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    background-color: #FFFFFF;
}

BODY.white {
    display: block;
    color: rgb(255,255,255);
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    background-color: rgb(66,74,82);
}

H1 {
    font-size: 17pt;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: rgb(255,255,255);
}

H2 {
    font-size: 14pt;
    font-family: Arial;     
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: rgb(0,0,0);    
}

H3 {
    font-size: 12pt;
    font-family: Arial;     
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: rgb(0,0,0);    
}

H4 {
    font-size: 10pt;
    font-family: Arial;     
    font-weight: bold;
	  text-align: left;
    vertical-align: middle;
    color: rgb(0,0,0);    
}

UL{
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial;     
    color: rgb(0,0,0);    
}

OL{
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial;     
    color: rgb(0,0,0);    
}

TBODY {
    display: block;
    color: rgb(0,0,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: rgb(255,255,255);
    vertical-align: top;
}

TBODY.white {
    display: block;
    color: rgb(0,0,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #FFFFFF;
    vertical-align: top;
}

table.grey {
    display: block;
    color: rgb(0,0,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: rgb(166,174,182);
    vertical-align: top;
}


TD {
	vertical-align: top;
	padding-left: 5px;
}

TD.grey {
  background-color: rgb(166,174,182);
}

TD.darkgrey {
  background-color: rgb(66,74,82);
}

TD.white {
  background-color: rgb(255,255,255);
}

TD.black {
  background-color: rgb(0,0,0);
}

TD.red {
  background-color: rgb(196,0,0);
}

UL {
	margin-top: 5px;
	margin-bottom: 5px;
}

TD.Lehrling {
	vertical-align: top;
	padding-left: 25px;
}

BODY.Zivilschutz {
	display: block;
	color: rgb(0,0,0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	background-color: #F8F0CC;
}

TD.Wir {
	vertical-align: middle;
	padding-left: 5px;
}

A:link {
	font-family: Arial;
	font font-size: 10pt;
	color: #000000;
	font-weight : bold;
}

A:visited {
  font-family: Arial;
  font-size: 10pt;
  color: #FF0000;
	font-weight : bold;
}

A:active {
  font-family: Arial;
  font-size: 10pt;
  color: #FF0000;
	font-weight : bold;
}

a.top:link, a.top:visited {
	text-decoration: none;
	font-size: 12pt;
	color: #FFFFFF;
	font : bold;
}

PRE {
	color: #0000FF;
}