#mainoffice {
	position: relative;
	width: 280px;
	margin-right: 10px;
	float: left;
	min-height: 400px;
	border: solid 1px #2eafa4;
	z-index: 10;
	}

#contacts {
	position: relative;
	width: 280px;
	float: left;
	min-height: 400px;
	border: solid 1px #2eafa4;
	z-index: 10;
	}

#offices {
	position: relative;
	width: 340px;
	float: right;
	min-height: 400px;
	border: solid 1px #2eafa4;
	z-index: 10;
	}

.kontakt-inner {
	position: relative;
	padding: 10px;
	}

#office-info {
	position: absolute;
	width: 784px;
	background-color: #ffffff;
	border: solid 1px #2eafa4;
	top: 170px;
	left: 90px;
	z-index: 990;
	display: none;
	}

	#office-info-inner {
		position: relative;
		padding: 10px 0px 10px 10px;
		z-index: 990;
		}
	
	#office-close {
		position: absolute;
		top: 3px;
		right: 3px;
		width: 15px;
		height: 15px;
		z-index: 40;
		}

.office-list a {
	font: 12px arial,sans-serif;
	line-height: 20px;
	text-decoration: none;
	}


.office-info-left {
	position: relative;
	width: 495px;
	float: left;
	min-height: 300px;
	border-right: solid 1px #2eafa4;
	padding-right: 10px;
	}

.office-info-right {
	position: relative;
	width: 245px;
	float: left;
	padding-left: 10px;
	min-height: 300px;
	}

.office-info-right img {
	border: 0px;
	margin-bottom: 10px;
	}

.office-details {
	position: relative;
	padding-bottom: 6px;
	}

