/* Body */

body {
 text-align: center;
 }

/* Fonts */

.text {
font-family:arial;
font-size:12px;
color:#000000;
}

.titel {
font-family:arial;
font-size:13px;
font-weight:bold;
color:#000000;
}

h1 {
font-family:arial;
font-size:14px;
font-weight:bold;
color:#000000;
}

/* Links */

a {color:#000000}

a.menu {color:white}

a:hover{color:#000000}

/* Divs */

#menu_head {
  margin-right: 8px;
  margin-bottom: 3px;
  margin-top: 130px;
  font-weight: bold;
  color: white;
}

#titeltje {
  width: 525px;
  float: left;
  margin-top: 20px;
  margin-left: 18px;
}

#text {
 background-image: url(backs/text.jpg);
 width: 525px;
 background-repeat: repeat;
 background-position: 0 0;
 float: left;
 margin-left: 8px;
 margin-top: -10px;
}

#inner_text {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 8px;
}

#images {
  margin-top: -10px;
  margin-left: 16px;
  float: left;
}

#inner_bottom {
  margin-left: 10px;
  color: white;
  font-size: 11px;
}

/* Tables */

table {table-layout: fixed; }

td {font-family:arial;font-size:12px;color:#000000;line-height:18px;}

/* Forms */

input {style=font-family:arial; font-size:12px; color:#000000}

/* Images */
img {border: 1px solid #719FDD}

/* CSS ten behoeve van hover/dropdowneffect menu */
table.menu
{
font-size:100%;
/*position:absolute;*/
visibility:hidden;
}