/* Algemene opmaak pagina */
body, html {
	margin:0px;
	font-family:Tahoma;
	font-size:12px;
	background: #6CE9FC url( 'images/bgbody.jpg' );
	background-repeat:repeat-x;
}
/* Groep voor header + content */
.page {
	width: 998px;
	margin: 0px auto;
}
/* Spacer linkerkant pagina */
.lspacer {
	float:left;
	height:600px;
	width:0px;
}
/* Header */
.header {
	background:url( 'images/header2.jpg' );
	height:203px;
	width:998px;
	clear:both;
}
/* Spacer voor bovenkant subnavigatie (zorgt voor de juiste plaatsing van de subnavigatie) */
.subnav_tspacer {
	clear:both;
	height:175px;
}
/* Spacer voor subnavigatie (zorgt voor de juiste plaatsing van de subnavigatie */
.subnav_lspacer {
	float:left;
	height:28px;
	width:698px;
}

/* Subnavigatie */
.subnav {
	float:left;
	color:#ffffff;
	height:28px;
	width:300px;
}
/* Subnavigatie items groep */
.subnav ul{
	width:300px;
	padding:9px 0;
	margin:0;
	text-align:center; /*set value to "left", "center", or "right"*/
}
/* Subnavigatie items */
.subnav ul li{
	display:inline;
}
/* Subnavigatie links */
.subnav ul li a{
	color:#ffffff;
	padding:4px 10px;
	margin:0;
	text-decoration:none;
}
/* Groep voor navigatiebalk + tekstvak + sidebar */
.content {
	background:#8FD4FD url( 'images/bgcontentarea.jpg' );
	float:left;
	width:998px;
}
/* Tekstvak */
.content_text {
	float:left;
	width:773px;
}
/* Paragraven in tekstvak */
.content_paragraph {
	padding:10px 0px 0px 40px;
	line-height:20px;
}

content_paragraph a {
	text-decoration:none;
	color:blue;	
}

/* Sidebar */
.content_sidebar {
	float:left;
	height:auto;
	width:224px;
	margin-top:10px;
	border-left:1px solid #ffffff;
}
/* Link items groep in sidebar */
.content_sidebar ul{	
	padding:0px ;
	margin-left:20px;
	list-style-type:none;
	width:180px;
}
/* Link items in sidebar */
.content_sidebar ul li{
	margin:0px;
	list-style-type:none;
}
/* Links in sidebar */
.content_sidebar ul li a{
	color: #ffffff;
	font-size:14px;
	padding:0px 0px;
	margin:0px;
	text-decoration:none;
}
/* Mouseover links in sidebar */
.content_sidebar ul li a:hover{
	
	color:blue;
}
/* Paragraven in sidebar */
.content_sidebar p {
	text-align:center;
}
/* Adreslabel zwembad */
p.address {
	width:190px;
	margin-left:15px;
	padding:0px;
	color:#1F7AC4;
	text-align:center;
	border-top:1px solid #ffffff;
}
/* Begin navigatiebalk (afronding links) */
.menubar_lcorner {
	float:left;
	background:url('images/bglmenubar.jpg');
	height:38px;
	width:20px;
}
/* Navigatiebalk */
.menubar {
	float:left;
	background:url('images/bgmenubar.jpg');
	height:38px;
	width:958px;
}
/* Einde navigatiebalk (afronding rechts) */
.menubar_rcorner {
	float:left;
	background:url('images/bgrmenubar.jpg');
	height:38px;	
	width:20px;
}
/* Footer onderkant pagina */
.footer {
	clear:both;
	background:#F8D501;
	height:20px;
	width:998px;
}

/* Navigatiebalk items groep */
   1. #menu li:hover, #menu li.hover {  
   2.     position: static;  
   3. }  
#nav, #nav ul {
	padding: 0;
	margin: 7px 0 0 auto;
	list-style: none; 
	line-height: 1;
	width:800px;
}

#nav li {
	padding-right:20px;
}

#nav a {
	display: block;
	color: #ffffff;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}

#nav a:hover {
	color:#F2BB25;
}

#nav li {
	float: left;
	width: 10em;
}

#nav li ul {
	position: absolute;
	width: 170px;
	left: -999em;
	margin: 0px;
	background-color:#F9841D;
	border:1px solid #F2BB25;
	border-bottom-width:0;
	line-height:18px;
}

#nav li ul a {
	width: 170px;
	text-indent:3px;
	border-bottom:1px solid #F2BB25;
	padding:2px 0;
	text-decoration:none;
	font-weight: normal;
	color: #ffffff;;
}

#nav li ul a:hover {
	background-color:#EBF7FF;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	position:fixed;
}

#nav li ul ul {
	margin: -20px 0 0 160px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	position:fixed;
}

a {
	text-decoration:none;
	color:blue;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0px;
	margin-top:3px;
}
