﻿        body {font: normal 0.9em Arial;margin:0;background:#f5f5f5;}
        a {color:#fff;}
        p.naslov {
	        color:#fff;
	        font-size: 18px;
        }
        h2.podnaslov {
	        color:#000;
	        font-size: 16px;
	        text-align:center;
	        font-weight: 100;
	        display: inline;
        }
        

		nav:not(.mm-menu)
		{
			display: none;
		}
		
		.header,
		.content,
		.footer
		{
			text-align: center;
		}
		
		.header a
		{
			background: center center no-repeat transparent;
			background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
			display: block;
			width: 40px;
			height: 40px;
			position: absolute;
			top: 140px;
			left: 10px;
		}

        ul li {padding: 0px 0;}
        header {
	        display:block;
	        padding:5px 0 5px;
	        background-color:#191919;
	        text-align:center;
	        	width: 100%;
        }
        
        header a {
            font-family: sans-serif;
            font-size: 16px;
            line-height: 24px;
            padding: 8px 13px 7px;
            color: #fff;
            text-decoration:none;
            transition: color 0.7s;
        }
        
        header a.active {
            font-weight:bold;
            width: 24px;
            height: 24px;
            padding: 4px;
            text-align: center;
            display:inline-block;
            border-radius: 50%;
            background: #4d5256;
            color: #fff;
        }
        
         a.flag 
		{
		  display: block;
		  position: absolute;
		  right: 60px;
		  top: 0px;
		}

        .gallery img{
            width:179px;
            cursor:pointer;
        }    
        
        .gallery {
            margin-top:10px;
        }    
 
		p.DaStext{
		 text-align:center;
		 line-height: 10px;
		 font-size: 80%;	
		 font-size:12px; 
		 margin: 6px 0 10px 0; 
		 color: #aaa
		}       
       	
       	/* menu */
		a.Meni{
			color: #664;
			margin: 0 4px;
			text-decoration:none;
		/*	border-right: medium #fff solid;
			text-align:center;	*/
		}
		
		a.MeniAktivni{
			color: #cc0000;
			margin: 0 4px;
			text-decoration:none;
		/*	border-right: medium #fff solid;
			text-align:center;	*/
		}
		
		.topnav {						/* submeny items */
		  overflow: hidden;
		  background-color: #eee;		/* menu & submeny items background */
		  width: 100%;
		  position: fixed; 
		  top: 0; 
		}
		
		.topnav #myLinks {
		  display: none;
		}
		
		.topnav a {						/* menu & submenu text */
		  color: #664;
		  padding: 14px 16px;
		  text-decoration: none;
		  font-size: 18px;
		  display: block;
		  text-align:center;
		  border-bottom: thin #fff solid;
		}

		.topnav a.Naslov {					/* menu Naslov text */
		  color: #fff;
		  padding: 14px 16px;
		  text-decoration: none;
		  font-size: 20px;
		  display: block;
		  text-align:center;
		  background-color: #000;
		}

		.topnav a.Aktivni {					/* submenu Aktivni text */
		  color: #cc0000;
		  padding: 14px 16px;
		  text-decoration: none;
		  font-size: 18px;
		  display: block;
		  text-align:center;
		}
		
		.topnav a.icon {			/* menu: hamburger icon */
		  color: #fff;
		  background: #000;
		  display: block;
		  position: absolute;
		  right: 0;
		  top: 0;
		}       
        
        /* - - - -  - - Copyright footer - - - - -  */
        .CopyrightFooter {
        	position: fixed; 
        	bottom: 0px; 
        	width:100%; 
        	height: 22px;  
        	background-color: #fff  
        }