/***** algemeen *****/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #334D83;
}

img {
	display: block;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #334D83;
}

h2.side {
	margin: 3px 0px 8px 0px;
}

label {
	cursor: pointer;
}

td {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #334D83;
}

p, form {
	margin: 0px;
	padding: 0px;
}

table {
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
}

span.attention {
	color: #F51B13;
}

/***** hoofd site container *****/

table#container_website {
	width: 100%;
/*	background-image: url(../img/bg_site_top.gif);*/
	text-align: center;
}


/***** header *****/

table#header {
	width: 780px;
	height: 90px;
/*	background-image: url(../img/bg_header.gif);*/
	margin: auto;
}

table#header td {
	text-align: left;
	vertical-align: top;
}

td#header_logo {
	padding: 16px 0px 0px 10px;
}

/***** menubar *****/

table#menubar {
	width: 780px;
	height: 24px;
	background-color: #3C83C0;
/*	background-image: url(../img/bg_header_menu.gif);*/
	margin: auto;
}

table#menubar td {
/*	text-align: right;*/
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
}

table#menubar td a {
	color: #FFFFFF;
	text-decoration: none;
}

/***** content *****/

table#container_content {
	width: 780px;
	background-color: #FFFFFF;
	margin: auto;
}


/* algemene menu classes */

td.menu_content {
	padding-left: 9px;
}

td.menu_content ul {
	margin: 0px;
	padding: 0px;
	background: url(../img/lijn_wit.gif) top left repeat-x;
}

td.menu_content ul li {
	width: 141px;

	display: block;
	overflow: hidden;
	
	cursor: pointer;
}

td.menu_content ul li img {
	display: inline;
}


/* hoofdmenu */

td#container_menu {
	width: 150px;
	height: 100%;
	background: #DCE8F3 url(../img/bg_menu.gif) top left repeat-x;
}

table#menu {
	width: 150px;
	height: 100%;
}

table#menu ul li {
	margin: 0px;
	padding: 0px;
	height: 24px;
	line-height: 24px;
	background: url(../img/lijn_wit.gif) bottom left repeat-x;
}

table#menu ul li.active {
	background-color: #FFFFFF;
}

table#menu ul li a {
	color: #334D83;
	font-weight: normal;
	text-decoration: none;
}

table#menu ul li.active a {
	color: #334D83;
}


/* adres informatie */

td#menu_search {
	padding: 4px 0px 0px 9px;
	height: 102px;
}

td#address {
	vertical-align: bottom;
	font-size: 11px;
	color: #334D83;
	padding: 24px 0px 14px 10px;
}

td#address a {
	color: #334D83;
	text-decoration: none;
}

td#address a:hover {
	text-decoration: underline;
}


/* sidebar */

td#container_sidebar {
	width: 150px;
	height: 100%;
	background: #DCE8F3 url(../img/bg_sidebar.gif) top left repeat-x;
}

table#sidebar {
	width: 150px;
}

td#sidebar_mailinglist {
	padding: 4px 0px 30px 9px;
}

td#sidebar_mailinglist a {
	color: #334D83;
	text-decoration: none;
}

td#sidebar_mailinglist a:hover {
	text-decoration: underline;
}

table#sidebar ul li {
	background: url(../img/lijn_wit.gif) bottom left repeat-x;
	padding: 3px 0px 6px 0px;
	line-height: 18px;
}

table#sidebar ul li img {
	display: inline;
}

table#sidebar ul li a {
	color: #334D83;
	font-weight: normal;
	text-decoration: none;
}

table#sidebar ul li a:hover {
	text-decoration: underline;
}


/* content */

td#content_streamer {
	width: 480px;
	padding: 1px 1px 0px 1px;
}

td#content {
	width: 480px;
	height: 100%;
	padding: 14px 18px 14px 18px;
	text-align: justify;
}

table#content_heading {
	width: 100%;
}

td#content_icons {
	text-align: right;
}

table#content_heading img {
	display: inline;
}

table#content_heading td {
	color: #539AD7;
	vertical-align: bottom;
}

td#content_heading_devider {
	width: 100%;
	height: 5px;
	background: url(../img/lijn_rood.gif) bottom left repeat-x;
}



td#content_home {
	width: 630px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

td#content_home {
	width: 630px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

tr.content_home_blue {
	background-color: #F5F9FC;
}

td.content_home_visual {
	width: 150px;
	height: 125px;
}

td.content_home_text {
	width: 480px;
	height: 125px;
	padding: 10px 18px 0px 18px;
	text-align: justify;
}

td.content_wysiwyg ul {
	margin-top: 0px;
	margin-bottom: 0px;
/*	list-style-image: url(../img/pointer.gif);*/
}

td.content_wysiwyg ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

td.content_wysiwyg ol li {
	margin-bottom: 18px;
}

td.content_wysiwyg image {
	display: inline;
}

td.content_wysiwyg a {
	color: #539AD7;
	font-weight: bold;
	text-decoration: none;
}

td.content_wysiwyg a:hover {
	text-decoration: underline;
}

ul#sitemap {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#sitemap li {
	margin-left: 0px;
	padding: 0px;
}

ul#sitemap li ul {
	margin: 0px 0px 18px 25px;
	padding: 0px;
	list-style: none;
}

ul#sitemap li ul li ul {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	list-style: none;
}

td.content_wysiwyg hr {
	width: 100%;
	height: 1px;
	color: #539AD7;
	background-color: #616161;
	border: none 0px;
}


/***** footer *****/

table#container_footer {
	width: 100%;
	height: 30px;
/*	background-color: #5F86A1;*/
	text-align: center;
}

table#footer {
	width: 780px;
	height: 30px;
/*	background-image: url(../img/bg_footer.gif);
	background-color: #539AD7;*/
	margin: auto;
}

table#footer td {
	border-top: 1px solid #3C83C0;
	padding: 0px 10px 0px 10px;
	color: #334D83;
	line-height: 30px;
}

table#footer td a {
	color: #334D83;
	text-decoration: none;
}

table#footer td a:hover {
	text-decoration: underline;
}


/***** form elementen *****/

form#search_form {
	margin: 9px 0px 0px 0px;
	line-height: 5px;
}

form#mailinglist_form {
	margin: 9px 0px 0px 0px;
	line-height: 5px;
}

input.frm_txt {
	width: 133px;
	height: 16px;
	background-color: #FFFFFF;
	border: 1px solid #539AD7;

	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #334D83;
}

select.frm {
	width: 133px;
	height: 16px;

	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #334D83;
}

input.frm_btn {
	width: 85px;
	height: 16px;
	background-color: #539AD7;
	border: 1px solid #3C83C0;

	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

textarea {
	width: 250px;
	height: 100px;
	background-color: #FFFFFF;
	border: 1px solid #539AD7;

	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #334D83;
	
	overflow: auto;
}