/* ALGEMEEN */
body {
	font-family:arial, sans-serif;
	background: #282828;
	color: #DDDDDD;
 	max-width: 1332px; 
 	margin:0 auto; 
}

a {
	color: #38c;
}


/* PLAATJE OP DE TOP */
div#website_head {
	background-image: url(redcape.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height:204px;
}

/* MENU */
div#website_menu {
}

div#website_menu ul {
	list-style: none;
	padding-left: 15px;
}

div#website_menu li {
	margin-top: none;
	display: inline;
}


div#website_menu a:hover {
	background: #282828;
	color: white;
	border-style: groove;
	border-width: 2px;
	border-color: white;
}

div#website_menu a {
	background: #DDDDDD;
	color: #282828;
	border: none;
	padding: 5px;
	height: 100%;
	width: 100%;
	font-style: normal;
	text-decoration: none;
	border-style: groove;
	border-width: 2px;
	border-color: white;
}

/* TEXT */
div#website_text {
	margin-left: 15px;
	margin-right: 15px;
	max-width: 1312px;
}
