body { background-color: #cc9933; }

.text
{

	color: #000;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12;
 
	font-weight: normal;
}

.footer
{
	color: #000;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 10;
	font-weight: normal;
}

a, a:link, a:visited
{
	color: #0057a8;
}

h2
{

	color: #006600;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

/* Platzhalter Überschrift: */
#ueberschrift {
position: absolute;
top: 5px;
left: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 17pt;
font-style: italic;
font-weight: bold;
color: #006600
}

#table1{
position: absolute;
top: 80px;
left: 20px;
}

/* Platzhalter für Back-Pfeil: */
#pfeil {
position: absolute;
top: 450px;
left: 300px;
font-size: 20pt;
}

a:link {
text-decoration: underline;
color: #006600;
font-family: Comic Sans MS;
}

a:visited {
text-decoration: none;
color: #3300cc;
}

a:hover {
text-decoration: none;
color: #c0c0c0;
}