/* CSS Document */
body {
font-family: Tahoma;
background-color:#99CCFF;
margin: auto;
}

#site {
width: 780px;
height: 590px;
background-image: url(../images/background.gif);
background-repeat:no-repeat;
overflow:hidden;
margin:auto;

}
	
	#bannerdeel {
	 width: 780px;
	 height: 155px;
	 }
	
	#navigatiedeel {
	width:205px;
	height: 410px;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	float: left; 
	}
	
	#textdeel {
	width: 575px;
	height: 410px;
	font-size: 13px;
	color:#000066;
	font-family: Tahoma;
	text-align: center;
	float: right;
	overflow:auto;
	}
	
	#disclamer {
	width: 780px;
	font-size: 11px;
	color:#000000;
	font-family: Tahoma;
	text-align: center;
	overflow: hidden;
	float: left;
	}
	
        #navigatie {
	width: 130px;
	height: 220px;
	margin-top: 20px;
	position: static;
	margin-right: auto;
	margin-bottom: auto;	
	margin-left: 50px;
	overflow:hidden;
	text-align:center;
	}
	
	 #navigatie2 {
	width: 130px;
	height: 87px;
	margin-top: 43px;
	position: static;	
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 50px;
	overflow:hidden;
	text-align:center;
	font-weight: normal;
	font-size:12px;
	}
	
	#text {
	width: 520px;
	height: 380px;
	margin-top: 20px;
	position: static;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 20px;
	overflow:auto;
	text-align:center;
	
	}
	
	TABLE {
	text-align:center;
	
	}

    .agenda {
	text-align:left;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	}
	
	.gastenboek {
	text-align:left;
	border: 2px solid #666666;
	}
	
	.leden {	
	font-size:12px;
	text-align:left;
	border: 1px solid #666666;
	}
	
	.gastenboekdatum {
	font-size:12px;
	border-bottom: 1px solid #666666;
	}
	
	.gastenboekbericht {
	font-size: 12px;
	border-top: 1px solid #666666;
	}
	
	#button {
	border: 1px solid #666666;
	background-color:#FF9900;
	}
	
	#jukebox { 
	width: 170px;
	height: 75px;
	margin-top: 350px;
	margin-bottom:auto;
	margin-right:auto;
	margin-left:0;
	}
	
#navigatie A:link, #navigatie A:visited, #adminnav A:link, #adminnav A:visited {
 color:#000033;
 text-decoration: none;
 }

#navigatie A:hover, #navigatie A:active, #adminnav A:hover, #adminnav A:active {
 color:#CCCCCC;
 text-decoration: none;
 }
 
#text A:link, #text A:visited {
	color:#000066;
	text-decoration: none;
 }

#text A:hover, #text A:active {
 color:#000066;
 font-style:italic;
 text-decoration: none;
 }
 
#disclamer A:link, #disclamer A:visited {
 color:#000000;
 text-decoration: none;
 }

#disclamer A:hover, #disclamer A:active {
 color:#000000;
 text-decoration: underline;
 }
 
#button A:link, #button A:visited {
 text-decoration: none;
 }

#button A:hover, #button A:active {
 font-weight: bold;
 text-decoration: none;
 }

 

