/* Allgemeine Definitionen */
					/* Formatierung des Hintergrundes, der Schrift und des Rahmens */
body	{
	background: #ffffff;
	font-size: 0.8em;
	font-family: Arial;
	margin: 0px 0px 0px 0px;
}


/* Textformatierungen */
					/* Position der fettgedruckten Themenüberschrift */
div.head{
	position:absolute;
	top:110px;
	left:255px;
	font-size: 2em;
	font-weight:bold;
	font-variant: small-caps;
	width: 224px;
}					

					/* Position der fettgedruckten Überschrift "Sitemap"*/
div.head1{
	position:absolute;
	top:30px;
	left:240px;
	font-size: 2em;
	font-weight:bold;
	font-variant: small-caps;
}	

					/* Position der Überschrift über der oberen Linie */
div.Überschrift	{
    	color: #000000;
    	font-size: 1em;
    	font-family: Arial;
    	font-weight: bold;
    	position:absolute;
	top:163px;
	left:300px;
}					
					/* Position des Fließtextes */
div.Fliesstext	{
    	color: #000000;
    	font-size: 1em;
    	font-family: Arial;
    	position:absolute;
		top:208px;
		left:302px;
		width:500px;
		align: justify;
		overflow:visible;
}

				/* Position des Fließtextes, wenn die Überschrift zentriert gesetzt ist */

div.Fliesstext1	{
    	color: #006CB7;
    	font-size: 1em;
    	font-family: Arial;
    	position:absolute;
		top:200px;
		left:500px;
		width:200px;
		align: justify;
		overflow:visible;
}

div.Fliesstext11	{
    	color: #006CB7;
    	font-size: 1em;
    	font-family: Arial;
    	position:absolute;
		top:200px;
		left:450px;
		width:250px;
		align: justify;
		overflow:visible;
}						

div.Fliesstext2	{
    	color: #000000;
    	font-size: 1em;
    	font-family: Arial;
    	position:absolute;
		top:230px;
		left:300px;
		width:500px;
		align: justify;
		overflow:visible;
}		

div.Fliesstext3	{
    	color: #006CB7;
    	font-size: 1em;
    	font-family: Arial;
    	position:absolute;
		top:440px;
		left:500px;
		width:200px;
		align: justify;
		overflow:visible;
}	

div.Fliesstext33	{
    	color: #000000;
		font-size: 1em;
    	font-family: Arial;
    	position:absolute;
		top:500px;
		left:300px;
		width:500px;
		align: justify;
		overflow:visible;
}	

div.Fliesstext44	{
    	color: #000000;
		font-size: 1em;
    	font-family: Arial;
    	position:absolute;
		top:510px;
		left:300px;
		width:500px;
		align: justify;
		overflow:visible;
}	

/* Links */

/* Links im Text */
					/* Formatierung der normalen Links */
a.link1	{
	color: #000000;
	text-decoration: none;
	text-indent:5px;
}					

a.link1:hover	{
	background: none;
	color: #006CB7;
	text-decoration: none;
	text-indent:5px;
}					
					
a.link1:active	{
	background: none;
	color: #000000;
	text-decoration: none;
	text-indent:5px;
}

a.link2	{
	color: #006CB7;
	text-decoration: none;
}					

a.link2:hover	{
	background: none;
	color: #000000; 
	text-decoration: none;
}					
					
a.link2:active	{
	background: none;
	color: #000000;
	text-decoration: none;
}
					/* Formatierung der fettgedruckten Links */
a.link	{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-indent:5px;
}					

a.link:hover	{
	background: none;
	color: #006CB7;
	text-decoration: none;
	text-indent:5px;
}

a.link:active	{
	background: none;
	color: #000000;
	text-decoration: none;
	text-indent:5px;
}

a.link:visited	{
	background: none;
	color: #000000;
	text-decoration: none;
	text-indent:5px;
}


/* Navigationsleiste unten */	
					/* Formatierung des Links "Sitemap" */
a.link_sitemap	{
	color: #a0a397;
	text-decoration: none;
	font-weight: bold;
	text-indent:5px;
}					
					/* Formatierung des Links "Impressum" */
a.link_impressum	{
	color: #a0a397;
	text-decoration: none;
	font-weight: bold;
	text-indent:5px;
}					
					/* Formatierung des Links "Home" */
