
form {
	margin: 2pt 0pt;
}

p {
	text-align: justify;
}

* {
	font-family: Arial, helvetica, sans-serif;
}

body {
	margin: 0;
	padding:0;
	font-size:10pt;
	color:#000000;
	background-image: url('images/white_back.jpg');
}

#column_left input[type='submit'] {
	float: right;
}

body a:visited, body a {
	color: #000000;
	text-decoration: underline;
}

body a:active, body a:hover {
	color: #1E74B0;
	text-decoration: underline;
}


h1 {
	font-size:30px;
	margin:0 0 8px 4px;
	height:30px;
	color: #ffffff;
}

h1 a, h1 a:active, h1 a:visited, h1 a:hover {
	color: #ffffff;
	text-decoration: none;
}

.subchar {
	color: #FFB619;
	margin:0 0 0 4px;
	padding:0;
	font-size:16px;
}

.subtitle {
	margin:0;
	padding:0;
	color: #FFFFFF;
}

.login { 
	font-weight:bold;
	margin:0;
	padding: 28px 10px 0 0;
}

.login a, .login a:visited {
	color:#000;
	text-decoration: none;
}

.login a:active, .login a:hover {
	color: #1E74B0;
	text-decoration: none;
}

h2 {
	font-size:16pt;
}
h3 {
	font-size:13pt;
	color: #000000;
}

h3 a, h3 a:visited {
	color: #000000;
	text-decoration: underline;
}

h3 a:active, h3 a:hover {
	color: #1C1973;
	text-decoration: underline;
}
h4 {
	font-size:12pt;
	margin: 5px 0 .3em 0;
	color: #000000;
}

h4 a, h4 a:visited {
	color: #000000;
	text-decoration: underline;
}

h4 a:active, h4 a:hover {
	color: #1C1973;
	text-decoration: underline;
}

h5 {
	font-size:10pt;
	margin-bottom: 5px;
}
h6 {
	font-size:8pt;
}

p,ul,ol  {
	margin-top: .5em;
	margin-bottom: .5em;
}


td.notice {
	border: 1px solid black;
	padding: 3pt;
}

td.column {
	border-left: 1px dashed #D8D8D8;
	padding: 0 .5em;
}

th {
	background-color:#6899D3;
	font-family:Arial, helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	text-align: left;
	color:#FFFFFF;
}

th.highlight {
	background-color:#FF0033;
	color: #ffffff;
}

tr.odd {
	background-color:#EEEEEE;
}

tr.even {
	background-color:#FFFFFF;
}

table {
	font-family:Arial, helvetica, sans-serif;
	font-size:10pt;
}

td {
	font-family:Arial, helvetica, sans-serif;
	font-size:10pt;
}

.button {
	border: 1px black solid;
	background-image: url('/images/button_blue.jpg');
	background-color: #FFB619;
	font-weight: bold;
	height: 24px;
	padding-bottom: 2px;
	color: #1E74B0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.button:hover {
	background-image: url('/images/button_hover_blue.jpg');
	color: #1E74B0;
}

select {
	font-family:Arial, helvetica, sans-serif;
	font-size: 9pt;
	margin: 0;
	border: 0px solid black;
	background-color:#F8F8F8;
}

.error {
	color: #CC0000;
	font-weight: bold;
	font-size: 110%;
}

hr {
	height: 0px;
	color: #D8D8D8;
	border: 0px;
	border-bottom: 1px dashed #D8D8D8;
	margin-bottom:15px;
}

#menubar {
	background-color: #FFFFFF;
	border-bottom: 1px #606060 solid;
	border-top: 1px #FFFFFF solid;
	white-space:nowrap;
	padding: 3px 0 0 10px;
	height: 22px;
	background-image: url('/images/menubar_green.jpg');
	background-repeat: repeat;
}

#menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
}

#menubar li {
	float:left;
	width:120px;
	height: 25px;
	padding-top:6px;
	padding-bottom:4px;
	margin-left: 30px;
}

#menubar li a, #menubar li a:visited {
	color: #000000;
	text-decoration: none;
	display:block;
	height: 25px;
}

#menubar li a:active, #menubar li a:hover {
	color: #000;
	text-decoration: underline;
	display:block;
	height: 25px;
}

.current {
	color: #000000;
	font-weight: bold;
	height: 25px;
}

#form {
	border: 1px solid #D6D6D6;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 15px;
	-moz-border-radius: 5px;
}

#footer {
	background-color: #FFFFFF;
	background-image: url('/images/menubar_green.jpg');
	background-repeat: repeat;
	width:100%;
	text-align: center;
	font-size: 11px;
	color: #000000;
	letter-spacing: 3px;
	border-top: 1px #606060  solid;
	border-bottom: 1px #606060  solid;
}

#footer p {
	padding-left: 10px;
}

#footer a, #footer a:visited {
	color: #000000;
	text-decoration: underline;

}

#footer a:active, #footer a:hover {
	color: #1E74B0;
	text-decoration: underline;
}

.spacer {
	clear: both;
}

