html,body {
	margin:0;
	padding:0;
	color:#512114;
	font-size:10px;
	font-family:Verdana, Arial, Sans-Serif;
}

html{
	background-color:#420a02;
}

body{
	background-color:#F6F2E6;
	background-image:url('../img/body_back.gif');
	background-repeat:repeat-x;
	background-position:top center;
}

p{
	margin:0;
	padding:0;
}

#wrap{
	border-bottom:30px solid #420a02;
}

div#container {
	width:780px;
	margin:0 auto 0 auto;
}

div#header_wrap_l {
	background-image:url('../img/round_left_top.gif');
	background-repeat:no-repeat;
	background-position:top left;
	
}

div#header_wrap_r {
	background-image:url('../img/round_right_top.gif');
	background-repeat:no-repeat;
	background-position:top right;
	height:129px;
}

#header{
	height:129px;
	width:700px;
	margin:0 auto 0 auto;
	background-image:url('../img/back_header.gif');
	background-repeat:repeat-x;
	text-align:center;
}

div#image {
	width:700px;
	margin:0 40px 0 40px;
	
	height:216px;
	
	overflow:visible !important;
	overflow:hidden;
}

#afbeelding{
	height:214px;
	width:678px;
	margin:0 auto 0 auto;
	position:relative;
	top:-19px;
	border:1px solid #430902;
	border-top-width:10px;
	
	background-image:url('../img/header2.jpg');
	background-position:top right;
}

div#middle{
	width:698px;
	margin:0 auto 0 auto;
	
	border-left:1px solid #420a02;
	border-right:1px solid #420a02;
	
	background-color:#512114;
	background-image:url('../img/back_menu_bottom2.gif');
	background-position:bottom center;
	background-repeat:repeat-x;
}

#menu{
	color:#f6f2e6;
}

.menu_l0{
	padding:8px 8px 8px 8px;
	
	background-image:url('../img/back_menu_top.gif');
	background-repeat:no-repeat;
	background-position:top right;
}

.menu_l1 div{
	padding:2px 0px 2px 0px;
}

.menu_l1{
	padding:0px 0px 2px 0px;
	overflow:hidden;
}

#menu_bottom{
	background-image:url('../img/back_menu_top.gif');
	background-repeat:no-repeat;
	background-position:top right;

	height:14px;
}

#content_wrap{
/*	width:498px;
	margin-left:0px;
	background:#f6f2e6;
	float:left;*/
}

#td_menu{
	padding-bottom:60px;
}

#td_content{
	background:#f6f2e6;
}

#content{
	padding:15px;
}

#titel{
	font-weight:bold;
	font-size:12px;
	
	padding-bottom:10px;
}

#dummy{
	clear:both;
}

div#footer_wrap_r{
	height:40px;
	
	background-image:url('../img/round_right_bottom.gif');
	background-repeat:no-repeat;
	background-position:top right;
}

div#footer_wrap_l{
	clear:both;

	height:40px;
	background-image:url('../img/round_left_bottom.gif');
	background-repeat:no-repeat;
	background-position:top left;
}

div#footer{
	height:40px;
	background-color:#420a02;
	
	width:700px;
	margin:0 auto 0 auto;
}

#footer_inhoud{
	padding-top:20px;
	text-align:center;
	color:#f6f2e6;
	
	position:relative;
	top:10px;
}

#preload{
	display:none;
}

/*           Link opmaak!                */

a:link,
a:active,
a:visited {
	color:#512114;
	text-decoration:underline;
}

a:hover {
	color:#512114;
	text-decoration:none;
}

.menu_l0 a{
	background-image:url('../img/arrow_bold.gif');
	background-repeat:no-repeat;
	background-position:center left;
	
	padding-left:13px;
	font-weight:bold;
}

.menu_l0 a.active{
	background-image:url('../img/arrow_bold_down.gif');
	background-repeat:no-repeat;
	background-position:center left;
	
	padding-left:13px;
	font-weight:bold;
}

.menu_l0 a:link,
.menu_l0 a:active,
.menu_l0 a:visited {
	color:#f6f2e6;
	text-decoration:none;
}

.menu_l0 a:hover {
	color:#f6f2e6;
	text-decoration:underline;

}

.menu_l1 a{
	background-image:url('../img/bullet.gif');
	background-repeat:no-repeat;
	background-position:center left;
	
	padding-left:7px;
	margin-left:25px;
}

.menu_l1 a:link,
.menu_l1 a:active,
.menu_l1 a:visited {
	color:#f6f2e6;
	text-decoration:none;
}

.menu_l1 a:hover {
	color:#f6f2e6;
	text-decoration:underline;

}

#footer_inhoud a{
	color:#f6f2e6;
}

#footer_inhoud a:link,
#footer_inhoud a:active,
#footer_inhoud a:visited {
	text-decoration:underline;
}

footer_inhoud a:hover {
	text-decoration:none;
}