a.link_home	{
	color: #a0a397;
	text-decoration: none;
	font-weight: bold;
	text-indent:5px;
}					
					/* Position der Links "Sitemap", "Impressum" und "Home" */
div.navunten	{
    	color: #a0a397;
    	font-size: 1em;
    	font-family: Arial;
    	font-variant: small-caps;
    	font-weight: bold;
    	position:absolute;
	top:575px;
	left:295px;
}	


/* Navigationsleiste oben */
					/* Formatierung des Links "ANUK" in der oberen Navigationsleiste */
a.anuk	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	position:absolute;
	top:30px;
	left:250px;
}						

a.anuk:hover	{
	background: none;
	color: #006CB7;
	text-decoration: none;
	position:absolute;
	top:30px;
	left:250px;
}

a.anuk:active	{
	background: none;
	color: #006CB7;
	text-decoration: none;
	position:absolute;
	top:30px;
	left:250px;
}
					/* Formatierung des Links "Leistungsgebiete" in der oberen Navigationsleiste */
a.leistung	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	position:absolute;
	top:30px;
	left:310px;
}					

a.leistung:hover	{
	background: none;
	color: #006CB7;
	text-decoration: none;
	position:absolute;
	top:30px;
	left:310px;
}

a.leistung:active	{
	background: none;
	color: #006CB7;
	text-decoration: none;
	position:absolute;
	top:30px;
	left:310px;
}
					/* Formatierung des Links "Service" in der oberen Navigationsleiste */
a.service	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	position:absolute;
	top:30px;
	left:436px;
}					

a.service:hover	{
	background: none;
	color: #006CB7;
	text-decoration: none;
	position:absolute;
	top:30px;
	left:436px;
}

a.service:active	{
	background: none;
	color: #006CB7;
	text-decoration: none;
	position:absolute;
	top:30px;
	left:436px;
}
					/* Formatierung des Links "Referenzen" in der oberen Navigationsleiste */
a.ref	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	position:absolute;
	top:30px;
	left:505px;
}					

a.ref:hover	{
	background: none;
	color: #006CB7;
	text-decoration: none;
	position:absolute;
	top:30px;
	left:505px;
}

a.ref:active	{
	background: none;
	color: #006CB7;
	text-decoration: none;
	position:absolute;
	top:30px;
	left:505px;
}
					/* Formatierung des Links "Partner" in der oberen Navigationsleiste */
a.partner	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	position:absolute;
	top:30px;
	left:600px;
}					

a.partner:hover	{
	background: none;
	color: #006CB7;
	text-decoration: none;
	position:absolute;
	top:30px;
	left:600px;
}

a.partner:active	{
	background: none;
	color: #006CB7;
	text-decoration: none;
	position:absolute;
	top:30px;
	left:600px;
}
					/* Formatierung des Links "Kontakt" in der oberen Navigationsleiste */
a.kontakt	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	position:absolute;
	top:30px;
	left:670px;
}					

a.kontakt:hover	{
	background: none;
	color: #006CB7;
	text-decoration: none;
	position:absolute;
	top:30px;
	left:670px;
}

a.kontakt:active	{
	background: none;
	color: #006CB7;
	text-decoration: none;
	position:absolute;
	top:30px;
	left:670px;
}


/* Navigationsleiste links */
					/* Formatierung der linken Unternavigation */
a.sub	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}					

a.sub:hover	{
	background: none;
	color: #FFFFFF;
	text-decoration: none;
}

a.sub:active	{
	background: none;
	color: #FFFFFF;
	text-decoration: none;
}

					/* Formatierung der Liste für die linke Navigationsleiste */
li	{
	margin: 5px;
	list-style-type: none;
}					
					/* Formatierung der Linkblöcke in der linken Navigationsleiste (innerhalb der Liste) */
ul#menue li a	{
	width: 150px;
	height: 25px;
	line-height: 25px;
	text-align:left;
	border: 2px solid #ffffff;
	background: #D4D4D4;
	display: block;
}					

ul#menue li a:hover
	{
	height: 25px;
	line-height: 25px;
	text-align:left;
	border: 2px solid #ffffff;
	background: silver;
	display: block;
}
ul#menue li.aktiv a	{
	width: 150px;
	height: 25px;
	line-height: 25px;
	text-align:left;
	border: 2px solid #ffffff;
	background: silver;
	display: block;
}					


					/* Formatierung der Unternavigation in der linken Navigationsleiste (innerhalb der Liste) */
