html, body {
	margin: 0px;
	padding: 0px;	
	height: 100%
	}

body 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFEBD7;
	background: url(afbeeldingen/achtergrond.jpg) repeat-x fixed 0px 0px;
    }

p	{
	margin-top: 0px;
	}

H1 	{
	font-size: 2em
	}

H2 {font-size:1.5em
	 }

H3 {font-size: 1.25em}

a:link, a:visited { 
	color: #EC7600;
    	}

a:hover {
	color: #FF9F0F;
    	}

li li {font-size: 1em}

#container1 {
	background: url(afbeeldingen/zone-i.jpg) no-repeat fixed 0px 0px;
	width: 230px;
	text-align: left;
	min-height: 100%;
	height: 100%;
	}

#container2 {
	margin: 0px 0px 0px 230px;
	background: #48B6FF;
	width: 620px;
	text-align: left;
	min-height: 100%;
	height: 100%;
	border-top: none;
	border-right: thin solid #FFEBD7;
	border-bottom: none;
	border-left: thin solid #FFEBD7;
	}
	
#header {
	height: 130px;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	margin-top: 0px;
	border-bottom: thin solid #FFEBD7;
	background-image: url(afbeeldingen/header.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	text-align: left;
    }

#headertext {
	width: 615px;
	position: absolute;
	left: 240px;
	top: 0px;
	font-size: 40px;
	font-style: italic;
	color: #EC7600;
	}

#main {
	width: 605px;
	position: absolute;
	left: 240px;
	top: 160px;
	}
	
#menu {
	font-size: 0.875em;
	font-weight: bold;
	width:30em;
	position: absolute;
	left: 230px;
	top: 130px;
	   	}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
    	}


#menu li {
    float:left;
	margin: 0 0.5em;
	padding: 0;
  	}

#menu li a:link, #menu li a:visited { 
	text-decoration: none;
	color: #EC7600;
    	}

#menu ul li a:hover {
	text-decoration: none;
	color: #FF9F0F;
    	}
