@import url("menu.css");

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

body
{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
	height:100%;
	background:#9a9a9a;
	margin:0px;
	padding:0px;
}

input, option, textarea, select
{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
}

a img{ border:0px; }

#site
{
	background-color:#2f2f2f; 
	width:1000px;
	margin: 0px auto 0px auto;
	text-align:left;
	border:2px solid #000000;
	border-top:0px;
}

#header
{
	height:250px;
	width:100%;
	border-bottom:2px solid #000000;
}
#header h1{ display:none; }

.header{ background: #000000 url(headers/header.jpg) no-repeat left top; }
.header1{ background: #000000 url(headers/header1.jpg) no-repeat left top; }
.header2{ background: #000000 url(headers/header2.jpg) no-repeat left top; }
.header3{ background: #000000 url(headers/header3.jpg) no-repeat left top; }
.header4{ background: #000000 url(headers/header4.jpg) no-repeat left top; }

#balk{ position:relative; width:100%; height:104px; background:#FFFFFF; border-bottom:7px solid #ff7900; }
#balk a#logo_link{ position:absolute; top:7px; left:22px; }
#balk #searchbalk{ position:absolute; right:10px; bottom:10px; width:185px; height:30px; }
#balk #searchbalk input{ position:absolute; border:1px solid #000000; background:#303030; color:#FFFFFF; margin:0px; padding:0px;}
#balk #searchbalk .search{ left:0px; background:#303030 url(images/search.png) no-repeat left; height:19px; padding:4px 5px 0px 25px; }
#balk #searchbalk .submit{ right:0px; height:25px; width:32px; }

#menu{ border-top:2px solid #000000; width:100%; height:25px; }

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

.kop
{
	color:#FFFFFF;
	font-weight:normal;
	height:20px;
	padding:0px 5px;
	line-height:20px;
	cursor:pointer;
	border-bottom:2px solid #000000;
	border-top:2px solid #000000;
}

h2
{
	background-color:#000000;
	font-size:11px;
	text-align:center;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	height:20px;
	line-height:20px;
}

#left
{
	float:left;
	display:block;
	width:17%;
	margin:0px;
	padding:0px;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	min-height:450px;
}

#main
{
	float:left;
	width:66%;
	margin:0px -2px;
}

#main ul
{
	list-style:disc;
	margin-left:15px;
}

.toggle_image_l{ float:right;}
.toggle_image_r{ float:left;}

#content { width:100%; margin:0px auto; line-height:180%;}
#content p{ margin-bottom:20px; background:#494949; padding:10px; }

#breadcrumbs{ margin:25px 0px 25px 25px; }
#breadcrumbs a{ color:#ffffff;  }
#breadcrumbs span{ font-size:18px; color:#ff7900;  }

#right
{
	display:block;
	float:right;
	width:17%;
	margin:0px;
	padding:0px;
	border-bottom:2px solid #000000;
	border-left:2px solid #000000;
	min-height:450px;
}

.close_panel{ height:5px; background-color:#000000; }

.panel_content
{
	min-height:50px;
	text-align:center;
	padding:15px 0px;
}

#footer
{
	background:#ff7900;
	border-top:2px solid #000000;
	margin: 0px 0px 0px 0px;
	text-align:center;
	line-height:15px;
	font-weight:bold;	
	color:#000000;
	width:100%;
	height:15px;
}
#footer span{ color:#ffffff;  }
#footer a { color:#000000; text-decoration:none; }
#footer a:hover{ color:#ffffff; text-decoration:underline; }

.clear{ clear:both; }
.left{ float:left; }
.right{ float:right; }
.notification{ color:#FF7300; font-weight:bold; }
.kantlijn{ padding:0px 25px 25px 25px; }
fieldset{ border:0px solid #FF7300; }
legend{ font-weight:bold; color:#FFFFFF; }
input, textarea{ font-family:Tahoma, Verdana, Arial; font-size:11px; padding:0px; margin:1px;}
label{ cursor:pointer; }

.w_100{ width:100%;}
.w_90{ width:98%;  margin:0px; }
#advanced_content fieldset{ border:0px solid #ffffff; text-align:left; padding:5px 15px; }
#geschiedenis_content ul { margin-left:14px; }

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

dl dt
{ 
	margin:0px 5px;
	width:125px;
	min-height:20px;
}

dl dd
{
	margin:-20px 0px 0px 125px;
	min-height:20px;
}


