* {
   font-family: "Verdana";
   font-size: 10pt;

  }

a { color: #555555; text-decoration: underline; }
a:active { color: #555555;text-decoration: underline; }
a:visited { color: #555555;text-decoration: underline; }
a:hover { color: #3C65B4;text-decoration: none; }

body,table{
   background: #C0BFBE;
}
h1,h1 a{
	font-size: 20pt;
}
h2,h2 a{
	font-size: 16pt;
}
h3,h3 a{
	font-size: 12px;
}
.tab_termine{
	border: 1px solid #000;
}

.table_bio{
	font-size: 12pt;
}

.kleinschrift{
	font-size: 7pt;
}

/*** GB***/
#guestbook{
	width: 100%;
	margin: 0px:
}

#guestbook td.oben{
	border-bottom: 1px dashed #000;
	padding: 5px;
}

#guestbook td.eintrag{
	padding: 5px;
}
#guestbook td.kommentar{
	border-top: 1px dashed #000;
	padding: 5px;
}

/*** footer ***/
#footer{
	background-image:url(gfx/navi/bottom.gif);
	height:27px;
	text-align: center;
	font-size: 7pt;
	color: #555555;
}

#footer a{
	font-size: 7pt;
}

/*** Navigation ***/
 
#navigation { 
	clear: both;
	display: block;
	float: left;
	background-color:#333;
	width: 100%;
	text-align: center; 


}
 
 
 
#navigation span a{
  width: 100px;  
padding-right:10px;
padding-left:10px;
 color: #999;

 font-weight: bold;
}
 
#navigation span a:hover {
font-weight: bold;
 color: #3C65B4;
 background: #333;

}
 
#navigation span .active {
 width: 100px;  
 font-weight: bold;
 
 font-weight: bold;
 color: #FFF;

 }
