/**************************/
/********* basics *********/
/**************************/
body {
	background-color: #fff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/********* Textformatierung *********/
p,h1,h2 {
	padding:  0px 0px 0px 0px;
}
p {
	color:#73808e;
	font-size: 11px;
	line-height: 17px;
}
h1,h2 {
	color: #73808e;
	font-size: 12px;
	font-weight:bold;
}
.highlight {
	font-weight:bold;
}

/* Headlines ohne Abstand zum naechsten Absatz */
.hdl_news {
	padding-left:8px;
	margin-bottom:0px;
}
.no_margin_first_line {
	margin-top:0px;
	margin-bottom:0px;
}
.no_margin {
	margin-bottom:0px;
}
/* Text Aktuell/News */
.p_news {
	padding-left:8px;
	margin-top:0px;
}
/* oberste Absatzzeile */
.first_line {
	margin-top:0px;
}


/********* Links *********/
a:link {
	color:#b7b7c7;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color:#b7b7c7;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #73808e;
	font-weight:bold;
	text-decoration: none;
}

/**************************************/
/********* Bildpositionierung *********/
/**************************************/

/********* Sprachauswahl english/deutsch  *********/
#language {
	margin-top: 30px;
	margin-left: 420px;
	vertical-align: top;
}

/********* Startbild english/deutsch  *********/
#homepic_deutsch {
	margin-left: 0px;
}
#homepic_english {
	margin-left: 44px;
}

/********* Hauptnavi horizontal Aktuell/News *********/
.navi_h {
	margin-bottom: 15px;
	margin-left: 25px;
}
/********* Hauptnavi vertikal restliche Seiten *********/
.navi_v {
	margin-bottom: 5px;
}
/********* Hauptnavi vertikaler Abstand zwischen Haupt- und Subnavi *********/
.navi_space {
	margin-bottom: 40px;
}


/*************************************/
/********* ges. Grundflaeche *********/
/*************************************/

/********* mittenzentrierte Grundflaeche *********/
#centerbox {
	width: 900px;
	height: auto;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align:left;
	background-color: #fff;
	/* border:thin solid black; */
}


/*************************************/
/********* Hauptbereich oben *********/
/*************************************/

/********* Logo/Header *********/
#headerbox {
	float: left;
	width: 825px;	 /* Gesamtbreite = width + padding */
	height: 120px;	 /* Gesamthoehe = heigth + padding */
	text-align:left;
	background-color: #fff;
	padding: 10px 20px 10px 55px;
	/* border:thin solid black; */
}


/**************************************/
/********* Hauptbereich links *********/
/**************************************/

/********* Aktuelles Navigation und Text *********/
#homebox_txt {
	float: left;
	width: 810px;	 /* Gesamtbreite = width + padding */
	height: auto;	 /* Gesamthoehe = heigth + padding */
	text-align:left;
	background-color: #fff;
	padding: 0px 20px 30px 70px;
	/* border:thin solid black; */
}
/********* Aktuelles Bild *********/
#homebox_pic {
	float: left;
	width: 880px;	 /* Gesamtbreite = width + padding */
	height: auto;	 /* Gesamthoehe = heigth + padding */
	text-align:left;
	background-color: #fff;
	padding: 0px 20px 30px 35px;
	/* border:thin solid black; */
}

/********* Grundflaeche Navigations-Pfeile *********/
#leftbox_pfl {
	float: left;
	width: 70px;
	height: auto;
	text-align:left;
	background-color: #fff;
	padding: 5px 0px 10px 0px;
	/* margin: 10px; */
	/* display:inline;	*/		/* stoppt Verdoppelung der float margins im IE6 */
	/* border:thin solid black; */
}

/********* Grundflaeche Text-Navigation *********/
#leftbox_nav {
	float: left;
	width: 150px;
	height: auto;
	text-align:left;
	background-color: #fff;
	padding: 0px 0px 10px 0px;
	/* margin: 10px; */
	/* display:inline;	*/		/* stoppt Verdoppelung der float margins im IE6 */
	/* border:thin solid black; */
}

/***************************************/
/********* Hauptbereich rechts *********/
/***************************************/

/********* Grundflaeche rechts *********/
#rightbox_cont {
	float: right;
	width: 660px;
	height: auto;
	text-align:left;
	background-color: #fff;
	padding: 0px 20px 10px 0px;
}

/*****************************/
/********* Fusszeile *********/
/*****************************/

/********* Fusszeile unten *********/
#footer {
	background-color: #550B00;
	text-align: left;
	height: 30px;
	width: 860px;
	clear: both;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/*****************************/
/********* Formular  *********/
/*****************************/
.tarea {
	background-color: #fff;
	color: #73808e;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 310px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tfield {
	background-color: #fff;
	color: #73808e;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 310px;
	font-size: 11px;
}
.fehler{
	font-size: 11px;
	font-weight:bold;
	color:#73808e;
}

