/*************
** ALGEMEEN **
*************/
body, p, td, th, div, blockquote, dl, ul, ol, select, input, optgroup {
	color: #000000;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
}
body {
	background-color: #EBF4E8;
	margin: 0px;
	padding: 0px;
}


/**********
** LINKS **
**********/
a:link, a:visited, a:active, a:hover {
	color: #000000;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
}

a.nieuwsbron:link, a.nieuwsbron:visited, a.nieuwsbron:active, a.nieuwsbron:hover {
	font-size: 10px;
	font-style: italic;
}
div#tabs a, div#nav li a {
	text-decoration: none;
}


/**********
** DIV'S **
**********/
/* Tabs */
div#tabs {
	position: absolute;
	top: 80px;
	right: 0px;
	height: 26px;
}
div.tab_spacer {
	float: left;
	width: 8px;
	height: 26px;
}

/* Actieve tab */
div#tabs div#tab_active_left, div#tabs div#tab_active_right {
	float: left;
	width: 11px;
	height: 26px;
}
div#tabs div#tab_active_left {
	background: url( '../images/tab_active_left.gif' ) no-repeat left top;
}
div#tabs div#tab_active_right {
	background: url( '../images/tab_active_right.gif' ) no-repeat left top;
}
div#tabs div#tab_active_center {
	float: left;
	background-color: #BFE2F4;
	height: 19px;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
	border-top: 3px solid #477CAE;
	text-align: center;
	font-weight: bold;
}

/* Inactieve tabs */
div#tabs div.tab_inactive_left, div#tabs div.tab_inactive_right, div#tabs div.tab_inactive_center {
	margin-top: 3px;
}
div#tabs div.tab_inactive_left, div#tabs div.tab_inactive_right {
	float: left;
	height: 20px;
	width: 9px;
}
div#tabs div.tab_inactive_left {
	background: url( '../images/tab_inactive_left.gif' ) no-repeat left top;
}
div#tabs div.tab_inactive_right {
	background: url( '../images/tab_inactive_right.gif' ) no-repeat left top;
}
div#tabs div.tab_inactive_center {
	float: left;
	background-color: #D8D8D8;
	height: 17px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	font-weight: bold;
}


/* Navigatieblokken links */
div#nav {
	float: left;
	width: 156px;
}
div#nav div.header {
	margin-top: 5px;
	background: #46A427 url( '../images/nav_headerbg.gif' ) repeat-x;
	min-height: 19px;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
}
div#nav div.header img.corner {
	float: right;
	margin-top: -4px;
}
div#nav div.content {
	border-right: 3px solid #46A427;
	background-color: #9AD488;
	width: 145px;
	padding: 7px 4px 0px 4px;
}
div#nav div#paypal {
	margin-left: 47px;
	margin-top: 10px;
}
div#nav div#firefox {
	margin-left: 39px;
	margin-top: 5px;
}

/* Contentgedeelte */
div#content_container {
	margin-top: 5px;
	margin-left: 162px;
	background: #C0E8B3 url( '../images/content_bottomleft.gif' ) no-repeat left bottom;
}
div#content_container div#content {
	padding: 10px;
}
div#content_container img.corner {
	display: block;
	float: left;
}

/* Overige DIV's */
div#navbar {
	background: #BFE2F4 url( '../images/tabbalk.gif' ) repeat-x;
	height: 26px;
}

div#footer {
	clear: both;
	margin-top: 15px;
	text-align: center;
}
div#melding {
	color: #444444;
	margin: 3px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	background-color: #efefef;
	border: 1px dashed #444444;
}


/****************
** FORMULIEREN **
****************/
form {
	margin: 0;
}
input, select, textarea {
	color: #000000;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	background-color: #9AD488;
}
div#nav input, div#nav select, div#nav textarea {
	background-color: #C0E8B3;
}
input.button {
	font-weight: bold;
}


/*************
** TABELLEN **
*************/

/* Tabellen */
table {
	margin: 0px;
	border: 0px;
}
table.breed {
	width: 100%;
}


/* Rijen */
tr.normal {
	cursor: default;
	background-color: transparent;
}
tr.hover {
	cursor: pointer;
	background-color: #9AD488;
}

/* Cellen */
td {
	padding: 2px;
}
td.padding0 {
	padding: 0px;
}

td.ql_link {
	width: 10%;
	text-align: center;
} /* 100% : aantal quicklink items (nu: 10) = 10% */


/**********
** SPANS **
**********/
span.nieuwsbron {
	font-style: italic;
}


/***********
** KOPPEN **
***********/
h1 {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}
h2 {
	font-size: 12px;
	margin: 0px 0px 2px 0px;
}
h3 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	font-weight: 200;
	font-style: italic;
	background-color: #9AD488;
}

/************
** LIJSTEN **
************/
ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: square;
}
li.normal {
	cursor: default;
	padding: 3px;
}
li.hover {
	cursor: pointer;
	padding: 3px;
}
div#nav li {
	width: 124px;
	padding: 3px;
	vertical-align: middle;
}
div#nav li.normal {
	background-color: #9AD488;
}
div#nav li.hover {
	background-color: #C0E8B3;
}
div#content li.normal {
	background-color: #C0E8B3;
}
div#content li.hover {
	background-color: #9AD488;
}


/***********
** OVERIG **
***********/
img {
	display: block;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
div#content img.uitlijnlinks {
	float: left;
	margin-right: 10px;
}
p {
	margin-top: 0px;
}
p.clear {
	clear: both;
	padding-top: 10px;
}
p.nieuwsbericht, p.nieuwsbericht_intro {
	text-align: justify;
}
p.nieuwsbericht_intro {
	font-style: italic;
}
p.nieuwsbron {
	font-size: 10px;
	font-style: italic;
	margin-bottom: 0px;
}