/* Form */
#structure #body .fastNOTEform{
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	width: 100%;
}
#structure #body .fastNOTEform.paragraph{
	margin-left: auto;
	margin-right: auto;
	width: 92%;
}
#structure #body .fastNOTEform .column-left{
	float: left;
	width: 50%;
}
#structure #body .fastNOTEform .column-right{
	float: right;
	width: 50%;
}
#structure #body .fastNOTEform .column-single{
	clear:both
}
#structure #body .fastNOTEform fieldset{
	margin: 0;
	padding: 0;
	border: none;
}
#structure #body .fastNOTEform .fieldblock{
	padding-bottom: 15px;
}
#structure #body .fastNOTEform .fieldblock.bottom{
	padding-bottom: 0px;
}
#structure #body .fastNOTEform label{
	float: left;
	width: 120px;
}
#structure #body .fastNOTEform input.text,
#structure #body .fastNOTEform textarea{
	border-color: #666666 #CCCCCC #CCCCCC #666666;
	border-style: solid;
	border-width: 1px;
	padding: 0.1em 0.1em 0.1em 0.1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}
#structure #body .fastNOTEform input.text{
	width: 225px;
}
#structure #body .fastNOTEform input.text.short{
	width: 65px;
}
#structure #body .fastNOTEform input.text.date{
	width: 205px;
}
#structure #body .fastNOTEform textarea{
	width: 671px;
}
#structure #body .fastNOTEform input.text:focus,
#structure #body .fastNOTEform textarea:focus{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #0B55D8;
	background-color: #FFF2E6;
}
#structure #body .fastNOTEform input.image{
	border: none;
}
	#structure #body .fastNOTEform input.image.kalendar{
		vertical-align: text-top;
	}
#structure #body #newsForm{
	padding-bottom: 15px;
}
#structure #body #glossarForm #glossarList,
#structure #body #newsForm #newsList,
#structure #body #newsForm label{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	width: 356px;
}
#structure #body #newsForm label{
	font-weight: bold;
	color: #666;
}
