* { 
margin: 0;
padding: 0;
}

html, body {
height: 100%;
margin: 0;
padding: 0;
}

body {
text-align: center;
font-family: Verdana, sans-serif;
font-weight: bold;
overflow: scroll;
overflow-x: hidden;
}
table {
width: 100%;
height: 100%;
}
td {
font-size: 12px;
vertical-align: top;
border-bottom: 1px solid silver;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 5px;
}
#wrapper {
text-align: center;
height: 700px;
vertical-align: top;
width: 760px;
background-image: url(bg.jpg);
background-position: 50% 170px;
background-repeat: no-repeat;
}
#info {
width: 121px;
height: 164px;
float: right;
text-align: left;
font-family: Arial, sans-serif;
font-weight: normal;
font-size: 11px;
padding: 18px;
margin-top: 3px;
}
#logo {
padding-top: 250px;
width: 273px;
background: url(logo.gif) left top no-repeat;
float: left;
margin-top: 5px;
text-align: left;
}
#titel {
height: 26px;
width: 480px;
float: left;
background: url(titel.gif) no-repeat;
color: #efefef;
text-align: left;
margin-top: 16px;
margin-left: 4px;
}
#content {
width: 304px;
  background-color: white;
  filter: alpha(opacity=90);
  -moz-opacity: .90;
  opacity: .90;
text-align: left;
font-size: 12px;
font-weight: normal;
float: left;
padding: 13px;
padding-top: 9px;
margin-top: 0px;
padding-bottom: 30px;
}
#menu {
display: none;
width: 230px;
text-align: left;
font-size: 15px;
font-weight: normal;
position: absolute;
padding: 20px;
margin-top: 5px;
top: 240px;
}
h1 {font-size: 17px; margin-bottom: 15px;}
h2 {font-size: 15px; margin-bottom: 0;}
h3 {font-size: 12px; margin-bottom: 0;}
h1, p {
display: none;
display: block;
}
p, table, ol, ul {
margin-bottom: 15px;
}
ol {
margin-left: 30px;
}
ul {
margin-left: 20px;
}
a {
width: 243px;
margin-left: 15px;
color: black;
text-decoration: none;
font-weight: normal;
line-height: 19px;
display: block;
font-size: 12px;
color: black; 
background: none;
margin-bottom: 1px;
}
#content a {
display: inline;
text-decoration: underline;
padding: 0;
margin: 0;
border: 0;
line-height: normal;
}
#info a {
font-family: Arial, sans-serif;
font-size: 11px;
display: inline;
text-decoration: underline;
padding: 0;
margin: 0;
border: 0;
line-height: normal;
}
a#light {border-left: 10px solid #eaeaea;}
a#geel {border-left: 10px solid #ffe129;}
a#groen {border-left: 10px solid #339966;}
a#blauw {border-left: 10px solid #3366ff;}
a#rood {border-left: 10px solid #ff0000;}
a#oranje {border-left: 10px solid #ff9f08;}
a#dark {border-left: 10px solid #cfcfcf;}
a#paars {border-left: 10px solid #d900bc;}

a#light:hover {background: url(2.gif) right top no-repeat;}
a#geel:hover {background: url(1.gif) right top no-repeat;}
a#oranje:hover {background: url(3a.gif) right top no-repeat;}
a#groen:hover {background: url(3.gif) right top no-repeat; color: white;}
a#blauw:hover {background: url(5.gif) right top no-repeat; color: white;}
a#rood:hover {background: url(4.gif) right top no-repeat; color: white;}
a#paars:hover {background: url(4a.gif) right top no-repeat; color: white;}
a#dark:hover {background: url(0.gif) right top no-repeat;}

input, textarea {
width: 260px;
}