/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */


/* +++++++++++++++++++++++ OBLIKOVANJE STRANI ++++++++++++++++++++++++++++++++++++++ */
body {
  background: wheat none;  
  font-family: Verdana;
}

#page {
  background: linen none;
  color: maroon;
  width: 80%;
  min-width: 200px;
  max-width: 800px;
  margin-top: -5px;
  border: 3px solid rgb(75,75,75);
  box-shadow: 0 0 15px 5px rgba(44,82,100,.75);
  margin-left: auto; 
  margin-right: auto; 
}

/* +++++++++++++++++++++++ OBLIKOVANJE HEADINGA ++++++++++++++++++++++++++++++++++++++ */
#heading {
  background: rgb(177, 0, 11) none;
  color: white;
  font-family: Maiandra GD;
  margin-top: -25px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: right;
  padding-right: 30px;
}

#heading h2 {
  font-size: 2.0em;
  font-weight: 600;
  letter-spacing: 6px;
}

#heading p {
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 4px;
  margin-top: -15px;
}

#heading img {
  float: left;
  height: 90px; 
  margin-left: 20px; 
  margin-top: 20px; 
  border: 1px solid white; 
}

#navigation {
  padding-top: 5px; 
  padding-left: 15px; 
  margin-bottom: 6px;	
}
	
#navigation .navbtn {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  color: orange;
  background-color: rgb(177, 0, 11); 
  padding: 4px 6px 4px 6px;
  margin-right: -4px;
  border: 2px solid orange;
}

#navigation .navno {
  color: silver;
}
	
#navigation .fnavbtn {
  border-radius: 10px 0px 0px 10px;
}

#navigation .lnavbtn {
  border-radius: 0px 10px 10px 0px;
}
	
#navigation .navbtn:hover {
  color: white;
}
 


/* +++++++++++++++++++++++ OBLIKOVANJE FOOTINGA ++++++++++++++++++++++++++++++++++++++ */
#footing {
  text-align: center;
  font-family: Courier;
  font-size: 0.8em;
  font-weight: 400;
  color: orange;
}

#footing hr {
  width: 90%;
  border: 0;
  color: orange;
  background-color: orange;
  height: 2px;
}
  
#footing p {
  margin: 0px 0px 5px 0px;
}


/* +++++++++++++++++++++++ OBLIKOVANJE VSEBINE ++++++++++++++++++++++++++++++++++++++ */
#content {
  margin-top: -20px;
  margin-bottom: -15px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 10px;
}

/* +++++++++++++++++++++++ POSEBNI RAZREDI ZA OBLIKOVANJE ++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++ KI JIH REFERIRAMO V XML DATOTEKAH +++++++++++++++++++++++++++++++++++ */
.courier {
  font-family: courier;
}

.slikalevo {
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
}

.slikadesno {
  float: right;
  margin-left: 25px;
}

.koneclevo {
  clear: both;
}

.colorred {
  color: red;
}

.colorblue {
  color: blue;
}

.colormaroon {
  color: maroon;
}

.colorgreen {
  color: green;
}

.colororange {
  color: orange;
}

.colorblack {
  color: blak;
}

.font100 { 
  font-size: 1em;
}

.font80 { 
  font-size: 0.8em;
}

.font70 { 
  font-size: 0.7em;
}

.font120 { 
  font-size: 1.2em;
}

.font150 { 
  font-size: 1.2em;
}

.poudarek {
  font-weight: 800;
  color: crimson;
}

