﻿* {
	padding: 0;
	margin: 0;
	word-spacing: 0;
	border: 0;
	border-spacing: 0;
}

html, body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-image: url('../images/layout/background.gif');
	background-repeat: repeat-x;
	background-color: #bcbcbc;
	color: #666666;
}

a 		{color: #000000; text-decoration: underline;}
a:hover {color: #000000; text-decoration: none;}

/* Standard styling */
p{
	clear: both;
	padding: 3px 0px;
}
ol, ul{
	margin-left: 50px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
	color: #CA291A;
}
h3 {
	font-size: 14px;
	font-weight: 600;
	padding-top: 25px;
	padding-bottom: 3px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
	color: #666666;
}

input, textarea {
	border:1px solid #CA2819;
	color: #47474A;
}
input.submit{
	background-color: #CA2819;
	color: #ffffff;
}
/*styling*/

#tabben {
	clear:both; 
	padding-top:15px; 
	display:none;
	z-index: 9px;
}
	#tabben img{
		margin-bottom: 2px;
		margin-top: 2px;
	}
	
.vgt_container {
	text-align:right; 
	height:35px;
}	
	.vgt {
		width: 600px;
		z-index: -999;
	}
		.vgt_border{
			margin: 0 auto;
			background-color:#000;
			border:2px solid #000;
			z-index: -99;
		}
.list_tr{
	height: 1px;
	background-color: #BF706A;
}	

/* lay-out */
#container_full {
	margin: 0 auto;
	width: 995px;
}
	/* header */
	#container_header_1 {
		padding-top: 23px;
	}
	#container_header_2-1 {
		float: left;
		height: 119px;
		width: 232px;
	}
	#container_header_2-2 {
		float: left;
		height: 119px;
		width: 193px;
	}
	#container_header_2-3 {
		float: left;
		height: 119px;
		width: 570px;
		background-color: #CA291A;
	}
	#container_status {
		clear: both;
		padding-left: 10px;
		padding-top: 2px;
		height: 33px;
		width: 985px;
		background-image: url('../images/layout/background_status.gif');
		background-repeat: repeat-x;
		color: #FFFFFF;
		font-size: 10px;	
	}
		#container_status a {
			color: #FFFFFF;
			text-decoration: underline;
		}
			#container_status a:hover {
				color: #FFFFFF;
				text-decoration: none;
			}
	/* body */
	#container_body {
		clear: both;
		width: 995px;	
		background-color: #FFFFFF;
	}
		#container_body_menu {
			float: left;
			width: 150px;
			padding-left: 15px;
		}	
		#container_body_content {
			float:left;
			width: 600px;
			padding: 0 20px 0 0;
		}
			#container_body_contact_left{
				float:left;
				width: 275px;
			}
			#container_body_contact_right{
				float:left;
				margin-left: 15px;
				width: 290px;
				padding-left: 10px;
				border-left: #666666 2px dotted;
			}
			
			#container_body_historiek {
				background-image: url('../images/content/historiekJaarBoog.png'); 
				height:15px; 
				width:325px; 
				padding:13px 0 0 270px; 
				color:#BF706A; 
				font-weight: bold;
			}
						
		#container_body_right {
			float:left;
			width: 195px;
			padding-right: 15px;
			text-align:right;
		}
			.container_body_right_kolom {
				width: 175px;
				height: 22px;
				background-image: url('../images/layout/background_kolom.gif');
				background-repeat: repeat-x;
				text-align:left;
				color: #FFFFFF;
				padding-left: 10px;
				padding-top: 1px;
			}
			.container_body_right_kolom_body {
				width: 183px;
				border-top: 0;
				border-left: 1px solid #47474A;
				border-right: 1px solid #47474A;
				border-bottom: 1px solid #47474A;
				margin-top : -1px;
				text-align: left;
				font-size: 10px;
				color: #000000;
			}
			.container_body_right_kolom_body ul {
				list-style-image:url('../images/content/ul_round_red.png');
				margin: 0 0 0 20px;
				padding: 10px 5px 0 0;
			}
			.container_body_right_kolom_body li {
				padding: 0 0 10px 0;
			}
			.container_body_right_kolom_body a {
				color: #CA2719;
				font-size: 10px;
				text-decoration: none;
				font-weight: bold;
			}
			.container_body_right_kolom_body a:hover {
				color: #BF706A;
				font-size: 10px;
				text-decoration: none;
			}			
			
		#container_body_bottom {
			clear: both;
			width: 995px;
			height: 25px;
		}
	
	/* bottom */
	#container_bottom {
		clear: both;
		width: 990px;
		height: 14px;
		padding-left: 5px;
		padding-top: 3px;
		background-color: #565656;
		color: #cccccc;
		font-size: 10px;
	}
		#container_bottom a {
			color: #cccccc;
			text-decoration: none;
		}
		#container_bottom a:hover {
			color: #cccccc;
			text-decoration: none;
		}
		
#menu1{
	background-color: #FFFFFF;
	padding-top: 80px;
	padding-left: 25px;
	height: 55px;
	width: 575px;
	margin: 0 auto;
	color: #CB2B1C;
	font-size: 10px;
	font-weight: normal;
	display: none;
	/*border: 1px solid red;*/
} 		