input {
	color: #cccccc;
}
.contact {
	width: 650px;
	background: #333333;
}
.contactContainer {
	margin: 0 0 0 -40px;
	width: 620px;
}
.contactLeft {
	float: left;
	width: 400px;
}
.contactRight {
	float: left;
	width: 200px;
	margin: 0 0 0 -30px;
}
.contactLeft input {
	border: none;
	background: url(../img/inputBG.png) repeat;
}
.contactLeft textarea {
	border: none;
	background: url(../img/inputBG.png) repeat;
}
.contactLeft ol, .contactRight ol {
	list-style: none;
}
.contactLeft li, .contactRight li {
	margin: 0 0 10px 0;
}
#firma {
	margin: 0 0 10px 0;
	float: left;
	width: 300px;
}
#name {
	margin: 0 0 10px 0;
	float: left;
	width: 110px;
}
#vorname {
	margin: 0 0 10px 0;
	float: left;
	width: 108px;
}
#position{
	margin: 0 0 10px 0;
	float: left;
	width: 110px;
}
#abteilung {
	margin: 0 0 10px 0;
	float: left;
	width: 108px;
}
#strasse {
	margin: 0 0 10px 0;
	float: left;
	width: 190px;
}
#nr {
	margin: 0 0 10px 0;
	float: left;
	width: 68px;
}
#plz {
	margin: 0 0 10px 0;
	float: left;
	width: 80px;
}
#ort {
	margin: 0 0 10px 0;
	float: left;
	width: 178px;
}
#tel {
	margin: 0 0 10px 0;
	float: left;
	width: 300px;	
}
#fax {
	margin: 0 0 10px 0;
	float: left;
	width: 300px;	
}
#email {
	margin: 0 0 10px 0;
	float: left;
	width: 300px;	
}
#ihrText {
	margin: 0 0 10px 0;
	float: left;
	width: 300px;
	height: 85px;
}
#kopie {
	margin: 0 0 0 55px;
}
#submitBtn {
	width: 79px;
	height: 19px;
	margin: 0 5px 0 0;
	padding: 0 0 1px 0;
	background: url(../img/submit.png) no-repeat 0 0;
	border: none;
	float: right;
	color: #333333;
	text-align: center;
}
/*\*/ * html #submitBtn { background: url(../img/submitIE56.gif) no-repeat 0 0; } /**/
#ortLabel {
	float: left;
	width: 26px;
	margin: 0 5px 0 10px;
	text-align: right;
}
/*\*/ * html #ortLabel { margin: 0 5px 0 8px; } /**/
#nrLabel {
	float: left;
	width: 26px;
	margin: 0 5px 0 10px;
	text-align: right;
}
/*\*/ * html #nrLabel { margin: 0 5px 0 8px; } /**/
#abteilungLabel {
	float: left;
	width: 66px;
	margin: 0 5px 0 10px;
	text-align: right;
}
/*\*/ * html #abteilungLabel { margin: 0 5px 0 8px; } /**/
#vornameLabel {
	float: left;
	width: 70px;
	margin: 0 5px 0 6px;
	text-align: right;
}
/*\*/ * html #vornameLabel { margin: 0 5px 0 4px; } /**/

#ihrTextLabel, #firmaLabel, #nameLabel, #positionLabel, #strasseLabel, #plzLabel, #telLabel, #faxLabel, #emailLabel {
	display: block;
	float: left;
	width: 50px;
	margin: 0 5px 0 0;
	text-align: right;
}
#interesseIDLabel, #interesseUIDLabel, #interesseICOLabel, #interesseSonstigesLabel {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	text-align: left;
}
#interesseID, #interesseUID, #interesseICO, #interesseSonstiges {
	display: block;
	float: left;
}
#ihrText {
	color: #cccccc;
	font: 12px normal Arial, Helvetica, sans-serif;
}
#errorContainer {
	display: none;
}
#errordetails {
	color: #ff0000;
}
.errorColor {
	color: #ff0000;
}
.nonErrorColor {
	color: #82aaff;
}