body{
	font-family		: "Verdana", sans-serif;
	font-size		: 11px;
}
/* schil */
#header_left{
	position		: absolute;
	left			: 120px;						/* k_x=top left x */
	top				: 60px;							/* k_y=top left y */

	border			: 2px solid #336633;
	width			: 185px;						/* l_w */
	height			: 185px;						/* l_h */
}
#header_left img{
	border			: none;
}

#header_text
{
	position		: absolute;
	left			: 315px;						/* m_x=k_x + l_w + 10 */
	top				: 60px;							/* k_y */
	width			: 500px;						/* m_w + 2 x padding*/

	background-color: #336633;

	padding			: 24px 50px;
	color			: white;
	font-size		: 39px;
	font-family		: "Impact", serif;
}
#img_top{			/* displayed on header_text */
	position		: absolute;
	left			: 685px;						/* m_x+m_w-(220+10) +100{padding} */
	top				: 48px;							/* n_y = k_y - 12 */
	width			: 220px;
	height			: 220px;						/* n_h */
}

#img_left{
	position		: absolute;
	left			: 85px;							/* o_x = k_x - 35 */
	top				: 240px;						/* k_y + l_h - 10 */
	width			: 255px;						/* o_w */
	height			: 425px;
}

#content{
	position		: absolute;
	/* 340px; */
	left			: 330px;						/* p_x = o_x + o_w*/
	top				: 268px;						/* p_y = n_y+n_h*/
	width			: 610px;						/* p_w */
	height			: 440px;						/* p_h */
	overflow-y		: auto;
}
#footer{
	display			: table;
	position		: absolute;
	left			: 120px;						/* k_x */
	top				: 695px;						/* p_y + p_h */
}
#footer_disclaimer a{
	color			: silver;
	text-decoration	: none;
	font-weight		: bold;
	height			: 13px;
}
#footer_text {
	_position		: relative;
	display			: table-cell;
	vertical-align	: middle;

	color			: #003366;
	font-family		: "Arial",serif;
	font-size		: 10px;
}
#footer_logos {
	_position		: relative;
	display			: table-cell;
	vertical-align	: middle;
}
#footer_logos a {
	border			: none;
	margin-left		: 20px;
}
#footer_logos a img{
	border			: none;
}
/* startpagina.html */
#start_top{
	height			: 30px;
	line-height		: 30px;
	width			: 610px;							/* p_w */
	text-indent		: 20px;

	background-color: #F3F4F3;
	color			: #336633;
	font-family		: "Impact", serif;
	font-size		: 18px;
}
#start_left, #start_right{
	float			: left;
	margin-top		: 10px;
	line-height		: 20px;
}
#start_left{
	width			: 250px;						/* p_w / 2 */
	padding-left	: 20px;
	padding-right	: 30px;
	border-right	: 2px solid #336633;
}
#start_right{
	width			: 238px;						/* p_w / 2 */
	padding-left	: 20px;
	padding-right	: 40px;
}
#start_bottom{
	clear			: both;
	padding-top		: 20px;
	padding-left	: 20px;
	padding-right	: 30px;
}
#buttons{
	margin-left		: 40px;
	margin-top		: 20px;
	height			: 103px;
}
.button_end{
	float			: left;
	margin-right	: 20px;
}
#start_button_1, #start_button_2, #start_button_3{

	float			: left;
	border			: 1px solid #336633;
	cursor			: pointer;
	vertical-align	: middle;
}
#start_button_1, #start_button_3{
	width			: 115px;
	padding-left	: 10px;

	height			: 90px;
	padding-top		: 13px;

	background-color: white;
	color			: #336633;
	font-size		: 20px;
	font-family		: "Impact", serif;
}
#start_button_2{
	width			: 165px;
	padding-left	: 10px;

	height			: 83px;
	padding-top		: 20px;

	color			: white;
	background-color: #336633;

	font-size		: 25px;
	font-family		: "Impact", serif;
}
#content_text{
	margin-left		: 5px;
	margin-top		: 5px;
	padding-left	: 20px;
}

