@charset "UTF-8";
/* CSS Document */

html { height: 100%; margin-bottom: 1px; }
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #e8e9ea;
	text-align: center;
}
/* Das Blaue Band oben über die ganze Breite */
div#kopf {
	z-index: 20;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 104px;
	background-color: #002d4e;		/*ft 2 */
}
/* Den Logocontainer auf Mitte setzen */
div#kopf div#logo {
	position: relative;
	top: 0;
	width: 980px;
	height: 82px;
	margin: 0 auto;
}
/* Das Logo im Layout positionieren */
div#kopf div#logo img {
	margin-right: 704px;
}
/* Den Navicontainer in der Mitte halten */
div#kopf div#navi {
	position: relative;
	top: 0;
	width: 980px;
	height: 20px;
	margin: 0 auto;
	text-align: left;
	/*border: 1px solid #FF0000;*/
}
/* Die Navigation im Layout positionieren */
div#kopf div#navi div#innen {
	margin: 0 0 0 100px;
}
/* Der Link der gerade gewählten Seite soll Orange und bold sein*/
div#navi div#innen ul#p7PMnav li#akt {
	font-weight: normal;
}
div#navi div#innen ul#p7PMnav li#akt a
{
	color: #fd7700;
}
/* Die Kinder dieses Links, wenn es welche gibt, sollen natürlich nicht Orange sein*/
div#navi div#innen ul#p7PMnav li#akt ul {
	font-weight: normal;
}
div#navi div#innen ul#p7PMnav li#akt ul li a
{
	color: #e1e7eb;
}
/*	Wird nur benutzt um den Inhalt in die Mitte zu kriegen */
div#wrapper {
	z-index: 10;
	position: relative;
	text-align: left;
	top: 102px;
	width: 980px;
	height: 100%;
	margin: 0 auto;
}
/* Wird benutzt um den Inhalt und die Marginalspalt per float zu platzieren */
div#wrapper div#inhalt {
	position: relative;
	top: 0;
	width: 938px;
	height: 100%;
	margin: 0 0 0 42px;
}
div#wrapper div#inhalt_startseite {
	position: relative;
	top: 0;
	width: 938px;
	height: 500px;
	margin: 0 0 0 42px;
	background-color: #002d4e;
}

div#wrapper div#inhalt div#links {
	float: left;
	width: 648px;
	height: 100%;
	padding-bottom: 46px;
	/*border-left: 1px solid #dadbdc;
	border-right: 1px solid #dadbdc;*/
}
/* **************************************************** Linke Spalte ohne rechte Marginalspalte */
div#wrapper div#inhalt div#links_ohnemarg {
	float: left;
	width: 928px;
	height: 100%;
	padding-bottom: 46px;
	/*border-left: 1px solid #dadbdc;
	border-right: 1px solid #dadbdc;*/
}


/*	**************************************************** Rechte Spalte ohne Hintergrundbild */
div#wrapper div#inhalt div#rechts {
	float: right;
	width: 280px;
	height: 400px;
	/*border-left: 1px solid #dadbdc;
	border-right: 1px solid #dadbdc;*/
}
/*	**************************************************** Rechte Spalte mit Hintergrundbild */
div#wrapper div#inhalt div#rechts_img {
	float: right;
	width: 280px;
	height: 548px;
	
	background-image: url(../standard/seitenimg_Cockpit.jpg);
	background-position: 0 78px;
	background-repeat: no-repeat;
}
/* ***************************************************** 2 Spalten im Mengentext */
div#wrapper div#inhalt div#links div#spalteLinks {
	clear: both;
	float: left;
	width: 300px;
	height: 200px;
}
div#wrapper div#inhalt div#links div#spalteRechts {
	float: left;
	width: 300px;
	height: 200px;
}
div#wrapper div#inhalt div#links_ohnemarg div#spalteLinks {
	clear: both;
	float: left;
	width: 300px;
	height: 120px;
}
div#wrapper div#inhalt div#links_ohnemarg div#spalteRechts {
	float: left;
	width: 300px;
	height: 120px;
}
.clearFloat {
	clear: both;
}
/*	**************************************************** B I L D E R */
.imgLogoStartseite {
	position: relative;
	top: -320px;
	left: 470px;
}
.imgTouranStartseite {
	position: relative;
	top: 150px;
	left: -30px;
}
.imgFahrlehrer {
	margin: 0 0 0 167px;
	border: 1px solid #5d6366;				/* #383d40;  dunkles Mengentextgrau */
	width: 134px;
	height: 158px;
}
/*.imgFahrlehrerAutos {
	position: relative;
	bottom: 61px;
	left: 45%;
	width: 534px;
	height: 183px;
}*/
.contBild {
	margin: -26px 0 10px 66px;
	padding: 0;
	border: 0;
}
.contBildBiker {
	margin: 6px 0 10px 84px;
	padding: 0;
	border: 0;
}
/* Bilder Rechts unten : Biker*/
.contBild_unten {
	position: fixed;
	/*top: 300px;*/
	bottom: 6px;
	left: 60%;
	width: 418px;
	height: 361px;
}
/* Fahrzeuge */
.contBild_Autos {
	position: fixed;
	bottom: 40px;
	left: 50%;
	margin-left: -440px;
	/*width: 700px;
	height: 250px;*/
}

