body 	{
	background-image:url(./grafik/08_background_2.png);
	background-color:#000000;
	color:#E6E6E6;	
	background-repeat:no-repeat;
	background-position:50% top ;
	font-family:helvetica;
	font-size:13px;
	}
	
body td {font-size:90%;} 
	
div#main {	/*Andersfarbiger Hauptteil*/
	position:absolute;
	margin-top:7px;
	left:50%;
	margin-left:-470px;
	width:940px; 	
	}

div#body {	/*Hauptteil mit variablem Inhalt*/
	margin-left:195px;
	width:705px;	
	height:620px;	
	}


div#header {		/*Header*/
	margin:49px 0px 0px 195px;
	width:705px;	
	height:15px;	
	}

div#footer {	/*Footer mit Impressum usw*/
	text-align:center;
	padding-top:10px;
	font-size:70%;	
	margin-left:195px;
	height:15px;
	width:705px;		
	}
	
div#footer a  {text-decoration:underline; color:#E6E6E6;}
	
div#body span {color:#FA5858; font-weight:600;}
div#body a  {text-decoration:underline; color:#E6E6E6;}
div#body a[href^="./ton"] {text-decoration:underline; color:red; font-weight:600;}

div#member {text-align:center;}
div#member  div {margin-left: 270px; text-align:left;}

td {padding-left:20px;}				/*für tab bei termine*/

div.mitg {	/*divs einzelner Mitglieder*/
	background-image:url(./grafik/mitgl-backgr3.png); 
	background-repeat:no-repeat;
	padding-left:120px; 
	margin-left:50px;
	height:125px;	
	font-size:14px;
	}

div.mitgi {	/*divs einzelner Mitglieder*/
	background-image:url(./grafik/mitgl-backgr3.png); 
	background-repeat:no-repeat;
	padding-left:120px; 
	margin-left:20px;
	height:125px;	
	font-size:14px;
	}
	
div#head {	/*Unser Name*/
	height:66px;
	width:530px;
	background-image:url(./grafik/name_ohnepunkte.png);  
	margin:0px 0px 6px 280px;
	background-repeat:no-repeat;	
	}
			
div#navi {	/*Navigationskasten*/
	margin:70px 0px 0px 15px;   
	width:120px;
	font-size:14px;
	float:left;
	color:black;	
	}
	
div#datum {
	font-size:70%;
	margin-left:28px;
	margin-top:10px;	
	}
	
a.navi	{
	display:block;
	/*background-image:url(./grafik/but6d.png);*/
	background-position:left;
	background-repeat:no-repeat;
	margin-top:0px;
	width:120px;
	padding:7px 0px;
	
	font-size:80%;
	font-weight:bold;
	color:black;
	outline:none;
	text-decoration:none;	
	}
		
a.navion {	/*aktiver reiter*/
	display:block;
	/*background-image:url(./grafik/but6.png);*/
	background-position:left;
	background-repeat:no-repeat;
	margin-top:0px;
	width:120px;
	padding:7px 0px;
	
	font-size:120%;
	font-weight:bold;
	color:black;
	outline:none;
	text-decoration:none;
	}	



	
