/* Used for the intro page */
HTML, body {
background: #ffffff;
text-align: center;
padding: 0;
color: #666;
}

body {
margin: 40px 0;
}

HTML, body, p, td, textarea, select, input {
font-family: "Trebuchet MS", Arial, Verdana;
font-size: 11px;
}

a {
outline: none; /* remove outline in Mozilla */
}

#placeholder {
background: #fedb00;
position:absolute;
left: 50%;
top: 50%;
width: 904px;
margin-left: -457px;
height: 436px;
margin-top: -218px;
}

#headerholder {
height: 136px;
background: url(../../img/intro-logo-atta.gif) no-repeat  20px 30px;
}

#header {
height: 136px;
background: url(../../img/logo-nvm.gif) no-repeat 865px 15px;
}

#logo {
height: 136px;
/*background: url(../../img/intro-payoff.gif) no-repeat center 100px;*/
}

#menu {
background: #ffffff;
height:148px;
}

#menu a {
display: block;
width: 100%;
height: 100%;
}


#menu01 {
float: left;
width: 297px;
margin-top: 7px;
}

#menu02 {
float: left;
width: 297px;
margin-left: 7px;
margin-top: 7px;
}

#menu03 {
float: left;
width: 297px;
margin-left: 6px;
margin-top: 7px;
}

#menuimg01 {
background: url(../../img/intro/boompjes.jpg) no-repeat;
height: 78px;
}

#menuimg01:hover, #menuimg02:hover, #menuimg03:hover {
opacity: 0.8;
filter: alpha(opacity=80);
}

#menuimg02 {
background: url(../../img/intro/panoOosterheem.jpg) no-repeat;
height: 78px;
}

#menuimg03 {
background: url(../../img/intro/wilhelminapier.jpg) no-repeat;
height: 78px;
}

#menubutton01 {
background: url(../../img/intro-button01.gif) no-repeat;
height: 50px;
margin-top: 6px;
}

#menubutton01:hover {
background: url(../../img/intro-button01over.gif) no-repeat;
}

#menubutton02 {
background: url(../../img/intro-button02.gif) no-repeat;
height: 50px;
margin-top: 6px;
}

#menubutton02:hover {
background: url(../../img/intro-button02over.gif) no-repeat;
}

#menubutton03 {
background: url(../../img/intro-button03.gif) no-repeat;
height: 50px;
margin-top: 6px;
}

#menubutton03:hover {
background: url(../../img/intro-button03over.gif) no-repeat;
}

#bottom {
height: 136px;
}

#payoff {
padding-top:40px;
}

#payoff div {
display: inline;
}


#footer {
background: #ffffff;
font-size: 10px;
text-align: right;
height: 16px;
}
  #footer a {
  color:#000000;
  }
  #footer a:hover {
  text-decoration:none;
  }