/* CSS Document */
body{
  font:76% "Trebuchet MS",arial,sans-serif;
  color: #555; 
  font-weight: 400;
  text-align:center; 
  background-color: #FFF;
}
div#container{
  position: relative;
  text-align: center;
  background-color: #FFE6BF;
  width: 800px;
  margin: 0 auto;  
}
div#head{
  text-align: center;
  background-color: #6079BF;
  background: url(../img/nassauheader.jpg) right top no-repeat;
  width: 800px;
  height: 100px;
  margin: 0 auto;   
}
div#conmar{
  position: relative;
  float: left;
  text-align: center;
  background-color: #FFCC80;  
  width: 94%;
  height: 20px;
  margin: 0 auto; 
  margin-left: 10px; 
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0px 0px 0px 0px;
}
div#conban{
  position: relative;
  float: left;
  text-align: center;
  background-color: #FFCC80;
  width: 95%;
  margin: 0 auto; 
  margin-left: 10px; 
  margin-top: 10px;
  margin-bottom: 10px;
}
div#con1{
  position: relative;
  float: left;
  text-align: left;
  width: 65%;
  margin: 0 auto; 
  margin-left: 10px; 
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0px 10px 10px 10px;
}
div#con1a{
  position: relative;
  float: left;
  text-align: left;
  width: 100%;
  margin: 0 auto; 
  margin-left: 10px; 
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0px 10px 10px 10px;
}
div#con_side{
  position: relative;
  float: left;
  text-align: center;
  width: 30%;
  margin: 0 auto;
  margin-bottom: 15px;  
}
div#con2{
  position: relative;
  float: left;
  text-align: center;
  background-color: #FFCC80;
  width: 85%;
  margin: 0 auto;   
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}
div#con3{
  position: relative;
  float: left;
  text-align: center;
  background-color: #FFCC80;
  width: 85%;
  margin: 0 auto;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
}
div#con4{
  position: relative;
  float: left;
  text-align: center;
  background-color: #FFCC80;
  width: 85%;
  margin: 0 auto;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
}
div#foot{
  text-align: center;
  background-color: #BFD0FF;
  width: 800px;
  height: 20px;
  margin: 0 auto;
}
div#pool1{
  position: relative;
  top: -50px;
  left: 550px;
  
}
p{
  padding: 0px 5px 0px 5px;
  margin: 5px 5px 5px 5px;
}
p.line{
  border-top: 1px dotted #555;
}
p.left{
  text-align: left;
  border-top: 0px;
}
p.prog{
  text-align: center;
}
p.beheer{
  text-align: left;
  margin: 0 auto;  
}
.datgb{
  font-size: 10px;
  color: #7c7c7c;
  font-weight: 600;
}
.lingb{
  text-decoration: none;
  color: #7c7c7c;
  font-weight: 600;
}
h1{
  text-align: center;
  
}
h2{
  font-size: 14px;
  color: #555;
}
table{
  text-align: left;
}
table b{
  font-weight: 600;
}
.standen{
  width: 400px;
}
td.pool{
  padding: 0px 0px 0px 5px;
}
.kopgb{
  font-size: 14px;
  font-weight:600;
}
.fout{
  color: #ff0000;
  font-weight: 600;
}
.leden{
  font-size: 9px;
}
pre{
  font:100% "Trebuchet MS",arial,sans-serif;
}
.home{
  border-bottom: 1px dotted #757575;
  padding: 15px 15px 15px 15px;  
}
.smbld{
  font-size: 9px;
  color: #282828;
}
.kopje{
  font-size:16px;
  font-weight: 600;
}
.verder{
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: #555;
}
.button1{
  font:100% "Trebuchet MS",arial,sans-serif;
  cursor: pointer;
  background-color: #ffcc80;
  color: #555;
  font-weight: 600;
  border: 1px solid #ffaa00;
}
.input1{
  font:100% "Trebuchet MS",arial,sans-serif;
  font-weight: 400;
}
.agenda{
  font-size: 7pt;
  font: "Trebuchet MS",arial,sans-serif;
  font-weight: 400;
}
.hidden{
  text-decoration: none;
}
/* menu*/
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:100%;
width:160px;
padding:7px 0;
color:#555;
background:#E6ECFF;
text-decoration:none;
margin-right:0px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#555;
background:#6079BF;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

/* schaduw */
html>body .outerpair1 {
background: url(../img/upperrightfade.png) right top no-repeat;
margin: 0 auto;
} 
/* .outerpair1 must be given a width contraint, via either a width, 
or by floating or absolute positioning. In this demo these are 
applied from the second class name on the .outerpair1 DIV's.
This box also has one of the corner .png's. */


html>body .outerpair2 {
background: url(../img/lowerleftfade.png) left bottom no-repeat;
padding-top: 8px;
padding-left: 8px;
}
/* .outerpair2 has padding equal to the shadow 
thickness, and also has one of the corner .png's */ 


html>body .shadowbox {
background: url(../img/shadow.png) bottom right;
}
/* .shadowbox holds the main shadow .png */ 


html>body .innerbox {
position: relative;
left: -8px;
top: -8px;
}
/* .innerbox is made "relative" and is "pulled" up and to 
the left, by a distance equal to the thickness of the shadow.
Because this is a relative-based shift, the box retains its
exact dimensions without change. */

.shadowbox img {
border: 0px solid #fff;
vertical-align: bottom;
}
/* Shadowed images should not be made "block" for eliminating the baseline 
space under the images, because this may trigger IE background bugs. 
Instead, use "vertical-align: bottom;" for this purpose. */
.container1{
  width: 808px;
}
.floatimg{
  float: left;
  margin: 130px 0 0 450px;
  display: inline
}
.adv{
  padding: 15px 15px 15px 15px;
  float: left;
}
.absoluteimage { /* Again, absolute positioning causes shrinkwrapping. */ 
position: absolute;
/*left: 40px;
top: 200px;*/
}
.photoimg{
  float: left;
  text-align:center;
  padding: 10px 10px 10px 10px;
}


/* photoalbum style */
p.fotoalb{
  font-family :   verdana;
  font-size:  7pt;
  font-weight: 600;
}
a.fotoalb1{
  font-family :   verdana;
  font-size:  7pt;
  font-weight: 500;
  text-decoration: none;
}
img.centreren {
    vertical-align:middle;
    margin: 5px;
    border: 0px;
}

img.thumbs {
    vertical-align:middle;
    border: 0px;
    margin: 0px;
}

img.groot {
    vertical-align:middle;
    border: 0px;
} 
.red {
  font-size: 7pt;
  text-decoration: none;
  color: #ff0000; 
}
.orange {
  font-size: 8pt;
  text-decoration: none;
  color: #ff9933; 
}
.green {
  font-size: 8pt;
  text-decoration: none;
  color: #33cc33; 
}

