               /* MAREL.CSS Document */

a{color: #6D6D6D}
a:visited{color:#C1C1C1;}
a:active{color:#DC9A01;}
a:hover{color:#DC9A01;}
   
 
body
   {
   background:#ffffff url(../images/boje.png) repeat-x;
   margin: 0 auto;
   }
   
#main_wraper
   {
   width:920px;
   margin:0 auto;
   }   

               /*zaglavlje*/

#header
   {
   width:920px;
   height:238px;
   margin:5px 0 0 0;
   background: url(../images/header.png) no-repeat;
   }

#wraper
   {
   width:920px;
   min-height:500px;
   background: url(../images/wraper.png) repeat-y;
   }   
   
#wraper_bottom
   {
   width:920px;
   height:41px;
   background: url(../images/wraper_bottom.png) no-repeat;
   }   
   
                 /*NAVIGACIJA*/

#navigacija
   {
   height:52px;
   width:900px;
   margin-left:12px;
   background:url(../images/navigacija_bg.png) repeat-x;
   }
#navigacija a
   {
   color:white;
   font-size:22px;
   text-decoration:none;
   display:block;
   float:left;
   padding:0 0px 0 40px;
   margin:0;
   }
#navigacija a span
   {
   background:url(../images/spliter.png) right top no-repeat;
   padding:0 40px 0 0;
   display:block;
   margin:0;
   }   
#navigacija a:hover, #navigacija a:active
   {
   color:#DC9A01;
   }
#navigacija ul
   {
   list-style:none;
   margin:0;
   padding-top:10px;
   }

#sidebar
   {
   width:250px;
   min-height:350px;
   float:left;
   margin-left:30px;
   }
#sidebar a
   {
   font-weight:bold;
   font-size:18px;
   text-decoration:none;
   } 
     
#main
   {
   width:600px;
   min-height:350px;
   margin-left:15px;
   float:left;
   } 

#footer
   {
   color:#FFFFFF;
   text-align:center;
   width:890px;
   height:47px;
   background:url(../images/footer.png) no-repeat;
   padding-top:1px;
   margin-left:18px;
   margin-top:40px;
   }
/*--------------------------------------------------------KONTAKT-----------------------------------------------------*/

#kontakt-form
   {
   width:350px;
   float:left;
   }

#kontakt-form form label
   {
   display:block;
   float:left;
   width:100px;
   margin:10px 0 0 0;
   font-weight:bold;
   }
   
#kontakt-form form input
   {
   width:200px;
   margin:10px 0 0 0;
   }   
   
#kontakt-form form textarea
   {
   width:200px;
   height:200px;
   margin:10px 0 0 0;
   }
   
#kontakt-form form input.gumb
   {
   width:100px;
   margin:10px 0 0 150px;
   }      

/*_______________________________________ ADMINISTRACIJA STRANICE // Korisnicka zona ______________________________*/

.login{
   width:420px;
   height:300px;
   margin:100px auto;
   border:1px solid #3A3A3A;
}

.prijava{
   background:black;
   width:420px;
   height:40px;
   color:#FFFFFF;
   font-size:25px;
   font-weight:bold;
   padding:5px 0 0 0;
}

.login label{
   width:180px;
   float:left;
   font-weight:bold;
   margin:10px 5px 0 20px;
}		

.login input{
   width:180px;
   float:left;
   margin:10px 0 0 0;
}