body{
	margin: 0px;
	background-color: #cc9900;
	color: #000;
	font-family:arial, sans-serif;
}

h1{
	margin: 0px;
	line-height: 1.2em;
	color: #cc9900;
	font-family:arial, sans-serif;
}

h3{
	margin: 0px;
	line-height: 1em;
	color: white;
	font-family:arial, sans-serif;
}


label{
    color: #cc9900;
    font-weight: bold;
    font-size:10pt;
    font-family:arial, sans-serif;
}

daten{
	font-size:10pt;
	font-family:arial, sans-serif;
}


.hint{
    color: #cc9900;
    background-color: #447799;
    font-weight: bold;
    font-size:10pt;
    font-family:arial, sans-serif;
    padding: 7px;
    margin: 5px;
}


a:link{
	text-decoration:undeline;
	font-family:arial, sans-serif;
}
a:visited{
	text-decoration:underline;
	font-family:arial, sans-serif;
}
a:hover{
	text-decoration:underline;
	font-family:arial, sans-serif;
}
a:active{
	text-decoration:underline;
	font-family:arial, sans-serif;
}



a:link.grd{
	color: black;
	text-decoration:undeline;
	font-size:10pt;
	font-family:arial, sans-serif;
}
a:visited.grd{
	color: black;
	text-decoration:underline;
	font-size:10pt;
	font-family:arial, sans-serif;
}
a:hover.grd{
	color: black;
	font-weight: bold;
	font-size:10pt;
	text-decoration:underline;
	font-family:arial, sans-serif;
}
a:active.grd{
	color: black;
	font-size:10pt;
	font-family:arial, sans-serif;
}

