/*Standard-Stylesheet für Inhaltebereich und alle Browser*/
/*Text, Überschriften und normale Links*/
.headline {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#00A13C;
  line-height:16px;
}
/*Text und normale Links*/
.rot10 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#00A13C;
	line-height:16px;
}
/*Text, Überschriften*/
.rot10b {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#00A13C;
	line-height:16px;
}
/*Links klein*/
.rot9 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	color:#00A13C;
	line-height:12px;
}
/*Text normal*/
.schw10 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
  line-height:16px;
}
/*Text bold*/
.schw10b {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
  line-height:16px;
}
/*Text klein*/
.schw9 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
  line-height:12px;
}
/*Text klein bold*/
.schw9b {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
  line-height:12px;
}
/*Links, falls keine Klasse angegeben wird*/
a {
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#00A13C;
  line-height:16px;
}
/*Tabellen (wie .schw10)*/
table {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
  line-height:16px;
}
/*Schriftzug 40. Jahrestagung*/
td.weiss12 {
	color:#FFFFFF;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
p {
	margin:0px 0px 10px 0px;
}
