.text,body,p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}

a:link,a:visited,a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #996600;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #999900;
	text-decoration: underline;
}

#on{
	background-image: url(grafik/on.jpg);
	background-repeat: repeat-x;
	padding-bottom:5px;
}
#off{
	background-image: url(grafik/off.jpg);
	background-repeat: repeat-x;
	padding-bottom:5px;
}
#on a,#off a:link, #off a:visited, #off a:active, #off a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	
}


