@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #FFF;
	font-size: 12px;
 	line-height: 1.7;
}
a{
	color:#FFF}
#current {
	color:#FFF}
h1{
	font-size: 12px;
	font-weight: bold;
	margin:0;
	padding:0;
	}
h2{
	font-size:16px;
	line-height:16px;
	}
	
.metborder {
	border-color:#FFF;
	border-style:solid;
	border-width:1px;}
.thrColFixHdr #container {
	width: 919px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 174px;
	background-repeat: no-repeat;
	background-image: url(images/header.jpg);
} 
.thrColFixHdr #header h1{
	padding:0px;
	margin:0px;
	}
#menu {
	height: 69px;
	width: 919px;
	position: absolute;
	top: 105px;
	text-indent: -9999px;
}


#nautiek{
	height: 69px;
	width: 498px;
	position:absolute;
	left: 0px;
	background-image: url(images/nautiek.jpg);
}
#nautiek a{
	margin:0px;
	padding:0px;
	display:block;
	height: 69px;
	width: 498px;
}
#tab1{
	height: 69px;
	width: 156px;
	position:absolute;
	left: 498px;
	background-repeat: no-repeat;
	background-image: url(images/zeilschool.jpg);
}
#tab1 a{
	margin:0px;
	padding:0px;
	display:block;
	height: 69px;
	width: 156px;
	}
#tab1 a:hover{
	display:block;
	height: 69px;
	width: 156px;
	background-image:url(hover/images/zeilschool.jpg)
	}

#tab2{
	height: 69px;
	width: 134px;
	position:absolute;
	left: 654px;
	background-repeat: no-repeat;
	background-image: url(images/zaalverhuur.jpg);
}
#tab2 a{
	margin:0px;
	padding:0px;
	display:block;
	height: 69px;
	width: 134px;
}
#tab2 a:hover{
	display:block;
	height: 69px;
	width: 134px;
	background-image:url(hover/images/zaalverhuur.jpg)
}
#tab3{
	height: 69px;
	width: 131px;
	position:absolute;
	left: 788px;
	background-image: url(images/jachthaven.jpg);
	background-repeat: no-repeat;
}
#tab3 a{
	margin:0px;
	padding:0px;
	display:block;
	height: 69px;
	width: 131px;
	
}
#tab3 a:hover{
	display:block;
	height: 69px;
	width: 131px;
	background-image:url(hover/images/jachthaven.jpg)
	
}


.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#inhoud {
	float: left;
	min-height: 395px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	width: 919px;

}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 20px; /* padding keeps the content of the div away from the edges */
	margin: 0 0 0 0;
}
#paginatitel{
	height: 395px;
	width: 53px;
	float: right;
	margin: 0;
	padding: 0;

}

	
#sidebar1 ul{
	margin: 20px 0 0 0px;
	padding: 0px 0 0 0 0px;
	list-style: none;
	text-align: left;
	
	
} 

#sidebar1 ul ul{
	margin: 0;
	padding:0 0 0 20px;
	list-style: none;
} 

li a{
	color:#ccc;
	text-decoration:none
}

li a:visited {
	color:#ccc;
	text-decoration:none
}


li a:hover{
	color:#FFF;
	text-decoration:underline
}

li h1 {
	color:#FFF
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 166px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 22px 22px 15px 0px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 img {
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 22px;
	}

.thrColFixHdr #mainContent {
	padding: 0px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 22px;
	margin-bottom: 0px;
	margin-left: 275px;
	margin-right: 200px;
} 
#mainContent img {
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	}
.thrColFixHdr #tabel {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 22px;
	margin-bottom: 0px;
	margin-left: 275px;
	margin-right: 20px;
} 
#tabel img {
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	}

.thrColFixHdr #footer {
	padding: 0;
	background-image: url(file:///C|/Documents%20and%20Settings/Alwin/My%20Documents/Websites/Nautiek/website/images/footer.gif);
	height: 31px;
	clear: both;
	background-color: #FFF;
	width: 919px;
} 
#adres{
	margin-left: 0px;
	margin-right: 0px;
	font-size: 10px;
	height: 31px;
	}


.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.intekst {
	margin: 0 10px 0 0;}