/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #ac2105;
}

h1 {
	color: #ac2105;
	font-size: small;

}

h2 {
	color: #ac2105;
	font-size: x-small;

}



h3 {
	color: #fbb022;
	font-size: small;

}


h4 {
	color: #fbb022;
	font-size: x-small;

}


p {

}

img {
	border: 5px solid #fbb022;
}

a:link {

	color: #000;
	text-decoration: none;
	
}

a:hover {

	color: #ac2105;
	text-decoration: none;

}

a:visited {

	color: #000;
	text-decoration: none;
	
}


a:active {

	color: #fbb022;
	text-decoration: none;

}


#indexframe {

	margin: 50px auto auto auto;
	background-repeat: no-repeat;
	height: 677px;
	width: 1000px;
	border: 1px solid #fbb022;
}





#mainframe {

	margin: 50px auto auto auto; 
	background-color: #c22d05;
	background-image: url("../images/achtergrond-fade.jpg");
	background-repeat: no-repeat;
	width: 1000px;
	
	
	
	
}

#menuframe {
	float: left;
	margin: 445px 30px 0px 77px;
	height: 200px;
	width: 125px;
	letter-spacing: 2px;
	text-align: left;
	line-height: 30px;
	font-family: verdana, times;
	font-size: small;
	
	  
	
}

#textframe {
	float: left;
	margin: 280px 30px 0px 130px;
	width: 500px;
	line-height: 25px;
	font-family: verdana, times;
	font-size: small;
	
	
	
		
}

#textachtergrond {
	background-image: url("../images/textachtergrond.jpg");
	background-repeat: repeat-y;

}

#voetnoot {
	clear:both;
	font-size: 60%;
	padding-top: 1em;
	text-align: right;
	color: #fbb022;
	margin-right: 10px;
	padding-bottom: 10px;
	
	
	
}

#voetnoot a {
	
	color: #fbb022;
	
}