
html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow:hidden;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;

	font-family: Arial, sans-serif;
	font-size: 11px;
	color: black;
	background: url(/visuals/basis/bg.gif) top left;
	background: #3F3E3E;
	overflow:hidden;
}

h1 {
	padding-bottom:15px;
	margin:0px;
	font-size: 12px;
	font-weight: bold;
	color: #D60000;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

table, td, tr {
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: underline;
	color: #d60000;
}
a:visited {
	text-decoration: underline;
	color: #d60000;
}
a:hover {
	text-decoration: underline;
	color: black;
}
a:active {
	text-decoration: underline;
	color: #d60000;
}

input {
	width: 200px;
	border: 1px solid black;
	background: white;
}

select {
	width: 204px;
	border: 1px solid black;
	background: white;
}

textarea {
	width: 200px;
	height: 80px;
}

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

.checkbox {
	border: 0px;
	width: 40px;
}

.form_button {
	background: white;
	border: 1px solid black;
	width: 204px;
}

.center_hor {
	position: relative;
	height: 100%;
	width: 760px;
	margin: 0px auto 0px auto;
}


/* Verticaal menu*/

#menu_ver {
	position:absolute;
	top:59px;
	left:0px;
	z-index:100;
	width:144px;
}

#menu_ver a, #menu_ver h2 {
	display:block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin: 0px;
	margin-left:1px;
	min-height:15px;
	padding: 5px 2px 5px 12px;
	text-decoration: none;
	color: #ffffff;
	background: #3F3E3E url(/visuals/basis/dash_hor.gif) top left repeat-x;
}

#menu_ver a:hover, #menu_ver a:active {
	color: #ffffff;
	background: #D60000 url(/visuals/basis/dash_hor.gif) top left repeat-x;
}

#menu_ver ul{
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;
}

div#menu_ver li, div#menu li:hover{
	position:relative;
}

div#menu_ver li ul{
	position:absolute;
	top:0px;
	left:100%;
	display:none;
}

div#menu_ver ul ul,
div#menu_ver ul ul ul,
div#menu_ver ul li:hover ul ul,
div#menu_ver ul li:hover ul ul ul{
	display:none;
}

div#menu_ver ul li:hover ul,
div#menu_ver ul ul li:hover ul,
div#menu_ver ul ul ul li:hover ul {
	display:block;
}

.module_block {
	background: #eeeeee;
	width: 120px;
	width: 120px;
	margin-bottom: 20px;
	padding: 5px;
}

.login_form {
	width: 120px;
	font-size: 11px;
	font-weight: normal;
}

.login_form p {
	margin: 0px;
}

.login_form input {
	width: 116px;
	height: 16px;
}

.login_form .form_button {
	width: 120px;
	height: 20px;
	font-size: 11px;
}

.login_form .checkbox {
	width: 40px;
	border: 0px;
}

.login_form .username {
	text-align: center;
}

.navigation {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #666666;
}