/*	**************************************************** K O N T A K T - F O R M U L A R	*/
.sternGrau {
	color: #e8e9ea;
}
input, textarea {
	color: #383d40;						/*    Mengentextfarbe */
	background-color: #ffffff;			/* 21 helles Blau */
	border: 1px solid #073758;			/*  3 dunkles Blau 		inset erzeugt eine Textbox mit Vertiefung */
}
input.k_txt {
	width: 240px;
	
	padding: 2px 0;
	margin: 0;
}
input.k_text_anrede {
	width: 100px;
	
	padding: 2px 0;
	margin: 16px 0 0 0;
}
input.k_text_plz {
	width: 50px;
	
	padding: 2px 0;
	margin: 0;
}
input.k_text_ort {
	width: 184px;
	
	padding: 2px 0;
	margin: 0;
}
textarea.k_betreff {
	width: 400px;
	height: 140px;
	
	padding: 0;
	margin: 0;
}
textarea.k_firma {
	width: 400px;
	height: 28px;
	
	padding: 0;
	margin: 0;
}
input.k_btn {
	float: right;
	color: #e1e7eb;						/* 22 hellste Blau */
	background-color: #6191b2;			/* 12 */
	border: 1px outset #2f5f80;			/*  7 */
	width: 110px;
	height: 22px;
	
	padding: 0;
	margin: -27px 90px 0 0;
}
input.k_btn:hover {
	color: #fd7700;						/* Orange */
	background-color: #073758;			/*  3 */
	border: 1px outset #ffffff;
	font-weight: bold;
}
form p.k_form {
	clear: left;
	padding: 5px 0 0 0;
	margin: 0;
}
form p.k_form label {
	float: left;
	width: 146px;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #383d40;
	padding: 4px 0 0 0;
	margin: 0 10px 0 0;
}
form p.k_form label.k_abstand {
	float: left;
	width: 146px;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 4px 0 0 0;
	margin: 16px 10px 0 0;
}
	

/*	**************************************************** K O N T A K T - F O R M U L A R 	E N D E		*/


/*	**************************************************** F U S S		*/
div#fuss {
	z-index: 19;
	position: fixed;
  	bottom: 0px;
  	left: 0px;
  	width: 100%;
  	height: 38px;
  	background-color:#002d4e;		/*ft 2 */
}
/*	**************************************************** F U S S - Navigation		*/
div#fuss div#fnav {
	position: relative;
	width: 980px;
	/*height: 20px;*/
	/*border: 1px solid #FF9900;*/
	margin: 0 auto;
}
ul.fussnav {
	list-style-type: none;
	margin: 4px 0 0 100px;
	padding: 0;
}
ul.fussnav li {
	float: left;
	
	width: 80px;
	height: 14px;
	
	font-size: 10px;
	font-weight:bold;
	text-align: left;
	line-height:1;
	
	color: #fd7700;
	background-color: #002d4e;
}
ul.fussnav a {
	display: block;
	text-decoration: none;

	width: 80px;
	
	font-size: 10px;
	text-align: left;
	font-weight:bold;
	line-height:1;
	
	color: #badcf4;
	/*background-color: #073758;
	border-left: 6px solid #1b4b6c;*/
	
	padding: 3px 10px;
}
/* der ausgewählte soll Orange sein */
ul.fussnav a.fussnav_aktiv {
	color: #fd7700;
	font-weight: bold;
}
ul.fussnav li a:hover {
	display: block;
	text-decoration: none;

	width: 80px;
	
	font-size: 10px;
	text-align: left;
	font-weight:bold;
	line-height:1;
	
	color: #fd7700;
	/*background-color: #255576;
	border-left: 6px solid #39698a;*/
	
	padding: 3px 10px;
}
/*	**************************************************** F U S S - Navigation 	E N D E		*/



