body
{
	font-size:13px;
    line-height:1.2;
    margin:0px;
	padding:0px;
    width:100%;
    height:100%;
    -webkit-text-size-adjust:none;  
	
	background:#87a496;
	font-family: Verdana;
}

#wrapper
{
	width:1000px;
	margin:auto;
}

img
{
	border:0;
	
}
td, div, p
{
	text-align:left;
	padding:0px;
}
p
{
	margin:0px;
}

strong, b, h1, h2, h3, h4, h5, h6
{
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6
{
	color:#3595f0;
	font-size:20px;
	margin-top:2px;
	margin-bottom:20px;

}
h2
{
	font-size:22px;
}
h3
{
	font-size:18px;
}
h4
{
	font-size:16px;
}
h5
{
	font-size:14px;
}
h6
{
	font-size:12px;
}

main
{
	position:relative;
}

table
{
	border-collapse: collapse; 
}

/*
*	Popup
*/
#overlay
{	
	z-index:5;
	height:100%;
	width:100%;
	position:fixed;
	display:none;
	top:0;
	left:0;
	background-color:#777777;
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:pointer;
}

#popup
{
	display:none;
	position:absolute;
	width:auto;
	height:auto;
	opacity:1;
	padding:40px 15px 15px 15px;
	background:#fff;
	z-index:10;
	/*width:333px;*/
}
#close_popup
{
	background:#7C7C7C;
    cursor: pointer;
    display: block;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
     font-size: 19px;
    height: 25px;
    left: 0;
    line-height: 1.2;
    padding-left: 6px;
    top: 0;
    width: 21px;
    color:#ffffff;
}
#close_popup:hover
{
	background:#cccccc;
}
#popup_title
{
	font-size:16px;
	text-transform:uppercase;
}
.ok_button_popup
{
	float:right;
	display:block;
	cursor:pointer;
	padding:4px 10px;
	color:#ffffff;
	font-size:14px;
	margin-top:14px;
	background:#7C7C7C;
}
.ok_button_popup:hover
{
	background:#cccccc;
}

#popup input
{
	border:1px solid #929292;
}

#vragenlijst
{
	margin-top:40px;
}
#vragenlijst h1
{
	color:#ffffff;
}	