/* CSS Document */

/* ******************************* Bereiche *********************************** */
body {
color: black; background-color: white;
font-size: 100.01%;
font-family: Helvetica,Arial,sans-serif;
margin: 0; padding: 1em;
min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}
/* ******************************** Kopfbereich ******************************************* */
#Kopf {
font-family:Arial Baltic, sans-serif;
}

#Kopf h1 {
	COLOR: #666666;
	font-size:40px;
	text-align:left;
	font-family: "Arial Unicode MS", sans-serif;
}

#LeerUeberInfoBox{
width:12em;
}

#Balken{
}

#Balken2_1{
}

#Balken2_2{}

#Balken3_2{
text-align:right;
}

#Balken3_3{
width: 12em;
}

/* ******************************* Navigationsleisten ************************************** */
#Navigation {			/* Navigationsleiste auf der linken Seite*/
font-size: 0.83em;
float: left; 
width: 16em;
margin: 0 0 1.2em; padding: 0;
/*border: 1px dashed silver;*/
}
#Navigation li {
list-style: none;
margin: 0; 
padding: 0.5em;
background-image:url(../Icons/navbar_bg.gif);
}
#Navigation a {
	display: block;
	padding: 0.2em;
	font-weight: bold;
	text-decoration: none;
}
#Navigation a:link {
color: #666666;
text-decoration:none; 
/*background-color: #eee;*/
}
#Navigation a:visited {
	color: #666;
	text-decoration: none;
/*text-decoration:underline;*/
/*background-color: #eee;*/
}
#Navigation a:hover {
color: #FF9933; 
/*background-color: white;*/
}
#Navigation a:active {
color: white; 
/*background-color: gray;*/
}

/* *************************** horizontale Navigation mit 4 Elementen in der horizontalen ************ */
#Nav2 div {
float:left;
background-image:url(../Icons/navbar_bg.gif);
padding:0.5em;
font-weight: bold;
text-align:center;
/*width:6em;*/
width: 22.5%;												/* Breite eines Knopfes */
font-size: 0.75em;											/* ursprüngliche 0.83em*/
border: 1px groove silver;
}

#Nav2 a:link { color:#666666; text-decoration:none; } 	/* Aussehen der Links ohne Aktion*/
#Nav2 a:visited { color:#666666; text-decoration:none;}
#Nav2 a:hover {
	color:#FF9900;
}
/*#Nav2 div:hover { color:#009999}*/
#Nav2 a:active { color:orange; /*text-decoration:underline; */}

/* ***************************************  horizontale Leist von der Schulungsseite **************** */
#Nav3 div {
float:left;
background-image:url(../Icons/navbar_bg.gif);
padding:0.5em;
font-weight: bold;
text-align:center;
/*width:6em;*/
width: 22.5%;												/* Breite eines Knopfes */
font-size: 0.75em;											/* ursprüngliche 0.83em*/
border: 1px groove silver;
}

#Nav3 a:link { color:#666666; text-decoration:none; } 	/* Aussehen der Links ohne Aktion*/
#Nav3 a:visited { color:#666666; text-decoration:none;}
#Nav3 a:hover {color:#FF9900;}
/*#Nav3 div:hover {border:1px ridge;}*/
#Nav3 a:active { color:orange; /*text-decoration:underline;*/ }
/* #Tabelle14 a:visited { color:black; text-decoration:underline; } */
/*#Nav2 a:focus { color:green; text-decoration:overline; }*/

#Nav4 div {													/* Knöpfe auf der Ausbildungsseite */
float:left;
background-image:url(../Icons/navbar_bg_10x60.gif);
padding:0.5em;
font-weight: bold;
text-align:center;
width: 22.5%;
min-width: 12em;
/*width:12em;	*/											/* Breite eines Knopfes */
height:2.5em;
font-size: 0.75em;											/* ursprünglich 0.83em*/
border: 1px groove silver;
}

#Nav4 a:link { color:#666666; text-decoration:none; } 		/* Aussehen der Links ohne Aktion*/
#Nav4 a:visited { color:#666666; text-decoration:none;}
#Nav4 a:hover {color:#FF9900;}
/*#Nav4 div:hover {border:1px ridge;}*/
#Nav4 a:active { color:orange; /*text-decoration:underline;*/ }
/* #Tabelle14 a:visited { color:black; text-decoration:underline; } */
/*#Nav2 a:focus { color:green; text-decoration:overline; }*/

div#Inhalt {
margin: 0 12em 1em 16em;
padding: 0 1em;
/*border: 1px dashed;*/
}

* html div#Inhalt {
height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
}
div#Inhalt h2 {
font-size: 1.2em;
margin: 0.2em 0;
}


div#Inhalt a{					/* normale Links im Text des Hauptffensters*/
color:#FF9900;					/* orange */
/*color:#9BFF00;*/					/* grün */
}

div#Inhalt p {
	font-size: small;			/* war ursprünglich 1em */
	margin: 1em 0;
	color: #666666;
	/*color: #999999;*/
}

div#Inhalt li {
	font-size: small;
	margin: 1em 0;
	color: #666666;
	/*color: #999999;*/
}


/* ***************************** Infobereich ************************************ */
div#Info {
font-size: 0.9em;
float: right; 
width: 12em;
margin: 0 0 1.1em; padding: 0;
background-color: #eee; 
/*border: 1px dashed silver;*/
}

div#Info a{						/* Farbe der Links in der Info-Box */
color:#FF9900;					/* orange */
/*color:#9BFF00;*/				/* grün */
}

div#Info h2 {
font-size: 1.33em;
margin: 0.2em 0.5em;
color: #999999;
}
div#Info p {
font-size: small;		/* war ursprünglich 1em */
margin: 0.5em;
color: #999999;
}

div#Info li {
font-size: 1em;
margin: 0.5em;
margin-left:0em;						/*Test*/
color: #999999;
}

#Fusszeile {
clear: both;
font-size: 0.9em;
margin: 0; padding: 0.1em;
text-align: center;
background-color: #FFFFFF;
}

#Fussnote {
font-size:small;
}

#Bild{
float:right;
}
