@charset "utf-8";
/* CSS Document */

.formHolder {
	/*border: 1px solid #CACACA;
	background-color: #F7F7F7;*/
}

.halfWidth { width:50%; }
.halfWidth.left { float:left; }
.halfWidth.right { float:right; }

.formTitle {
	padding:5px 0;
	border-bottom:1px solid #CACACA;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

.formLegend {
	font-size:10px;
}

.formFields {
	/*padding:5px;*/
}

.formLine {
	float:left;	
	width:345px;
	margin:5px 0;
}

.formLine.spacer01{margin-top:13px;}
.formLine.spacer02{margin-top:13px;}

.formLineFullWidth {
	float:left;	
	width:100%;
	margin:5px 0;
}

.formLine.totalWidth {
	width:100%;	
}

.formSpacer {
	margin:20px 0;
}

.formLabel {
	float:left;
	width:95px;
}

.formInput {
	float:left;
}

.formLineFullWidth .formInput{
	width:84%;	
}

.textInput, .selectField, .textarea {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #D1D1D1;
    /*border-radius: 5px 5px 5px 5px;*/
    color: #545454;
    font-size: 12px;
    line-height: 24px;
	height:24px;
    padding: 0 5px;
	margin-right:5px;
}


.textInput.noInput, .selectField.noInput, .textarea.noInput {
	color:#ababab;
	font-size:11px;	
}

.textInput.noInput.error_input, .selectField.noInput.error_input, .textarea.noInput.error_input {
	color:#fff;
}

.selectField {
	padding-right:0;
}

.textInput.big { width:250px;}
.textInput.normal { width:195px;}
.textInput.small { width:89px;}
.textInput.normal.plz {width:40px;}
.textInput.normal.ort {width:162px; margin-left:5px;}


.selectField.normal { width:207px;}
.selectField.small { width:90px;}

.textarea.big { 
	width:530px;
	height:100px;
}

.textarea.fullWidth { 
	width:92%;
	height:100px;
	margin-bottom:10px;
}
.textarea.immoAnfrage {
	width:340px;
	height:92px;
}


#Steuerrechner .textInput {
	margin-right:0;
}


.formFieldsLeft {
	float:left;
	width:320px;
}

.formFieldsRight {
	float:right;
	width:320px;
}

.kontaktformular.CENTER .formFieldsRight .textarea {
	width:305px;
	height:132px;
	margin-top:5px;
}


/* Für die Formularprüfung und die Ajax Formulare + Fehler / Erfolgs- Meldungen*/

#ajax_loader {
    background-color: #FFFFFF;
    background-image: url("../pics/forms/ajax-loader.gif");
    background-position: center 110px;
    background-repeat: no-repeat;
    border: 1px solid #999999;
	border-radius:10px;
    color: #CC0000;
    display: block;
    height: 140px;
    left: 50%;
    margin-left: -150px;
    padding: 15px;
    position: absolute;
    text-align: center;
    width: 300px;
    z-index: 150;
	font-weight:bold;
}
#form_message.meldung {
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 164px;
    left: 50%;
    line-height: 20px;
    margin-left: -221px;
    padding: 20px 60px 21px 49px;
    position: absolute;
    width: 443px;
    z-index: 100;
}
#form_message.erfolg {
    background-image: url("../pics/forms/meldung_erfolg_bg.png");
    color: #E3F4B1;
    height: 134px;
    padding-top: 30px;
}
#form_message.fehler {
    background-image: url("../pics/forms/meldung_fehler_bg.png");
    color: #FFFFFF;
}
#form_message.erfolg h1, #form_message.fehler h1 {
    background-image: url("../pics/forms/erfolg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    min-height: 28px;
    padding-left: 50px;
    padding-top: 2px;
}
#form_message.erfolg p, #form_message.fehler p {
    margin-left: 51px;
}
#form_message.fehler h1 {
    background-image: url("../pics/forms/fehler.png");
}
.okBtn {
    background-image: url("../pics/forms/button_ok.png");
    background-position: center top;
    background-repeat: no-repeat;
    bottom: 10px;
    cursor: pointer;
    display: block;
    height: 36px;
    position: absolute;
    right: 20px;
    width: 55px;
}
.okBtn:hover {
    background-image: url("../pics/forms/button_ok_hover.png");
}
.error_input {
    background-color: #FF8484;
    border: 1px solid #A00000;
}

.oder {
    float: left;
    width: 20px;
    margin: 6px 10px 0 0;
}

.floatLeft{float:left;}

/*
.formInput#zeitung{margin-left:-108px; #margin-left:-55px;}

.formInput#koFo{
	margin-left:-447px;
	margin-top:23px;
	#margin-left:-223px;	
	}
*/