
body {

font-family: Verdana, Geneva, Arial,
  sans-serif;
	color: black;
	text-align: left;
	font-size: 12px;
	
background: url("images/achtergrondbody.jpg");
	overflow: auto;
		
}


a:link {color: white; Text-Decoration: none; font-size: 12px;}
  
a:visited {color: white; font-size: 12px; Text-Decoration : none;}
a:hover { color: white; font-size: 12px; Text-Decoration : underline;}
a:active {color: #8B0000; font-size: 12px; Text-Decoration : none;}


#pagina {
	
	width: 960px;
	margin: 0 auto;
	
}



#top {

	height: 220px;
	background-color: white;
	border-bottom: 5px solid maroon

}



#menutop {

	background-color: maroon;

	height: 40px;
	margin-top: -70px;
	z-index:2;
	clear: both;
	
	}







#container1 {

	
	width: 150px;
	height: auto;
	float:left;
	margin-top: 50px;
	background-color: white;
	border-right: 5px solid orange;
	border-top: 5px solid orange;
	width: 150px;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	z-index:2;
		
	}

#container2 {

	
	float:left;
	margin-top: 50px;
	margin-left: 0px;
	width: 730px;
	height: auto;
	padding: 20px;
	border-right: 5px solid maroon;
		
	background: url("images/achtergrond.jpg");
	background-position: 5px 180px;
	background-repeat: repeat-y;
	
	
		
	}

	

#footer {
    background-color: maroon;
    float: left;
    height: 20px;
    margin-left: 180px;
    width: 770px;


}










