@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	text-align:center;
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	background:url(../images/opmaak/bodyBgd.png) repeat-x /*#ABA38F*/#C0DA74;
}
/* STRUCTUUR */
#wrapper{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-left: #CCC ridge 1px;
	border-right:#CCC ridge 1px;
	border-bottom:#CECCC4 solid 1px;
	margin-bottom:8px;
}
#header{
	width:100%;
	background:url(../images/opmaak/headerGlassKl.jpg) no-repeat;
	height:167px;
}
#contentContainer{
	width:100%;
	background: url(../images/opmaak/containerBgd.png);
	padding:0 0 30px 0;
	margin:0;
	float:left;
}
#leftCol{
	width:250px;
	float:left;
	color:#FFFFFF;
	margin:0;
}
#fontSize{
	width:100%;
/*	height:25px;*/
	text-align:right;
	margin:0;
	/*padding:193px 10px 0 0;*/
}
#fontSize img{
	border:1px solid #ccc;
}
#navigatie{
	margin-left:40px;
	margin-top:15px;
}
#content{
	width:550px;
	margin-left:290px;
	margin-right:10px;
	padding-left:50px;
	margin-top:0;
	padding:0px 0 0 0;
	color:#333333;
	text-align:left;
	line-height:130%;
}
.clearLeft{
	clear:left;
}
#footer{
	font-size:70%;
	letter-spacing:.1em;
	height:27px;
	line-height:24px;
	color: #333;
	background:url(../images/opmaak/footerBgd.png) repeat-x;
	padding:0;
	margin:0;
}
#footer a{
	text-decoration:none;
	color:#333;
}
/* OPMAAK CONTENT */
#content p{
	font-size:80%;
}
#content h1{
	font-size:110%;
	color:#3C8477;
	letter-spacing:.1em;
}
#content h2{
	font-size:90%;
	color:#3C8477;
	letter-spacing:.1em;
	font-style:italic;
}
#content ul, #content ol{
	font-size:80%;
}
#content li{
}
#content a{
	color:#3c8477;
}
#content a:hover, a:focus{
	color:#333;
}
#content table{
	font-size:80%;
}
#content tr{
	border-bottom:1px solid #C0DA74;
}
.imageright{
	float:right;
	margin-left:8px;
	padding:2px;
	border:1px solid #ccc;
}
#content .footNote{
	font-size:70%;
	font-style:italic;
}
/* FORMULIERE*/
fieldset{
	border:1px solid #C0DA74;
	margin-left:10px;
}
legend{
	font-size:110%;
	letter-spacing:.1em;
	padding:3px;
	color:#3C8477;
	font-style:italic;
}
label{
	width:9em;
	float:left;
	padding-right:5px;
	text-align:right;
	font-variant:small-caps;
}
input, textarea{
	background-color:transparent;
	margin-bottom:3px;
	border:1px solid #C0DA74;
}
input:focus, textarea:focus{
	background-color:#FFFFFF;
}