ul#menue li a.sub
	{
	height: 25px;
	line-height: 25px;
	text-align:left;
	border: 0px;
	background: none;
	display: block;
}					

ul#menue li a.sub:hover
	{
	height: 25px;
	line-height: 25px;
	text-align:left;
	border: 0px;
	background: none;
	display: block;
}
					/* Position der Tabelle mit der Liste der Links */
table.links	{
	position:absolute;
	top:193px;
	left:-39px;
	z-index:3;
	font-size: 1em;
	}		


/* Impressum */
					/* Position der linken Spalte auf der Seite "impressum.html und sitemap.html" */
div.impressum	{		
    	color: #000000;
    	font-size: 1em;
    	font-family: Arial;
    	position:absolute;
	top:25px;
	left:25px;
	width:600px;
	align: justify;
	overflow:visible;
}					
					/* Position der rechten Spalte auf der Seite "impressum.html" */
div.impressum1	{
    	color: #000000;
    	font-size: 1em;
    	font-family: Arial;
    	position:absolute;
	top:122px;
	left:225px;
	width:600px;
	align: justify;
	overflow:visible;
}	


/* Kontakt */
					/* Position der Adresse auf der Seite "kontakt.html" */
div.Kontakt	{
    	color: #000000;
    	font-size: 1em;
    	font-family: Arial;
    	position:absolute;
	top:220px;
	left:320px;
	width:500px;
	align: justify;
	overflow:visible;
}			


/* Casa Azzurri Bildershow */
					/* Position der Überschrift in der "Casa Azzurri Bildershow" */
div.Casa	{
    	color: #1768B8;
    	font-size: 2em;
    	font-family: Arial;
    	font-weight: bold;
   	font-variant: small-caps;
	position:absolute;
	top:15px;
	left:17px;
}				

/* MSV Bildershow */
					/* Position der Überschrift in der "Casa Azzurri Bildershow" */
img.msv	{
		position:absolute;
		top:400px;
		left:500px;
}		
					/* Position des Copyrights auf der Seite "leistungsgebiete_netzwerk.html" */
div.casa1	{
	color: #000000;
	font-size: 1em;
	font-family: Arial;
   	position:absolute;
	top:515px;
	left:590px;
}					


/* Grafiken */
					/* Position der Anfahrtsskizze "anfahrt_klein.jpg" auf "wegbeschreibung.html" */
img.anfahrt	{			
	position:absolute;
	top:350px;
	left:580px;
}				
					/* Position der oberen Navigationsleiste "oben.jpg" */				
img.oben	{			
	position:absolute;
	top:0px;
	left:171px;
	}				
					/* Position des Themenbildes oben links */
img.bild	{			
	position:absolute;
	top:0px;
	left:18px;
	z-index:2;
	}				
					/* Position des Bildes "bild_kontakt.jpg" auf kontakt.html */
img.bild_kontakt	{		
	position:absolute;
	top:280px;
	left:565px;
	}					
					/* Position des Bildes "baustelle.jpg" auf aufbau.html */
img.baustelle	{
	position:absolute;
	top:300px;
	left:480px;
	}				
					/* Position der linken Navigationsleiste "links.jpg" */
img.links	{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	}					
					/* Position des ANUK Logos "logo_v1.jpg" */
img.logo	{
	position:absolute;
	top:55px;
	left:790px;
	z-index:1;
	}				
					/* Position der Linie "linie.jpg" oberhalb des Fließtextes */
img.linie	{
	position:absolute;
	top:180px;
	left:280px;
	z-index:1;
	}							
					/* Position der Linie "linie.jpg" unterhalb des Fließtextes */
img.linie2	{
	position:absolute;
	top:560px;
	left:280px;
	z-index:1;
	}				
					/* Position des Zurückbuttons "zurueck.gif" */
img.zurueck	{
	position:absolute;
	top:540px;
	left:740px;
	z-index:1;
}					
					/* Position des Weiterbuttons "weiter.gif" */
img.weiter	{
	position:absolute;
	top:540px;
	left:780px;
	z-index:1;
}

					
					/* Position des Bildes "casa_bild.jpg" auf "leistungsgebiete_netzwerk.html" */
