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

*{	margin:0;
	padding:0;
	border:0;
	font-family: Verdana, georgia, Geneva, Arial, helvetica, sans-serif;
	}

body {
	 /* font-size:62.5%; /* 62.5% = 10px*/
	 margin-left:auto;
	 margin-right:auto;
	 top:10px;
	 background-color:#F2F2AA;
 }
 
#container{
	height:100%;
	width:950px;
	top:10px;
	background-color:#F2F2AA; 
	margin-left:auto;
	margin-right:auto;
}

p.ruimte{
	padding-bottom:5px;
}

hr {
color:#FF0000;
border:none;
border-top:1px solid #FF0000;
height:1px;
}

/* unvisited link */
a:link {
	color:#000099;
	text-decoration:underline;
}     

/* visited link */
a:visited {
	color:#990000;
	text-decoration:none;	
}

/* mouse over link */
a:hover {
	color:#000099;
	text-decoration:underline;	
}  

/* selected link */
a:active {color:#0000FF;}  


td {
	/* font-size:1.0em; */
	font-style:normal;
	text-align:left;
}

th {
	text-align:center;
	/* font-size:0.8em; */
	border:1px;
	color:#000099; /* blauw */	
	background-color:#66CC99; /* lichtgroen */	
}

tr{
	font-size:1.0em;
	font-style:normal;
}

.webwinkel{
	font-family:Georgia, "Times New Roman", Times, serif, Verdana;
	font-size:0.6em;
	font-style:normal;
	text-align:center;
	color:#000099; /* blauw */	
}

h2	{
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	display:block;
	}

h4 {
	font-size:1.0em;
	font-style:italic;
	font-weight:bold;
}

h5 {
	font-size:0.9em;
	/* font-style:italic; */
	font-weight:bold;
	color:#F2F2AA; /* zacht Geel */
	background-color:#000099; /* Blauw */
}

li {
	display:block;
	font-size:1.0em;
	list-style-type:none;
	text-align: left;
}

li.tekst {
	font-size:1.0em;
	list-style-type:disc;
	text-align: left; 
	}
	
#banner{
	width:100%;
	height:170px;	/* blijft 550 - 120 = 430 over */
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../images/banner_n_955x170a.jpg);
	}
	
#navigatie{
	width:100%;
	height:40px;
	font-size:1.2em;
	color:#FF0000;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/navi_hor_n_550x30a.jpg);
	}

#links{
	/*width:20.95%; */
	width:200px;
	/* height:320px; */
	float:left;
	font-size:0.7em;
	line-height:0.8em;
	}
	
#main{
	width:540px;
	/* height:320px;	*/
	float:left;
	overflow:auto;
	font-size:0.8em;
	line-height:1.4em;
	color:#000099;
	padding-left: 5px;
	padding-right: 5px; 
	}
	
#main_winkel{
	width:740px;
	/* height:320px;	*/
	height:70%;
	float:left;
	overflow:auto;
	font-size:2em;
	color:#000099;
	padding-left: 5px;
	padding-right: 5px; 
	}
	
#rechts{
	width:190px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	font-size:0.8em;
	line-height:1.4em;
	color:#000099;
	}

 #rechtsJT{
	width:200px;
	height:320px;
	margin-top:70px;
	/* padding-top:70px;	 */
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/vrouw-blij.jpg);
	} 



#footer{
	width:100%;
	height:20px;
	padding-top:2px;
	float:left;
	color:#FFFFFF;
	font-size:1.0em;
	line-height:1.2em;
	font-weight:bold;
	text-align:center;
	background-repeat:no-repeat;
	background-image:url(../images/footer.jpg);
	}
	
#midden{
	width:550px;
	height:320px;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/midden_n.jpg);	
	}
	

