 
  /* -- standards --*/
body {
	background-color : #FFFFFF;
	margin: 0px 0px;
	padding: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	top: auto;
}
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
}
  /* -- pseudoformate --*/
a:link {
	color: #990000;
	padding-bottom : 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a:visited {  color: #FF3300;
	padding-bottom : 1px;
}	
a:hover {
	color: #ffffff;
	background-color : #CC0000;
		padding-bottom : 1px;
	text-decoration : none;
}
a:active {  color: #CC0000;
	padding-bottom : 1px;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	top: auto;
	}
.copy-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	top: auto;
	font-weight: bold;
	}
.copy-unterzeile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	top: auto;
	}

