@charset "utf-8";
/* CSS Document */

* {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

body {
	margin: 0;
	padding: 0 0 30px 0;
	color: #303030;
	background-color: #a46827;
	background-image: url(../img/background_body.gif);
}

hr {
	display: none;
	}

/* Basic Page Layout 
===========================================================
*/

div#wrapper {
	width: 950px;
	margin: 0 auto;

	background-color: #FFFFFF;
	}
	
	div#header {
		height: 400px;
		}
	
	div#content {
/* Firefox height */
		height: auto; 
		min-height: 500px;
/* Internet Explorer 6 height */
		/height: 500px; 
		}
			html>body div#content {
/* Internet Explorer 7 height */
				height: auto;
				}
	
	div#footer {
		background-color: #8a531f;
		height: 140px;
		padding: 0 90px;
	}	

/* Header components
===========================================================
*/

/* 
	- h_langnav
	- h_nav
			- Backgroundimage + slogan
			- Main Navigation
*/


#h_langnav {
	height: 90px;
	padding: 0 70px;
	font-size: 12px;
	}

	#h_langnav img {
		float: left;
	}

	#h_langnav h1 {
		padding: 0;
		margin: 0;
		display: none;
		}	

	#h_langnav ul {
		float: right;
		list-style-type: none;
		padding: 0;
		margin: 55px 15px 0 0;
	}
	#h_langnav ul li {
		float: left;
		margin: 0;
		color: #127f88;
		}
	#h_langnav ul li a {
		margin: 0 5px;
		text-decoration: none;
		color: #127f88;
		font-weight: bold;
		}


	#h_nav {
	height: 310px;
	background-color: #DDDDDD;
	background-image: url(../img/hnav/overons.jpg);
	background-repeat: no-repeat;
		}
	

	#h_nav #quote {
	background-image: url(../img/brons_dekbeslag.png);
	background-repeat: no-repeat;
	margin: 0 0 0 60px;
	height: 260px;
	width: 330px;
	text-indent: -5000px;
	padding: 0px;
	
	}
	
	#h_nav #quote_en {
	background-image: url(../img/traditional_sailingyachts02.png);
	background-repeat: no-repeat;
	margin: 0 0 0 60px;
	height: 260px;
	width: 300px;
	text-indent: -5000px;
	padding: 0px;	
	}
	#h_nav ul {
		height: 50px;
		margin: 0;
		padding: 0 0 0 75px;
		list-style-type: none;
	
		background-image: url(../img/background_nav_ul.png);
		background-repeat:repeat-x;

		}
	#h_nav ul li {
		float: left;
		height: 50px;
		padding: 0 0 0 15px;
		margin: 0;
		}
	#h_nav ul li a { 
		display: block;
		padding: 10px 15px 0 0;
		height: 40px; /* 50 - 10padding */
		line-height: 34px;
		white-space: nowrap;
		width: auto;
		min-width: 50px;
		/width: 50px; /* Internet Explorer 6 minimum width */		


		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px;
		text-decoration: none;
		}

	#h_nav ul li.current {
		background-image: url(../img/_background_nav_li.png);
		/background-image: url(../img/_background_nav_li.gif);
		background-repeat: no-repeat;
		}
	#h_nav ul li.current a {
		background-image: url(../img/_background_nav_li_a.png);
		/background-image: url(../img/_background_nav_li_a.gif);
		background-repeat: no-repeat;
		background-position: right top;
		color: #1b7b83;
		}	

/* Content
===========================================================
*/

#content {
		font-size: 14px;
		line-height: 20px;
	}
	
	#content h2 {
		color: #8a531f;
		font-size: 24px;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		line-height: 40px;
		padding: 20px 0 0px 90px;
		margin: 0;
	}
	#content div.c1 {
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 90px;
	width: 520px;
	margin: 0;
		}
		#content div.c2 {
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 90px;
	width: 820px;
	margin: 0;
		}
	#content a {
	color: #4b8e98;
	text-decoration: none;
}
	#content a:hover {
	color: #666666;
	text-decoration: underline;
}
	#content table {
	font-size: 11px;
}

	div.technicalblock_l {
		float: left;
		width: 45%;
		}
	div.technicalblock_r {
		width: 45%;
		margin: 0 0 0 45%;
		}


#navigatie {
	font-size: 16px;
	margin-left: 570px;
}
	#navigatie ul {
	list-style-type: none;
}
	#navigatie ul li {
	
	height: 30px;
	width: 240px;
	display: block;
	
}
	#navigatie ul li a {
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-left: 70px;	
}
html>body #navigatie ul li a {padding-left: 80px;}

	#navigatie ul li:hover {
	background-position: 240px;
}
#navigatie ul li a:hover {
	color: #666666;
}
#navigatie ul li.current {background-position: 240px;}

.schootlieren {	background-image: url(../img/snav/schootlieren.jpg);}
.zwaardlieren {background-image: url(../img/snav/zwaardlieren.jpg);}
.tuiglieren {background-image: url(../img/snav/tuiglieren.jpg);}
.rails-sledes {background-image: url(../img/snav/rails-sledes.jpg);}
.ankerlieren {background-image: url(../img/snav/ankerlieren.jpg);}
.accessoires {background-image: url(../img/snav/accessoires.jpg);}
/* Footer
===========================================================
*/

#footer {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	}
	#footer div.footer_header {
		font-weight: bold;
		padding: 20px 0 0 0;
		}
	#footer a {
		color: #FFFFFF;
		}
	#footer div.c1, #footer div.c2 {
		float: left;
		width: 150px;
		}
		#footer div.c3_ew {
			float: left;
			width: 250px;
			}

#clearer {clear: both;}

#agnlink {
	width: 950px;
	text-align: right;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#agnlink a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}


