


body, td {
	margin-left: 4;
	margin-right: 4;
	margin-top: 13;
	padding: 4;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11;
	}

p, li {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11;
	}

.klein {
	font-size: 9;
	}
	
.head {
  color: #af2e4d;
	font-size: 100%;
	letter-spacing: 1.5;
	font-weight: bold;
	}

.box { 
	background-color:#f6f6f6; 
	border-color:#b8b8b8; 
	border-width:1px; 
	border-style:solid; 
	font-size:12; 
	color=#000000; 
	font:bold; 
	padding: 4;
	}
	
.boxin { 
	background-color:#ffffff; 
	border-color:#b8b8b8; 
	border-width:1px; 
	border-style:solid; 
	font-size:11; 
	color=#000000; 
	}

.text { 
	font-size:12; 
	color=#757575; 
	background-color:#ffffff; 
	}

.kurztext { 
	font-size:11; 
	color=#757575; 
	background-color:#ffffff; 
	}
	
.subhead { 
	font-size:11; 
	color=#757575; 
	#background-color:#ffffff; 
	font-weight:bold; 
	font-style:italic; 
	}
	
.pictext { 
	font-size:9; 
	color=#757575; 
	background-color:#ffffff; 
	}


a:link, a:visited {
  color: #af2e4d;
  text-decoration: none;
  }

a:hover {
  text-decoration: underline;
  }

/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: x-small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
