/* CSS Document */
/*Für alle Seiten erfolgt die Angabe der Layer Mitte, Text und Fuss über Format_xx.css mit Angabe Länge Pixel*/
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #e2e2e2;
	font-size: 14px;
}

#oben {
	position:absolute;
	width:1000px;
	height:120px;
	z-index:1;
	left: 0px;
	top: 0px;
}

#navigation {
	position:absolute;
	width:154px;
	height:600px;
	z-index:2;
	left: 40px;
	top: 158px;
}

#rechts {
	position:absolute;
	width:134px;
	height:640px;
	z-index:3;
	left: 1010px;
	top: 158px;
}

#linie_oben {
	position:absolute;
	width:800px;
	height:8px;
	z-index:4;
	left: 200px;
	top: 150px;
	background-color: #005da8;
}


p {
	text-align: justify;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #005da8;
	vertical-align: 30%;
	
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #005da8;
	
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #005da8;
	
}


h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #005da8;
	
}
/*Für Überschriften linksbündig z.B. bei Berufsvorber-und ausbildung ohne Abstand zum nächsten Absatz -*/
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #005da8;
	text-align: left;
	margin-bottom: -16px;
}

/*Für Überschriften linksbündig in Sitemaps -*/
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #005da8;
	text-align: left;
	margin: 2px;
}




a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: #005da8;
	text-decoration: none;
}

a visited {
	color: #003c64;
}
a hover {
	color: #fd6000;
}


a.a_kleiner: visited {
	color: #003c64;
	font-size: 11px;
	margin-bottom: 5px;
	line-height: 5px;

}

a.a_kleiner: hover {
	color: #fd6000;
	font-size: 11px;
	margin-bottom: 5px;
	line-height: 5px;

}






/*Für aktiven Link-Text -*/
.orange {
font-family: Arial, Verdana, sans-serif;
color: #fd6000;
font-size: 12px;
font-weight: 900;
}

/*Auszeichnung z. B. für Links - nach rechts eingerückt für Anmeldung Jahresprogramm im Layer Mitte_hinten*/
.abstand {
	margin-left: 10px;
}







/*Für kleiner gestaltete Links - aktiv*/
.orange_kleiner {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #fd6000;
	margin-left: 6px;
	margin-bottom: 5px;
	line-height: 5px;

}

/*Für kleiner gestaltete Links - Z.B. im Bereich Kontakt*/
.a_kleiner {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #005da8;
	text-decoration: none;
	margin-left: 6px;
	margin-bottom: 5px;
	line-height:  5px;

}


/*Für Tabellenbereich z.B. EDV Kurse von Frauen für Frauen Markierung Organisator*/
.adresse_blau {
	color: #005da8;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-position: left;
}

.blau {color: #005da8; font-weight: bold; }


.blau_ohne_abstand {
	color: #005da8;
	font-weight: bold;
	white-space: pre;
}


.blau16_ohne_Abstand {
	color: #005da8;
	font-size: 16px;
	font-weight: bold;
}



.link_gross {font-size: 14px}



/*Für alle Seiten erfolgt die Angabe der Layer Mitte, Text und Fuss über Format_xx.css mit Angabe Länge Pixel*/

.mittig {
	text-align: center;
}
.linksbuendig {
	text-align: left;
}



/*Für Verfasserangaben*/
.klein_oben_anhaengend {
	font-size: 9px;
	text-align: left;
	white-space: nowrap;
	margin-top: -12px;
}

