/* Ovo je screen.css preuzet sa selfhtml.org.
 * Autor mu je Jeena Paradies <http://jeenaparadies.net/webdesign/leistungen>.
 * Izmjene i dopune Marko Puska.
 */

/* -- Opce postavke -- */
body {
  background: url(../img/bg.gif) #e7f3f7;
  color: black;
  margin: 0;
  padding: 1%;
  /*min-width: 640px;  Ako je manje od 640px pojavit ce se klizac. */
  font-size: 100.01%;
font-family:
/* 1 */ arial, -apple-system, BlinkMacSystemFont,
/* 2 */ "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
/* 3 */ "Helvetica Neue", sans-serif;
}
a { color: #0B4D8C; text-decoration: underline; }
a:visited { color: black; }
.skip {
  position: absolute;
  margin-left: -999px;
  width: 990px;
}
h1 {
  font-size: 2.7em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 2%;
  margin: 0;
  border-bottom: 1px dashed #E6E6FA;
  
}
h2, h3, h4 { font-weight: normal; line-height: 1.5em; }
h1, h2, h3, h4, h5, h6 {
  color: #6699CC;
font-family:
/* 1 */ arial, -apple-system, BlinkMacSystemFont,
/* 2 */ "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
/* 3 */ "Helvetica Neue", sans-serif;
}
img {
  border: solid 1px #aaa;
  padding: 1px;
  max-width: 95%;
}
.fleft {
  float: left;
  margin: 0 1em 0.2em 0;
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}


/* -- Layout posebnosti -- */
#container {
  font-size: 0.8em;
  max-width: 70em;
  margin: auto;
  border: 1px solid #aaa;
  border-top: 0;
  background: white;
}
#footer {
  clear: both;
  padding: 18px 20px;
  border-top: 1px dotted #aaa;
}

/* - Logo i zaglavlje - */
#logo {
  background: url(../img/logo-zaglavlje.jpg) 0 0 no-repeat #84a6cc;
  height: 80px;
  padding: 0 20px;
  text-align: right;
  line-height: 32px;
  font-size: 32px;
  overflow: hidden;
  letter-spacing: -1px;
  margin: 0;
  
}
#logo a {
  color: white;
  text-decoration: none;
}
#logo a span {
  color: black;
  background: #cedbeb;
  padding-right: 0.1em;
  font-weight: normal;
  
}
#logo a spanned {
  color: white;
  background: #84a6cc;
  padding-right: 0.1em;
  font-weight: normal;
  
}

/* - Menu - */
#menu {
  background: url(../img/menu-sjena.png) #287635;
  padding: 5px 5%;
  margin: 0;
  text-align: right;
  color: #e0dbbe; /* bila je yellow; boja */
}
#menu li {
  font-size: 1.2em;
  display: inline;
  list-style-type: none;
  border-left: 1px solid white;
  padding: 0 10px 0 15px;
  font-weight: bold;
}
#menu li a {
  color: white;
  text-decoration: none;
}

/* - Subnavigation desno - */
#subnav {
  width: 26%;
  min-width: 10em;
  float: right;
  padding: 70px 1% 1em 1%;
  margin: 1em 1% 0 1%;
  border-left: 1px dotted #aaa;
  font-size: 0.9em;
}
#subnav dt {
  font-size: 1.9em;
  font-family:
/* 1 */ arial, -apple-system, BlinkMacSystemFont,
/* 2 */ "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
/* 3 */ "Helvetica Neue", sans-serif;
  padding: 0.5em;
  margin-top: 1em;
  border-top: 1px dotted #aaa;
}
#subnav dd {
  padding: 0.4em;
  margin: 0.2em 0;
}

/* - Glavni sadrzaj stranice - */
#main {
  background: url(../img/ilustracija.png) no-repeat 100% 0 white;
  padding: 0 31% 0 20px;
  line-height: 1.5em;
}


@media screen and (max-width: 481px){

#main, #subnav{  /*stack the 2 text boxes*/
  
  float: left;  
  padding:0; 
  width: 94%;    /*3%+94%+3%=100%=full width*/
  margin: 3%;    /*3% margin spaces on all sides*/
  
}  

#subnav dt{
  padding: 0; 
  margin-top:0; 
}  

#subnav{
  border-right: 1px dotted #aaa; 
  border-bottom: 1px dotted #aaa;
}  

#logo {
  font-size: 22px;
}


#menu{
  text-align: center;
  padding:0;
}


#menu li{
   display: inline-block;
   margin: 1.25% .5% 1.25% .5%;
   border-left: 0;
   padding: 1%;
   border: 1px solid white;
}


#menu li a {
  color: white;
  text-decoration: none;      
}

}