.site_container{
	width: 100%;
	height: 400px;
	margin: auto;
 	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
  	box-shadow: 0px 0px 15px #888888;
	background-color: #EFF2FB;
}
.logo{
	width: 321px;
	height: 145px;
	margin: auto;
 	position: absolute;
  	top: -70px; left: 0; bottom: 0; right: 0;
}
.con_menu{
	width: 351px;
	height: 30px;
	margin: auto;
 	position: absolute;
  	top: 110px; left: 0; bottom: 0; right: 0;
}
.button{
	width: 105px;
	height: 30px;
	display: inline-block;
}
a:link {text-decoration: none;}    /* unvisited link */
a:visited {text-decoration: none;} /* visited link */
a:hover {text-decoration: underline;}   /* mouse over link */
a:active {text-decoration: underline;}  /* selected link */
/*///////////////////////////////////////////////////////////////////////////////////////////*/
.site_container_o_kompaniji{
	width: 900px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	position: relative;
  	box-shadow: 0px 0px 15px #888888;
	background-color: #EFF2FB;
}
.logo_page{
	width: 321px;
	height: 145px;
 	position: absolute;
  	top: 30px; 
  	left: 20px;
}
.con_menu_page{
	width: 351px;
	height: 30px;
 	position: absolute;
  	top: 180px; 
  	left: 5px;
}
.text{
	width: 800px;
	height: auto;
	position: absolute;
	top: 250px;
	left: 50px;
}
.con_jezik{
	width: 150px;
	height: 25px;
	margin: auto;
	margin-top: 365px;
}
.jezik{
	width: 75;
	height: 25px;
	display: inline-block;
}
.map{
	width: 350px;
	height: 250px;
	position: absolute;
	top: 320px;
	left: 520px;
}