/* CSS Document */

body {
	margin: 0px;
	background: url("/bilder/hg-start.gif") repeat-y 50% 50%;
}
body, table, tr, td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
a:link.blau {
	color: #0068ff;
	text-decoration: none;
}
a:visited.blau {
	color: #0068ff;
	text-decoration: none;
}
a:hover.blau {
	color: #0068ff;
	text-decoration: none;
}
a:active.blau {
	color: #0068ff;
	text-decoration: none;
}
a:link.rot {
	color: #e40705;
	text-decoration: none;
}
a:visited.rot {
	color: #e40705;
	text-decoration: none;
}
a:hover.rot {
	color: #e40705;
	text-decoration: none;
}
a:active.rot {
	color: #e40705;
	text-decoration: none;
}