/*erstellt mit .Net*/

h1
{
	margin-top: 0px;
	font-weight: normal;
	font-size: 10pt;
	margin-bottom: 0px;
	color: #000099;
	font-family: Arial;
}	


a:link
{
	color: #000099;
    text-decoration: underline;
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
}

a:visited
{
	color: #000099;
    text-decoration: underline;
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
}

a:hover
{
	color: #ff3300;
    text-decoration: underline;
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
}

a:active
{
	color: #000099;
    text-decoration: underline;
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
}