/*
 * Copyright (c) 2004 Antoine Boot. All rights reserved.
 *
 * @(#)skin.css 1.00 6 september 2004
 */

/* --- Basis instellingen --- */

/*
 * We verbergen eerst alle standaard witruimte van de belangrijkste html tags. Hiermee
 * verkrijgen we betere controle over de positionering van de individuele elementen.
 */

html, body {
  margin: 0px;
  padding: 0px;
}

form {
  display: inline;
  margin: 0px;
  padding: 0px;
}

a img {
  border: none;
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, div {
  margin: 0px;
  padding: 0px;
}

/* --- Algemene instellingen --- */

body {
  background-color: #f5f5f5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.image_rechts {
  float: right;
  margin-left: 30px;
}

/*
 * Het element #overall wordt horizontaal gecentreerd door deze eerst op 50% van de
 * beschikbare schermruimte te zetten. Vervolgens wordt deze via een negatieve linkermarge
 * (komt overeen met: 0.5 * breedte van element + correctie voor padding) uitgelijnd
 * naar links.
 */

#overall {
  position: relative;
  width: 766px;
  left: 50%;
  margin: 10px 0px 10px -383px;
  padding: 0px 0px 10px 0px;
  border-color: #660099;
  border-style: solid;
  border-width: 1px 1px 10px 1px;
  background-color: #ffffff;
  background-image: url(images/background.png);
  background-position: left top;
  background-repeat: no-repeat;
}

/* --- Header instellingen --- */

#header {
  height: 90px;
  background-image: url(images/logo.jpg);
  background-position: right;
  background-repeat: no-repeat;
}

/* --- Content instellingen --- */

/* Breedte van de linker marge van #content is gerelateerd aan de breedte van #menu */
#content {
  margin: 0px 20px 20px 200px;
  padding: 10px;
}

#content h1, #content h2 {
  color: #660099;
}

#content h1 {
  font-size: x-large;
}

#content h2 {
  margin-bottom: 10px;
  font-size: large;
}

#content p {
  margin-bottom: 10px;
}

#content .highlight {
  color: #0099cc;
}

#content .kop {
  margin-top: 25px;
  font-weight: bold;
  color: #660099;
}

#content a, #footer a {
  color: #660099;
}

#content a:hover {
  text-decoration: none;
}

#content .item_rechts {
  padding: 10px;
  background-color: #e7e1ee;
  position: relative;
  left: 400px;
  width: 100px;
  margin-bottom: -15px;
}

/* --- Slogan instellingen --- */

#slogan {
  background-image: url(images/toren_mast_logo.jpg);
  height: 113px;
  width: 170px;
/*  margin: -110px 0px 10px 10px;*/
}

/* --- Menu instellingen --- */

#menu {
  position: absolute;
  top: 90px;
  left: 20px;
  width: 170px;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  width: 125px;
  list-style: none;
}

#menu li {
  text-transform: uppercase;
  font-size: 85%;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 2px 5px 5px 10px;
}

#menu li a {
  text-decoration: none;
  color: #660099;
  border-right: 3px solid #0099cc;
  border-top: 1px solid #0099cc;
  display: block;
  padding: 2px 0px 0px 5px;
}

#menu li.active a {
  border-right-width: 6px;
}

#menu li a:hover {
  border-right-width: 6px;
}

#menu h2 {
 text-align:center;
 color:#0099cc;
}

/* --- Footer instellingen --- */

#footer {
  position: relative;
  width: 766px;
  left: 50%;
  margin: 10px 0px 10px -383px;
  padding: 0px;
  text-align: center;
  font-size: x-small;
  color:#999999;
}

table.album {
 width:100%;
 margin-top:5px;
}

.album td {
 text-align:center;
}

table.at {
 width:320px;
 margin-top:10px;
 border:solid 1px #0099cc;
 margin-left:auto;
 margin-right:auto;
}

.at th {
 text-align:left;
 color:#660099;
}