.news_item {
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

.news_title {
	font-weight: bold;
}

.news_date {
	margin-left: 10px;
	font-size: 10px;
}

.news_author {
	position: absolute;
	font-style: italic;
	right: 10px;
}

.news_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_options {

}

.news_options a:link, .news_options a:visited, .news_options a:hover, .news_options a:active {
	color: #666666;
}

.jobs_item {
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

.jobs_title {
	font-weight: bold;
}

.jobs_date {
	margin-left: 10px;
	font-size: 10px;
}

.jobs_author {
	position: absolute;
	font-style: italic;
	right: 10px;
	display: none;
}

.jobs_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.jobs_options {

}

.jobs_options a:link, .jobs_options a:visited, .jobs_options a:hover, .jobs_options a:active {
	color: #666666;
}

.ghosted {
	color: #999999;
}

.ghosted a:link, .ghosted a:visited, .ghosted a:hover, .ghosted a:active {
	color: #999999;
}

.quote {
	margin: 10px 30px 10px 30px;
	padding: 10px;
	background: white;
}

.guestbook_message {
	position: relative;
	margin: 0px auto 0px auto;
	width: 90%;
}

.guestbook_message .ghosted {
	color: #cecece;
}

.guestbook_message .ghosted a {
	color: #cecece;
}

.guestbook_name {
	font-weight: bold;
	font-style: italic;
}

.guestbook_datetime {
	position: absolute;
	right: 0px;
	font-style: italic;
}

.guestbook_ip {
	font-style: italic;
	margin-left: 10px;
}

.guestbook_host {
	font-style: italic;
	margin-left: 10px;
}

.guestbook_divisor {
	margin: 0px auto 10px auto;
	width: 75%;
	height: 10px;
	border-bottom: 1px solid #959697;
}

.guestbook_form {
	margin: 0px auto 0px auto;
	width: 200px;
}

.guestbook_form p {
	margin: 0px;
}

.guestbook_form input {
	width: 200px;
	border: 1px solid #47484A;
}

.guestbook_form select {
	width: 200px;
	background: white;
	border: 1px solid black;
}

.guestbook_form textarea {
	width: 200px;
	background: white;
	border: 1px solid black;
}


.left_image {
	margin-right: 10px;
}

.right_image {
	margin-left: 10px;
}

/* Site layout (table old) */

.layout_tbl 
{
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ffffff;
}

.layout_col_top
{
	width:760px;
	height: 10px;
	background: #d60000 url(/visuals/basis/dash_hor.gif) bottom left repeat-x;
}

.layout_col_bottom
{
	width:760px;
	height: 10px;
	background: #d60000 url(/visuals/basis/dash_hor.gif) top left repeat-x;
}

.layout_col_menu
{
	width:145px;
	background: #3f3e3e url(/visuals/basis/dash_ver.gif) top right repeat-y;
}

.layout_col_title
{
	width: 615px;
	height: 210px;
	background: #d60000;
}

.layout_col_title_border
{
	position:relative;
	width:614px;
	height:20px;
	top:130px;
	background: url(/visuals/basis/dash_hor.gif) bottom left repeat-x;
}

.layout_title
{
	position:relative;
	left:0px;
	top:0px;
	width:615px;
	height:60px;
			background: url(/visuals/basis/kop.png) top left no-repeat;
			
}

.layout_col_content
{
	width: 615px;
	background:#ffffff;
}

.layout_content
{
	width:585px;
	padding-top: 15px;
	padding-left: 15px;
}



/* Site layout (div new) */

.layout2_col_top
{
	position:absolute;
	top:10px;
	width:760px;
	height: 10px;
	font-size:2px;
	background: #d60000 url(/visuals/basis/dash_hor.gif) bottom left repeat-x;
}

.layout2_col_bottom
{
	position:absolute;
	bottom:10px;
	width:760px;
	height: 10px;
	font-size:2px;
	background: #d60000 url(/visuals/basis/dash_hor.gif) top left repeat-x;
}

.layout2_col_bottom_inactive_left
{
	position:absolute;
	left:-760px;
	bottom:10px;
	width:760px;
	height: 10px;
	font-size:2px;
	background: #ffffff url(/visuals/basis/dash_hor.gif) top left repeat-x;
}

.layout2_col_top_inactive_left
{
	position:absolute;
	left:-760px;
	top:10px;
	width:760px;
	height: 10px;
	font-size:2px;
	background: #ffffff url(/visuals/basis/dash_hor.gif) bottom left repeat-x;
}

.layout2_col_top_inactive_right
{
	position:absolute;
	left:760px;
	top:10px;
	width:760px;
	height: 10px;
	font-size:2px;
	background: #ffffff url(/visuals/basis/dash_hor.gif) bottom left repeat-x;
}

.layout2_col_bottom_inactive_right
{
	position:absolute;
	left:760px;
	bottom:10px;
	width:760px;
	height: 10px;
	font-size:2px;
	background: #ffffff url(/visuals/basis/dash_hor.gif) top left repeat-x;
}

.layout2_col_inactive_left
{
	position:absolute;
	left:-760px;
	top:0px;
	width:760px;
	height: 100%;
	background: url(/visuals/basis/bg_inactive_left) bottom right no-repeat;
}

.layout2_col_inactive_right
{
	position:absolute;
	left:760px;
	top:0px;
	width:760px;
	height: 100%;
	background: url(/visuals/basis/bg_inactive_right) bottom left no-repeat;
}


.layout2_col_menu
{
	position:absolute;
	width:145px;
	top:20px;
			bottom:20px;
		background: #3f3e3e url(/visuals/basis/dash_ver.gif) top right repeat-y;
}

.layout2_col_title
{
	position:absolute;
	left: 145px;
	top:20px;
	width: 615px;
	height: 210px;
	background: #d60000;
}

.layout2_col_title_border
{
	position:relative;
	width:614px;
	height:20px;
	top:130px;
	background: url(/visuals/basis/dash_hor.gif) bottom left repeat-x;
}

.layout2_title
{
	position:relative;
	left:0px;
	top:0px;
	width:615px;
	height:60px;
			background: url(/visuals/basis/kop.png) top left no-repeat;
			
}

.layout2_col_content
{
	position:absolute;
	top:230px;
			bottom:20px;
		
	left:145px;
	width: 615px;
	background:#ffffff;
	overflow:auto;
}

.layout2_content
{
	width:570px;
	padding-top: 15px;
	padding-left: 15px;
}

.layout2_disclaimer {
	position:absolute;
	width:145px;
	bottom:1px;
	font-size:10px;
	text-align:left;
	color:#aaaaaa;
	padding:10px;
}

.layout2_disclaimer a:visited, .layout2_disclaimer a:active, .layout2_disclaimer a:link {
	color:#aaaaaa;
	text-decoration: none;
}

.layout2_disclaimer a:hover {
	color:#ffffff;
	text-decoration: none;
}

.advocaat_sel {
	color:#D60000;
}

.advocaat_tekst {
	padding:10px;
	background: #F0F0F0;
}

a.advocaat_link:visited, a.advocaat_link:link, a.advocaat_link:active {
	color:#000000;
	text-decoration: none;
}

a.advocaat_link:hover {
	color:#D60000;
	text-decoration: none;
}

#prinsenhof {
	background: #d60000 url(/visuals/basis/huisje.gif) scroll no-repeat 15px 6px;
	color: #fff;
	height: 33px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 30px 0 56px;
	width: 529px;
	position:absolute;
	bottom: 0px;
}
div.prinsenhof_title {
	height:248px;
}
div.prinsenhof_content {
	top:268px;
}