#kontaktformular {
	width: 100%;
}

#kontaktformular th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
	background-image: url(../images/body_bg_dark.png);
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999;
	width: 400px;
}

.textInput {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}

.textfield_short {
	width: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	border: 1px solid #06C;
}

#textfield {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	border: 1px solid #06C;
	padding-top: 1px;
	padding-bottom: 1px;
}

.textfield {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	border: 1px solid #06C;
	padding-top: 1px;
	padding-bottom: 1px;
}

#RadioGroup3_0,
#RadioGroup3_1,
#RadioGroup3_2,
#RadioGroup3_3{
	margin-left: 40px;
}

#button {
	margin-left: 80px;
	padding: 3px;
}

#button2 {
	padding: 3px;
}


.textInput,textarea
#textfield {	/* General style for my inputs when they're not highlighted */
	width: 200px;	
	font-family:arial;
	background-color:#FFFFFF;
}


.inputHighlighted {	/* Highlighting style */
	background-color:#FFC;
	color:#333;
	width:200px;
}

#anreise,
#abreise {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	border: 1px solid #06C;
	padding-top: 1px;
	padding-bottom: 1px;
}
