#module_contact #notify {
	display: none;
	z-index: 200;
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

#module_contact #notify.red {
	color: #f65824;
	background-color: #b5021d;
	background-image: url('../error.png');
	margin:0 0 25px 0;
}

#module_contact #notify.green {
	color: #bbcb37;
	background-color:#7b9b2e;
	background-image: url('../ok.png');
}

#module_contact #notify span {
	color: #FFFFFF;
	font-size:14px;
}

#module_contact #notify div {
	text-align: center;
	margin:25px 0 0 0;
}

#module_contact .text {
	font-size: 14px;
	line-height: 20px;
	color: #2b2929;
	text-align: justify;
}

#module_contact .info {
	margin: 10px 0 20px 0;
	font-size: 14px;
	line-height: 20px;
	color: #2b2929;
	font-weight: bold;
}
#module_contact .info span {
	background-color:#7CA5C4;
	padding:5px 265px 5px 5px;
	color:#FFFFFF;
}

#module_contact table {
	width: 100%;
	position: relative;
}

#module_contact table td.vcard a {
	position: absolute;
	width: 160px;
	height: 108px;
	margin: 92px 0 0 -164px;
}

#module_contact table td.vcard a span {
	visibility: hidden;
	display: none;
}

#module_contact table td.data {
	width: 200px;
}
#module_contact .auswahl_kontakt {
		font-size:14px;
}
#module_contact .kontaktkunden_text {
	font-size:14px;
	line-height:1.3em;
}
#module_contact .kontaktkunden_text a {
	text-decoration:none;
	font-weight:bold;
	color:#2b2929;
}
#module_contact .kontaktkunden_text a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#2b2929;
	border-bottom:1px dotted #2b2929;
}
#module_contact table td.required {
	font-size: 10px;
	color: #cccccc;
	width: 65px;
}

#module_contact table input {
	font-size: 12px;
	color: #2b2929;
	padding: 0 0 3px 5px;
}

#module_contact table input.file {
	border: 0;
	width: 169px;
	height: 26px;
	margin: 2px 0 0 0;
	background: url('../../../../templates/frontend/hovida/images/gfx/contact/input_upload.png') no-repeat;
}

#module_contact table .file_button {
	cursor: pointer;
}

#module_contact table input.normal{ 
	border: 0;
	width: 252px;
	height: 26px;
	font-size:11px;
	background: url('../../../../templates/frontend/hovida/images/gfx/contact/input_normal.png') no-repeat;
}

#module_contact table input.reset { 
	border: 0;
	float: right;
	width: 96px;
	font-size:11px;
	height: 28px;
	background: url('../../../../templates/frontend/hovida/images/gfx/contact/btn_delete.png') no-repeat;
	cursor:pointer;
}

#module_contact table input.submit { 
	border: 0;
	width: 96px;
	float: right;
	height: 28px;
	font-size:11px;
	margin:0 -8px 0 5px;
	background: url('../../../../templates/frontend/hovida/images/gfx/contact/btn_send.png') no-repeat;
	cursor:pointer;
}

#module_contact table input.num_one {
	border: 0;
	width: 77px;
	height: 26px;
	font-size:11px;
	background: url('../../../../templates/frontend/hovida/images/gfx/contact/input_plz.png') no-repeat;
}

#module_contact table input.num_two { 
	border: 0;
	width: 170px;
	height: 26px;
	margin:0 0 0 -4px;
	font-size:11px;
	background: url('../../../../templates/frontend/hovida/images/gfx/contact/input_city.png') no-repeat;
}

#module_contact table .textarea {
	position: absolute;
	margin: -75px 0 0 0;
	width: 652px;
	padding:5px 5px 5px 5px;
	height: 154px;
	font-size:11px;
	background: url('../../../../templates/frontend/hovida/images/gfx/contact/textarea.png') no-repeat;
}

#module_contact table textarea {
	width: 643px;
	height: 148px;
	font-size:11px;
	border: 0;
	background: transparent;
}

div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:#FFFFFF;
  border:1px solid #ccc;
  margin: -3px 0 0 3px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
  z-index: 50;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

#module_contact table .select_left {
	display: inline-block;
	background: url('../../../../templates/frontend/hovida/images/gfx/contact/dropdown_left.png') no-repeat;
	width: 7px;
	height: 26px;
	margin:0 0 -0.86em 0;
	padding:0 0 0 0;
}

#module_contact table select {
	padding-left:2px;
	font-family: Arial;
	font-size:11px;
	height: 27px;
	width: 245px;
	border: none;
	display: inline-block;
	text-align:left; 
	margin: 0 0 0 -8px;
	background: url('../../../../templates/frontend/hovida/images/gfx/contact/dropdown_right.png') no-repeat top right;
	cursor: pointer;
	color: #2b2929;
	background-color:#FFF;
}

#module_contact table .selectbox {
	padding-left:2px;
	font-family: Arial;
	font-size:11px;
	height: 27px;
	width: 245px;
	border: none;
	display: inline-block;
	padding:7px 0 0 0;
	position: absolute;
	margin:3px 0 0 5px;
	z-index: 0;
	text-align:left; 
	background: url('../../../../templates/frontend/hovida/images/gfx/contact/dropdown_right.png') no-repeat top right;
	cursor: pointer;
	color: #2b2929;
}


