
/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */

	
#contactForm {
	margin-top: 0px;
	font-size: 12px;
}

.admin #contactForm {
	position: relative;
	width: 520px;
	margin: 0;
}

#contactForm tr {
	height: 25px;
}

#contactForm tr th.bkheadline {
	padding: 3px 0;
    background-color: #7E7C3B;
    color: white;
}

#contactForm tr th {
	padding: 5px 0;
    text-align: center;
}

#contactForm .firstrow {
	height: 8px;
	line-height: 8px;
	font-size: 1px;
}

#contactForm tr td {
	font-size: 12px;
}

#contactForm label {
/*	width: 120px; */
	text-align: right;
	padding-right: 10px;
	background-image: url('../images/mandatory.png');
	background-repeat: no-repeat;
	background-position: right 1px;
	font-size: 12px;
}

#contactForm label.nonmandatory {
    background-image: none;
}

#contactForm input, #contactForm textarea, #contactForm select {
	border: 1px solid #ccc;
    font-size: 12px;
    padding-left: 3px;
}

.eingabe {
	width: 446px;
}

.eingabe2 {
	width: 153px;
    margin-right: 8px;
}

.eingabe3 {
	width: 35px;
    margin-right: 8px;
    float: left;
}

.eingabe4 {
	width: 105px;
}

#contactForm select {
	width: 135px;
	padding-left: 0px;
}

#contactForm textarea {
	height: 105px;
	font-size: 12px;
	width: 446px;
}

#contactForm textarea.kunde {
	width: 175px;
	height: 80px;
}

* html #contactForm textarea.kunde {
	width: 185px;
}

#contactForm input, #pwdForm input {
	height: 14px;
}

#contactForm input.send, #pwdForm input.send, #newsletterform input.send {
	height: auto;
}


#contactForm .send, #pwdForm .send, #newsletterform .send {
    color: #4C4C4E;
    background-color: #E8CC30;
    border: 1px solid #7E7C3B;
	cursor: hand;
	cursor: pointer; 
    padding: 2px 5px;
}

table#contactForm td {
	padding:0;
	white-space: nowrap;
}

table#contactForm input.salutation {
	display: block;
	float:left;
	width:auto;
	border:0;
}

table#contactForm span.pt {
	display: block;
	float:left;
	padding-top: 2px;
}
* html table#contactForm span.pt {
	display: block;
	float:left;
}

table#contactForm td input.send {
	width: 200px;
}

table#contactForm td input.send2 {
	width: 155px;
    padding: 0px 5px;
	padding: 1px 5px\9;
}


#button2 {
    display: block;
    float: left;
	background-color: #003366;
    height: 20px;
    color: white;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;

}

#button2 a {
    position: relative;
    top: 3px;
	background-color: #003366;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0px 20px 0px 20px;
}


#contactForm #contactFormSubmitLeft {
	float:left;
	margin:0 0 0 80px;
	width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
	margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
	float:right;
	width:174px;
}

#contactForm table {
	width:100%;border-collapse:collapse;
}
#contactForm table td {
	padding:0;
	white-space: nowrap;
}

#pwdForm label {
	display:block;
	float:left;
	width:130px;
}

#pwdForm div {
	height: 25px;
}

#sucMsg, .sucMsg {
	padding: 5px;
	border: 1px solid #7E7C3B; 
	line-height: 20px; 
	width: 495px;
	background-color: #9F9D6E;
}

#errMsg, .errMsg {
	padding: 5px;
	border: 1px solid #7E7C3B; 
	color: white;
	line-height: 20px; 
	width: 495px;
	background-color: #8F2929;
}

#madMsg, .madMsg {
	padding: 5px;
	border: 1px solid #7E7C3B; 
	line-height: 20px; 
	width: 495px;
	background-color: #E8CC30;
}

.admin #errMsg, .admin .errMsg, .admin #madMsg, .admin .madMsg {
	position: relative;
	margin: 0;
	}

.red, .attention {
	color: #8F2929; /*8F2929 C21919*/
	font-weight: bold;
	}

.green {
	color: #097401;
	}

.yellow {
	color: #E8CC30;
	}
	
.hide_field {
    display: none;
}

.checkboxfloats {
    float: left;
    display: block;
}

p.error_msg {
	font-size: 15px;
	color: #9C2400;
	font-weight: bold;
	}

.error { color: #9C2400; font-weight: bold; }

