/* Stylesheets for the Helenahoeve */

body {
  margin-right: 180px;
  padding: 6px 6px 6px 6px;
}

/* aanbieding */
.aanbieding 
  {text-align: center;
   font-weight: bold;
   background-color: #ccffcc;
  }

/* centreer headings */ 
h1, h2, h3, h4, h5, h6 {text-align: center; }

/* laat table headers er normaal uitzien */
th {font-weight: normal}

/* inspringen */
.tab {text-indent: 0.4cm}

/* achtergrondkleur van het menu */
.menu {
  background-color: #ccffcc;
  margin-right: 0px;
}

/* lay-out van de ondertitel */
.ondertitel {font-style: italic; text-align: center}

/* normale en populaire menu items */
.normaal {font-style: normal}
.populair {font-style: italic}

/* Let op: wordt benadrukt en/of geadviseerd */
.benadrukken {font-weight: bold}

/* opmerkingen bij voorbeeldberekeningen */
.opmerking {font-style: italic}

/* pagina's met foto's worden geheel gecentreerd */
.foto {text-align: center}

/* stijlen voor de verwijzingen pagina */
.onderwerp {font-weight: bold}
.verwijzing {font-size: 0.8em}

/* naw labels zijn allen even wijd */
.naw {width: 5cm}

/* onzichtbare testen */
.onzichtbaar {visibility: hidden; display: none}

/* printversie */
.logo {float: left; margin-right: 10px}
.printen {visibility: hidden; display: none}
.printen .logotekst {font-size: 0.8em}

/* links zonder onderstrepingen */
a:link {text-decoration: none}
a:active {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: underline; color: red}