/*----------CONTACT-------------*/
div#contactFormContainer {
	
}

div#contactFormContainer div#contactElementTitle {
	font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}

div#contactFormContainer form#contactForm {
	
}

div#contactAddress {
	float: left;
    margin-top: 20px;
}

div#contactAddress div.AdressContainer {
	clear: left;
    float: left;
    width: 270px;
}

div#contactAddress div#contactElementTitle {
	font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    
}

div#contactAddress div.Company {
	float: left;
    width: 460px;
}

div#contactAddress div.childCompanyContainer div.Company {
	margin-top: 20px;
}

div#contactAddress div.Company span.CompanyData {
	float: left;
    text-transform: uppercase;
    width: 270px;
} 

div#contactAddress div#QRCodeContainer {
    margin-top: 100px;
    position: absolute;
    z-index: 2000;
}

div#contactAddress .googleMaps, .gMapsContainer, 
.gMapsContainer .googleMaps {
    float: left;
    height: 445px;
    width: 448px;
    margin-top: 10px;
}

div#contactFormContainer {
	float: left;
    margin-right: 40px;
    /*margin-top: 20px;*/
}

#contactForm dl.zend_form {
	float:left;
	width:460px;
}

#contactForm dl.zend_form dt {
	float:left;
	width:136px;
}

#contactForm dl.zend_form dt span.requiredFieldMark {
	color:#FF0000;
}

span.contactFormRequiredExplanation {
	font-size:0.9em;
}

#contactForm dl.zend_form dd,
#contactForm dl.zend_form dd input {
	width:300px;
	float:left;
}

#contactForm dl.zend_form dd label.error {
	color:#FF0000;
}

#contactForm dl.zend_form dd#sendBtn-element input {
	background: url("/images/css_buttons1/overlay.png") repeat-x scroll 0 0 #6D8696;
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	border-radius: 6px; 
	/*-moz-border-radius: 6px;*/ 
	-webkit-border-radius: 6px;
	/*-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);*/
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: medium none;
	position: relative;
	cursor: pointer;
	background-color: #6D8696;
	font-size: 13px; 
  	font-weight: bold; 
  	line-height: 1; 
  	width: 142px;
  	margin-left: 301px;
}

#contactForm dl.zend_form dd#sendBtn-element input:hover {background-color: #BFD6E4;}
#contactForm dl.zend_form dd#sendBtn-element input:active {top: 1px;}

#contactForm dl.zend_form dd textarea {
	height: 300px;
    width: 340px;
	float:left;
	
}

#contactForm dl.zend_form dd#formName-element,
#contactForm dl.zend_form dt#formName-label,
#contactForm dl.zend_form dd#formAction-element,
#contactForm dl.zend_form dt#formAction-label  {
	width:0px;
	height:0px;
	display:none;
	opacity:0;
}

div#contactList {
	float:left;
	clear:left;
	margin-top: 60px;
	margin-bottom: 30px;
	width: 100%;
}

div#contactElementTitle,
div#companyBankAccountSubTitle {
	font-weight:bold;
}

div#contactList div#contactElementTitle {
	font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

div.companyEmployee {
	float:left;
	clear:left;
	width: 100%;
}

div#contactList span.companyEmployeeData {float:left;display: table-cell;vertical-align: middle; height:22px;}
div#contactList span.companyEmployeeIcon {width: 90px;height: 60px;}
div#contactList span.companyEmployeeIcon img {max-height: 50px;}
div#contactList span.companyEmployeeName  {width: 260px;display: table-cell;vertical-align: middle; height:50px;}
div#contactList span.companyEmployeeFunctions  {width: 200px;text-align: left;display: table-cell;vertical-align: middle; height:50px;}
div#contactList span.companyEmployeeFixPhone  {width: 120px;display: table-cell;vertical-align: middle; height:50px;}
div#contactList span.companyEmployeeMobilePhone  {width: 120px;display: table-cell;vertical-align: middle; height:50px;}
div#contactList span.companyEmployeeEmail  {width: 155px;display: table-cell;vertical-align: middle; height:50px;}
div#contactList span.companyEmployeeCards {float:left;clear:left;}

div.companyEmployeeName label {
	float:left;
	margin-right: 5px;
}

div.companyEmployeeItemData {
	float:left;
}

#companyCoord {
	float:left;
	margin-top: 45px;
}

#companyCoord .companyAddress {
	float:left;
}

#companyCoord #companyCoordVCardQRCode {
	float: left;
    margin-left: 45px;
}


#companyCoord #companyCoordVCardQRCode img {
	
}

#companyCoord .addressCompanyName {
    border: medium none;
    color: #6D8696;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
}


div.companyEmployeeItemData.companyEmployeeEmail {
    float: right;
}

div.infoWindowPicture {
	float: left;
	margin-right: 15px;
}

div.infoWindowDataContainer {
    float: left;
}

div.infoWindowDataContainer div.infoWindowData {
	clear: left;
    float: left;
}

div.infoWindowDataContainer div#infoWindowDataPlaceName {
	font-weight: bold;
}



div.infoWindowDataContainer span.infoWindowDataLabel {
	float: left;
    width: 90px;
}






div.employeeQRCodeContainer {
	background-color: #ffffff;
    border: 1px solid #333333;
    display: none;
    margin-top: 15px;
    padding: 5px;
    position: absolute;
}

span.qrcodeLink,
span.vcardLink, 
div#vCardLink,
div#qrCodeLink {	
    cursor: pointer;
    float: left;
    font-size: 0.8em;
    margin-right: 10px;
    margin-top: -5px;
    text-decoration: underline;
    width: 50px;
}

div#vCardLink,
div#qrCodeLink {
	margin-top: 0;
}

span.qrcodeLink {
	
}

span.vcardLink {
	
}

span.qrcodeLink img,
span.vcardLink img {
	width: 30px;
}

span.vcardLink img {
	
}

span.qrcodeLink img {
	
}

#contactFormResult {
	background-color: rgba(200, 200, 200, 0.8);
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
}

div.childCompanyContainer {
	
}

div#contactAddedMessageContainer {
	float: left;
    margin-top: 20px;
}