@charset "utf-8";
/* CSS Document */
body{
	font-family:'arial' !important;
}
div#bgTop{
	background:url(../img/topBG.jpg) repeat-x;
	width:100%;
	height:125px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}
div#wrapper{
	width:850px;
	height:auto;
	position:absolute;
	left:50%;
	top:79px;
	margin-left:-425px;
	z-index:10;
	background-color:white;
	border:1px solid black;
}
div#reclame a{ text-decoration:none; color:#000000;}
div#reclame a:hover{ text-decoration:none; color:#000000;}
div#reclame img{ border:1px solid black;}
div#reclame{
	width:849px;
	border:1px solid black;
	position:absolute;
	bottom:-150px;
}
div#STL{
	background:url(../img/leftTopShadow.jpg);
	width:135px;
	height:45px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-560px;
	margin-top:69px;
	z-index:10;
}
div#STR{
	background:url(../img/rightTopShadow.jpg);
	width:135px;
	height:45px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:427px;
	margin-top:69px;
	z-index:10;
}
div#logo{
	background:url(../img/banner.jpg);
	width:850px;
	height:90px;
	position:absolute;
	left:50%;
	top:-10px;
	margin-left:-430px;
	z-index:10;
	cursor:pointer;
}
div#shadowLeft{
	width:70px;
	height:400px;
	background:url(../img/Lshadow.jpg);
	
	position:absolute;
	left:50%;
	margin-left:-495px;
	margin-top:160px;
	z-index:10;
}
div#shadowRight{
	width:45px;
	height:400px;
	background:url(../img/Rshadow.jpg);
	
	position:absolute;
	left:50%;
	margin-left:427px;
	margin-top:160px;
	z-index:10;
}
div#menu{
	background:url(../img/menu.jpg);
	width:850px;
	height:40px;
	margin-top:0px;
	z-index:10;
	text-align:center;
	font-size:15px;
	color:#FFFFFF;
	padding-top:10px;
	float:right
}
#menu a{ text-decoration:none; color:#FFFFFF; margin-right:15px;}
#menu a:link{ text-decoration:none; color:#FFFFFF;}
#menu a:hover{ text-decoration:none; color:#FFFFFF;}
#menu a:active{ text-decoration:none; color:#FFFFFF;}
#menu a:visited{ text-decoration:none; color:#FFFFFF;}

div#content{
	text-align:justify;
	font-size:13px;
	padding:10px;
	line-height:130%;
    min-height: 500px;
	float:right;
	width:630px;
}
div#content a{ text-decoration:underline; color: black;}
div#content a:hover{ text-decoration:underline; color: #83C4E2;}
div#sommenMenu{
    width: 180px;
    height: auto;
    
    float: left;
    z-index: 120;
	display:block;
    
    background-color: white;
	margin-left:5px;
}
div#sommenMenu a{
	text-decoration:none;
	color:#000000;
	height:25px;
	display:block;
	width:180px;
}
div#sommenMenu a:hover{
	text-decoration:none;
	color:#000000;
	height:25px;
	display:block;
	background-color:#83C4E2;
	color:white;
	width:180px;
}
input.button {
    font-weight:100;
    padding:5px 15px;
}
input, textarea {
    padding:3px;
    background-color:#ffffff;
    border:1px solid #dddddd;
}
input:focus, textarea:focus {
    background-color:#E4F6F8;
    border:1px solid #CCCCCC;
}
input:hover, textarea:hover {
    background-color:#E4F6F8;
    border:1px solid #CCCCCC;
}
label {
    font-weight:bold;
}
div#wrapperVraag{
    width: 100%;
    height: auto;
    display:block;
}
div#vraag{
    margin-top: 5px;
    width: 100%;
    height: auto;
	min-height:25px;
    font-size: 18px;
    display:block;
}
div#vraag label{ font-size:12px; font-weight: normal; float: left;}
div#vraag input{ font-weight: normal;}
div#goed{ width: 16px; height: 16px; display: block; background:url('../img/vinkje.png'); float: right;}
div#fout{ width: 16px; height: 16px; display: block; background:url('../img/delete.png'); float: right; }
#buttonControleer{ font-size:16px; font-weight:bold; margin-top:10px;}
