* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
    height: 100%;
}


html {
	overflow-y: scroll; /* Scrollbar vertikal erzwingen (CSS3!) aber IE zeigt eh einen ... */
}



body {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	background: #CCC;
	text-align: center;
}

* html td {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

p {
	margin: 0 0 0.8em 0;
}


a:link, a:visited {
	color: #008AC9;
	text-decoration: none;
}

a:hover, a:active {

	color: #666;
	text-decoration: none;
}


h1 {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0 10px 0;
}




h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 16px 0;
	color: #008AC9;
}


.floatleft { float: left; }
.floatright { float: right; }
.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both; }
.hidden { display: none; }




/******************************************************/
/*                     Ebenen                         /*
/******************************************************/

#wrapper {
	
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	margin: auto auto;
	clear: left;
	text-align: left;
	background-color: #FFF;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	
}

* html #wrapper {	
	width: 970px;
}




#kopf {
	position: relative;
	float: left;
	left: 10px;
	clear: both;
	height: 105px;
	width: 940px;
	margin: 10px 0 10px 0;
}



#kopflogo {
	position: relative;
	float: left;
	width: 300px;
}

#kopfgalerie {
	position: relative;
	float: right;
	width: 630px;
	height: 70px;
	top: 35px;
	text-align: right;
	overflow: hidden;
}






#navi_zeile {
	position: relative;
	float: left;
	left: 10px;
	width: 940px;
	height: 30px;
	margin-bottom: 15px;
	margin-bottom: 35px;
	
	
}


#ausgabe_nr {
	position: relative;
	float: left;
	width: 300px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

#ausgabe_nr p {
	margin: 0;
}

#navigation {
	position: relative;
	float: right;
	text-align: right;
	margin-right: -10px;
}

* html #navigation {
	margin-right: -20px;
	padding-left: 11px;
}






#inhalt {
	position: relative;
	display: block;
	float: left;
	left: 10px;
	width: 745px;
	
}


#sp_rechts {
	position: relative;
	float: right;
	display: block;
	right: 10px;
	/*top: 53px;*/
	width: 180px;
}


.stopper {
	width: 100%;
	height: 1px;
	clear: both;
	padding: 0 0 0px 0;
	overflow: hidden;
}




#sp_rechts div.EAG_beitrag {
	margin-bottom: 20px;
}



#inhalt div.EAG_beitrag {
	margin-bottom: 20px;
}



.beitrag_centercol {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	clear: both;

}








.rubrik_titel {
	font-size: 12px;
	font-weight: normal;
	height: 19px;
	margin: 0 0 10px 0;
	color: #CC6600;
	
	background-image: url(../bilder/tithint.gif);
	background-position: left;
	background-repeat: no-repeat;
}


#inhalt h1.csc-firstHeader {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px 0;
}


#sp_rechts h1.csc-firstHeader {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
}






a.weiterlink:link,
a.weiterlink:visited {
	padding: 0px 8px 0 5px;
	background-image: url(../bilder/mehrpfeil_p.gif);
	background-position: right;
	background-repeat: no-repeat;
}





a.weiterlink:hover,
a.weiterlink:active {
	background-image: url(../bilder/mehrpfeil_h.gif);
}






/*************************************************************************/
/*                     BULLET-LISTEN IM INHALT                           */
/*************************************************************************/


#inhalt ul, #inhalt ol { /* bullet-listen einrücken */
margin-left: 15px;
} 



* html #inhalt ul, * html #inhalt ol { /* bullet-listen einrücken IE ... */
margin-left: 18px;
} 



#inhalt li {
	list-style-type: square;
	margin-bottom: 10px;
}

#inhalt li li {
	list-style-type: disc;
	margin-bottom: 0;
}















