body {
	font:	10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	background-image: url(seitenhg.gif);
	background-repeat: repeat;

}
/* Definition des Aussehen der hyperlinks; nur Farben Schriftgröße über eigene Klassen/ */	
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
	text-decoration: none;
}
}
a:active {
	color: #FFFFFF;
	background-color: #FF6600;}

table {
	font-size: 12px;
	color: #666666;

}
.tabellendefinition {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	background-image: url(tabhg.jpg);

}
h1 {
	font-size: 18px;
	color: #FF6600;

}
h2 {
	font-size: 14px;
	color: #FF6600;

}
.navigation {
	font-size: 11px;
	text-decoration: none;

}

