/* CSS style-style sheet za moj homepage */
/* kkumer@phy.hr 2003-07-11 */

BODY, TD {background:white; color:black; 
      font-family:Verdana, sans-serif; font-size:0.9em}


/* Header recommendations from the http://www.w3.org/TR/REC-CSS2/sample.html */
h1 { text-align: center; font-size: 2em; margin: .67em 0 }
h2 { font-size: 1.5em; margin: .83em 0 }
h3 { text-align: left; font-size: 1.17em; margin: 1em 0 }
h4 { margin: 1.33em 0 }
h5 { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
h6 { font-size: .67em; margin: 2.33em 0 }

h1, h2, h3, h4, h5 {background:white; color: #466f9b;
  font-family: Verdana, sans-serif}

/* --- menu --- */
/* Default styles valid throughout the menu */
td.menu {
    background: #c9dbed;
}
/* Frame around navbar */
.menuBorder { border: 2px solid #466f9b }

/* --- menuItem --- */
  /* default hyperlink appearance */
a.menuItem {
  color: #466f9b; 
  background-color: #c9dbed;
  text-decoration: none;
 /* font-size: 0.83em;   - too small on some IE's*/
  font-family: Verdana, Helvetica, sans-serif;
  margin-left: 1.0em
}
  /* specifics */
a.menuItem:active { color: red }
a.menuItem:hover { color: blue }

 /* for smaller font with margins in Kontakt */
.indent {
  margin-left: 0.8em;
  /* font-size: 0.83em; */
}

/* --- footer --- */
.footerLine {
  border-top: 1px solid #466f9b;
  margin: 2px 0px 2px 0px;
}



/* Formatiranje paragrafa */
/* Za citate */
.cite { text-align: justify; margin-right: 4em; margin-left: 4em;
      font-style: italic}


/* Razni fontovi: */
.subtitle { font-family: Verdana, sans-serif; font-size:0.83em;
        background: #466f9b; color: white; text-align: center}
.smaller, .foot {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.83em;
}
.date { color: #466f9b }
.bigred { 
    color: #ff0000;
    font-weight: bold;
}
.bold {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
}

/* --- nonunderlined hyperlink --- */
  /* default hyperlink appearance */
a.nonUnderlined {
  color: #466f9b; 
  text-decoration: none;
  font-family: Verdana, Helvetica, sans-serif;
}
  /* specifics */
a.nonUnderlined:active { color: red }
a.nonUnderlined:hover { color: blue }