/*	**************************************************** T E X T F O R M A T I E R U N G		*/
/* Seitenheadline */
h1 {
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
	color: #114162;
	
	margin: 0;
	padding: 30px 0 26px 0; 
}
/*h2 {
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
	color: #114162;
	
	margin: 0 0 10px 66px;
	padding: 0;
}*/

/*p.mengentext {
	font-size: 9pt;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	width: 540px;
	color: #383d40;
	
	margin: 0 0 20px 66px;
	padding: 0;
}*/

/*p.mengentextBlau {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
	width: 412px;
	color: #114162;
	
	margin: 0 0 10px 66px;
	padding: 0;
}*/
.auszeichnung {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
	color: #fd7700;
}

/* AGB-Text */
._subhead {
	font-size: 10pt;
	font-weight:bold;
	font-style: normal;
	line-height: 1.5em;
	color: #114162;
	
	margin: 0 0 6px 66px;
	padding: 0 0 0 0;
}
._text {
	font-size: 9pt;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	width: 540px;
	color: #383d40;
	
	margin: 2px 0 8px 84px;
	padding: 0 0 0 0;
}
/* Textlink Marginalspalte 		p._text a.textlink { */
a.textlink {
	text-decoration: none;
	display: block;
	color: #114162;
}
a.textlink:hover {
	color: #fd7700;
}
/* Textlink Mengentext */
a.mengentextlink {
	text-decoration: none;
	display: block;
	
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
	width: 540px;
	
	color: #114162;
	
	margin: 2px 0 8px 66px;
	padding: 0 0 0 0;
}
a.mengentextlink:hover {
	color: #fd7700;
}

._textblau {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
	width: 540px;
	color: #114162;
	
	margin: 2px 0 2px 84px;
	padding: 0 0 0 0;
}
._textbold {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
	width: 540px;
	color: #383d40;
	
	margin: 0 0 10px 84px;
	padding: 0;
}
._hinweis {
	font-size: 9pt;
	font-weight:normal;
	font-style: italic;
	
	width: 540px;
	color: #114162;
	
	margin: 0 0 8px 84px;
	padding: 0 0 0 0;
}
ol.ol_list {
	list-style-type: lower-alpha;
	
	
	margin: -10px 0 0 106px;
	padding: 0;
	
}
ol.ol_list li {
	
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	color: #383d40;
	
	
}
ul.ul_list {
	list-style: none;
	
	margin: 0 0 10px 84px;
	padding: 0;
}
ul.ul_list li{
	list-style-image: url(../standard/dot.png);
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	color: #383d40;
	width: 500px;
}


ul.menge {
	list-style: none;
	
	margin: 0 0 20px 66px;
	padding: 0;
}
ul.menge li {
	list-style-image: url(../standard/dot.png);
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	color: #383d40;
	width: 300px;
}
.bold {
	font-weight: bold;
}
.blau {
	color: #114162;
}
.boldblau {
	font-weight: bold;
	color: #114162;
}
p.spacer {
	font-size: 10px;
	margin-bottom: 2px;
}
p.spacer5px {
	font-size: 1px;
	margin-bottom: 5px;
}




/*	**************************************************** Marginalspalte */
h2.marginal {
	font-size: 10pt;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #114162;
	
	margin: 80px 0 0 0;
	padding: 0 0 0 5px;
}
.hr_linie {
	color: #FF9900;
	background-color: #002d4e;
	height: 2px;
	margin-bottom: 4px;
	noshade= noshade;
	/*
	style="width:300px;
	border:1px dashed blue;
	*/
}
/*	***************************************************** Einfache Liste ohne alles, gehöhrt unter ein class="_text" Block*/
ul.einfach {
	list-style: none;
	padding-left: 0;
	margin: -6px 0 0 116px;
}

