body,td {
     font-family: Arial, sans-serif, Helvetica, Verdana,;
     color: #000000;
     font-size: 15px;
}

a:link, a:visited, a:active {
     color: #333333;
     text-decoration: underline;
}
a:hover {
     color: #000000;
     text-decoration: none;
}

h1 {
     color: #000000;
     font-size: 17px;
	font-weight: bold;
}

h2 {
     color: #000000;
     font-size: 13px;
}

td.menu li, td.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

td.menu a.menu_default, td.menu a.menu_current {
        display: block;
		width: 100%;
        height: 20px;
        line-height: 20px;
        margin-bottom: 3px;
        font-size: 15px;
		text-decoration: none;
		background-color: #FFFF00;
}
td.menu a.menu_current, td.menu a:hover {
	font-weight: bold;
	text-decoration: underline;

}
td.menu a:hover {
	background-color: #FFFF99;
}
td.kopf table td {
	font-size: 25px;
	text-indent: 10px;
}

