body {
	background-color: #FFF;
}

body,td,th {
/*	font-family: Corbel, Arial, Verdana;*/
	font-family: 'Segoe UI',Helvetica, Arial, Verdana;
	color: #333;
	margin:0px;
	font-size:1.4em;
}

a {
	color: #2896da;
}

#header {
	background-color: #1279c3;
	height:24px;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
/*	width: 225px;*/
}

#header_logo {
	float:left;
	background-image:url(site_art/header_logo_2x.png);
	background-size: 100% 100%;
	width: 95px;
	height:23px;
	cursor:pointer;
}

#header_title {
	color:#FFF;
	float:left;
}
#header_nav {
	color:#FFF;
	float:right;
	padding-top:5px;
	padding-right:5px;
}

#header_nav a {
	font-size:0.8em;
	color:#FFF;
	text-decoration:none;
}

#content .onderdeel {
	border-bottom: solid 1px #dedede;
	margin-bottom:0px;
	display:block;
	padding:10px;
}

#content .tabelonderdeel {
	border-bottom: solid 1px #dedede;
	margin-bottom:5px;
}

#content .kopje{
	color:#1279c3;
	font-weight:bold;
}

#content .kopje.groot{
	font-size:18px;
	display:block;
	margin-bottom:10px;
}


#content .label{
	color:#1279c3;
	font-weight:bold;
	margin-bottom:6px;
	display:inline-block;
	display:inline;
}

#content .datum {
	color:#01c601;
	font-weight:bold;
}

#content .toelichting {
	color:#838383;
}

#content .mededeling {
	font-size:1.1em;
	color:#757575;
	background-color:#FFFFEC;
	border-color:#dedede;
	border-style:solid;
	border-width:1px;
	padding:6px;
	display:block;
}

#content .mededeling.red {
	font-size:1.1em;
	color:#FF0000;
	background-color:#FEF3F3;
	border-color:#FCC5C5;
	border-style:solid;
	border-width:1px;
	padding:6px;
	display:block;
}

#content .mededeling.red .kopje{
	color:#FF0000;
}


.section .section_content.footer_menu {
	padding:0px;
	background:none;
}

.section .section_content.footer_menu .menu_item {
	height:2em;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	padding-top:1em;
	border-bottom:#dadada 1px solid;
	text-decoration:none;
	cursor:pointer;
	display:block;
	font-weight:bold;
}

.section .section_content.footer_menu .menu_item:hover {
	background: rgb(255,255,255);
}

.section .section_content.footer_menu .menu_item .arrow {
	color:#6d6d6d;
	width:12px;
	height:13px;
	float:right;
	margin-top:-7px;
	font-weight:bold;
	font-size:1.4em;
}

.section .section_content.footer_menu .menu_item .footer_title {
    float: left;
    font-weight: bold;
    text-decoration: none;
	font-size:1em;
	color:#1279C3;
}

form {
	margin:0px;
}

input, select {
	font-size:1.3em;
}

.wtForm input[type=text], .wtForm input[type=password], select, textarea {
	font-size:1.1em;
}

.suggestbox_wrapper {
	height:auto;
/*	border:none;*/
	padding: 1px 6px;
	margin:0px;
}

.button {
	padding:10px;
	font-weight:bold;
	background-image:none;
}
.button.startstop {
	display:block;
	font-size:1.4em;
	padding:10px;
}

/* BEGIN Ajax List Of Options */
/* Dynamic List */

/* Big box with list of options */
#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:600px;	/* Width of box */
	height:150px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #2896da;
	border-top:none;
	border-left-width:5px;
	background-color:#fff;	/* White background color */
	text-align:left;
	font-size:13px;
	z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:0px;		
	padding:2px;
	cursor:pointer;
	font-size:13px;
	border-bottom:solid;
	border-width:1px;
	border-color:#f2f2f2;
	border-top:solid 1px #fff;
	padding-left:4px;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#d0f2b2;
	border-top:solid 1px;
	border-color:#01c601;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}
#dataDiv {
display:none;
}
/* Einde Ajax List Of Options */
