@charset "utf-8";
/* CSS Document */

p {
padding: 0;
}

html	{
overflow: auto;
overflow-x: hidden;
height: 100%; /* h��l belangrijk */
scrollbar-face-color:#808080;
scrollbar-highlight-color:#BCBCBC;
scrollbar-3dlight-color:#DADADA;
scrollbar-darkshadow-color:#4E4E4E;
scrollbar-shadow-color:#626262;
scrollbar-arrow-color:#DADADA;
scrollbar-track-color:#9E9E9E;

	}

body {
height: 100%; /* h��l belangrijk */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: normal;
color: #000;
background-image: url(/images/achtergrond.jpg);
background-position: top;
background-repeat: no-repeat;
text-align: center;
background-color: #CCCCCC;
margin: 0;
padding: 0;
}

#container {
width: 900px;
margin: 0 auto;
text-align: left;
position: relative;
min-height: 100%;
height: auto !important; /* voor moderne browsers */
height: 100%; /* voor IE */
background: #FFFFFF;
}
#header{
	height:90px;
	background: #FA6E1E;
	background-image: url(/images/header.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding: 70px 0 0 750px;
	font-size: 10px;
}
#menu{
	height:50px;
	width: 900px;
	background: #FA6E1E;
	visibility: visible;
	text-align: center;
	}
#inhoud {
  	padding: 35px;
	margin: 0px;
	line-height: 110%;
}
#footer {
position: absolute;
bottom: 0; /* heel belangrijk */
width: 100%;
background: #525252;
height: 40px;
font-size: 10px;
line-height: 40px;
text-align:center;
color: #FFFFFF;
}

h1	{
	color: #E41A16;
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}

h2	{
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}

h3	{
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}

h4	{
	font-weight: bold;
	font-style: normal;
	text-align: left;
}

#inhoud a	{
	color: #000000;
	text-decoration: underline;
}

#inhoud a:visited {
	text-decoration: underline;
	color: #000000;
}

#inhoud a:hover {
	text-decoration: none;
	color: #E41A17;
}

#inhoud a:active {
	text-decoration: none;
	color: #E41A17;
}

a img {
	border-style: none;
	}

table	{
	border: #cccccc groove 2px;
	}

a.readmore {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 12px;
    background: url('/images/arrow.gif') no-repeat 0 6px;
    font-style: italic;
    text-decoration: none;
}
a:hover.readmore {
    color: #000;
}

#footer a	{
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
	color: #E41A17;
}

#footer a:active {
	text-decoration: none;
	color: #E41A17;
}

