html,body {
margin:0;
padding:0;
height:100%; /* needed for container min-height */
background-color: #c3c3c3;
}

div#container {
position:relative; /* needed for footer positioning*/
margin:0 auto; /* center, not in IE5 */
width:800px;
background:#ffffff;

height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/

min-height:100%; /* real browsers */

background-image: url(http://www.landschapwerkgroepabcoude.nl/gfx/bg.gif);
background-repeat: repeat-y;
background-position: top left;

}

div#header {
background-color: #C1D72E;
height: 120px;
background-image: url(gfx/topbar.gif);
background-repeat: no-repeat;
}

div#header p {
font-style:italic;
font-size:1.1em;
margin:0;
}

div#content {
}

div#content div#menu{
float: left;
width: 160px;
background-color: #C1D72E;
}
div#content div#menu ul{
margin: 0px;
padding: 0px;
list-style: none;
}
div#content div#menu ul li{
height: 20px;
margin: 10px;
color: #B05B10;
font-weight: bold;
}
div#content div#menu ul li a{
color: #B05B10;
text-decoration: none;
}
div#content div#menu ul li a:hover, div#content div#menu ul li.selected a, div#content div#menu ul li.selected a:hover{
color: #ffffff;
text-decoration: none;
}
div#content div#maincontent{
width: 600px;
float: left;
margin: 20px;

}

div#footer {
position:absolute;
width:100%;
bottom:0; /* stick to bottom */
background-color: #C1D72E;
height: 22px;
}
div#footer p {
margin:0;
}
div#footer div.brown_block{
background-color: #B05B10;
height: 22px;
width: 160px;
}

form {
   margin : 0 0 0 0;
   padding : 0 0 0 0;
}

INPUT, TEXTAREA {
	position : relative;
	outline : none;
	border : none;

}


div#submenu{
	height: 25px;
	width: 600px;
	background-color: #C1D72E;
}

div#submenu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

div#submenu ul li{
height: 25px;
line-height: 25px;
margin-left: 10px;
margin-right: 10px;
color: #B05B10;
font-weight: bold;
float: left;
}
div#submenu ul li a{
color: #B05B10;
text-decoration: none;
}
div#submenu ul li a:hover, div#submenu ul li.selected a, div#submenu ul li.selected a:hover{
color: #ffffff;
text-decoration: none;
}