ul.einfach li {
	list-style-image: url(../standard/dot.png);
	font-size: 9pt;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	width: 540px;
	color: #383d40;
}
/*	***************************************************** */
ul.marg {
	list-style: none;
	padding-left: 0;
	margin-left: 20px;
}
ul.marg li {
	list-style-image: url(../standard/dreieck_0.png);
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	color: #114162;
	width: 260px;
}
ul.marg li:hover {
	list-style-image: url(../standard/dreieck_1.png);
}
ul.marg li a {
	text-decoration: none;
	color: #114162;
}
ul.marg li a:hover {
	color: #fd7700;
}
div#rechts img {
	margin: 10px 0 0 0;
}
p.margtext {
	font-size: 9pt;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	width: 280px;
	color: #383d40;
	
	margin: 0;
	padding: 0 0 0 5px;
	/*border: 1px solid #0099CC;*/
}
p.margtext a {
	text-decoration: none;
	color: #114162;
}
p.margtext a:hover {
	color: #fd7700;
}
/* ************************ Wenn ein Bild direkt in die Marginalspalte gesetzt wird */
.margimg {
	position: relative;
	/*top: 300px;*/
	top: 78px;
	left: 0;
	width: 280px;
	height: 470px;
}

/*	**************************************************** Marginalspalte	E N D E */
  
/*	**************************************************** Zeitentabelle */
.z {
	display: table;
	table-layout: fixed;			/* legt Tabellenbreite fest */
	width: 568px;
	border-collapse: collapse;		/* einheitliche Border, jede Zelle soll ihren eigenen Rahmen haben, oder collapse [zusammenfassen] */
	border: 1px solid #2f5f80;
	border-spacing: 0;
	empty-cells: show;				/* leere Zellen anzeigen */
	text-align: left;
}
.zC {
	caption-side: top;
	width: 568px;
	padding: 6px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002d4e;
	background-color: #75a5c6;
	border-top: 1px solid #2f5f80;
	border-left: 1px solid #2f5f80;
	border-right: 1px solid #2f5f80;
}
.zR {
	background-color: #ffffff;
	color: #073758;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 50px;
	border: 1px solid #2f5f80;
	padding:4px 4px 4px 8px;
}
.zE {
	background-color: #badcf4;
	color: #073758;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 50px;
	border: 1px solid #2f5f80;
	padding:4px 4px 4px 8px;
}
.zL {
	background-color: #e1e7eb;
	color: #e1e7eb;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
	font-weight: normal;
	width: 66px;
	padding:0 4px 0 8px;
}
/*	**************************************************** Zeitentabelle E N D E */

/*	**************************************************** Preistabelle A N F A N G */
.p {
	display: table;
	table-layout: fixed;			/* legt Tabellenbreite fest */
	width: 608px;
	border-collapse: collapse;		/* einheitliche Border, jede Zelle soll ihren eigenen Rahmen haben, oder collapse [zusammenfassen] */
	border: 1px solid #2f5f80;
	border-spacing: 0;
	empty-cells: show;				/* leere Zellen anzeigen */
	text-align: left;
}
.pCaption {
	caption-side: top;
	width: 608px;
	left: 0;
	padding: 6px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002d4e;
	background-color: #75a5c6;
	border: 1px solid #2f5f80;
	
	
}
.ps1 {
	background-color: #badcf4;							/* Hintergrund grau */
	color: #073758;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 254px;
	border: 1px solid #2f5f80;
	padding: 4px;
}
.ps2 {
	background-color: #cee2f0;
	color: #073758;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	vertical-align: text-top;
	width: 60px;
	border: 1px solid #2f5f80;
	padding: 4px;
}
.ps3 {
	background-color: #e8e9ea;
	color: #073758;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	vertical-align: text-top;
	width: 60px;
	border: 1px solid #2f5f80;
	padding: 4px;
}
.ptxtgrau {
	font-size: 9pt;
	font-weight:normal;
	font-style: normal;
	color: #383d40;
}

/*	**************************************************** Preistabelle E N D E */







h2.ausbildg {
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
	color: #114162;
	
	margin: 0 0 0.3em 66px;
	padding: 0;
}
.ausbildgZusatz {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	color: #000000;
	
	padding: 0 0 0 1.5em;
}
.ausbildgMenge {
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	color: #383d40;
	
	margin: 0 0 1.2em 11em;
	padding: 0;
}



