/*
Kleuren
	canvas: #fffff8;
	tekst: #333;
	blauw: #006699;
	
*/


* {
	padding: 0;
	margin: 0;
	border: 0;}

body  {
	text-align: center;
	background-color:#FFFFF8;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #333;}

a:link, a:visited, a:hover, a:active {
	color: #333;}

a:hover { 
	color: #006699;
	text-decoration: none;}	

h1 {
	font-size: 1.3em;
	padding: 0 0 20px 0;
	color: #006699;
	font-weight: bold;}
	
h2 {
	font-size: 1.1em;
	color: #006699;
	font-weight: bold;
	text-transform: lowercase;
	}
	
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #006699;
	text-transform: lowercase;
	padding-top: 20px;
	}
	
h4 {
	font-size: 1em;
	color: #006699;
	text-transform: lowercase;
	}
	
h5 {
	font-size: 1em;
	font-weight: bold;
	color: #006699;
	padding-top: 20px;
}	

h6 {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	}		
	
b, strong {
	font-size: 1em;
	font-weight: bold;
}

ul {margin-left: 20px;}
	

/* ===== lay-out div's =====*/

#container { 
	width: 800px;  
	margin: 0 auto; 
	text-align: left;
	position: relative;}
	
#kolomLinks {
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	width: 225px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	padding-bottom: 231px;
	background-image: url(../picts/golf.gif);
	/* nieuw */
	position: fixed;
	margin-top: 140px;
	}

#hoofdContent { 
	padding: 30px 60px 20px 310px;
	/* nieuw */
	padding-top: 170px; }

/* ===== eind lay-out div's =====*/


/* ===== typografie div's =====*/

#container { 

	font-size: 0.75em;}
	
#header {
	border-left: 1px solid #333;
	/* nieuw */
	position: fixed;
	background-color: #fffff8;
	width: 800px;
	height: 160px;
	}	
	
#hoofdContent { 
	line-height: 26px;
	} 
	
#hoofdContent img {
	float: left;
	margin: 10px 15px 10px 0;}	

/* ===== eind typografie div's =====*/

/* ===== menu ===== */

#hoofdMenu ul {
	color: #333;
	padding-top: 34px;
	margin-left: 30px;
	}
	
#hoofdMenu li {
	list-style-type:none;
	width: 180px;
	line-height:26px;}

#hoofdMenu li a:link, #hoofdMenu li a:active, #hoofdMenu li a:visited, #hoofdMenu li a:hover {
	color:#333;
	text-decoration:none;
	display: block;
	padding-left:20px;} 
	
#hoofdMenu li a:hover {
	color:#006699;
	text-decoration:none;
	background-image: url(../picts/pijltje.gif);
	background-repeat: no-repeat;
	background-position: 2px;
} 

#hoofdMenu ul li ul {
	margin: 0 0 0 20px;
	padding: 0;	}

#hoofdMenu li a.aktief { 
	font-weight: bold;
	color: #006699;
	background-image: url(../picts/pijltje.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	}
	
/* HACKS FOR IE6 */
* html #kolomLinks {
	margin-top: 0;
}

* html #hoofdMenu ul {
	padding-top: 24px;}

* html #hoofdContent {
	padding-top: 20px;
}
	

/* li#subMenu {
	margin: 6px 0 6px 0;} */
 
#header ul#taal {
/*	border-top: 1px solid #333; */
	position:absolute;
	left: 660px;
	top:24px;
	}
	
#header li {
	list-style-type:none;
	width: 90px;
	line-height:24px;}

#header li a:link, #header li a:active, #header li a:visited, #header li a:hover {
	color:#333;
	text-decoration:none;
	display: block;
	padding-left:20px;} 
	
#header li a:hover {
	color:#006699;
	text-decoration:none;
	background-image: url(../picts/pijltje.gif);
	background-repeat: no-repeat;
	background-position: 2px;
} 
	 
#header ul#taal #nl img, #header ul#taal #fr img, #header ul#taal #en img {width: 20px; margin-right: 6px; display: none;}	

/* ===== eind menu =====*/


/* ===== diverse div's =====*/

#logo { 	}
	
#golf {
	margin-top: 60px;
	display: none;
}

/* ===== eind lay-out div's =====*/


/* ===== diverse stijlen =====*/

.fltrt { 
	float: right;
	margin: 3px 0 3px 6px; }
	
.fltlft { 
	float: left;
	margin: 3px 6px 3px 0;
	}
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}
    
.lijn { border-top: 1px solid #ddd;
   padding: 20px;} 

/* ===== eind diverse stijlen =====*/

