/*Kalibrierung der wichtigsten Abstände*/
*{ padding: 0; margin: 0; }
/* Abstand nach unten */
/*h2, h3, p, ul, ol { margin-bottom: 1em; }*/
/* Verschachtelte Listen ohne Abstand */
ul ul { margin-bottom: 0; }
/* Abstand von Links */
li { margin-left: 1em; }

/* Allgemeine Sektoren */
html { 
	height: 101%;
	 } /* Erzwingt Scrollbar im Firefox */
	 
body {/*Gestalte das HTML-Element mit dem Namen body*/
	color: black; /* Schriftfarbe */
	background-color: #999;  /*Hintergrundfarbe*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 24px;
	text-align: justify;
	/*letter-spacing: 1em;*/
}

h1 { font-size: 200%; line-height: 0.35em;}
h2 { font-size: 300%; line-height: 0.5em;}
h3 { font-size: 150%; }

/* Hyperlinks allgemein */
a { text-decoration: none } /* Unterstreichnung entfernen */
a:link { color: #9000; }
a:visited  { color: #cc6666; }
a:hover, 
a:focus {
		border-bottom: 1px solid #d9000;
}
a:active {
		color: white;
		background-color: #d90000;
}

/* Allgemeine Klassen und IDs */
	
.bildlinks {
	float: left;
	padding: 5px 10px 0px 0px;
	}
.bildrechts{
	float:right;
	padding: 5px 0px 10px 10px;
}
.bildmitte{
	float:center;
	padding: 4px 0px 5px 0px;
}
.clearing { clear: both; }
/* =================================
2.Styles für Layoutbereiche
==================================*/

#wrapper1 {/* Gestalte das HTML-Element mit id="wrapper" */
	color: black;
	background-color: #fff;
	background-image: url(pics/hg_1_A4_neu.jpg);
	width: 1208px; /* Breite des Inhaltsbereichs */
	height: 860px;
	margin: 10px 10px 10px 10px;

}

#wrapper2 {/* Gestalte das HTML-Element mit id="wrapper" */
	color: black;
	background-color: #fff;
	background-image: url(pics/hg_2_A4_neu.jpg);
	width: 1208px; /* Breite des Inhaltsbereichs */
	height: 860px;
	margin: 10px 10px 10px 10px;

}

#kopfbereich1 {
/*width: 14%;*/
border: 0px #ff0000 solid;
	position: relative;
	color: black;
	padding: 49px 60px 0px 102px;
}

#kopfbereich2 {
border: 0px #ff0000 solid;
	position: relative;
	color: black;
	padding: 52px 60px 60px 102px;
}

#textbereich1 {
	width:37%;
	float:left;
	border: 0px #ff0000 solid;
	margin: 28px 0px 0px 33px;
	padding: 0px 0px 0px 0px;
	}
#textbereich1 a:hover,
#textbereich1 a:focus {
	border-bottom: 1px solid #d90000;
}
#textbereich2 {
	width:37%;
	float:right;
	border:0px #ff0000 solid;
	margin: 28px 105px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#textbereich2 a:hover,
#textbereich2 a:focus {
	border-bottom: 1px solid #d90000;
}

#tipp {
width:5%;
border: 0px #ff0000 solid;
	color:#ffffff;
	font-size: 9px;
	line-height: 12px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 39px 0px 0px 13px;
	}
	
.zusatz{
width:37%;
border: 0px #ff0000 solid;
	font-size: 9px;
	float: left;
	line-height: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.adresse1{
	text-align: left;
	width:37%;
	border: 0px #ff0000 solid;
	font-size: 9px;
	float: left;
	line-height: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 25px 0px 30px;
}
/* =================================
ENDE
==================================*/
