body {font-family: arial}
h1, h2, legend, em.color {color: #006066}
h1 {font-size: 16px;}
h2, legend {font-size: 14px; font-weight: bold;}
p, label {font-size: 12px;}
label {	display: block;
	clear: both;
	float: left;
	text-align: right;
	width: 120px;
	color: black;
	padding: 2px 8px;
	margin: 0px;
}

<?php include ('../includes/netscape_label_bug_fixer.inc'); ?>

input.textfield {width: 200px;}
label.noblock {display: inline; float: none; clear:none;}
ul {list-style-type: none;}

div.fieldset {
	/*braucht ie5.5win */
	clear: both;
	margin-bottom: 25px;
	width: 600px;
}

fieldset { border: 1px inset #006066; margin-bottom: 20px; padding: 8px}
fieldset.teilnehmer {margin-bottom: 10px; width: 420px;}
fieldset.teilnehmer legend {font-size: 12px;}
.errormsg { color: red; }

fieldset#fehlermeldungen {color: red; } 


