/* ************************ */
/* HEADER */
/* ************************ */
.header .strip {
	position:fixed;
	width:100%;
	z-index: 2;
	/*	height:46px;*/
	height:45px;
	-webkit-box-shadow:1px 1px 10px #666;
	-moz-box-shadow:1px 1px 10px #666;
	box-shadow:1px 1px 10px #666;
	background-color: #fff;
	background-image: url(../images/layout/head-border.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
	.header .icon:hover { background-position:left bottom;}
.header .icon {
	background-image: url(../images/layout/icon.jpg);
	height: 30px;
	width: 100px;
	float: left;
	margin-left: 150px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
.body {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.language {
position: absolute;
z-index: 300;
width: 95px;
height: 20px;
right: 5px;
padding-left: 5px;
top: 12px;
font-size: 12px;
padding-top: 5px;
border-radius:10px;
background-color: #b3cf1b;

}
.language a:hover {
color:#00aeef;
	
}
.language  a {
text-decoration:none;
color:#606060;

}

/* ************************ */
/* NAVIGATION */
/* ************************ */
.navigation {
	display: block;
	text-align: center;
	height:30px;
	background:#eeeeee;
	border:1px solid #dddddd;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	float: left;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.body .header {
	float: left;
	z-index: -1;
	margin-top: 0px;
}


#navigation {
	float: right;
	margin-top:17px;
	margin-right: 150px;
}

.sf-menu, .sf-menu * {
	 margin: 0; padding:0; 
	 list-style: none; 
}

.sf-menu { 
	line-height: 1.0;
}

#nav {
	float: none;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #5E5E5E;
}

.body    .content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8bd0ea;
	height: 170px;
	margin-top: 20px;
	padding-left: 5px;
}

.body    .content_large {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8bd0ea;
	height: 300px;
	margin-top: 20px;
	padding-left: 5px;
}
.body    .galerija {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8bd0ea;
	height: 400px;
	margin-top: 20px;
	padding-left: 5px;
}
.galerija_middle {
	float: left;
	width: 650px;
height: auto;
padding-top: 5px;
margin-left: 20px;

}
.content_left {
	float: left;
	width: 220px;
	
	
}
.content_middle {
	float: left;
	width: 600px;
height: auto;
padding-top: 5px;

}
.content_block_wrapper{
width: 450px;
margin-left: auto;
margin-right: auto;

}
.content_block {
	text-align: center;
	margin-top: 20px;
	margin-left: 15px;
	float: left;
	width: 120px;
	height: 130px;

	
}
.slike{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	border-width: 2px;
	border-style: solid;
	border-color: #d5e3e8;


}
.content_block  .text {
	color: #868685;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	}
.body .footer {
	background-color: #000000;
	height: 120px;
	width: 100%;
	background-image: url(../images/layout/foot-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.mail_form {
background-color: #DCDEE6;
width: 100%;
height: 50px;
float: left;
}
.body .mail_button{
height: 20px;
background-color: #85A3FF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	border-width: 2px;
	border-style: none;


}
.social {
margin-right:30px;
float: right;
}
.social a {
	background-image:url(../images/social.png);
	background-position:top-left;
	width:40px;
	height:38px;
	display:block;
	float:left;
	text-indent:-9999px;
	-webkit-transition:none;
	margin:8px 5px 0px;
}
	a.twitter:hover { background-position:bottom left;}
	
a.facebook {background-position:top center;}
	a.facebook:hover { background-position:bottom center;}
a.linkedin {background-position:top right;}
	a.linkedin:hover { background-position:bottom right;}

.footer_left{
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 20px;


}

.body .wrapper {
	float: left;
	width: 100%;
	min-height:800px;
	
}



.sf-menu ul {
	position: absolute;
	top: -999em;
	width: auto;
	padding: 5px;
	margin: -5px -5px 0;
}

.sf-menu ul li {
	width: auto;
}	

.sf-menu li {
	float: left;
	position: relative;
}
.header_spacer {
	background-color: #CCCCCC;
	height: 40px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}


.sf-menu a {
	display: block;
	position: relative;
	color:#606060;
	padding: 0px 20px 0px 0px;
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
}
.body .wrapper .novosti {

background: -webkit-linear-gradient(#879d0f, #bbd71e); /* For Safari */
background: -o-linear-gradient(#879d0f, #bbd71e); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#879d0f, #bbd71e); /* For Firefox 3.6 to 15 */
background: linear-gradient(#879d0f, #bbd71e); /* Standard syntax (must be last) */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	/* padding-left: 5px; */
	padding-bottom: 5px;
	padding-top: 5px;

}

	.sf-menu a:hover { 
		color:#00aeef;
	}
.bottom_links {
	color: #868685;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 350px;
	margin-top: 15px;
	float: left;
}
.close_alert {
	background-image:url(../images/layout/close_button.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 5px;
	float: right;
	width: 20px;
	height: 15px;
	}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #868685;
	padding-left: 20px;
	width: 600px;
	float: left;
	font-weight: normal;
}
.style2 {
	color: #868685;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 20px;
}
.style3 {
	color: #868685;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 200px;
	font-weight: normal;
	font-size: 18px;
	padding-left: 20px;
}
.style4 {
	color: #868685;
	font-family: sans-serif;
	float: left;
	width: 220px;
	font-weight: normal;
	font-size: 18px;
	padding-left: 20px;
}