* {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}

body, html {
	height: 100%;
	text-align: center;
}




body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	/*font-size: small;
	font-size: 0.75em;*/
	font-size: 0.75em;
	line-height: 1.3em;
	
	background-color: #e0e0e0;
	
	background-image: url(../bilder/html_hint.gif);
	background-repeat: repeat-y;
	background-position: center;


}



.clear {
	width: 100%;
	clear: both;
	height: 1px;
	display: block;
	overflow: hidden;
}



a:link, a:visited {
	color: #55A247;
} 

a:hover, a:active {
	color: #666;
} 



p {
	margin-bottom: 10px;
}


td p {
    margin-bottom: 0px;
}


* html td {

	font-size: 80%;
}




/*************************************************************************/
/*                              E B E N E N                              */
/*************************************************************************/



#container{
	position: relative;
	width: 800px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	background-color: #bdd6e7;
	margin: auto auto;
	text-align: left;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}




#kopf {
	position: relative;
	float: left;
	clear: both;
	width: 800px;
	height: 120px;
	overflow: hidden;
	background-image: url(../bilder/kopf_kiwanis_10.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFF;

}


#kopflogo {
	position: absolute;
	width: 195px;
	height: 72px;
	top: 20px;
	left: 18px;
}



#navigation {
	position: relative;
	float: left;
	width: 180px;
	margin-top: 20px;
}






#inhalt { 
	position: relative;
	float: left;
	width: 570px;
	margin: 10px 15px 0 15px;

}


#teaserspalte {
	display: none;
}



#stopper {
	width: 100%;
	clear: both;
	padding-bottom: 21px;

}







#fuss{
	position: relative;
	clear: both;
	margin: auto auto;
	width: 800px;
	height: 20px;
	margin-top: -21px;
	color: #000;
	text-align: center;
	overflow: hidden;
	
	border-top: 1px dashed #999;
}


#fuss p {

	line-height: 1.5em;
}


#fuss a:link, #fuss a:visited {
	color: #9EEA98;
} 

#fuss a:hover, #fuss a:active {
	color: #EEE;
} 





#inhalt h1 {
	font-size: 2em;
	line-height: 1.7em;
	font-weight: bold;
	color: #072e67;
	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;
}



.EAG_tabelle {
	width: 100%;
}

.EAG_tabelle td {
    padding-left: 3px;
}

.EAG_tabelle td.td-0 {
    padding-right: 3px;
    width: 80px;
}

table.EAG_tabelle tr.tr-even {
    background-color: #CACACA;
}

table.EAG_tabelle tr.tr-odd {
    background-color: #DFDFDF;
}








