/* Allgemeine Elementformatierungen */

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Verdana, Geneva, Helvetica,sans-serif;
	font-size: 100%;
	color: #000;
	margin: auto;
	padding: 38px 0;
	text-align: center;
	}

p { margin: 15px 0 5px 0; font-size: 84%; color: #002039; }
h1 { font-size: 90%; line-height: 0.9em; padding: 10px 0 0 0; color: #002039; }
h2 { font-size: 84%; padding: 12px 0 0 0; color: #002039; }
a:link { text-decoration:none; color:#598eb3; }
a:visited {text-decoration:none; color:#598eb3; }
a:hover { color:#cb1c29; text-decoration:none; }
a:focus { color:#cb1c29; text-decoration:none; }
 
/* a {					*/
/*	display: block;		*/
/*	color: #981793;		*/
/*	padding:10px;		*/
/*}						*/

/* .stopFloat {    */
/*   display: block; */
/*   float: none; */
/*   clear: both; */
/*   height: 0px; */
/*   font-size: 0px; */
/*   line-height: 0px; */
/* } */

#oben {
	background: #FFF url(../images/back_head.gif) 0 0 no-repeat;
	width: 792px; height: 40px;
	text-align: center;
	margin: 0 auto;
	}

#container {
	background: #FFF url(../images/back_body.gif) 0 0 repeat-y;
	width: 792px;
	margin: 0 auto;
	}

#kopf {
	width: 100%;
	height: 180px;
	text-align: center;
	}

#kopf img{ padding: 20px 0 40px 0; }

#content1 { width: 100%; height: 70px; text-align: center; }

#content2 { width: 100%; height: 185px; text-align: center; }

#content_I {
	width: 100%;
	min-height: 390px; /* Mindesthoehe moderne Browser */
	height: auto !important; /* Ausdehnhoehe moderne Browser */
	height: 390px; /* Hoehe in IE <7 */
	overflow: auto;
	padding-left: 100px;
	text-align: left;
	}
#content_I h1 { font-size: 90%; line-height: 0.9em; padding: 10px 0 0 0; color: #002039; }
#content_I h2 { font-size: 84%; padding: 10px 0 0 0; color: #002039; }
#content_I p { margin: 5px 0 0 0; font-size: 84%; color: #002039; }

/* #inhalt { */
/*	background: url(../images/back_inhalt.gif) top right no-repeat; */
/*  	padding: 22px 5px 10px 15px; */
/*	margin-left: 183px; */
/*	min-height: 400px;		/* Mindesthöhe moderne Browser */
/*	height: auto !important; 	/* Ausdehnhöhe moderne Browser */
/*  	height: 580px;			/* Höhe in IE <7 */
/*  	overflow: auto; */
/*} */

#foot {
	background: #FFF url(../images/back_foot.gif) 0 0 no-repeat;
	width: 792px;
	height: 40px;
	text-align: center;
	margin: 0 auto;
	}
#foot p { padding: 5px 0px 5px 0px; margin: 0; font-size: 73%; text-align: center; }
#foot a:link, #foot a:visited, #foot a:active { color: #002039; text-decoration: none; }
#foot a:hover, #foot a:focus { text-decoration: underline; }
