/* CSS Document */
/* - Allgemein --------------------------------------------- */
body 
{
	text-align: center;
	margin-top: 10px;
	background-image: url(../hg.jpg);
	background-repeat: repeat-x;
}

.text9
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #000000
}

.text10
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000
}

a:hover 
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:link 
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;	
}

a:visited 
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:active 
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

ul 
{
	margin-top:5px;
	padding-top:0px;
	margin-left : 25;
}

ul li 
{
	margin: 0 0 0.5em 0;
	padding: 0;
	text-decoration : none;
}