img.casa	{
	position:absolute;
	top:350px;
	left:590px;
	z-index:1;
	float: left;
}					
					/* Position des oberen Streifens "streifen_oben.jpg" in der "Casa Azzurri Bildershow" */
img.streifen	{
	position:absolute;
	top:3px;
	left:17px;
}			
					/* Position der Glühlampe "gluehlampe.gif" auf "au-fallbuch.html" und "dmp.html */
img.gluehlampe	{
	position:absolute;
	top:408px;
	left:300px;
}					
					/* Position der Glühlampe "gluehlampe.gif" auf "kundenforum.html" */
img.gluehlampe1	{
	position:absolute;
	top:422px;
	left:300px;
}					
					/* Position des CC Logos "cc_logo.jpg" auf "commoncare.html" */
img.cc	{
	position:absolute;
	top:430px;
	left:300px;
}					
					/* Position des Bildes "cc_haende.gif" auf "commoncare_seite2.html" */
img.cch	{
	position:absolute;
	top:352px;
	left:300px;
}		

				/* Position des Bildes "bild_raute.jpg" auf "Leistungsgebiete_index.html" */
img.raute	{
	position:absolute;
	top:0px;
	left:120px;
	float: right;	
	}	
			
					/* Position der Aufzählungszeichen auf der Seite "leistungsgebiete_software.html" */
div.aufzaehlungszeichen	{
    	color: #000000;
    	font-size: 1em;
    	font-family: Arial;
    	position:absolute;
		top:305px;
		left:320px;
		width:500px;
		align: justify;
		overflow:visible;
}		

					/* Position der Aufzählungszeichen auf der Seite "leistungsgebiete_internet.html" */
div.aufzaehlungszeichen1	{
    	position:absolute;
		top:300px;
		left:320px;
		width:500px;
		align: justify;
		overflow:visible;
}	

					/* Position der Aufzählungszeichen auf der Seite "Anuk/Jobs/entwicklung.html" */
div.aufzaehlungszeichen2	{
    	position:absolute;
		top:327px;
		left:320px;
		width:500px;
		align: justify;
		overflow:visible;
}	


/* Anfrageformular */
					/* Formatierung der Inputfelder */
input 	{
	background-color:#ebebeb; 
	border:1px solid #006CB7;
}					
					/* Formatierung der Textarea */
textarea 	{		
	background-color:#ebebeb;
	border:1px solid #006CB7;
}					
					/* Position Textarea */
.anfrage{		
    	position:absolute;
	top:385px;
	left:570px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}
					/* Position Textarea Demo Zugang Formular */
.anfrage_demo{
	position:absolute;
	top:385px;
	left:300px;
	color: #000000;
	font-size: 12px;
	font-family: Arial;
}						
					/* Formatierung des Auswahlmenues */
select 		{
	background-color:#ebebeb;
	border:1px solid #006CB7;
}					
					/* Position des Auswahlmenues */
.bereich{		
    	position:absolute;
	top:385px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}

.iknummer{
	position:absolute;
	top:385px;
	left:427px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}				
					/* Position des Auswahlmenues Anforderung */