#content_top{
	margin-left		: 5px;
	margin-top		: 5px;
	padding-left	: 20px;
}
#back_button{
	width			: 100px;
	height			: 20px;

	background-color: white;
	margin-left		: 20px;
	color			: #336633;
	border			: 1px solid #336633;
	text-align		: center;
	cursor			: pointer;
	line-height		: 20px;
}

.question{
	font-weight		: bold;
	margin-bottom	: 10px;
	height			: 20px;
	margin-right	: 10px;
	padding-left	: 20px;
}
.question span{
	cursor			: pointer;
}
.question img{
	margin			: 0px;
}
.answer{
	margin-left		: 15px;
	margin-top		: 10px;
	margin-bottom	: 10px;
	display			: none;
	margin-right	: 10px;
	padding-left	: 20px;
}
#answer1_box{
	background-color: #336633;
	color			: white;
	margin-top		: 5px;
	margin-bottom	: 10px;
	padding-top		: 10px;
	padding-bottom	: 10px;
}
#afspraak_form_head{
	margin-left		: 30px;
	background-color: #336633;
	color			: white;
	padding			: 20px;
	font-weight		: bolder;
}
#afspraak_form_content{
	margin-left		: 30px;
	background-color: #336633;
	color			: white;
}
#afspraak_form_content_head{
	color			: white;
	padding-left	: 20px;
	padding-top		: 10px;
	font-size		: 15px;
	font-weight		: bold;
}
#afspraak_form_content_body{
	padding-top		: 10px;
	height			: 420px;
	color			: #336633;
	padding-left	: 10px;
	font-weight		: bold;
	font-size		: 12px;
	background-color: #CCCC33;
}
#afspraak_form_content_body table tr td{
	line-height		: 28px;
}
#afspraak_form_content_body table tr td.form_text{
	line-height		: 15px;
}
#formreserveringinvoer table{
	width			: 98%;
	color			: #336633;
	background-color: #CCCC33;
}
#formreserveringinvoer table tr td input,
#formreserveringinvoer table tr td select {
	border-color	: #336633;
	border-style	: none;
	vertical-align	: middle;
	height			: 25px;
	
}
#formreserveringinvoer table tr td select {
    width           : 290px;
    font-size       : 10px;
}
.friv_first{
	width			: 190px;
}
#friv_button{
	font-family		: "Verdana";
	width			: 80px;
	background-color: #336633;
	color			: white;
	cursor			: pointer;
	font-weight		: bold;
	font-size		: 12px;
	border			: 1px solid white;
}
#melding_send{
	position		: absolute;
	left			: 300px;
	top				: 226px;
	height			: 185px;  /*was 175px*/
	width			: 277px;
	border			: 1px solid #336633;
	background-color: #003366;
	cursor			: pointer;
	display			: none;
	z-index			: 11;
}
#melding_send_text1{
	color			: white;
	font-size		: 26px;
	padding			: 20px 20px 0px 20px;
	text-align		: center;
}
#melding_send_text2{
	color			: #336633;
	font-size		: 13px;
	font-weight		: bolder;
	padding			: 15px 15px 0px 15px;
}
#melding_send_text2 a{color:#fff;text-decoration:none;}
#melding_send_text2 a:hover{text-decoration:underline;}

#melding_send_text3{
	color			: #336633;
	font-size		: 18px;
	padding			: 20px 20px 0px 20px;
	text-align		: center;
}
.cell1{
	width			: 150px;
}
#shim{
		display		: none;
		position	: absolute;
		left		: expression(document.getElementById('melding_send').currentStyle['left']);
		top			: expression(document.getElementById('melding_send').currentStyle['top']);
		height		: expression(document.getElementById('melding_send').currentStyle['height']);
		width		: expression(document.getElementById('melding_send').currentStyle['width']);
		z-index		: 10;
}

@media print {
	size: landscape;
}