/* 

*/
 
body {
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-family: "Courier New", Courier New, Courier, monospace;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	width: 920px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #00adef;
	text-decoration: none;
	}
	
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00adef;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 915px;
	height: 147px;
	background-image: url(pics/header.gif);
	background-repeat: no-repeat;
	margin: 0px auto 0px 0px;
	padding: 20px 0px 0px 0px;
	font-size: 14px;
	text-align: right;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 915px;
	margin: 0px auto 0px;
	padding: 0px;
	display: inline;
	}

#contentleft {
	font-family: Georgia, Courier New, Sans-Serif;
	font-style: italic;
	float: left;
	width: 680px;
	/*height: 380px;*/
	background-color: #00adef;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	display: table;
	color: #FFFFFF;
	}

#contentleft table {
	width: 640px;
	height: 345px;
	border: none;
	margin: 31px 20px 5px 20px;
	background-color: transparent;
	}

#contentleft td {
	border: none;
	padding: 0px 0px 5px 0px;
	text-align: left;
	vertical-align: top;
	}
	
#contentleft table.forms td {
	border: none;
	width: 305px;
	padding: 0px 0px 5px 0px;
	}

#contentleft table.forms td.gutter {
	border: none;
	width: 30px;
	padding: 0px 0px 0px 0px;
	}

#contentleft table.forms h3 {
	font-size: 12px;
	line-height: 13px;
	font-family: Georgia, Courier New, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #ffffff;
	}

#contentleft table.forms th {
	font-size: 16px;
	font-family: Georgia, Courier New, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}	
	
#contentleft textarea, #contentleft input {
	border: none;
	border-style: none;
	border-width: 0px;
	font-family: "Courier New", Courier New, Courier, monospace;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	}

#contentleft textarea {
	width: 305px;
	height: 125px;
	}

#contentleft input {
	width: 305px;
	height: 142px;
	margin-bottom: 5px;
	}	
	
#contentleft input.textfield {
	width: 305px;
	height: 20px;
	}

#contentleft input.captcha_code {
	width: 151px;
	height: 15px;
	border-top: 5px solid #ffffff;
	}	

#contentleft input.checkbox {
	width: 13px;
	height: 13px;
	}

img.divider {
	margin-bottom: 10px;
}
	
.disclaimer {
	font-size: 12px;
	font-family: Georgia, Courier New, Sans-Serif;
	font-style: italic;
	width: 305px;
	float: left;
}	
	
#contentleft input.sendbutton {
	width: 151px;
	height: 37px;
	float: right;
	}

.vraag_in_nl {
	font-size: 11px;
}

a.status, a.status:visited {
	color: #ffffff;
	background-color: transparent;
	text-decoration: underline;
}

a.status:hover {
	color: #00adef;
	background-color: #ffffff;
	text-decoration: none;
}
	
/************************************************
*	Left Sidebar 		    			   	    * 
************************************************/

#l_sidebar {
	float: left;
	width: 210px;
	margin: 0px 0px 15px 0px;
	padding: 1px 25px 0px 0px;
	line-height: 17px;
	display: inline;
	}

#l_sidebar p{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	line-height: 18px;
	}
	
h2 {
	color: #000000;
	font-size: 24px;
	line-height: 25px;
	font-family: Georgia, Courier New, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

h3 {
	color: #000000;
	font-size: 20px;
	line-height: 21px;
	font-family: Georgia, Courier New, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
a.button, a.button:visited {
	float: left;
	display: block;
	width: 190px;
	padding: 6px 8px 8px 8px;
	border: 1px solid #00adef;
	text-align: left;
	font-family: Georgia, Courier New, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
	}

/* Found at http://www.xmpp.org/rfcs/rfc3921.html */
/* Orginal credited as below, with . instead of spaces, now a spammer site */
/* info code from SantaKlauss at http: //www madaboutstyle com/ tooltip2 html */
a.button {
        /* This is the key. */
        position: relative;
        z-index: 24;
	}
a.button:hover {
        z-index: 25;
	}
a.button span { display: none; }
a.button:hover span.button {
        /* The span will display just on :hover state. */
        display: block;
        position: absolute;
		  font-family: "Courier New", Courier New, Courier, monospace;
        font-weight:normal;
        font-size: 12px;
		  line-height: 17px;
		  font-style: normal;
        top: -310px; left: 206px; width: 500px; height: 300px;
        padding: 20px; border: 1px solid #00adef;
        color: #000000; background-color: #ffffff;
        text-align: left;
	}
	
#iframe_content {
	float: left;
	width: 450px;
	display: table;
	line-height: 17px;
	}
	
#iframe_content img {
	border: 1px solid #bcbfc1;
	margin: 0px 10px 10px 0px;
	float: left;
	}

#iframe_content h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 25px;
}

/* --------------------------------------------------------------------------------- */
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 915px;
	height: 1px;
	background-image: url(pics/stippellijntjes.gif);
	background-repeat: no-repeat;
	margin: 0px auto 20px;
	padding: 0px 0px 0px 0px;
	position: relative;
	}