.pageheader {
	background-color: #1E74B0;
	height: 100px;
	background-image: url('/images/header_back_blue.jpg');
	background-repeat: repeat-x;
}

#headerleft {
	float: left;
	height: 100px;
}

.bannermain {
	border: 0;
	margin: 0;
	padding: 0;
	height: 100px;
	width: 250px;
}

#headerright {
	float: right;
}

#content_container {
	border: 1px solid #606060;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width:99%;
	margin: 15px 0px 15px 0.5%;
	background-color: #FFFFFF;
}

#content_container p a, #content_container p a:visited {
	text-decoration: underline;
	color: #000;
}

#content_container p a:active, #content_container p a:hover {
	text-decoration: underline;
	color: #1E74B0;
}

#content {
	width: auto;
	padding: 8px;
	padding-right: 10px;
}

#column_left {
	float: left;
	width: 45%;
	margin: 8px;
}

#column_right {
	float: left;
	width: 50%;
	margin: 8px;
}

#column_left_set {
	float: left;
	width: 60%;
	margin: 8px;
}

#column_right_set {
	float: left;
	width: 20%;
	margin: 8px;
}

.textinput {
	background-color: #F8F8F8;
	border: 1px #606060 solid;
	padding: 2px;
	font-size: 12px;
	-moz-border-radius: 3px;
}

#column_left input[type='text'], #column_left input[type='password'], #column_left textarea {
	width: 235px;
}

#column_left textarea {
	width: 235px;
	height: 32px;
}

#column_left input[type='text']:focus, #column_left input[type='password']:focus, #column_left textarea:focus {
	background-color: #EEF2F7;
	border: 1px #5A84AD solid;
}

select {
	background-color: #F8F8F8;
	border: 1px #606060 solid;
}

select:focus {
	background-color: #EEF2F7;
	border: 1px #5A84AD solid;
}

.searchbox {
	background-color: #F8F8F8;
	border: 1px #606060 solid;
	height: 17px;
	padding-top: 3px;
}

.searchbox:focus {
	background-color: #EEF2F7;
	border: 1px #5A84AD solid;
	height: 17px;
	padding-top: 3px;
}

textarea {
	background-color: #F8F8F8;
	border: 1px #606060 solid;
	padding-top: 3px;
}

.quote {
	font-style: italic;
}

.support {
	font-size: 1.1em;
	color: #FF0000;
	font-weight: normal;
}

.errorBox {
	border: 1px solid red;
	-moz-border-radius: 3px;
}

.abonneren {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.voorbeeld_table {
	border: 1px #606060 solid;
}

.voorbeeld_table th {
	color: #ffffff;
}

.spamvalidate {
	display: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.getal {
	color: #FF0000;
	font-weight: bold;
	font-size: 120%;
}

#loginform {
	margin:0;
	padding: 30px 15px 0 0;
}

.loginbutton {
	height: 24px;
	border: 1px black solid;
	background-image: url('/images/button_blue.jpg');
	background-repeat: repeat-x;
	font-weight: bold;
}

.loginbutton:hover {
	height: 24px;
	border: 1px black solid;
	background-image: url('/images/button_hover_blue.jpg');
	background-repeat: repeat-x;
}

.vinkje {
	border: 0;
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

.loggedin {
	font-size: 12px;
	color: #ffffff;
	padding: 40px 10px 0 0;
	letter-spacing: 0.5px;
}

.data {
	border: 1px #606060 solid;
	width: 100%;
	margin-top: 5px;
	border-spacing: 0;
}

.data th {
	color: #1E74B0;
	background-color:#6899D3;
	margin: 0;
	padding: 2px;
	padding-left: 5px;
	border: 0px;
	height: 23px;
	}

.data th a, .data th a:visited, .data th a:hover , .data th a:active {
	text-decoration: none;
	color: #1E74B0;
}

.data td {
	margin: 0;
	padding: 0;
	border: 0;
	padding-left: 5px;
}

.help {
	font-size: 80%;
}

.search {
	border: 1px #606060 solid;
	margin-top: 5px;
	border-spacing: 0;
}

.search th {
	background-color:#6899D3;
	margin: 0;
	padding: 2px;
	color: #1E74B0;
	height: 23px;
	}

.hulpmiddel {
	border: 1px #606060 solid;
	width: 100%;
	margin: 5px 0 10px 0;
}

.hulpmiddel th {
	color: #1E74B0;
	background-color:#6899D3;
	margin: 0;
	padding: 2px;
	padding-left: 6px;
	height: 18px;
	
}

.hulpmiddel th a, .data th a:visited, .data th a:hover , .data th a:active {
	text-decoration: none;
	color: #1E74B0;
}

.hulpmiddel td {
	margin: 0;
	padding: 0 0 0 6px;

}

.searchbar {
	background-color: #F8F8F8;
	border: 1px #606060 solid;
	width: 80px;
}

.searchbar:focus {
	background-color: #EEF2F7;
	border: 1px #5A84AD solid;
	width: 80px;
}

.toplink {
	margin:0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#submenu ul {
	list-style: none;
	text-align: center;
	color: #000;
	font-size: 12px;
	margin: 10px 0 0 25px;
	padding: 0;
	font-weight: bold;
}

#submenu li {
	float:left;
	margin: 0 5px 0 5px;
}

#submenu li a, #submenu li a:visited {
	color: #000;
	text-decoration: none;
}

