/* 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 */


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

@page {
	size:portrait;
	}

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


#headerL {
	display: none;
	}

#headerM {
	float:left;
	position: absolute;
	top: 14px;
	color: #445CB3;
	}

#headerR {
	float: right;
	}


/* ------------------------------------------------------------ Navigation links */     
#navi {
	display: none;
	}

#optimized {
	display: none;
	}

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

/* ------------------------------------------------------------ Inhalt */
#inhalt {
	float: right;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 15px;
	}

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

#inhalt ol li, #inhalt ul li {
	margin:5px 0 0 30px;
	list-style-image: bullet;
	}

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

#brief {
	font-family: Times New Roman;
	font-size: 12pt;
	font-style: italic;
	}

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

/* ------------------------------------------------------------ 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;
	}

.blau {
	color: #445CB3;
	}

.eingerueckt {
	margin-left: 10px;
	}

.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;
	}

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

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


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

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

.reihe {
	clear: both;
	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: #EC8E14;
	}

.defbreite {
	width: 350px;
	}

