.logo-container {
	z-index:3000;
	background-image:url("./../img/bgd_blue.png");
	background-repeat:repeat;
	width:100%;
	height:350px;
	top:0px;
}
.main-logo{
	background-image:url("./../img/logo_main.png");
	background-repeat: no-repeat;
	background-position:center center;
	text-align:center;	
	width: 800px;
	height:218px;
	z-index:3003;
	margin: 0 auto;
	padding-top:100px;
}
.main-part {
	z-index:3000;
	width:100%;
	height:540px;
	margin-bottom:50px;
}
.main-part-shadow {
	z-index:3002;
	width:100%;
	height:15px;
	background-image:url("./../img/shadow.png");
	background-repeat: repeat-x;
	background-color: transparent;
	position:fixed;
	top:0px;
}
.vesti {
	z-index:3000;
	width:100%;
	height:190px;
}
.vesti p{
	color:#555;
	font-size:24px;
	line-height:35px;
	width:755px;
	margin:0 auto;
	padding-top:5px;
	text-align: center;
	font-family:fondacija_bold, sans-serif;
}
nav {
	display: block;
	text-align: center;
}

nav ul {
	list-style: none;
	margin:0px !important;
	padding:0px !important;
}
nav li {
	display: inline-block;
	margin:0px 5px;
}
nav a {
	display: inline-block;
	color: white;
	padding: 5px 15px;
	text-decoration: none;
	line-height:47px;
	font-size:20px;
	font-family: fondacija_bold, sans-serif;
	text-shadow: 2px 2px 2px #00657E;
}

nav a:hover, nav a:focus, nav a:active{	
	text-decoration: none;
	color: #555;
}

nav select {
	display: none;
}

nav .current a {
	color: #555;
	text-decoration: none;
}

