body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:small;
	
	background-color:#FFF7E7;
	margin:0px;
	margin-bottom:40px;
	text-align:center; /* Hack for IE5/Win */ 
	/* Need to set body margin and padding to get consistency between browsers. */
	
	/*
	scrollbar-3dlight-color : #fff;
	scrollbar-darkshadow-color : #fff; 
	scrollbar-face-color : #99CCE6;
	scrollbar-arrow-color : #514877; 
	scrollbar-highlight-color : #514877; 
	scrollbar-shadow-color : #514877;  
	scrollbar-track-color : #BDE;
*/
}
	
/* gebruikte kleuren:
achtergrond 		#FFDFA8
tekst achtergrond FFF7E7
rand			#FFA100 */

		
#container {
	width:540px;
	height:80%;
	background-color:transparent; 
	margin:auto;
	margin-bottom:0px; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
}
	

.iframecontent 
{
	width:524px; 
	height:524px; 
	position:relative; 
	top:0px; 
	background-color:#FFF7E7	; 
	filter:alpha(opacity=85); /* For IE8 and earlier */
	opacity: 0.85; 
	border:8px solid #FFA100; 
	border-top:0px solid #F00; 
	text-align:left;
}

.transtitel {
	filter:alpha(opacity=50); 
	opacity:0.50;
}

.menu 
/* 	# means id; only one per page 
		. means class; multiple possible per page
*/
{ 
	margin-top:10px; 
	margin-bottom:0px; 
	width:524px !important; 
	background-color:#FFA100; 
	filter:alpha(opacity=90); 
	opacity: 0.90; 
	color:#FFF; 
	font-size:13px; 
	text-align:left; 
	border:8px solid #FFA100; 
	white-space:nowrap;
}


.menu a {
	font-weight:bold; 
	margin-top:5px; 
	margin-bottom:0px; 
	color:#FFF; 
	text-decoration:none;
} 

.menu a:hover 
{ 
	color:#A66900; 
} 
.menu a:active 
{ 
	color:#425; 
}


.separator 
{
	width:22px;
}

.plaatje_li_bov {
	float:left; 
	margin:5px 20px 0px 20px !important; 
	margin:20px 20px 0px 20px; 
	width:150px; 
	height:150px; 
}

.plaatje_li_mid {
	float:left; 
	margin:4px 20px 0px 20px; 
	width:150px; 
	height:150px;
}

.plaatje_re_bov {
	float:right; 
	margin:5px 20px 0px 10px;
	width:150px;
	height:150px;
}

.plaatje_re_mid {
	float:right;
	margin:20px 20px 0px 10px;
	width:150px;
	height:150px;
}

p, h1, li { 
	color:#442255;
	font-size:1.0em !important;
	font-size:0.8em;
	line-height:1.4em;
	margin:14px 10px 0px 19px;
	text-align:left;
} 
li {
	clear:left;
	line-height:1.4em;
}

h1 {
	font-size:0.8em;
	font-weight:bold;
}

p a:link {
	color:#6A95BB;
	font-weight:bold;
}
p a:visited {
	color:#6A95BB;
	font-weight:bold;
}
p a:hover {
	color:#F70;
	font-weight:bold;
}
p a:active {
	color:#425;
	font-weight:bold;
}

li {
	color:#F70;
	list-style:square;
}
li p {
	color:#425;
}

.uitje {
	border-top:1px dashed #7BD;
	padding-top:15px;
	padding-bottom:5px;
}
