* {
	padding: 0;
	margin: 0;
	border: 0;
}

html, body {
	height: 100%;
}

html {
	background-color: #cccccc;
}

body {
	font-size: 90%;
	line-height: 1.4em;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #373737;
	text-align: center; /* IE-Zentrierung */
	z-index: 1;
}

#container {
	position: relative;
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto auto;
	background: #97bf0d url(bilder/container_hint.gif) repeat-y center top;
	z-index: 2;
}


#kopf {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 1000px;
	height: 270px;
	background: #97bf0d url(bilder/kopfhint_d.gif) no-repeat center top;
	display: block;
	clear: both;
	z-index: 5;
}

#kopflinks {
	position: relative;
	float: left;
	top: 0px;
	left: 20px;
	width: 469px;
	height: 257px;
	display: block;
	z-index: 50;
}


#spnav {
	position: relative;
	float: right;
	top: 70px;
	right: 60px;
	width: 200px;
	height: 30px;
	display: block;
	z-index: 50;
	text-align: right;
	color: #FFF;
}

#spnav a {
	text-decoration: none;
}


#sp_logo {
	position: absolute;
	float: right;
	right: -35px;
	top: 175px;
}




#navigation {
	position: relative;
	float: left;
	top: 20px;
	left: 55px;
	width: 215px;
	text-align: left;
	clear: left;
	z-index: 60;
}


#navabschluss {
	position: relative;
	float: left;
	clear: both;
	margin-top: 100px;
	clear: both;
}


#inhalt {
	position: relative;
	float: left;
	top: 20px;
	left: 80px;
	width: 470px;
	text-align: left;
	/*clear: top;*/
	z-index: 70;
	margin-bottom: 20px;
}


#rund_rechts {
	position: relative;
	float: right;
	clear: none;
	top: 102px;
	right: 20px;
	width: 200px;
	height: 210px;
	z-index: 50;
}



.clear {
	width: 100%;
	height: 1px;
	overflow: hidden;
	clear: both;
}


p {
	margin-bottom: 15px;
}

h1 {
	font-size: 150%;
	line-height: 120%;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 15px;
	/*letter-spacing: 1px;*/
}


.titel_lead {
	font-size: 110%;
	font-weight: bold;
}


a:link,
a:visited {
	color: #FFF;
	text-decoration: none;
}



a:hover,
a:active {
	color: #373737;
	text-decoration: none;
}



#kontnavi {
	position: absolute;
	top: 0;
	left: 0;
	width: 460px;
	height: 30px;
}


#kont_01,
#kont_02,
#kont_03,
#kont_04,
#kont_05 {
	position: absolute;
	top: 35px;;
	left: 0;
	width: 460px;
	display: none;
}



#kont_01 {
	display: block;
}







/*************************************************************************/
/*                     BULLET-LISTEN IM INHALT                           */
/*************************************************************************/


#inhalt ul, #inhalt ol { /* bullet-listen einrücken */
	margin: 0 0 10px 15px;
} 



* html #inhalt ul, * html #inhalt ol { /* bullet-listen einrücken IE ... */
	margin: 0 0 10px 18px;
} 



#inhalt li {
	list-style-type: disc;
	/*margin-bottom: 10px;*/
}

#inhalt li li {
	list-style-type: disc;
	margin-bottom: 0;
}



.pdf_link {
	line-height: 22px;
	background-image: url(bilder/pdf_link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	padding-bottom: 0px;
}















