table#form, table#form th,table#form td,table#form tr{

}

.invalid th {
	color: red;
}

.error{
	color: red;
}

.jserror {
	padding:0 24px 12px 24px;
	text-align:center;
}

div.contactform th{
	font-weight: normal;
	padding: 0 5px 0 0;
	vertical-align: top;
	width: 100px;
	text-align:left;
}

div.contactform td{
	padding-bottom:10px;
	text-align: left;
}

div.contactform td input, div.contactform td textarea{
	vertical-align:middle;
	width:390px;
	border: 1px solid #e1e1e1;
	margin:2px 0;
	padding: 5px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
    font-size: 12px;

}
div.contactform td textarea {
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	 vertical-align:top !important;
}
div.contactform td span{
    padding: 2px 4px;
    background-color: #e1e1e1;
    display: block;
}
div.contactform th label {
	margin: 0;
	padding: 8px 0 3px 0;
}


div.contactform td select {
	width: 410px;
	padding: 4px 0 0 0;
	height: 25px;
}

.invalid th {
	font-weight:bold;
}


.invalid input, .invalid textarea {
	border-left: 4px solid red;
}

/* IE Hack */ 
.invalid label input {
    border-left: none;
}

div.contactform td.submit-btn input {
	width: 150px;
	border: none;
	background-color: #999999;
	margin-top: 10px;
}

div.contactform td.submit-btn input:hover {
	color: white;
	background-color: #444;
}

.radio-btn, html body div.contactform .radio-btn input { width: auto; margin:0px 5px 0 0;}
.radio-label, .radio-btn label {width:250px; padding-right: 30px; vertical-align:middle;}

.suchen input {
	font-size: 14px;
	width:274px;
	padding: 10px 5px;
	margin-bottom: 10px;
}
.suchen .submit-btn {
	width:286px;
}

html body div.contactform td input.auto_w {
	width: 30px;
}