* {
	padding: 0;
	margin: 0;
	/*border: 0;*/
	text-decoration: none;
}


body, html {
	height: 100%;
	text-align: center;
}


html {

	overflow-y: scroll; /* Scrollbar vertikal erzwingen (CSS3!) aber IE zeigt eh einen ... */
}



body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	background-color: #f7f7f7;
	background-image: url(../bilder/html_hint2.gif);
	background-repeat: repeat-y;
	background-position: center;
}


.clear {
	width: 100%;
	clear: both;
	height: 1px;
	display: block;
	overflow: hidden;
}

a:link, a:visited {
	color: #721a18;
} 

a:hover, a:active {
	color: #666;
} 

a img {
	border: 0;
}




#inhalt h1 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	color: #721a18;
	margin-bottom: 13px;
}



p {
	margin-bottom: 10px;
}



/*
td p {
	font-size: 0.75em;
	line-height: 1.3em;
    margin-bottom: 0px;
}

*/



* html td {

	font-size: 80%;
}




/*************************************************************************/
/*                              E B E N E N                              */
/*************************************************************************/



#container{
	position: relative;
	width: 910px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	background-color: #d9d7cb;
	
	background-image: url(../bilder/container_hint.gif);
	background-repeat: repeat-y;
	
	margin: auto auto;
	text-align: left;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}




#kopf {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 175px;
	overflow: hidden;
	/*background-image: url(../bilder/kopf_920_001.jpg);*/
	background-image: url(../bilder/kopf_910_standard.jpg);	
	border-bottom: 1px solid #666;
}






#kopflogo {
	position: absolute;
	top: 28px;
	left: 17px;
	height: 113px;
}


#navigation {
	position: relative;
	float: left;
	width: 180px;
	margin-top: 36px;
}


#inhalt { 
	position: relative;
	float: left;
	width: 700px;
	margin: 38px 5px 0 15px;
}


#teaserspalte {
	display: none;
}


#stopper {
	width: 95%;
	clear: both;
	padding-bottom: 21px;
}


#fuss{
	position: relative;
	clear: both;
	margin: auto auto;
	width: 910px;
	height: 20px;
	margin-top: -21px;
	text-align: center;
	background-color: #f7faf0;
	background-color: #a6998b;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
}


* html #fuss{
	margin-top: -20px;
}


#fuss p {
	font-size: 1em;
	line-height: 1.5em;
	color: #FFF;
	padding: 0;
	margin: 0;
}


#fuss a:link, #fuss a:visited {
	color: #721a18;
} 

#fuss a:hover, #fuss a:active {
	color: #EEE;
} 



* html .csc-textpic {
	margin-bottom: 10px;
}



/*************************************************************************/
/*                     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;
}





/*************************************************************************/
/*                     TABELLEN                           */
/*************************************************************************/



.EAG_tabelle {
	/*width: 100%;*/
	border-collapse: collapse;
}

.EAG_tabelle td {
    padding-left: 3px;
}



table.EAG_tabelle tr.tr-even {
    background-color: #efefef;
}

table.EAG_tabelle tr.tr-odd {
    background-color: #FFF;
}






.EAG_tabelle td.td-0 {
    padding-right: 3px;
    width: 180px;
}

table.EAG_tabelle td.td-1 {
	/*width: 50px;*/
	padding-right: 3px;
}

table.EAG_tabelle td.td-2 {
	text-align: right;
	width: 50px;
	padding-right: 3px;
}








.contenttable {
	border-collapse: collapse;
}

.contenttable td {
    padding-right: 5px;
}

.contenttable p {
margin-bottom: 5px;
}












/**********************************************/
/* EAG-Link */
/**********************************************/


#eaglink {
	position: relative;
	float: right;
	width: 16px;
	height: 79px;
	margin: -85px -20px 0 0 !important;
	margin: -85px -40px 0 0; /* IE6 */
}



#eaglink a:link, #eaglink a:visited, #eaglink a:hover, #eaglink a:active {
	text-decoration: none;
	border: 0;
}


#eaglink a img {
	border: 0;
}


/**********************************************/
/* RSS-Feed Menu (gkhrssimport) */
/**********************************************/

/*div.rss_title,*/
div.rss_description,
div.rss_header,
div.rss_category,
div.rss_date,
div.rss_author,
div.rss_contentpic {
	display: none;
}





div.rss_box {
margin: 0;
padding: 0;
}


#sbb_maske {
	width: 340px;
	margin: -50px 0 0 0px;
	padding: 0px;
	text-align: right;
}

* html #sbb_maske {
	margin: -40px 0 0 0px;
}






span.tx-andshadowbox-thumb {
	margin-right: 9px;
}


div.tx-andshadowbox-pi1 {
	position: relative;
	float: left;
	display: block;
	margin-bottom: 9px;
}









