/*CSS-Dokument*/

body {
	background-color:#B5B5B5;
}

table, tr, td, div, font {
	color:#000000;
	font-family:verdana;
	font-size:12;
}

h1 {
	color:A80007;
	font-size:22;
}

h2 {
	color:A80007;
	font-size:16;
}

h3 {
	color:A80007;
	font-size:12;
}

.links a:link {
	color:#000000;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.links a:visited{
	color:#000000;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.links a:hover {
	color:#A80007;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.inhalt a:link {
	color:#A80007;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}

.inhalt a:visited {
	color:#A80007;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}


.inhalt a:hover {
	color:#000000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}
