BODY {
	background-color : white;
	color: black;
	margin-left : 5px;
	margin-top : 5px;
}
P {
  font-family: Arial, Helvetica, sans-serif;
  font-size : 9pt;
  font-style : normal;
  font-weight : normal;
  color : black;
 }
 DIV {
  font-family: Arial, Helvetica, sans-serif;
  font-size : 9pt;
  font-style : normal;
  font-weight : normal;
  color : black;
 }
.klein {
	font-size : 8pt;
}
.gross {
	font-size : 12pt;
	font-weight: bold;
}
.fett {
	font-weight : bold;
}
.kursiv {
	font-style : italic;
}
.farbe {
	color : #FF7C16;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	color : black;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	color : black;
}
OL {
  font-family: Arial, Helvetica, sans-serif;
  font-size : 9pt;
  font-style : normal;
  font-weight : normal;
  color : black;
 }
TR.grauD {
	background-color : #BBBBBB;
	color : black;
}
TR.grauH {
	background-color : #DDDDDD;
	color : black;
}
TR.shade {
	background-color : #FFE4C4;
	color : black;
}
TR.weiss {
	background-color : white;
	color : black;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : black;
	}
TD.head {
	font-weight : bold;
	}
TD.datum {
	font-size : 8pt;
	text-align : right;
	}
TD.klein {
	font-size : 8pt;
	}
TD.grauD {
	background-color : #BBBBBB;
	color : black;
	}
TD.grauH {
	background-color : #DDDDDD;
	color : black;
	}
TD.weiss {
	background-color : white;
	color : black;
	}
TD.shade {
	background-color : #FFE4C4;
	color : black;
	}
TD.dunkel {
	background-color : #D94D01;
	color : White;
	}
TD.farbig {
	background-color : #FF7C16;
	color : black;
	}
TD.rahmen {
	background-color : black;
	color : white;
	}
TD.teiler {
	background-color : #FF7C16;
	color : black;
	}
TH {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	color : black;
	text-align : left;
	}
TH.hell {
	background-color : #FF7C16;
	color : White;
	}
TH.dunkel {
	background-color : #D94D01;
	color : White;
	}
TH.verlauf {
	background-color : #D94D01;
	background-image: url(/design/verlauf_header.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color : White;
	}
TH.verlauf2 {
	background-color : #FF7C16;
	background-image: url(/design/verlauf_header.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	color : White;
	}
A {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: black;
  text-decoration : none;
 }
A:HOVER {
  text-decoration : underline;
 }
A.blind {
  font-weight: normal;
 }
A.blind:HOVER {
  text-decoration : none;
 }

/* Bot trap */
#gbcaptcha {
	display: none;
	visibility: hidden;
}