/* CSS Document */
* {
  margin: 0;
  padding: 0;
  z-index: 0;
}

html, body {
  font-family: verdana, arial, helvetica, sans-serif;  
  font-size: 12px;
  color: #000000;   
}

html {
  overflow: -moz-scrollbars-vertical;
}

body {               
  background-image: none;
  background-color: #FFFFCC; 
}    

h1 {
  font-size: 22px;
  font-weight: bolder;
  text-align: center;
}

h2 {
  font-size: 15px;
  text-decoration: underline;
}   

h3 {
  font-size: 12px;
  text-decoration: underline;
  margin-bottom: 2px;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

img {
  margin-top: 3px;
  margin-right:3px;
  margin-bottom: 3px;
  margin-left: 3px;
  border: 0;
}

p {
  margin-bottom: 15px;
}

fieldset {
  border: 0px;
}

a:link { color: blue }
a:hover { color: blue; }
a:active { color: blue; }
a:visited { color: blue; }

.list {
  margin-left: 15px;
  padding-left: 5px;
}

#main {
  width: 988px;    
  margin: 0 auto;
}  

#header {
  background-image: url('./../plaatjes/algemeen/logo_site.jpg');	
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #FFFFFF;
  border-top: 0px solid #FFFFCC;
  border-left: 0px solid #FFFFFF;
  border-right: 0px solid #FFFFFF;  
  width: 982px;
  height: 120px;
}

#menu { 
  background-color: #228B22;
  background-image: url('./../plaatjes/menu/button.gif');
  border-top: 20px solid #228B22;	
  border-bottom: 10px solid #228B22;   
  text-align: center;
  position:relative; 
  left: 0px;  
  float:left;        
  width: 122px;
  z-index: 1;
}                                         

#menu dt {      
  height: 23px;
  padding-top: 5px;
}

#menu a dt {
  text-decoration: none;
  color: yellow;
  font-style: normal;  
  cursor: hand;
}

#menu a:hover dt {
  color: white;
  text-decoration: underline;
  font-style: italic;
}

#eventsMenu {   
  border-top: 0px;
  position: absolute;   
  z-index: 1;
  left: 80px;            
  text-align: center;        
  width: 122px;
  background-image: url('./../plaatjes/menu/button.gif');   
}  

#content {
  float: left;
  position: relative;  
  width: 860px;  
  margin-left: 5px;
}     

#guestbook {
  text-align: left;
}

#slideshow {
  top: 100px;
  left: 0px;
  bottom: 0px;
  position: relative;
}

#slideshow img {
  padding: 0px;
  margin: 0px;
}

#openingTekst {
  font-size: 18px;
  margin-left: 80px;
}

#openingTekst .links {  
  font-weight: bold;
  float: left;
  width: 80px;
}

#openingTekst  .rechts { 
  left: 80px; 
  position: relative; 
  text-align: left;
}

#parkeren {
  position: relative; 
  margin-left: 50px;
}

#parkerenTekst {
  float: bottom;
  top: 30px;
  left: 105px;
  bottom: 0px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

#weerVooruitzicht {
  float: right;
}

#weerVooruitzichtTekst{
  font-weight: bold;
  text-align: center;
}

