html, body
{
	color: #000;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

body
{
	background-color: #bfbfbf;
	margin: 0;
}

.link, .link:visited, .link:active
{
	color: #343434;
	text-decoration: none;
}

.link:hover
{
	color: #545454;
	text-decoration: none;
}

.link-white, .link-white:visited, .link-white:active
{
	color: #ffffff;
	text-decoration: none;
}

.link-white:hover
{
	color: #545454;
	text-decoration: none;
}

#main_container
{
	width: 800px;
	height: 1200px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#img_logo
{
	position: absolute;
	left: 215px;
	top: 30px;
	width: 370px;
	height: 140px;
}

#img_lang_en
{
	position: absolute;
	left: 740px;
	top: 25px;
	width: 25px; 
}

#img_lang_pl
{
	position: absolute;
	left: 700px;
	top: 25px;
	width: 25px; 
}

#div_menu
{
	position: absolute;
	left: 0px;
	top: 180px;
	width: 800px;
	height: 25px;
	background-color: #ececec;
	z-index: 100;
}

.white
{
	background-color: #fff!important;
}

.button
{
	padding-top: 5px;
	position: absolute;
	top: 0px;
	font-size: 7.5pt;
	font-weight: bold;
	width: 125px;
	height: 20px;
}

.button.active
{
	background-color: #c8c2ab;
}

.button:hover
{
	background-color: #c8c2ab;
	cursor: pointer;
    cursor: hand;
}

#div_menu_button_office
{
	left: 150px;
}

#div_menu_button_service
{
	left: 275px;
}

#div_menu_button_price
{
	left: 400px;
}

#div_menu_button_contact
{
	left: 525px;
}

#img_office
{
	position: absolute;
	left: 0px;
	top: 235px;
	width: 800px; 
	height: 500px;
}

#div_office_title
{
	font-family: 'Josefin Sans', sans-serif;
	position: absolute;
	top: 505px;
	left: 150px;
	width: 500px; 
	font-size: 15.25pt;
	font-weight: bold;
	font-style: italic;
	color: #d2c9ab;
}

#div_office_text
{
	position: absolute;
	top: 540px;
	left: 150px;
	width: 500px; 
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
	text-align: justify;
	line-height: 12pt;
}

#div_service
{
	position: absolute;
	left: 0px;
	top: 735px;
	width: 800px;
	height: 260px;
	background-color: #d2c9ab;
}

#div_service_title
{
	position: relative;
	top: 30px;
	left: 150px;
	width: 500px; 
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #343434;
}

#div_service_text
{
	position: relative;
	top: 30px;
	left: 150px;
	width: 500px; 
	font-size: 8pt;
	font-weight: normal;
	color: #343434;
	text-align: justify;
	line-height: 12pt;
}

#img_service
{
	position: absolute;
	left: 0px;
	top: 995px;
	width: 800px; 
	height: 150px;
}

#div_price
{
	position: absolute;
	left: 0px;
	top: 1145px;
	width: 800px;
	height: 260px;
	background-color: #abb5af;
}

#div_price_title
{
	position: relative;
	top: 30px;
	left: 150px;
	width: 500px; 
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}

#div_price_text
{
	position: relative;
	top: 30px;
	left: 150px;
	width: 500px; 
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-align: justify;
	line-height: 12pt;
}

#img_contact
{
	position: absolute;
	left: 0px;
	top: 1405px;
	width: 800px; 
	height: 340px;
}

#div_contact
{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 1745px;
	width: 800px;
	height: 200px;
	background-color: #d2c9ab;
}

#div_contact_left
{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 450px;
}

#div_contact_center
{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 459px;
	top: 30px;
	width: 2px;
	height: 150px;
	background-color: #b7a97a;
}

#div_contact_right
{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 470px;
	top: 0px;
	width: 330px;
}

#div_contact_left_title
{
	margin: 0;
	padding: 0;
	position: relative;
	top: 30px;
	left: 150px;
	width: 300px; 
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	line-height: 18px;
	color: #343434;
}

#div_contact_left_text
{
	margin: 0;
	padding: 0;
	position: relative;
	top: 46px;
	left: 150px;
	width: 300px; 
	font-size: 8pt;
	font-weight: normal;
	color: #343434;
	text-align: right;
	line-height: 12pt;
	
}

#div_contact_right_text
{
	margin: 0;
	padding: 0;
	position: relative;
	top: 35px;
	left: 0px;
	width: 330px; 
	font-size: 8pt;
	font-weight: normal;
	color: #343434;
	text-align: left;
	line-height: 12pt;
}

#div_map
{
	position: absolute;
	left: 0px;
	top: 1945px;
	width: 800px;
	height: 225px;
	color: #343434;
}

#div_footer
{
	position: absolute;
	left: 0px;
	top: 2170px;
	width: 795px;
	height: 14px;
	padding-top: 6px;
	padding-right: 5px;
	text-align: right;
	font-size: 7pt;
	font-weight: normal;
	letter-spacing: 2px;
	color: #fff;
	background-color: #abb5af;
}
#div_mock
{
	position: absolute;
	left: 0px;
	top: 2190px;
	width: 800px;
}

.button-lang:hover
{
	cursor: pointer;
    cursor: hand;
}

.olControlAttribution
{
	top: 0 !important;
	max-height: 1.4em !important;
	background: rgba(255, 255, 255, 0.7);
	
}

.olControlAttribution a
{
	color: #343434;
    text-decoration: none;
}