@charset "UTF-8";
/* CSS Document */
* {
margin:0px;
padding:0px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	color:#333;
}
body {
	background-color:#ede9da;	
}

.header {
	height:200px;
	line-height:200px;
	padding:0px 0px 0px 20px;
	color:white;
	font-size:3em;
	text-shadow:0px 0px 3px #333;
	background-image:url(../images/naslovna.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center;
	background-size:cover;
}
.Nav {
	height:50px;
	background-color:#1966a2;
	width:100%;	
}
.mainNav {
	height:50px;
	background-color:#1966a2;
	float:left;
}
.mainNav ul li {
	display:inline-block;
	width:100px;
	height:100%;
	line-height:50px;
	text-align:center;
	list-style-type:none;
	background-color:#1966a2;
	float:left;
}
.mainNav ul a {
	color:#FFF;
	text-decoration:none;
}
.mainNav ul a li:hover {
	color:#466673;
	background-color:#FFF;
	text-decoration:none;
}
.langNav ul li{
	display:inline-block;
	line-height:100%;
	text-align:center;
	list-style-type:none;
	float:right;
}
.langNav ul li img{
	display:inline-block;
	height:50px;
	line-height:100%;
	text-align:center;
	list-style-type:none;
	float:right;
}
.content {
	height:100%;
	padding:10px 10px;
	background-color: #217f2f;
	
}
.content p {
	
}
.wrapper {
	width:80%;
	margin:0px auto 10px auto;
	clear:both;
	background-color: #217f2f;
	box-shadow:0px 1px 3px #666;
}
#clearing {clear:both;}
.footer {
	background: none repeat scroll 0% 0% #1966a2;
    bottom: 0px;
    color:#466673;
    font-size: 0.7em;
	text-align:right;
	min-height: 30px;
	line-height:30px;
    position: fixed;
    width: 100%;
    z-index: 35;
}
.footer p {
	padding:0px 10px 0px 0px;
	color:#fff;
}
#eho {
	color:#900;
}
/*#rab {
	width:44%;
	height:200px;
	border:solid thick #466673;
	background-image:url(../images/grad%20rab.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center;
	background-size:cover;
	margin:10px;
	float:right;
}*/
.bucket {
	margin: 10px 0px 0px 0px;
}
.bucketTitle {
	width:200px;
	background-color:#ede9da;
	border-radius:5px 5px 0px 0px;
	text-align:center;
	color:#1966a2;
}
.bucketContent {
	width:100%;
	background-color:#ede9da;
	border-radius:0px 5px 5px 5px;
}
.bucketContent p{
	margin:10px;
	width:44%;
	float:left;
	background-color:#ede9da;
	color:#1966a2;
}
.bucketContent a{
	color:#466673;	
}
#container {
	margin:10px 0px;
        float:right;
		width:50%;         
    }

#container .image-container {
        text-align: center;
        vertical-align: middle;
       
    }

#container .image-container img {
     width: 50%;
	 
	 border:solid thick white;
             
    }
table {
	width:80%;
	margin:0px auto;
	border-collapse:collapse;
	border:1px solid #666;
	text-align:center;
	
}
td,th {
	border:1px solid #666;
}

.imagesGallery {
	float:right;
	
}
.imagesGallery ul{
	display:inline-block;
	height:70px;
	text-align:center;
	list-style-type:none;
	margin:20px 20px;
	
}
.imagesGallery ul li{
	display:inline-block;
	height:100%;
}
.imagesGallery ul li img{
	display:inline-block;
	height:70px;
	line-height:100%;
	text-align:center;
	list-style-type:none;
	float:right;
}