*{
padding:0;
margin:0;
}

ul li{
margin-left:20px;
}

p {
padding: 1em 0;
line-height: 1.5em;
}

A:link
{
	color: #000000;
	text-decoration: none;
}

A:visited
{
	color: #000000;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

A:active
{
	text-decoration: underline;
}

html, body {
height: 100%; /* héél belangrijk */
font: normal 12px verdana;
color: #000;
background: #ddd;
text-align: center;
}

#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: #FFF;
border-left: 0px solid #555;
border-right: 0px solid #555;
background: url("gfx/background.jpg");
background-repeat: repeat-y;
}

#header{
height:250px;
background: #b1aea9;
border-bottom: 0px solid #555;
background: url("gfx/header_newest.jpg");
}

#inhoud {
}

#footer {
border-top: 0px solid #555;
position: absolute;
bottom: 0; /* heel belangrijk */
width: 100%;
background: #b1aea9;
color: #fff;
height: 20px;
line-height: 20px;
text-align:center;
}

#mainmenu
{
   margin: 0;
   padding: 0;
   
}
#mainmenu li
{
   list-style-type: none;
   width: 185px;
   height: 31px;
   margin: 0px;
   padding: 0;
   border: 1px;
   border-bottom: 1px solid white;
}
#mainmenu li a
{
   display: block;
   width: 185px;
   height: 24px;
   color: #ffffff;
   font-family: verdana;
   font-size: 14px;
   text-decoration: none;
   padding-top: 7px;
}
#mainmenu li a:hover
{
	background-color: #014d9e;
	background: #014d9e;
	color: #ffffff;
	font-family: verdana;
	font-size: 14px;
	text-decoration: none;
	padding-top: 7px;
	width: 180px;
	border-right: 5px solid #ffffff;
}

#mainmenu li a.sel
{
	background-color: #b1aea9;
	color: #ffffff;
	font-family: verdana;
	font-size: 14px;
	text-decoration: none;
	padding-top: 7px;
	width: 180px;
	border-right: 5px solid #ffffff;
}

#mainmenu li a.sel:hover
{
	background-color: #014d9e;
	background: #014d9e;
}

#submenu
{
   margin: 0;
   padding: 0;
   
}
#submenu li
{
   list-style-type: none;
   width: 185px;
   height: 22px;
   margin: 1px;
   padding: 0;
   border: 0px;
}
#submenu li a
{
   display: block;
   width: 181px;
   height: 15px;
   color: #ffffff;
   font-family: verdana;
   font-size: 12px;
   text-decoration: none;
   padding-top: 7px;
}

#submenu li a:hover
{
	color: #ffffff;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	padding-top: 7px;
	width: 175px;
	border-right: 5px solid #ffffff;
}

#submenu li a.sel
{
	color: #ffffff;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	padding-top: 7px;
	width: 175px;
	border-right: 5px solid #ffffff;
}

#submenu li a.sel:hover
{
	color: #ffffff;
}

