body{
	font-family:Arial, Helvetica;
	font-size: 13px;
	margin: 0px;
	background:#fff5c7 url(/images/gfx/body_bg.jpg) 0px 0px repeat-x;
}
big{font-size:150%}
td{
	font-family:Arial, Helvetica;
	font-size: 13px;
}

img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1{
	color:#004f6f;
	font-size:18px;
}

h3{
	font-style: italic;		
}
h4 {
	color:#386070;
	font-size:12px;
}

#container{
	width:860px;
	position:relative;
	text-align:left;
	display:block;
	background:#fff url(/images/gfx/content_bg.gif) 0px 71px repeat-x;
	border-right:1px solid #d8dbdc;
	border-bottom:1px solid #d8dbdc;
	border-left:1px solid #d8dbdc;
	}

	#header{
		background:url(/images/gfx/top_man.jpg) 396px 0px no-repeat;
		text-align:left;
		height:70px;
		border-bottom:1px solid #d3d0be;
		}

	#content{
		margin:25px 0 0 210px;
		}
		#text{
			width:460px;
			float:left;
			}
			#text a{
				color:#004f6f;
				text-decoration:underline;
				}
				#text a:hover{
				
				}
		#contentimg{
			width:460px;
			background:url(/images/gfx/content_image_bg.jpg) 0px 0px repeat-y;
			margin:0 0 12px;
			}
		
	#menu{
		position:absolute;
		top: 96px;
		margin:0 20px;
		width: 170px;
		z-index:915;
		}
		#menu ul, #menu li{
			background:#fff;
			list-style:none;
			margin:0;
			padding:0;
			}
		#menu ul li:first-child{
			background:#ffe04b url(/images/gfx/menu_header_bg.gif) 0px 0px repeat-x;
			border-top:1px solid #ffd50a;
			border-bottom:1px solid #e3b600;
			text-align:left;
			}
		#menu li{	
			line-height:26px;
			font-weight:bold;
			color:#06536f;
			text-align:left;
			float : left;
			width:100%;
			}
		#menu ul li a{
			text-decoration: none;
			display: block;
			border-right:1px solid #dedfdf;
			border-bottom:1px solid #dedfdf;
			border-left:1px solid #dedfdf;
			color:#06536f;
			padding:0 0 0 10px;
			}
		#menu ul li a:hover{
			color: #fff;
			background:#06536f;
			}
		#menu p{
			color:#386070;
			font-size:12px;
			line-height:20px;
			margin:13px 0 0;
			padding:3px;
			}
		#menu p a{
			
			}

		#menu ul li ul { /* second-level lists */
			position : absolute;
			width:170px;
			left: -999em;
			margin-left : 170px;
			margin-top : -28px;

			z-index:5;
			background:white;
		}
		
		#menu ul li ul li:first-child{
			background:#fff;
			border-top:1px solid #dedfdf;
			border-bottom:0px;
			text-align:left;
			}
		
		#menutext{
			color:#386070;
			font-size:12px;
			line-height:20px;

			padding:3px;
			}
		
	#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
		left: -999em;
	}
	
	#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#menu ul.over li a{color:#646464;}
			
	#sidebar{
		float:left;
		text-align:center;
		margin:0 0 0 20px;
		}
		.blokje p, .blokje_bottom p{
			margin:4px 0 20px;
			}
		.blokje a, .blokje_bottom a{
			color:#7295a3;
			font-weight:bold;
			text-decoration:none;
			}
		#sidebar a:hover, .blokje_bottom a:hover{
			
			}
		.blokje, .blokje_bottom{
			width:150px;
			height:122px;
			margin:0 0 20px;
			background:url(/images/gfx/right_blok_bg.jpg) 0px 0px no-repeat;
			}
		.blokje{
			background:url(/images/gfx/right_blok_bg.jpg) 0px 0px no-repeat;
			}
		.blokje_bottom{
			background:url(/images/gfx/right_blok_bottom_bg.jpg) 0px 0px no-repeat;
			}
		.blokje h3, .blokje_bottom h3{
			color:#cca600;
			font-weight:bold;
			font-style:normal;
			font-size:16px;
			margin:0px;
			padding:10px;
			}

#copyright{
	padding:15px 0px 15px 6px;
	font-size:12px;
	color:#7f6d21;
	bottom:0px;
}
#copyright a{
	color:#7f6d21;
	text-decoration:none;
}
#copyright a:hover{
	color:#7f6d21;
	text-decoration:none;
}

#end{
	clear:both;
	position:relative;
	width:650px;
	}
	
#menuend{
	clear:both;
	position:relative;
	margin:0 0 15px;
	}
	
textarea{
	height:150px;
	width:450px;
	border:1px solid #bbb;
	}