body 
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px 10px 10px 0;
	color: #585858;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 15pt;
	height: 95%;
}

h1
{
	font-weight: bold;
	font-size: 10pt;
	width: 100%;
	border-bottom: 1px solid #585858;
	margin-top: 0;
}

h2
{
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 0;
}

a
{
	color: #585858;
	text-decoration: underline
}

.hideSelects select
{
	visibility: hidden;
}

.smalltext
{
	line-height: normal;
	font-size: 9pt;
}

.help {display:none;}

label, input, select, textarea
{
	display: block;
	width: 200px;	
	float: left;
	margin: 2px;
	border: solid #fff 1px;
	background-color: #dadada;
	margin: 5px 0;
}

a.bHelp
{
	display: block;
	width: 16px;
	height: 16px;
	margin: 7px 2px;
	background-image: url("../images/b_help.gif");
	text-decoration: none;
	float:left;
}

a.bHelp:hover
{
	background-image: url("../images/b_help_o.gif");
}

.inputstatic
{
	margin-top: 5px;
}

input[type="hidden"] /* funktioniert nicht im IE, der zu fixende Bug tritt aber auch im IE nicht auf */
{
	display: none;
	visibility: hidden;
}

textarea { width: 250px; }

form br  /* Alle Zeilenumbrüche in Formularen auswählen */
{
	clear: left;
}

label
{
	text-align: right; 
	padding-right: 1em; 
	width: 135px;
	border: none;
	background: none;
	font-weight: bold;
}

.test{
	background-image: url("../images/bg_toggler_on.gif");
	line-height:15px;
	background-repeat: repeat-x;
}

.checkbox
{
	width: auto;
	background-color: transparent;
	border: 0;
	display: inline;
	padding-top: 3px;
	float:none;
}


.button
{
	background-color: #FFCD00;
	font-weight: bold;
}
