/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(../BilderJPG/Hintergrund3.jpg);
} 
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	font-weight: normal;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	border: #FF0000;
}
a:active {
	color: #100F86;
	background-color: #FFCC00;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style: normal;
}
h1 {
	font-size: 18px;
	color: #FFFFFF;
}
a:link {
	color: #00FFFF;
	border: #0000FF;
}

