@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
p {
	padding: 5px 0;
	line-height: 18px;
}
ul {margin-left:25px;}
html, body {
	height: 100%; /* héél belangrijk */
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #AE6805;
	background: #000;
}
#container {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	background-image:url(../images/mainbg.jpg);
	background-repeat:repeat-y;
}
#header{
	height:230px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#menu {
	height:35px;
}
#submenu {
	margin-left:37px;
	margin-right:30px;
	padding-bottom:10px;
	background-color:#000;
	color:#989000;
	font-size:12px;
}
#menutopline{
	height:5px;
	background-image:url(../images/menutopline.jpg);
	background-repeat:no-repeat;
} 
#sfeerbeeld {
	height:198px;
	background-image:url(../images/sfeerbeeld.jpg);
	background-repeat:no-repeat;
}
#links {
	width:260px;
	font-size:13px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	float:left;
}
#leftimage {
	padding-left:5px;
}
#rechts {
	width:539px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	float:left;
}
#footer {
	position: absolute;
	bottom: 0; /* heel belangrijk */
	width: 100%;
	height: 45px;
	text-align:center;
	color:#989000;
	background-color:#000;
}
#onder {
	background-color:#000;
	height:10px;
	background-image:url(../images/footerlijn.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
h1 {font-size:16px; color:#989000; font-weight:normal; padding-bottom:5px;}
h2 {font-size:16px; color:#AE6805; font-weight:normal; padding-bottom:5px;}
.olijf {color:#989000;}
#submenu a:link {color:#989000; text-decoration:none;}
#submenu a:visited {color:#989000; text-decoration:none; }
#rechts a:link {color:#989000;}
#rechts a:visited {color:#989000;}
