

 ul, li {
	 margin: 0;
	 padding: 0;
 }

body 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;		/* shift whole page down by 25 pixels */
	/*background-color: #333366;*/
	background-color: #DDDDDD;
	list-style: none;
	padding: 0;
}


#mainForm 
{
/*	position: relative;
*/	border: 1px;
	border-style: solid;
	margin: 0 auto;
	width: 560px;
	background-color: #ffffff;
}

input.mainForm, select.mainForm, textarea.mainForm, input.mainFormError
{
	float: right;
	vertical-align: middle;
	line-height: 20px;
	margin-right: 20px;
	
}

input.mainForm, select.mainForm
{
	width:110px;
}

input.mainForm_entscheidung, textarea.mainForm_bemerkungen
{
	vertical-align: middle;
	line-height: 20px;
	
}

ul.mainForm
{
	list-style-type: none;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;	
}

li.mainForm
{
	padding-bottom: 10px;
	list-style-type: none;
		
}

.form_bottom
{
	height: 390px;
}

#mainFormError
{
	/*position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 560px;*/
/*	left: 0px;
	position: absolute;
	margin-left: 200px;
	float: left;*/
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}


#formHeader
{
	width: 560px;
	height: 230px;
	color: #FFFFFF;
	text-align: center;
	/*background-color: #666699;
	background-color: #515151;*/
	background-color: #606;
	margin:0 0 0 0;
	/*padding-bottom: 10px;*/
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 560px;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: center;
	margin:0 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	top:0px;
	letter-spacing: 1px;
	line-height:120%;
	color: #ffffff;
}


p.formInfo
{
	text-align: justify;
	margin:0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:13px;
	position:relative;
	width: 540px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	border:none;	
	font-size:95%;
	font-weight:bold;
	text-align: left;
	padding-left: 20px;
	line-height: 20px;
	vertical-align: middle;
}

label.formFieldQuestion_entscheidung, label.formFieldQuestion_bemerkungen
{
	border:none;	
	font-size:95%;
	font-weight:bold;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}


p.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	left:-140px;
	letter-spacing: 2px;
}

a.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	letter-spacing: 2px;
}
