
body 
{
 font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.01%;
}

p
{
	font-size: 70%;
	padding-bottom: 10px;
}

td
{
	font-size:80%;
	text-align:left;
	padding: 2px 2px 2px 2px;
}

th
{
	color:#006600;
	font-size:90%;
}

/* GroupBoxes */
fieldset
{
	clear:both;/*für Konquerer*/
	font-size:80%;
	margin: 5px 5px 5px 5px;
	/* nur für IE */	
	padding-left:10px;
	padding-right:5px;
	padding-top:8px;
	padding-bottom:8px;
	text-align:left;
	border:1px solid #7d9db4; /* muss solid sein; IE mag kein dashed */
}

fieldset[id]
{
	background-color:#FF0000;
}

fieldset.blaettern {	text-align:right; }
fieldset.weiss {	background-color:white; }

legend
{
	color:#7d9db4;
	font-weight: bold;
}

/* alle Inputfelder bei Hover rote Schrift */
input:hover, select:hover, textarea:hover { color:#FF0000; }

/* fokusierte Elemente orange; nicht die Buttons (type-Angabe notwendig) */
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus
{
 background-color:#f8fbea;
	color:#000000;
}

label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit]
{
 cursor: pointer;
}
