/******************************************/
/* Allgemein Formulare
/******************************************/

form {
	margin:0;
	padding:0;
}

form fieldset {
	border:1px solid #bebebe;
	padding:10px;
	background-color:#f8f8f9;
	margin:0 0 10px 0;
}

legend {
	font-weight:bold;
	color:#40719E;
	font-size:13px;
	padding:4px;
	background-color:transparent;
}

input, select option, textarea {
	border:1px solid #bebebe;
	background-color:#fff;
	font-size:12px;
	padding:3px 10px 2px 5px;
}

select {
	border:1px solid #bebebe;
	background-color:#fff;
	padding:0;
	font-size:13px;
	height:21px;
}

textarea {
	height:150px;
	width:300px;
}

input.submit {
	color:#5c5c5c;
	text-decoration:none;
	background:url('/cachepics/submit_bg.gif');
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#bebebe;
	border:1px solid #bebebe;
	padding:2px 10px 2px 30px;
	margin:0 0 0 210px;
	font-weight:bold;
	clear:both;
}

p.datenschutz {
	margin:15px 0 20px 206px;
}
p.datenschutz a {
	padding:5px 0 0 4px;
	vertical-align:bottom;
	line-height: 23px
}

p.datenschutz a:hover {
	padding:5px 0 0 4px;
	vertical-align:bottom;
	line-height: 23px
}

p.datenschutz img {
	margin:0 5px 0 5px;
	width:15px;
}

input.submit:hover {
	border:1px solid #f2f2f2;
	cursor:pointer;
}


/* PAIRS */

div.formNameValuePair,
div.formNameValuePairError {
	clear:both;
	margin:5px 0 5px 0;
}

div.formName {
	width:200px;
	float:left;
	clear:both;
	font-size:12px;
	display:block;
	padding:5px 0px 5px 0px;
	line-height:1.4;
}

div.formValue input.fm_text {
	float:left;
}

div.formNameValuePair div.formDesc,
div.formValue p.formDesc {
	margin:3px 0 0 0px;
	float:left;
	display:block;
}
div.formNameValuePair div.formDesc {
	width:240px;
}

div.formValue {
    float:left;
	width:300px;
}

div.formCheckBox {
    margin:5px 0 5px 0;
	clear:both;
}

div.formCheckBox label {
    padding:0 0 0 25px;
    vertical-align:top;
	width:250px;
	display:block;
	line-height:1.4;
}

div.formNameValuePairError div.formCheckBox label {
	color:#FA1557;
}

div.formCheckBox input {
	float:left;
	font-size:12px;
	border:0;
	width:16px;
	height:16px;
	padding:0;
	margin:0;
	background-color:transparent;
	cursor:pointer;
}

label {
	font-size:12px;
	padding:2px 0 0 0;
}

input.checkbox {border:0;}

div.formNameValuePairError div.formName,
p.formWarning {
	color:#FA1557;
}

div.formNameValuePairError div.formValue input {
	border:1px solid #FA1557;
}
/******************************************/
/* Basiseinstellungen
/******************************************/

div#headWrapper div#pageSearch form {
	background:url('/cachepics/bg_search.png');
	background-position:left top;
	background-repeat:no-repeat;
	padding:3px;
}

div#headWrapper div#pageSearch form input.submit {
	background:url('/cachepics/icon_search.gif');
	background-position:right;
	background-repeat:no-repeat;
	height:17px;
	margin:1px 0 0 0 ;
	width:18px;
	border:0;
}

div#headWrapper div#pageSearch form input.searchField {
	background:none;
	width:127px;
	height:16px;
	padding:0 2px 2px 2px;
	color:#fff;
	font-size: 12px;
	border:0;
}
