/* Kontaktformular ----------------------------------------------------------------------------------------------------- */


.csc-mailform-field {
	position: relative;
	float: left;
	display: block;
	width: 513px;
	clear: both;
	margin: 5px 0 0 0;
}

.csc-mailform-field label {
	position: relative;
	float: left;
	display: inline;
}

#mailformBemerkungen { 
	position: relative;
	float: right;
	display: inline;
    width: 408px; 
    margin-top: 7px;
    background-color: #efefef;
    border: 1px solid #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #999999; 
    display: block;
}

#mailformBemerkungen:focus, 
* html #mailformBemerkungen, 
*+html #mailformBemerkungen { 
    background-color: #fff;
    border: 1px solid #999999; 
    color: #333333; 
}


#mailformfirma,
#mailformvorname,
#mailformnachname,
#mailformadresse,
#mailformPLZ,
#mailformort,
#mailformtelefon,
#mailformemail,
#mailformanreisedatum,
#mailformabreisedatum,
#mailformevent {
	position: relative;
	float: right;
	display: inline;
    width: 408px; 
    height: 18px; 
    margin-top: 3px; 
    margin-bottom: 10px;
    background-color: #efefef; 
    border: 1px solid #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #999999; 
}

#mailformfirma:focus,
#mailformvorname:focus,
#mailformnachname:focus,
#mailformadresse:focus,
#mailformPLZ:focus,
#mailformort:focus,
#mailformtelefon:focus,
#mailformemail:focus,
#mailformanreisedatum:focus,
#mailformabreisedatum:focus,
#mailformevent:focus { 
    background-color: #fff; 
    border: 1px solid #999999; 
    color:#333333; 
}


#mailformanrede,
#mailformzimmertyp,
#mailformanzahl_erwachsene,
#mailformanzahl_kinder {
	position: relative;
	float: right;
	display: inline;
    width: 408px; 
    height: 18px; 
    margin-top: 3px; 
    margin-bottom: 10px;
    background-color: #efefef; 
    border: 1px solid #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #999999; 
}

#mailformanrede:focus,
#mailformzimmertyp:focus,
#mailformanzahl_erwachsene:focus,
#mailformanzahl_kinder:focus { 
    background-color: #fff; 
    border: 1px solid #999999; 
    color:#333333; 
}


.csc-mailform-submit { 
	position: relative;
	float: right;
	display: block;
	clear: both;
    margin: 10px 0 0 100px; 
    background-color: #efefef;
    border: 1px solid #999999; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    vertical-align: middle; 
	width: 150px;
    height: 18px;
}

.csc-mailform-submit:hover { 
    margin: 10px 0 0 100px; 
    background-color: #cccccc; 
    border: 1px solid #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    vertical-align: middle; 
    cursor: pointer;
    height: 18px;
}


fieldset { 
    margin-top: 15px;
    border: 0; 
}


/**********************************************/


.csc-mailform-radio label {
	position: relative;
	float: right;
	display: inline;
    width: 678px; 
    height: 15px;
    margin-top: 3px;
}

* html .csc-mailform-radio label {   	
    margin-top: -18px;
}

*+html .csc-mailform-radio label {   	
    margin-top: -18px;
}


.csc-mailform-radio {
	position: relative;
	float: left;
	display: inline;
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: -2px;    	
    clear: both;
}




.csc-mailform-check {
    display: block;
    margin-top: 2px;
    margin-bottom: 20px;
}







