html {
  height: 100%;
  }
  
body {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  height: 100%;
  }

/********************/
/*      Layout      */
/********************/

#wrap {
   position: relative;
   min-height: 100%;
   }
   
* html #wrap
  {
  height: 100%;
  }

#banner {
   height: 114px;
   margin: 0px;
   padding: 0px;
   border-bottom: solid 1px black;
   background: #86B3BF url(img/naslov_slika.jpg) no-repeat top left;
   }
   
#grafika {
   margin: 0 0 0 0;
   text-padding: 0 0 0 0;
   float:left;
   position: absolute;
   top: 0;
   left: 0;
   }

#naslov {
   width: 720px;
   padding-top: 7px;
   padding-left: 250px;
   text-align: center;
   }

#vsebina {
   width: 920px;
   height: 370px;
   background: #FFFFFF url(img/linije.jpg) no-repeat top left;
   padding-bottom: 48px;
   }
   
   #meni {
   	margin-left: 305px;
   	border-bottom: 3px #AEAEAE double;
   	width: 605px;
   	float: right;
   	}
   	
   #glavni {
   	margin-left: 305px;
   	width: 605px;
   	float: right;
   	}

#footer {
   position: relative; 
   width: 100%;
   clear: both;
   margin-top: -21px;
   border-top: solid 1px black;
   background: #7EAABB url(img/footer_slika.jpg) no-repeat left;
   }

/*********************/
/*  Tekst - splošno  */
/*********************/

p {
  color: black;
  font: 12px arial;
  text-align: justify;
  }

small {
  font-size: 0.8em;
  }

h1 {
   color: #5D86A5;
   font: bold 18px tahoma;
   text-align: center;
   }

h2 {
  color: #5D86A5;
  font: bold 14px tahoma;
   }
   
h3 {
  text-align: center;
  color: #5D86A5;
  font: bold 13px tahoma;
   }

ul, li {
  font: 12px arial;
  text-align: justify;
   }

blockquote {
  border: 1px solid black;
  width: 95%;
  padding: 5px;
  color: black;
  text-align: justify;
  font-size: 11px;
	}

a:link, a:visited {
  color: #5D86A5; 
  text-decoration: none;
  font-weight: bold;
  }

a:hover {
  color: #5D86A5; 
  text-decoration: underline;
  font-weight: bold;
  }
  
td {
  padding: 2px;
  text-align: left;
  vertical-align: baseline;
  }
  
th {
  background-color: #E0DCD1;
  font-weight: bold;
  text-align: left;
  }
  
acronym {
  border-bottom: 1px dotted black;
  cursor: help;
  }
  
/*********************/
/*   Tekst - spec.   */
/*********************/

.pagetitle {
   font: bold 26pt Arial black;
   }

.menitekst {
  height: 80px;
  }
   
.menitekst a:link {
  color: #000000; 
  text-decoration: none;
  font: bold 18px arial;
  }
  
.menitekst a:visited {
  color: #000000; 
  text-decoration: none;
  font: bold 18px arial;
  }
  
.menitekst a:hover {
  color: #5D86A5; 
  text-decoration: underline;
  margin-top: 0px;
  }
  
.menitekst-mali a:link {
  color: #000000; 
  text-decoration: none;
  font: bold 12px arial;
  }
  
.menitekst-mali a:visited {
  color: #000000; 
  text-decoration: none;
  font: bold 12px arial;
  }
  
.menitekst-mali a:hover {
  color: #5D86A5; 
  text-decoration: underline;
  }
  
.footertekst {
   color: white;
   font: bold 12px arial;
   text-align: left;
   padding-left: 20px;
   padding-top: 2px;
   padding-bottom: 3px;
  }