/* CSS Document */
form {
	margin: 0px;
	padding: 0px;
}
.functionBarSmall {
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
}
.input320, .input320Mandatory, .input100, .input100Mandatory, .textarea320, .select160 {
	color: #000;
	font-size: 10pt;
	height: 20px;
	background-color: #FFF;
	vertical-align: middle;
	margin: 1px;
	border: 1px solid #000;
}
.input320, .input320Mandatory {
	width: 320px;
}
.input320Mandatory, .input100Mandatory {
	background-color: #FFF;
	border: solid 1px #c21211;
}
.input100, .input100Mandatory {
	width: 100px;
}
.checkbox {
	text-align: center;
	vertical-align: top;
}
.select160 {
	width: 160px;
	height: 22px;
}
.textarea320 {
	scrollbar-3dlight-color: #999;
	scrollbar-arrow-color: #999;
	scrollbar-base-color: #ffffff;
	scrollbar-darkshadow-color: #999;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	height: 115px;
	width: 320px;
}
.detailLabelTitle:first-child {
	font-size: 11pt;
	color: #002489;
	padding-top: 0px;
	padding-bottom: 6px;
	font-weight: bold;
}
.detailLabelTitle {
	font-size: 11pt;
	color: #002489;
	padding-top: 16px;
	padding-bottom: 6px;
	font-weight: bold;
}
.detailLabel, .detailLabelFirst, .detailLabelFirstTop {
	font-size: 9pt;
	color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
}
.detailLabelFirst {
	width: 180px;
}
.detailLabelFirstTop {
	width: 180px;
	vertical-align: top;
}
.detailLabelMandatoryFields {
	font-size: 8pt;
	color: #000;
	text-align: left;
	border: solid 1px #c21211;
	padding-right: 4px;
	padding-left: 4px;
}
.detailValue, detailValue110 {
	font-size: 9pt;
	color: #000;
	vertical-align: middle;
}
.detailValue110 {
	width: 110px;
}
.functionBarLarge {
	text-align: right;
	padding-top: 3px;
	padding-right: 48px;
}
.validateMessage {
	font-size: 10pt;
	color: #F60;
}
.cmdSendLarge, .buttonLarge {
	font-size: 8pt;
	color: #000;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
	cursor: hand;
	background-image: url(../img/sendButton_back.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 92px;
	background-color: #FFF;
}
/*** Volltext Suchformular ***/
.searchInput {
	height: 22px;
	width: 127px;
	padding: 0px;
	margin: 0px;
	background-color:transparent;
	vertical-align: middle;
	font-size: 9pt;
	border-style: none;
}
.searchButton {
	padding: 0px;
	height: 22px;
	width: 22px;
	background-color:transparent;
	cursor: hand;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-style: none;
}

