html {

	font-family: Arial, Veranda, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(Bilder/bg.jpg);
  background-repeat: no-repeat; 
  background-attachment: fixed; 
  background-position: right bottom;	
  background-color: #4d060b;
}

a {
color: #1c0204;
text-decoration: underline;
font-size: 10pt
}

a:visited {
color: #1c0204;
text-decoration: underline;
font-size: 10pt
}

a:hover {
color: #c93906;
text-decoration: underline;
font-size: 10pt
}

ul#nav a {
color: #1c0204;
text-decoration: none;
font-size: 10pt
}


ul#nav a:hover {
color: #c93906;
}

ul#subnav {
list-style: none;
margin-left: 10px;
padding-left: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

ul#subnav a {
font-variant: small-caps;
color: #6b161c; 
text-decoration: none;
font-size: 9pt
}

table#content {
font-size: 9pt;
text-align: justify;
}
