/* Standard-CSS für Projekt */

/* Wichtige Farben
Dunkelgrün = #007A00
Grün =	     #009400
*/

html, body, div, h1, h2, h3, span, a, table, td, form, img {
   margin: auto;
   padding: 0px;
   font-family: Arial, Helvetica, sans-serif;
}

html, body {
	width: 780px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: black;
	background-color: white;	 
	line-height: 100%;
}

#page {
	width: 751px;
	margin: auto;
	margin-top: 0px;
	background-color : white;
}

#logo {
	width: 751px;
	height: 65px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	background-color: white;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

html>body #logo {
	width: 741px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	background-color: white;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

#head {
	width: 751px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	background-color: white;
	background-image: url(../images/brilleHG.gif);
	background-repeat: no-repeat;
}

html>body #head {
	width: 741px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	background-color: white;
	background-image: url(../images/brilleHG.gif);
	background-repeat: no-repeat;
}

#head1 {
	width: 751px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	padding-right: 10px;
	text-align: right;
	background-color: white;
	background-image: url(../images/brilleHG.gif);
	background-repeat: no-repeat;
	line-height: 110%;
	font-style:arial;font-size:8pt;font-weight:bold;line-height:150%;
}

html>body #head1 {
	width: 741px;
	height: 73px;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	padding-right: 10px;
	text-align: right;
	background-color: white;
	background-image: url(../images/brilleHG.gif);
	background-repeat: no-repeat;
}

#aktuell {
	width: 751px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	padding-right: 10px;
	font-size: 19pt;
	font-weight: bold;
	color: #000000;
	background-color: white;
	font-style : italic;
	text-align: left;
	text-indent: 8px;
}

html>body #aktuell {
	width: 741px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	padding-right: 10px;
	font-size: 19pt;
	font-weight: bold;
	color: #000000;
	background-color: white;
	font-style : italic;
	text-align: left;
	text-indent: 8px;
}

#inhalt {
	width: 751px;
	margin: 0px;
	padding: 0px;
	background-image :url(../images/navHG.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
}

#barra-azul {
	width: 185px;
	height: 25px;
	background-color: #029fca;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 10pt;
	float: left;
	color: white;
}

html>body #barra-azul {
	width: 180px;
	height: 20px;
	background-color: #029fca;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 10pt;
	float: left;
	color: white;
}

#navegacion {
	width: 185px;
	text-align: left;
	font-weight: bold;
	padding: 0px;
	font-size:10pt;
	float:left;
	background-color: #ebf4f6;
}

html>body #navegacion {
	width: 185px;
	text-align: left;
	font-weight: bold;
	padding: 0px;
	font-size:10pt;
	float:left;
	background-color: #ebf4f6;
}

#contenido {
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	float: left;
	width: 566px;
	font-size: 9pt;
}

html>body #contenido {
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	float: left;
	width: 546px;
	font-size: 9pt;
}

#print {
	text-align: right;
	margin-right: 25px;
}

#footer {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	font-weight: bold;
	height: 20px;
	bottom: 0px;
	text-align: left;
	color: #828282; 
	background-color: white;
}

A {
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	margin: 0px;
	padding: 0px;
}

A:LINK {
}

A:VISITED {
}

A:HOVER {
}

A:ACTIVE {
}

A.blanco {
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	margin: 0px;
	padding: 0px;
	padding-left: 8px;
	color: white;
}

A.blanco:LINK {
}

A.blanco:VISITED {
}

A.blanco:HOVER {
	text-decoration: underline; 
}

A.blanco:ACTIVE {
}

A.foot {
	color: #828282;
	font-size: 8pt;
}

A.foot:LINK {
}

A.foot:VISITED {
}

A.foot:HOVER {
	text-decoration: underline; 
}

A.foot:ACTIVE {
}

A.link {
	color: #c8150c; 
}

A.link:LINK {
}

A.link:VISITED {
}

A.link:HOVER {
	color: #c8150c;
}

A.link:ACTIVE {
}

A.navi {
	color: black;
}

A.navi:LINK {
	color: black;
}

A.navi:VISITED {
}

A.navi:HOVER {
	color: #c8150c;
}

A.naviActive:ACTIVE {
	color: #c8150c;
}

A.naviActive {
	color: #c8150c;
}

A.naviActive:LINK {
	color: black;
}

A.naviActive:VISITED {
}

A.naviActive:HOVER {
	color: #c8150c;
}

A.naviActive:ACTIVE {
	color: #c8150c;
}

H1 {
	margin: 0px;
	padding: 0px;
	font-size: 12pt; 
	font-weight: bold;
	color: #6699cc;
	text-align: center;
	line-height: 200%;
}

H2 {
	margin: 0px;
	padding: 0px;
	font-size: 12pt; 
	font-weight: bold;
	color: #005596;
	text-align: left;
	line-height: 200%;
}

H3 {
	margin: 0px;
	padding: 0px;
	font-size: 10pt; 
	font-weight: bold;
	color: #005596;
	text-align: left;
	line-height: 200%;
}

.temario {
	font-weight: bold;
	color: #005596;
}

label, input, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;

}

label {
	width: 125px;}

input, select{
	margin: 0px;
	margin-left: 3px;
	width: 295px;
}

.short {
	width: auto;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { 
  float: none;
  width: auto;
}

input[type="checkbox"], input[type="radio"]  {
	width: 10px;
	height: 10px;
}

fieldset {
	margin: 10px;
	padding: 5px;
	border: 0px; 
	background-color: #ebf4f6;
}

textarea {
	margin: 0px;
	padding: 0px;
  width: 300px; 
  height: 200px;
}

ul, ol {
	margin-top: 5px;
	margin-bottom: 5px;
}

li.espaciado {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

ul.menu {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	list-style-image: none;
	width: 185px;
	text-align: left;
	text-indent: 25px;
	line-height: 200%;
	clear:left;
}

li.menu {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #029fca;
	/*border-right: 3px solid #ffffff;*/
	background-color: #ebf4f6;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	width: 185px;
}

li.menuActive {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #029fca;
	/*border-right: 3px solid #ffffff;*/
	background-color: #ebf4f6;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	width: 185px;
}

li.menuLargo {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #029fca;
	/*border-right: 3px solid #ffffff;*/
	background-color: #ebf4f6;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	width: 185px;
	line-height: 125%;
}

li.menuActiveLargo {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #029fca;
	/*border-right: 3px solid #ffffff;*/
	background-color: #ebf4f6;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	width: 185px;
	line-height: 125%;
}

#logo, #head, #barra-azul, #navegacion, #print {
	display: none;
}