#kontakt{
	margin-top:				-25px;
}
#feedBackForm{
	width:					659px;
	margin-top: 			10px;
	margin-right: 			5px;
}

.contactform {
	width:					659px;
	margin-top: 			0px;
	background-repeat:		repeat-y;
	margin-top: 			0px !ie;
}
select {
	width : 				250px;
	border : 				1px solid #818181;
	background-color: 		#39020E;
	font-family : 			Tahoma;
	font-size : 			12px;
	color : 				#FFFFFF;
	width : 				250px;
	margin:					5px;
}
.left {
	float : 				left;
	text-align : 			right;
	width : 				40%;
	margin-right : 			2%;
}
.textfelder {
	position : 				relative;
	border : 				1px solid #7A0F26;
	width : 				250px;
	background-color: 		#39020E;
	font-family : 			Tahoma;
	font-size : 			12px;
	margin-top: 			4px;
	color: 					#FFFFFF;
	border-radius:			4px;
	-moz-border-radius:		4px;
}
textarea {
	border : 				1px solid #7A0F26;
	color : 				#000;
	width : 				250px;
	background-color: 		#39020E;
	font-family : 			Tahoma;
	font-size : 			12px;
	color : 				#FFFFFF;
	margin-top: 			4px;
	border-radius:			4px;
	-moz-border-radius:		4px;
}
select:hover, input.textfelder:hover, textarea:hover {
	border : 				1px solid;
	border-color : 			#7A0F26;
	color : 				#000000;
	background-color: 		#FFFFFF;
}
select:focus, textarea:focus {
	border : 				1px solid #7A0F26;
	color : 				#000000;
	background-color : 		#FFFFFF;
}
input:focus, input:active, submit:focus, submit:active {
	color : 				#FFFFFF;
}
select:active, textarea:active {
	border : 				1px solid #7A0F26;
	color : 				#FFFFFF;
}
label {
	position : 				relative;
	display : 				block;
	font-weight : 			normal;
	margin:					3px;
	color: 					#FFFFFF;
}
fieldset {
	border : 				1px solid;
	width : 				80%;
	height : 				100%;
	margin-left: 			0px;
	margin-left: 			-18px !ie;
	background-repeat:		repeat-y;
	background-image: 		url(../bilder/content/content_p.png);
	border:					0px;
	font-family : 			Tahoma;
	color : 				#f8d97c;
	font-size : 			12px;
}
input[type=submit] {
	margin-right : 			70px;
	margin-top:				5px;
	float:					right;
}
#capt {
color : 					#000;
border-style :				solid;
border-width : 				1px;
border-color : 				#ffffff;
}

p.end_form	{
	background-image:		url(../bilder/content/content_end.png);
	background-repeat:		no-repeat;
	width:					659px;
	height:					40px;
	margin-top:				0px;
	margin-top:				-4px !ie;
	padding-left:			20px;
}