
/* Layout Stylesheet */ 

a {color:#000000; text-decoration:none; font-weight:bold;}
a:visited {color:#000000; text-decoration:none; font-weight:bold;}
a:hover {color:#000000; text-decoration: none; font-weight:bold; font-style:italic;}
a:active {color:#000000; text-decoration:none; font-weight:bold;}
a img {color:#000000; border: 0px; text-decoration:none;}
a img:hover {filter:alpha(opacity=80); opacity:0.8; border: 0px; text-decoration:none;}

body{
 font-family: Verdana, Geneva, sans-serif;
 font-size: 11px;
 margin: 0;
 padding:0; 
 background:#6699cc;
 color: #333333;
 }	 
	 
#links{
 position:absolute;
 top:0px; 
 left:0px;
 width:120px;
 z-index:3;
 background:#6699cc;
 color: #333333;}

#rechts{
 position:absolute;
 top:0px;
 right:0px;
 width:120px;
 z-index:2;
 background:#6699cc;
 color: #333333;}

#bodyblock {
 width:100%;
 z-index:1;
 background:#6699cc;
 color: #333333;
 height:100%;
 }

#header{
	border-bottom: 1px solid #ccccff;
}

#footer{
 background-image:url(images/footer.png);
 height: 15px;
 text-align:right;
 margin:0 92px 0 92px;
}

#content{
 margin:0 92px 0 92px;
 position:relative;
 padding-left: 5px;
 padding-right: 5px;
 background:#ffffff;
  background-image:url(http://www.zandstrasportsneek.nl/zenphoto/themes/zandstra/images/wallpaper.png);
  background-repeat:no-repeat;
 color: #333333;
 z-index:5;
 height:580px;
 border-left: 2px solid #003399;
 border-right: 2px solid #003399;
 border-bottom: 1px solid #003399;
 }

a.button {text-decoration:none;}
a.button:visited {text-decoration:none;}
a.button:hover {text-decoration:none;}
a.button:active {text-decoration:none;}
a.button img {text-decoration:none; border: 0px;}
  
.buttonL {
	margin-left: 18px;
 }
 
.buttonL:hover {
	margin-left: 0px;
 }
 
.buttonR {

	margin-left:0px;
 }
 
.buttonR:hover {
	margin-left: 18px;
 }
