/* Abstände auf 0 setzen */
* {padding:0; margin:0; border:0;}

/* ------------------------------------------------------------ Farbwerte */
/* Blau		#445CB3		RGB 68/92/179 */ 
/* Orange	#EC8E14		RGB 236/142/20 */
/* Grau		#EEEEEE		RGB 238/238/238 */
/* Grün         #008200		RGB 0/130/0 */
/* Lila		#8200C8		RGB 130/0/200 */
/* Burgund	#A00000		RGB 160/0/0 */


BODY {font-family: arial, helvetica, sans-serif; font-size:10pt;}

	
/* ------------------------------------------------------------ Header */

#header {
	height: 100px;
	}

#headerL {
	float: left;
	width: 13.9em;
	height: 100px;
	padding-top: 15px;
	background-color: #EEEEEE;
/*	border: solid 1px black;*/
	}

#headerM {
	float:left;
	padding-left: 10px;
	padding-top: 14px;
	color: #445CB3;
	}

#headerR {
	float: right;
	padding-top: 5px;
	width: 22%;
	overflow:hidden;
	}

#headerAGB {
	float: left;
	margin-top: 40px;
	margin-left: 10px;
	font-size: 140%;
	font-weight: bold;
	}

#footer {
	position: fixed;
	left: 350px;
	bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #A00000;	
	}

/* ------------------------------------------------------------ Horizontale Linie */
#line hr {
	clear: both;
	position: absolute;
	top: 38px;
	height: 4px;
	width: 77%;
	color: #A00000;
	background-color: #A00000;
	}

/* ------------------------------------------------------------ Container für float */     
#container {
	clear:both;
	width: 100%;
	background-color: #EEEEEE;
	}

/* ------------------------------------------------------------ Navigation links */     
#navi {
	float: left;
	width: 13.9em;
	background-color: #EEEEEE;
	font-weight: bold;
	}

#navi ul li {
	list-style:none;
	margin: 0 0 0 10px;
	}

#navi ul ul li {
	list-style-image: url(images/b_dreieckblau.gif);
	margin: 0 0 0 35px;
	}

#navi a {
	text-decoration: none;
	color: #445CB3;
	line-height: 25px;
	}

#navi a.aktiv:link, #navi a.aktiv:visited {
	color:#A00000;
	}

#navi a:hover, #inhalt a:hover {
	color:#A00000;
	}

#navigrafik {
	position: fixed;
	left: 30px;
	bottom: 15px;
	}

#optimized {
	position: absolute;
	left: 10px;
	top: 490px;
	font-size: 70%;
	color: #445CB3;
	text-align: center;
	}

html>body #optimized {  /* nur fuer moderne Browser! */
    position: fixed;
}

/* ------------------------------------------------------------ Inhalt */
#inhalt {
	margin-left: 13.9em;
	padding-left: 15px;
	padding-right: 20px;
	background-color: white;
	min-height: 525px;
	}

#inhalt ul {
	margin-bottom:10px;
	display: block;
	}

#inhalt ol li, #inhalt ul li {
	margin:5px 0 5px 30px;
	list-style-image: url(images/b_dreieckrot.gif);
	}

#inhalt a {
	text-decoration: none;
	color: black;
	line-height: 15px;
	}

p {
	padding-bottom: 10px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	}


/* ------------------------------------------------------------ Inhalt AGB*/
#inhaltAGB {
	margin-left: 10px;
	padding-right: 15px;
	background-color: white;
	}

/* ------------------------------------------------------------ Inhalt Anmeldebestätigung*/
#inhaltAM {
	padding-left: 10px;
	padding-right: 15px;
	height: 525px;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	color: #445CB3;
	}

#inhaltAM a {
	text-decoration: none;
	color: #A00000;
	line-height: 15px;
	}

/* ------------------------------------------------------------ Grafiken */
.GrafikR {
	margin:5px 0 5px 15px;
	float:right;
	color:#6699ff;
	font-size:85%;
	text-align:center;
	}

.GrafikL {
	margin:5px 15px 5px 0px;
	padding-right: 10px;
	float:left;
	color:#6699ff;
	font-size:85%;
	text-align:center;
	}

.GrafikUntenLeer {
	margin:5px 15px 200px 0;
	padding-right: 10px;
	float:left;
	color:#6699ff;
	font-size:85%;
	text-align:center;
	}

/* ------------------------------------------------------------ Texte */
H1 {
	color: #445CB3;
	font-size:115%;
	font-weight: bold;
	text-align: center;
	}

H2 {
	color: #445CB3;
	font-size:120%;
	font-weight: bold;
	}

.blau {
	color: #445CB3;
	}

.rot {
	color: #A00000;
	}

.orange {
	color: #A00000;
	}

.eingerueckt {
	margin-left: 10px;
	}

.eingerueckt15 {
	margin-left: 16px;
	display: block;
	}

.fett {
	font-weight: bold;
	}

.tableL {
	margin:0.5em 2em 0 0;
	line-height:135%;
	float:left;
	}

.tableR {
	margin:0.5em 0 0 0;
	line-height:135%;
	overflow:hidden;
	}


/* ------------------------------------------------------------ Formular */

.formbox {
	width: 750px;
	background-color: #EEEEEE;
	border: solid 1px black;
	}

.reihe {
	padding: 3px 0px;
	}

.label1 {
	float: left;
	width: 350px;
	padding-right: 10px;
	text-align: right;
	}

.label {
	float: left;
	width: 350px;
	padding-right: 10px;
	text-align: right;
	}


.feld1 {
	width: 200px;
	text-align: left;
	}

.feld {
	width: 200px;
	text-align: left;
	}

.knopf {
	display:block;
	margin-top:5px;
	padding: 2px;
	background-color:#EEEEEE;
	border:2px outset #666666;
	text-align:center;
	font-weight:bold;
	font-size:80%;
	}

.knopf:hover {
	color: white;
	background-color: #A00000;
	}

.defbreite {
	width: 350px;
	}

/* ------------------------------------------------------------ Anmeldung */

.anmeldung {
	width: 560px;
	margin-left: 20px;
	background-color: #EEEEEE;
	}

.label_am {
	float: left;
	width: 80px;
	padding-right: 10px;
	text-align: right;
	}

.feld_am {
	width: 200px;
	text-align: left;
	}

.defbreite_am {
	width: 410px;
	}


/* ------------------------------------------------------------ Footer */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 20px;
	left: 10px;
	font-size: 70%;
	color: #445CB3;
	text-align: center;
	}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -20px; /* negative value of footer height */
	height: 20px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


