.rijdenaanhetstrand {
}
img.normal{border:0px;}
img.border{border:2px solid #ffffff}

body.blauw{
	padding:10px;
	background-color: #1e90ff;
	background-repeat: no-repeat;
	font-style: normal;
	font-family: verdana;
	font-size: 12px; ;
	letter-spacing: 2px;
}

.title{
	width:355px; 
	height:40px; 
	color: white;
	background-color:#1e90ff;
	font-style: normal;
	font-family: verdana;
	font-size: xx-large; 
	
}

.title_main_page{
	width:450px; 
	height:83px; 
	color: white;
	background-color:#1e90ff;
	font-style: normal;
	font-family: verdana;
	font-size: xx-large; 
	
}

.geel{
	background-color: #F5DE83;
	font-style: normal;
	font-family: verdana;
	font-size: 12px; ;
	
}

.tijd{
	background-color: white;
	font-style: normal;
	font-family: verdana;
	font-color: #1e90ff;
	
}

.scroll{
	background-color: #F5DE83;
	font-style: normal;
	font-family: verdana;
	font-size: 12px;
	height:390px;
	overflow-x:hidden;
 	overflow-y:scroll;
	
}
.no_scroll{
	background-color: #F5DE83;
	font-style: normal;
	font-family: verdana;
	font-size: 12px;
	overflow-x:hidden;
 	overflow-y:hidden;
	
}

table{
	border:0px;
	width:780; 
	cellspacing:1;
	cellpadding:1;
}

h1 {
	font-style: bold;
	font-family: arial;
	font-size: 14px; 
}

td{valign:middle;}

#mainMenu_frontpage
{
	
	width:				99%; 
	height:				51px; 
	overflow:			auto; 
	background:			#ffffff;
	background-image: 	url(../images/mainMenuBg.gif); 
}

#mainMenu
{
	font-family: verdana;
	margin-right:auto;margin-left:auto;
	width:				560px; 
	height:				51px; 
	overflow:			auto; 
	background:			#ffffff;
	background-image: 	url(../images/mainMenuBg.gif); 
}
	#firstMenuSpacer
	{
		width:				17px;
		height:				51px;
		background-image: 	url(../images/firstMenuSpacer.gif);
		float:				left;
		
	}
	
	#menuSpacer
	{
		width:				2px;
		height:				51px;
		background-image: 	url(../images/menuSpacer.gif);
		float:				left;
	}
	
	a #menuItem
	{
		height:				47px;
		padding-left:		15px;
		padding-right:		15px;
		line-height:		47px;
		float:				left;
		margin-top:			2px;
		font-weight:		bold;
		font-size:			14px;
		text-decoration:	none;
		color:				black;
	}
	
		#menuItem_hover
		{
			height:				47px;
			padding-left:		15px;
			padding-right:		15px;
			line-height:		47px;
			float:				left;
			margin-top:			2px;
			background-image:	url(../images/menuBg_hover.gif);
			font-weight:		bold;
			font-size:			14px;
			text-decoration:	none;
			color:				black;
			cursor: pointer;
		}