#submenu li a:active, #submenu li a:hover {
	color: #1E74B0;
	text-decoration: underline;
}

.smallbutton {
	border: 1px #D8D8D8 solid;
	background-color: #F8F8F8;
	color: #1E74B0;
	font-size: 10px;
}

.smallbutton:hover, .smallbutton:active {
	background-color: #E8E8E8;
	color: #afe100}

#form td {
	width: 65%;
	height: 25px;
	vertical-align: middle;
	padding-left: 6px;
}

.newformright {
	width: 35%;
}

.dbv5_numbercolumn {
	width: 40px;
}

.dbv5_hitscolumn {
	width: 95px;
}

.dbv5_statuscolumn {
	width: 60px;
}

.landtaal {
	padding-right:20px;
	border:0;
}

.htmlmail {
	width: 100%;
	background-color: #FFF;
	border: 1px black solid;
}

.htmlmail h3 {
	color: #fff;
	margin: 0;
	margin-bottom: 5px;
}

.htmlmail_header {
	background-color: #5A84B2;
	color: #fff;
	padding: 5px;
	border-bottom: 2px black solid;

}

.htmlmail_header_zoektaak {
	font-size: 12px;
	color: #FFF;
}

.htmlmail_table {
	width: 100%;
	border: 0;
	background-color: #FFF;
}

.htmlmail_table th {
	background-color: #FFF;
	font-weight: bold;
	color: #000;
	border-bottom: 1px black solid;
	padding-left: 5px;
	font-size: 110%;
}

.htmlmail_table td {
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.htmlmail_table_even {
	background-color: #FFE7FA;
}

.htmlmail_table_odd {
	background-color: #FFFFFF;
}

.keyword {
	font-weight: bold;
}

.htmlmail_footer {
	background-color: #5A84B2;
	color: #fff;
	text-align: right;
	border-top: 1px black solid;
}

.htmlmail_footer_info {
	font-size: 12px;
	margin: 2px 10px 2px 0px;
}

.htmlmail_site {
	width: 10%;
}

.htmlmail_citaat {
	width: 85%;
}

.htmlmail_ekopie {
	width: 5%;
    text-align: center;
}

.c1 { font-weight: bold; background-color: #FFFF66; color: #000; }
.c2 { font-weight: bold; background-color: #A0FFFF; color: #000; }
.c3 { font-weight: bold; background-color: #99FF99; color: #000; }
.c4 { font-weight: bold; background-color: #FF66FF; color: #000; }
.c5 { font-weight: bold; background-color: #FFCC66; color: #000; }
.c6 { font-weight: bold; background-color: #66CC66; color: #000; }

.classicmail {
	width: 100%;
	background-color: #FFF;
	border: 1px black solid;
}

.classicmail h4 {
	color: #000;
	margin: 5px;
}

.classicmail h5 {
	margin: 0 0 10px 0;
    font-size: 12px;
    width: 100%;
}

.classicmail hr {
	height: 0px;
	color: #000;
	border: 0px;
	border-bottom: 1px solid #000;
    width: 100%;
    margin-bottom: 3px;
}

.classicmail_knipsel {
	padding: 5px;
    font-size: 11px;
}

.classicmail_ekopie {
	font-size: 10px;
    font-weight: bold;
}

.plaintext {
	font-size: 12px;
    font-family:"Courier New", Courier, monospace;
    margin-left: 5px;
}

.ekopie_left {
	float: left;
}

.ekopie_right {
	float: right;
}

.ekopie_menubar_text {
	color: #000;
	margin: 0;
	padding: 4px 0 0 10px;
}

.ekopie_menubar_text a, .ekopie_menubar_text a:visited {
	color: #000000;
}

.ekopie_menubar_text a:hover, .ekopie_menubar_text a:active {
	color: #000000;
	text-decoration: none;
}

.hidecol {
	font-size: 9px;
	vertical-align: super;
	padding:0;
	margin: 0;
}

#dMenu {
	height:35px;
	border: 1px solid #CCC;
	width:auto;
	padding: 3px;
}

#dLijn {
	text-align: center;
	border: 1px solid #CCC;
	width: auto;
	height: 500px;
	float:left;
	padding: 5px;
	margin-top: 10px;
}

#dLijn p {
	text-align: center;
}

#dPie {
	text-align: center;
	width: 400px;
	height: 350px;
	border: 1px solid #CCC;
	margin-top:10px;
	margin-left:10px;
	height: 500px;
	padding: 5px;
	display: inline-block;
}

#dPie p {
	text-align: center;
}

#dLegenda {
	margin-top:10px;
	text-align: left;
	background-color: #FFF;
	width:auto;
	border: 1px solid #CCC;
	padding:2px;
}

.aLegend:hover {
	font-weight: bold;
}

#pHolder {
	text-align: center;
	margin-top: -30px;
}

