html,body{margin:0; padding:0}
body{
   font-family: "Times New Roman", serif;
   font-size: 90%;
}


div#container{
   z-index: 0; 
   background: white;
}


/* HEADER ------------------------------------*/
div#header{
   z-index: 1;
   background-color: white;
   border-bottom: 1px solid #f40804;
   text-align: center;
}
div#header img{border: 0px;}
/* END HEADER --------------------------------*/

/* FOOTER ------------------------------------*/
div#footer{
   display: none;
}
/* END FOOTER --------------------------------*/

/* NAVIGATION --------------------------------*/
div#navigation{
   display: none;
}
/* END NAVIGATION ----------------------------*/

/* CONTENT -----------------------------------*/
div#content{
   z-index: 1;
   min-height: 400px;
   background-color: white;
   margin-right: 10px;
   margin-left: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
   color: black;
   text-align: justify;
}

div#content-dej{
   z-index: 1;
   min-height: 450px;
   background-color: white;
   margin-right: 10px;
   margin-left: 10px;
   margin-top: 10px;
   margin-bottom: 100px;
   color: black;
   text-align: justify;
}


div#content-home{
   z-index: 1;
   min-height: 402px;
   background-color: #f40804;
   color: #2c37c0;
   text-align: center;
}
/* END CONTENT -------------------------------*/


h1{
  font-weight: bold;
  font-variant: small-caps;
  text-align: center;
  color: #957b7a;
}

h2{
  font-weight: bold;
  font-variant: small-caps;
  text-align: left;
  color: #f49b9a;
}

h6{
  font-weight: bold;
  padding: 0;
  color: #2c37c0;
}
	
	  
img.levo{
  float: left;
  padding: 1em;
  border: 0;
}

img.desno{
  float: right;
  padding: 1em;
  border: 0;
}

/* ODBOR */
div#odbor table{
  background-color: #96c7e3;
}
div#odbor tr.predsednik{
  background-color: #f94a45;
}
div#odbor tr.blagajnik{
  background-color: #87b9d6;
}
div#odbor tr.tajnik{
  background-color: #73a9c8;
}
div#odbor tr.gospodar{
  background-color: #619bbc;
}
div#odbor tr.nacelnik{
  background-color: #73a9c8;
}
div#odbor td.funk{
  font-weight: bold;
  font-variant: small-caps;
}
div#odbor td.ime{
  font-weight: bold;
  font-size: 80%;
}
div#odbor td.email{
  font-size: 80%;
  text-align: center;
}
div#odbor td.opomba{
  text-align: center;
  font-size: 80%;
}
/* END ODBOR */

/* Dejavnosti */
ul.podmenu{
  font-size: 70%;
  text-align: left;
  margin: 0;
  background-color: #ef3531;
  
}

div#dejavnosti ul{margin: 1em 1em 1em 1em;padding: 1em; list-style-type: none; text-align: center; background-color: #96c7e3;}
div#dejavnosti li{margin-bottom: 0.7em; margin-top: 0.7em;}

div#slike{
  color: #2c37c0;
  background-color: #96c7e3;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

div#slike a{text-decoration: none; color: #2c37c0}

div#opombe{
  color: #f40804;
  background-color: #96c7e3;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
	
div#voditelji{
  color: #2c37c0;
  background-color: #96c7e3;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

div#urnik{
  color: #2c37c0;
  background-color: #96c7e3;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}


/* INFORMACIJE */
div#informacije {
  text-align: center;
}
div#informacije table{
  background-color: #96c7e3;
  text-align: center;
}
div#informacije td.ime{
  text-align: center;
  font-weight: bold;
  font-size: 110%;
  /*font-variant: small-caps;*/
  color: #f40804;
  text-decoration: underline;
}
div#informacije td.prva{
  text-align: left;
  font-variant: small-caps;
  font-weight: bold;
  font-style: italic;
}
div#informacije td.druga{
  text-align: left;
  font-weight: bold;
}
div#informacije img{
  border-style: solid;
  border-width: 1px;
  border-color: #96c7e3;
}
/* END INFORMACIJE */

/* PRIREDITVE */
div#back{
  display: none;
}
/* END PRIREDITVE */

/* POVEZAVE */
div#povezave ul{margin: 0 0 1em 1em;padding: 1em; list-style-type: none; text-align: left; background-color: #96c7e3;}
div#povezave li{margin-bottom: 0.5em; margin-top: 0.5em;}
div#povezave a{color: #2c37c0; font-weight: bold; text-decoration: none; padding: 0.5em;}
div#povezave a:hover{color: #f40804;}
div#povezave a:active{color: yellow;}
/* END POVEZAVE */


