/* Algemeen */

body {
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	width:100%;
	height:100%;
	color:#000000;
	font: 70%/1.3em Verdana, arial, helvetica, sans-Serif;
	text-align:center;
	background-color:#FFFFFF;
	background-image:url(images/bodyback.jpg);
	background-position: top center;
}

#oudebrowsers {
	display:none;
}

/* Opmaak teksten */

h1 {
	font: normal small-caps 24px verdana, Times, Arial, sans-Serif;
	color: #ab5225;
	text-align:center;
	padding:5px 0px 5px 0px;
	margin:0px auto;
}

h2 {
	font-family: verdana, Times, Arial, sans-Serif;
	font-size: 18px;
	font-weight: normal;
	color: #AA0000;
	margin-bottom: 5px;
}

h3 {
	font-family: verdana, Times, Arial, sans-Serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #ab5225;
}

p {
	margin:10px 0px 10px 0px;
	line-height: 1.6em;
	color: #5E605B;	
}

p:first-letter {
	color: #C0C3BB;
	float: left;
	margin:0px 2px;
	font: normal normal 460% verdana, Times, Arial, sans-Serif;
}

/* Opmaak plaatjes */

.imgover {
	border: 0px solid #323232;
}

img {
	border:0px;
}

.foto {
	background-color: #ffffff;
	padding:3px;
	margin:5px;
	border: 1px solid #4B4E4C;
}

/* Opmaak links */

a {
	color: #7B4200;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer a {
	color: #FFFFFF;
	font: italic bold 1.63em verdana, Times, Arial, sans-Serif;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	font: italic bold 1.63em verdana, Times, Arial, sans-Serif;
	text-decoration: underline;
}



/* Menu */

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 253px; /* Width of Menu Items */
}

#navigation ul li {
	position: relative;
}
	
#navigation li ul {
	position: absolute;
	left: 250px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width: 410px;
	border: 1px solid #cccccc;
}

/* Styles for Menu Items */
#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #ab5225;
	background: #FFFFFF; /* IE6 Bug */
	padding: 6px;
	border-bottom:1px solid #CCCCCC;
}

/* Fix IE. Hide from IE Mac \*/
* html #navigation ul li { float: left; height: 1%; }
* html #navigation ul li a { height: 1%;  }
/* End */

#navigation ul li a:hover { color: #000000; background:#eaeaea } /* Hover Styles */
#navigation li ul li a { border-color:#A9ACA3; padding: 4px 13px; filter:alpha(opacity=100); -moz-opacity:.99; opacity:.99; background: #eaeaea; } /* Sub Menu Styles */
#navigation li:hover ul a:hover, #navigation li.over ul a:hover { color:#000000; background: #eaeaea; filter:alpha(opacity=100); -moz-opacity:.99; opacity:.99;  } /* Mouseover Subitems */
#navigation li:hover ul, #navigation li.over ul { display: block; } /* The magic */

/* opmaak overig */

#content ul, #content ul ul {
	color:#000000;
	margin-left:25px;
	list-style-image: none;
	list-style-type: circle; 
}

#content ol, #content ol ol {
	color:#000000;
	margin-left:25px;
}

#sidebar ul{
	margin:0px;
	color:#000000;
	list-style-image: none;
	list-style-type: none; 
}

#sidebar ul li{
	padding:3px;	
	border-bottom:1px solid #ededed;	
}

input, textarea {
	color: #000000;
	font-size: 1.0em;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #8F8F8F;
}

.input {
	background-color: #ffffff;
	border: 1px solid #8F8F8F;
}

.inputbutton {
	background-color: #C15600;
	font-weight: bold;
	color:#FFFFFF;
	border: 1px solid #000000;
}

/* site layout */

#container {
	
	margin:0px auto;
  	width: 782px;
	text-align:left;
	background-color:#ffffff;
	border:1px solid #eaeaea;
}

html>body #container {
	margin:0px auto;
  	width: 782px;
	text-align:left;
}

#header {
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	border-top:1px solid #FFFFFF;
	height:204px;
	text-align:left;
	margin:0px auto;
	color:#ffffff;
}

#headertext {
	text-align:left;
	width:auto;
	padding:170px 40px 00px 60px;
}

#content {	
	text-align:left;
	padding: 00px 35px 0px 35px;
	width:auto;
	margin-left:253px;
	margin-top:0px;
	border-left:0px solid #B94F09;
}

#navigation {
	color:#FFFFFF;	
	float:left;
	padding: 0px 0px 0px 0px;
	width:234px;
	margin-left:1px;
	font: normal normal 14px verdana, sans-Serif;
}

#sidebar {
	float:right;
	width:130px;
	border:1px solid #ededed;
	margin:10px;
}

#footer {
	background: url('images/footer.jpg') no-repeat; 
	text-align: center;
	color: #FFFFFF;
	width:auto;
	height:47px;
	border-bottom:1px solid #FFFFFF;
	padding:43px 0px 3px 0px;
	margin:0px auto;
	clear: both;
}

.expotable1 {
	border-bottom: 1px solid #DC875F;
	width: 25%;
	}
.expotable2 {
	border-bottom: 1px solid #DC875F;
	width: 25%;
	}
.expotable3 {
	border-bottom: 1px solid #DC875F;
	width: 25%;
	}
.expotable4 {
	border-bottom: 1px solid #DC875F;
	width: 25%;
	}