@charset "utf-8";
/* CSS Document */

body {
	background-color: #663300;
	background-image: url(../images/achtergrond3.jpg);
	background-repeat: repeat-x;
}

.container {
width: 1000px;
background-color: #FFFFCC;
margin-left: auto;
margin-right: auto;
}

.header {
width: 940px;
height: 250px;
margin-top: 30px;
margin-left: 30px;
margin-right: 30px;
background-image: url(../images/banner2.jpg);
}

.menu {
	width: 935px;
	height: 28px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	background-color: #693503;
	font-family: verdana;
	font-size: 14px;
	color: #FFFFCC;
	padding-top: 5px;
	padding-left: 5px;
	text-align: center;
}

.menu li {
list-style: none;
list-style-type: cjk-ideographic;
}

.menu a {
font-family: verdana;
font-size: 13px;
color: #FFFFCC;
text-decoration: none;
}

.menu a:hover {
font-family: verdana;
font-size: 13px;
color: #a0dae5;
text-decoration: none;
}


.content {
width: 900px;
height: auto;
margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
background-color: #a0dae5;
font-family: verdana;
font-size: 11px;
padding-left: 20px;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
color: #663300;
}

.content H1 {
font-family: verdana;
font-size: 16px;
color: #663300;
}

.content H2 {
font-family: verdana;
font-size: 14px;
color: #663300;
}

.content H3 {
font-family: verdana;
font-size: 12px;
color: #663300;
}


.footer {
width: 1000px;
height: 25px;
margin-top: 10px;
text-align: center;
font-family: verdana;
font-size: 11px;

}

.footer a:link

{color: #663300;
text-decoration:underline;
}

