body, html {
margin: 0px;
padding: 0px;
height: 100%;
}

body {
background-image: url('../images/cloud.jpg');
background-attachment: fixed;
background-color: #fafff4;
}

div#container {
margin: 0 auto;
he/ight: 100%;
min-height: 100%;
width: 770px;
text-align: left;
background-image: url('../images/content_bg.gif');
background-color: #FFFFFF;
background-position: left bottom;
background-repeat: no-repeat;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
}

div#display_pictures {
width: 650px;
padding-top: 30px; 
}

div#display_pictures img {
}

div#header {
height: 100px;
width: 100%;
background-image: url('../images/header_bg.png');
background-repeat: repeat-y;
background-position: right;
}

div#header img {
float: left;
padding-left: 50px;
padding-top: 5px;
}

div#content {
padding-bottom: 30px; 
padding-top: 30px; 
float: left;
}

div#content p{
 padding-left: 70px;
 padding-right: 50px;
 font-family: verdana;
 font-size: 11px;
 line-height: 18px;
 w/idth: 530px;
 }

table {
 font-family: verdana;
 font-size: 11px;
 line-height: 18px;
 }

.hoofdKop {
 position: relative;
 left: 0px;
 color: #99cc66;
 font-family: verdana;
 font-weight: bold;
 font-size: 24px; 
 }

.subkop {
 position: relative;
 left: 0px;
 color: #99cc66;
 font-family: verdana;
 font-weight: bold;
 font-size: 18px;
 }

 div#content img {
 border: 1px solid #000000;
  margin-left: 5px;
 margin-right: 5px;
 margin-top: 5px;
 margin-bottom: 5px;
 }


div#credits {
padding-top: 25px;
padding-bottom: 5px;
width: 100%;
font-size: 10px;
font-family: verdana;
color: #888888;
text-align: center;
}

div#credits a{
text-decoration: none;
color: #555555;
}

a {
font-weight: bold;
text-decoration: none;
color: #777;
}

a:hover {
text-decoration: underline;
}

/*IE hack 100% hoogte van de pagina */
 * html #container { height: 100%; }
 
 div#flash {
 height: 121px;
 overflow: hidden;
 border-bottom: 1px solid #99cc66;
 }
