/***** algemeen *****/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #19526F;
}

img {
	display: block;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	color: #F51B13;
}

h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #19526F;
}

h2.side {
	margin: 3px 0px 8px 0px;
}

td {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #19526F;
}

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%;
	text-align: left;
}


/***** header *****/

table#header {
	display: none;
}

/***** menubar *****/

table#menubar {
	display: none;
}

/***** content *****/

table#container_content {
	width: 480px;
	background-color: #FFFFFF;
	margin: 0px;
}

/* hoofdmenu */

td#container_menu {
	display: none;
}

/* sidebar */

td#container_sidebar {
	display: none;
}

/* content */

td#content_streamer {
	display: none;
}

td#content {
	width: 480px;
	height: 100%;
	padding: 14px 18px 14px 18px;
	text-align: justify;
}

table#content_heading {
	width: 100%;
}

td#content_icons {
	display: none;
}

table#content_heading img {
	display: inline;
}

table#content_heading td {
	color: #F51B13;
	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: #FFFFFF;
}

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: #F51B13;
	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: #F51B13;
	background-color: #616161;
	border: none 0px;
}


/***** footer *****/

table#container_footer {
	display: none;
}

/***** 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 #2A5E81;

	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #19526F;
}

input.frm_btn {
	width: 85px;
	height: 16px;
	background-color: #2A5E81;
	border: 1px solid #487593;

	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 #2A5E81;

	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #19526F;
	
	overflow: auto;
}
