body { 
	font-family: Calibri, helvetica, verdana, arial, sans-serif;
	color: #000000;
 }

.tab_ober {
	font-weight: bold;
	font-size: 16px;
	background:url(img/inhalt.jpg);
	background-repeat: no-repeat;
	width:234px;
	height:25px;
}

.tab_unter {
	font-weight: bold;
	font-size: 14px;
	background:url(img/inhalt.jpg );
	background-repeat:no-repeat;
}

.eintrag {
	background-color: #fcc92f;
	padding-bottom:2px;
	padding-left:10px;
	font-size: 12px;
	font-weight: normal;
	height:20px;
}

.seite {
	background-color: #fcc92f;
	font-size: 12px;
	font-weight: normal;
	height:20px;
}

.tab_unter  a, .eintrag a , .seite a {
	text-decoration: none;
	color: #000000;
}

.tab_unter  a:hover, .eintrag  a:hover, .seite a:hover  {
	text-decoration: underline;
}