.anforderung{		
    	position:absolute;
	top:442px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Formatierung der Buttons */
input.button 	{		
	background-color:#006CB7;
	border:1px solid #000000;
	color:#ffffff;
}
					/* Position der Buttons */
div.button 	{		
	position:absolute;
	top:535px;
	left:300px;
}					
					/* Position "Anrede" (Text und Feld) */
.anrede {		
    	position:absolute;
	top:210px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "Firma" (Text und Feld) */
.firma {		
    	position:absolute;
	top:240px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "Vorname" (Text und Feld) */
.name {
	position:absolute;
	top:239px;
	left:570px;
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	width: 85px;
	height: 38px;
}			

					/* Position "Zuname" (Text und Feld) */
.nachname {
	position:absolute;
	top:239px;
	left:695px;
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	width: 94px;
}			
					/* Position "Strasse" (Text und Feld) */
.strasse {		
    	position:absolute;
	top:285px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "Nr" (Text und Feld) */
.nr	{		
    	position:absolute;
	top:285px;
	left:480px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "PLZ" (Text und Feld) */
.plz	{		
    	position:absolute;
	top:285px;
	left:570px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "Ort" (Text und Feld) */
.ort 	{		
    	position:absolute;
	top:285px;
	left:636px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "Telefon" (Text und Feld) */
.telefon{		
    	position:absolute;
	top:335px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "Fax" (Text und Feld) */
.fax	{		
    	position:absolute;
	top:335px;
	left:427px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "E-Mail" (Text und Feld) */
.email 	{		
    	position:absolute;
	top:335px;
	left:570px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "Pflichtfelder..." */
.pflichfelder{				
	position:absolute;
	top:535px;
	left:570px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}	
					/* Position Link andere Branche */
.branche{				
	position:absolute;
	top:435px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}


/* Online-Bewerbung */

/* Seite 1 */
					/* Position "Ich suche" */
.suche{				
	position:absolute;
	top:270px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}
					/* Position Stellenauswahl */
.stelle{				
	position:absolute;
	top:267px;
	left:400px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}
					/* Position "als" */
.als{				
	position:absolute;
	top:350px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}
					/* Position Berufsauswahl */
.beruf{				
	position:absolute;
	top:347px;
	left:400px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}
					/* Position "Ich bin für Sie interessant" */
.interessant{				
	position:absolute;
	top:440px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}
					/* Position Textarea "weil" */
.weil{				
	position:absolute;
	top:440px;
	left:400px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}


/* Seite 2 */					
					/* Position "Anrede" (Text und Feld) */
.anrede_bewerbung {		
    	position:absolute;
	top:240px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "Vorname" (Text und Feld) */
.vorname_bewerbung {		
    	position:absolute;
	top:270px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "Nachname" (Text und Feld) */
.nachname_bewerbung {		
    	position:absolute;
	top:270px;
	left:570px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "Strasse" (Text und Feld) */
.strasse_bewerbung {		
    	position:absolute;
	top:315px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "Nr" (Text und Feld) */
.nr_bewerbung	{		
    	position:absolute;
	top:315px;
	left:480px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "PLZ" (Text und Feld) */
.plz_bewerbung	{		
    	position:absolute;
	top:315px;
	left:570px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "Ort" (Text und Feld) */
.ort_bewerbung 	{		
    	position:absolute;
	top:315px;
	left:636px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "Telefon" (Text und Feld) */
.telefon_bewerbung{		
    	position:absolute;
	top:365px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "Mobil" (Text und Feld) */
.mobil_bewerbung	{		
    	position:absolute;
	top:365px;
	left:427px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "E-Mail" (Text und Feld) */
.email_bewerbung 	{		
    	position:absolute;
	top:365px;
	left:570px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "Geburtstag" */
.geburtstag 	{		
    	position:absolute;
	top:415px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position Auswahlmenue Tag */
.tag 	{		
    	position:absolute;
	top:433px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position Auswahlmenue Monat */
.monat 	{		
    	position:absolute;
	top:433px;
	left:370px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position Auswahlmenue Jahr */
.jahr 	{		
    	position:absolute;
	top:433px;
	left:482px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					
					/* Position "Nationalität" (Text und Feld) */
.nation 	{		
    	position:absolute;
	top:415px;
	left:570px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}					


/* Seite 3 */
					/* Position "Ausbildungsstationen" */
.stationen{				
	position:absolute;
	top:260px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}
					/* Position Textfeld Ausbildungsstationen */
.stationenfeld{				
	position:absolute;
	top:257px;
	left:480px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}
					/* Position "Ausbildungsabschluss" */
.abschluss{				
	position:absolute;
	top:508px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}
					/* Position Textfeld Ausbildungsabschluss */
.abschlussfeld{				
	position:absolute;
	top:506px;
	left:480px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}
					/* Position "bisherige Praktika" */
.praktika{				
	position:absolute;
	top:347px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}
					/* Position Textfeld bisherige Praktika */
.praktikafeld{				
	position:absolute;
	top:345px;
	left:480px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}
					/* Position "berufliche Stationen" */
.berufstationen{				
	position:absolute;
	top:417px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}
					/* Position Textfeld berufliche Stationen */
.berufstationenfeld{				
	position:absolute;
	top:417px;
	left:480px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}


/* Seite 4 */
					/* Position "Ausbildungsstationen" */
.erfolg{				
	position:absolute;
	top:260px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}
					/* Position Textfeld Ausbildungsstationen */
.erfolgfeld{				
	position:absolute;
	top:257px;
	left:480px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}
					/* Position "Ausbildungsabschluss" */
.kenntniss{				
	position:absolute;
	top:350px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}
					/* Position Textfeld Ausbildungsabschluss */
.kenntnissfeld{				
	position:absolute;
	top:347px;
	left:480px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}
					/* Position "bisherige Praktika" */
.mitarbeit{				
	position:absolute;
	top:442px;
	left:300px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;		
}
					/* Position Auswahlmenue Tag */
.tag_3 	{		
    	position:absolute;
	top:440px;
	left:480px;
	color: #000000;
	font-size: 12px;
    	font-family: Arial;
    					/* Position Auswahlmenue Monat */
}					
.monat_3 	{		
    	position:absolute;
	top:440px;
	left:540px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}				
					/* Position Auswahlmenue Jahr */
.jahr_3 	{		
    	position:absolute;
	top:440px;
	left:640px;
    	color: #000000;
    	font-size: 12px;
    	font-family: Arial;
}	
					/* Formatierung des Buttons "Bewerbung senden" */
input.senden 	{		
	background-color:#006CB7;
	border:1px solid #000000;
	color:#ffffff;
}
					/* Position des Buttons "Bewerbung senden" */
div.senden 	{		
	position:absolute;
	top:510px;
	left:300px;
}	


/* Tabelle auf Sitemap */
td.ueberschrift	{
    	color: #006CB7;
		font-weight:bold;
	   font-variant: small-caps;
		font-size: 1.0em;
}	

td.fliesstext	{
    	color: #a0a397;
		font-size: 0.9em;
}

a.sitemap	{
	color: #a0a397;
	text-decoration: none;
}			
ul#menue li a + ul.submenue
{
  	display:  	  	none;
}

ul#menue li a:focus + ul.submenue 
{
  	display:  	  	block;
  	
}
ul, li 
{
  	margin:   	  	0;
  	padding:   	  	0;
  	list-style-type:   	none;
}

ul#menue {
  	width:  	  	199px;
  	margin:   	  	0 0 0 0;
}

ul#menue li a 
{
  	margin:   	  	5px 0px 0px 45px;
  	height:   	  	25px;
  	line-height:   	  	25px;
  	text-align:   	  	left;
  	border:   	  	2px solid #ffffff;
  	background:   	  	#D4D4D4;
  	display:  	  	block;
  	color:  	  	#000000;
  	text-decoration:  	none;
	font-weight:		bold;
}
ul#menue li a:hover 
{
  	margin:   	  	5px 0px 0px 45px;
  	height:   	  	25px;
  	line-height:   	  	25px;
  	text-align:   	  	left;
  	border:   	  	2px solid #ffffff;
  	background:   	  	silver;
  	display:  	  	block;
  	color:  	  	#006CB7;
  	text-decoration:  	none;
	font-weight:		bold;
}
ul#menue li a:active 
{
  	margin:   	  	5px 0px 0px 45px;
  	height:   	  	25px;
  	line-height:   	  	25px;
  	text-align:   	  	left;
  	border:   	  	2px solid #ffffff;
  	background:   	  	silver;
  	display:  	  	block;
  	color:  	  	#006CB7;
  	text-decoration:  	none;
	font-weight:		bold;
}


ul#menue li a + ul.submenue
{
  	display:  	  	none;
}

ul#menue li a:focus + ul.submenue 
{
  	display:  	  	block;
  	color:  	  	#ffffff;
}

ul#submenue1 li a, ul#submenue2 li a, ul#submenue3 li a, ul#submenue4 li a, ul#submenue5 li a, ul#submenue6 li a
{
  	background:  	  	none;
	border:   	  	none;
  	color:			#000000;
	margin:			0px 0px 0px 70px;
	
					
}
ul#submenue1 li a:hover, ul#submenue2 li a:hover, ul#submenue3 li a:hover, ul#submenue4 li a:hover, ul#submenue5 li a:hover, ul#submenue6 li a:hover
{
  	background:  	  	none;
	border:   	  	none;
  	color:			#ffffff;
	margin:			0px 0px 0px 70px;
	
					
}
ul#submenue1 li a:active, ul#submenue2 li a:active, ul#submenue3 li a:active, ul#submenue4 li a:active, ul#submenue5:active li a, ul#submenue6 li a:active
{
  	background:  	  	none;
	border:   	  	none;
  	color:			#ffffff;
	margin:			0px 0px 0px 70px;
	
					
}
