html{ }

.error{
	margin:0 10px;
	font-weight:bold;
	color:red;
}

a{
	color:#000000;
}

body{
	padding:0;
	margin:0;
	background-color:#E7F0E9;
	background-image:url('/img/bg_body.gif');
	background-repeat:no-repeat;
	background-position:center top;
	font-family:verdana;
	font-size:12px;
	color:#003D15;
}

#container{
	padding:0;
	margin:0 auto;
	width:1000px;
}
	#head{
		position: relative;
		
		padding:0;
		margin:0;
		height: 310px;
		/*height:266px;
		background-image:url('/img/bg_head.jpg');*/
		
		font-weight:bold;
		color:#fff;
	}
		img.logo{
			margin-left:10px;
		}
		#head table{
			/*float:right;*/
			
			position: absolute;
			right: 0;
			top: 0;
			z-index: 100;
	
			padding:0;
			margin:0;
			margin-top:28px;
			cursor:default;
		}		
		a.menu{
			display:block;
			padding:6px;
			padding-top:12px;
			padding-bottom:0;
			height:27px;
			color:#fff;
			text-decoration:none;
		}
		a:hover.menu{
			text-decoration:underline;
		}
			.menu { 
				padding:0;
				margin:0;
				position: relative;
			}

				div.submenu{
					display:none;
					width:118px;
					background-image:url('/img/bg_submenu.gif');
					background-repeat:no-repeat;
					background-position:center bottom;
					filter:alpha(opacity=90);
					-moz-opacity:0.90;opacity:0.90;
				}
					a.submenu{
						padding:3px;
						padding-left:8px;
						display:block;
						font-size:11px;
						color:#fff;
						text-decoration:none;
						border-bottom:1px solid #ccc;
					}
					a:hover.submenu{
						text-decoration:underline;
					}

	
	#content{
		padding:10px;
		margin:0;
		min-height:450px;
		background-color:#fff;
		background-image:url('/img/bg_content.jpg');
		background-repeat:no-repeat;
		background-position:center bottom;
	}
		.img_home{
			border: 1px solid #ccc;
		}
		.content_text{
		padding-left: 25px;
		padding-right: 25px;
		}
		h1.home{
			padding:0;
			padding-top:35px;
			padding-left:25px;
			margin:0;
			margin-bottom:15px;
			height:28px;
			width:400px;
			font-size:12px;
			font-weight:bold;
			color:#003D15;
			background-image:url('/img/bg_h1_home.gif');
			background-repeat:no-repeat;
			background-position:top left;
		}
		h1.home_titels{
			font-size:12px;
			font-weight:bold;
			color:#003D15;
		}
		h2{
			font-size:12px;
			font-weight:bold;
			color:#F39638;
			margin-bottom: 0px;
		}
		p{
			padding:0;
			margin:0;
			margin-bottom:15px;
		}
		div.index-afbeeldingen{
			float:right;
			margin-left:15px;
		}
		.home_right{
			float: right;
			clear: right;
			width: 240px;
			height: 163px;
			margin-bottom: 15px;
			margin-left: 15px;
		}
			.home_right_titel{
				width: 228px;
				height: 26px;
				margin: 0px;
				padding-left: 12px;
				padding-right: 0px;
				background-color:#fff;
				border-top: 1px solid #F5F6F1;
				line-height: 26px;
				vertical-align: middle;
				font-size:12px;
				font-weight:bold;
				color:#86A176;
			}
		.home_right_content{
			height: 100px;
			padding-top: 10px;
			padding-left: 15px;
			line-height: 18px;
			color: #744429;
			font-size: 11px;
			background-color:#F5F6F1;		
		}

	#bottom{
		padding:0;
		margin:0;
		width:1000px;
		height:74px;
		background-image:url('/img/bg_bottom.gif');
	}
		td.bottomtext{
			padding:0;
			margin:0;
			padding-top:13px;
			font-weight:bold;
			color:#fff;
		}
			td.bottomtext a{
				color:#fff;
			}
			td.bottomtext a:hover{
				text-decoration:none;
			}
		td.bottomlinks{
			padding-top:23px;
			color:#9D9D9D;
			font-size:10px;
		}
			td.bottomlinks a{
				color:#9D9D9D;
				text-decoration:none;
			}
			td.bottomlinks a:hover{
				text-decoration:underline; 
			}
