/* allgemeine Seitendefinition */
body {
  padding: 0px;
  margin: 0px;
  font-size:12px;
  background-color: #FBF7E2;
  font-family: Arial, Helvetica, sans-serif, Verdana;
  color: #000080;
}
a {
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	color:  #800000;
	
	}
a:visited {
	color:  #800000;
	}
a:active {
	color:  #FF0000;
	}
a:hover {
	color: #800000;
	text-decoration: underline;
	}

/* allgemeine Seitendefinition Ende */