@charset "UTF-8";

/* ---------- %-Angabe erzwingt Scrollbalken in allen Browsern, Schriftgroeßenangabe
entspricht 10 px ------------------*/
html {
	height: 100.1%;
	font-size: 62.5%;
}

/* ------ Mit dem Universal-Selektor werden saemtliche Elemente auf Null gesetzt
-----*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* ---------- Alle Elemente im body zentriert, damit der wrapper in der Mitte der
Seite steht ------------------*/
body {
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.8em;
	background-repeat:repeat-x;
	background-image: url(../images/body_bg.jpg);
	background-position: 0 0px;
}

/* ---------- Alle Ueberschriften erhalten dieselbe Schrift und Farbe, 
dieselben Außenabstaende ------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5px;
	margin-left: 0px;
	color: #333;
}

/* ---------- Schriftgroeße, Schriftstaerke, Unterstreichung, 
Padding, damit Linie Abstand haelt ------------*/

h1 { color: #036; font-size: 2.5em; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	font-style: italic; 
	text-align: center; 
	margin-top: 1em; 
	margin-bottom: 1em; 
}

h2 { 
	font-size: 1.7em;
	padding-bottom: 0.2em; 
	font-weight: normal; 
	color: white; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	line-height: 2em; 
	background-color: #069; 
	padding-left: 1em; 
}

/* ---------- Alle Ueberschriftengroeßen werden festgelegt ------------*/
h3 { 
	font-size: 1.7em; 
	margin-bottom: 0.5em; 
	margin-top: 2em; color: #036; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 1.3em; 
}

h4 { 
	font-size: 1.6em; 
	color: #069; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	margin-top: 30px; 
}

h5 { 
	font-size: 1.6em; 
	color: #069; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
}

h6 { 
	font-size: 1.4em; 
	line-height: 1.8em;  
	color: #036; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	text-align: center; 
}


li { 
	color: #069; 
	text-decoration: none; 
	list-style-type: none; 
}
	
blockquote {
	color: #069; 
	background-image: url(../images/anfuehrung_left.png); 
	background-repeat: no-repeat; 
	text-decoration: none;
}
		
.blockquote {
	color: #867c73; 
	font-size: 150%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 160%; 
	background-image: url(../images/abfuehrung_right.png);
	background-repeat: no-repeat;
	background-position: right bottom; 
	text-decoration: none;
	padding-right: 50px; 
	padding-left: 50px; 
}
	
.bildunterschrift { 
	color: #069; 
	font-size: 80%; 
	line-height: normal;
	margin-left: 2em; 
}

.schema { 
	color: #f60; 
	font-size: 160%; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	padding-right: 5px;
}

.blau { 
	color: #003366;
	font-weight: bold; 
}
.hellblau { font-weight: bold; }
.imgleft { 
	float: left; 
	margin-right: 20px; 
}

.imgright { 
	float: right; 
	margin-left: 20px; 
}

.thumb { 
	width: 115px; 
	float: left; 
	margin: 1em 2em; 
	border: solid 1px #ccc; 
}



/* ---------- anchor-Elemente mit Definitionen ------------*/
a { 
	color: #069; 
	font-size: 1em; 
	text-decoration: none; 
	list-style-type: none; 
}

a:link {
	text-decoration: none;
}

a:active {
	color: #FF9B00;
	text-decoration: none;
}

a:hover {
	color: #f60;
}


/* ---------- Schriftgroeße ------------*/
p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}



 /* ---------- Außenabstaende, auto fuer Firefox, Textausrichtung auf links setzen ------------*/
div#wrapper { 
	background-image: url(../images/startseiteOrdoc.jpg); 
	width: 860px; 
	text-align: left; 
	background-repeat: no-repeat; 
	height: 610px; 
	margin-right: auto; 
	margin-bottom: 10px; 
	margin-left: auto; 
}


div#header { 
	background-image: url(../images/logoSchrift2.jpg); 
	background-repeat: no-repeat; 
	height: 150px; 
	padding-top: 0;
	padding-bottom: 0; 
	padding-left: 20px; 
}

div#header h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.6em; color: #036; 
	text-transform: uppercase; 
	text-align: right; 
	margin: 0; 
	font-style: normal; 
	font-weight: bold;
	padding: 30px 0 0; 
}

div#header p {
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-size: 1.2em;
	text-align: right;
}



div#sidebar_left {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 0;
	margin-left: 20px;
}

div#sidebar_left ul { 
	font-size: 1em; 
}

div#sidebar_left li { 
	
	}
	
div#sidebar_left ul ul {
	margin-left: 20px;
}

div#sidebar_left a:link { 
	text-decoration: none; 
	list-style-type: none; 
}

div#sidebar_left a:hover {
	color: #f60;
}

div#sidebar_left p { 
	color: #069; 
	font-size: 1em; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 1.5em; 
	margin-bottom: 1.5em; 
}

div#sidebar_right {
	float: right; /* since this element is floated, a width must be given */
	width: 185px;
	padding: 20px 0 15px 5px;
}
	
div#sidebar_right p { 
	color: #036; 
	font-size: 1em; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 1.5em; 
	margin-bottom: 1.5em; 
}	
	
div#wrap_content {
	position: absolute;
	width: 860px;
	padding-top: 180px;
}

div#maintext {
	color: #666;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

div#maintext a {
	padding-bottom: 1px; 
}
	
	
div#maintext ul {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	padding-left: 130px;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 20px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 10px;
}
	

.ueberschrift { 
	border-width: 0; 
}

.einzug { 
	margin-left: 15px; 
}

.center { 
	text-align: center; 
}



div#footer { position: relative; top: 520px; clear: both; padding: 0 10px 0 20px; }

div#footer p {
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #036;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

