/* font size is 1.1em */

#contact {
	margin: 0;
	padding: 0;
/*  	width: 400px;  */
}

#contact fieldset {
	border: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}

#contact ul {
	padding: 0;
}

#contact li {
	clear: both;
	margin: 0 0 2px 0;
	padding: 0;
	list-style-type: none;
}

#contact legend {
	font-weight: bold;
	margin: 0 0 10px 0;
	display:none;
}

#contact label {
	display: block;
	position: relative;
	float: left;
	width: 100px;
	text-align: right;
	margin: 0 15px 0 0;
	color: #000;
}

#contact_footer {
	padding-right: 4px;
}

#contact input.text, #contact textarea {
	display: inline !important;
	display: block;
	float: none !important;
	float: left;
	width: 250px !important;
	width: 270px;
	border: 1px solid #77AFD0;
	border-left: 5px solid #77AFD0;
}

#contact input.text:focus, #contact textarea:focus {
	border: 1px solid #5e8ba5;
	border-left: 5px solid #5e8ba5;
	background-color: #e5eef3;
}

#contact textarea {
	height: 120px;
}

#contact abbr {
	display: block;
	position: absolute;
	top: 2px;
	right: -10px;
	border: 0;
	font-weight: bold;
}

#contact button {
/* 	display: block; */
	margin-left: 260px;
	font-size: 11px;
	border: 1px solid #77AFD0;
	border-left: 5px solid #77AFD0;
	color: #000000;
	background-color: #fff;
	cursor: pointer;
}

#contact button:hover {
	background-color: #e5eef3;
	border: 1px solid #5e8ba5;
	border-left: 5px solid #5e8ba5;
}

#contact ul#contact_errorMsg {
	border: 2px solid #f00;
	padding: 3px;
	margin-bottom: 20px;
	color: #f00;
	font-weight: bold;	
}

#contact p.required_text {
	font-style: italic;
}

#contact_anrede {
	width: 70px;
	border: 1px solid #77AFD0;
	border-left: 5px solid #77AFD0;
}


#contact_anrede:focus{
	border: 1px solid #5e8ba5;
	border-left: 5px solid #5e8ba5;
	background-color: #e5eef3;
}
#contacth1 {
	font-size: 12px;

}

.errors {
	margin-top: 15px;
	color: #000;
}

#contact_captcha legend {
	display: block;
}

#contact_captcha {
	position: relative;
	left: 115px;
}


#contact_img {
	position: relative;
	left: -200px;
	top: 15px;
}

#lb_contact_img {
	display: none !important;
}

