/* GLOBALS */

* {
	padding: 0;
	margin: 0;
}

html {
	background: transparent url("/ext/i/achtergrond.jpg") fixed center center;
	font: 12px "Arial", sans-serif !important;
	line-height: 18px !important;
	color: #221911;
}

h1 {
	font-weight: normal;
	font-size: 18px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #d71e3e !important;
}

img, img a {
	border: none;
}

strong, b {
	font-weight: bold !important;
	color: #d71e3e !important;
}

/* ID's */

#container {
	width: 865px;
	margin: 0 auto;
	margin-top: 50px;
}

#header {
}
	#logo {
		float: left;
	}

	#rcmandarijn {
		padding-top: 20px;
		padding-right: 20px;
		float: right;
	}

#photo {
	margin-top: 20px;
	width: 865px;
	height: 153px;
	background: transparent url("/ext/i/photo/2.jpg") no-repeat;
}

#menu {
	color: #fff;
	position: absolute;
	margin-top: 19px;
	width: 162px;
}

	#menu #active {
		background: transparent url("/ext/i/menu/li-active.png") no-repeat !important;
	}

	#menu ul {
		width: 161px;
	}

	#menu ul li {
		padding-top: 8px;
		list-style-type: none;
		width: 151px;
		background: transparent url("/ext/i/menu/li-normal.png") no-repeat;
		padding-right: 10px;
		padding-bottom: 5px;
		margin-bottom: 1px;
	}

	#menu ul ul {
		padding: 0px;
		margin: 0px;
		margin-top: 8px;
	}

	#menu ul li li {
		background: transparent url("/ext/i/menu/li-li-normal.png");
		padding: 2px 5px 2px 0px;
		width: 150px;
		text-align: right;
		margin-left: 6px;
	}

	#menu ul li:hover {
		background: transparent url("/ext/i/menu/li-active.png");
		cursor: pointer;
	}

	#menu a {
		display: block;
		color: #fff;
		text-decoration: none;
	}

	#menu ul li h1 {
		text-align: right;
		color: #fff;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: normal;
	}
#content {
	margin-top: -19px;
	margin-left: 154px;
	text-align: justify;
}

#contenttop {
	background: transparent url("/ext/i/content/content-top.png") no-repeat;
	width: 719px;
	height: 19px;
}

#contentmiddle {
	background: transparent url("/ext/i/content/content-middle.png") repeat-y;
	width: 699px;
	min-height: 350px;
	padding-left: 20px;
}

#contentbottom {
	background: transparent url("/ext/i/content/content-bottom.png") no-repeat;
	width: 719px;
	height: 19px;
}

#footer {
	padding: 20px;
	text-align: center;
}
	#footer .sander {
		float: right;
	}

/* CLASSES */

.clear {
	clear: both;
}

.bestelnu {
	display: block;
	margin-top: 20px;
	margin-left: 35px;
}

.venster {
	float: left;
	background-color: #f9f8f6;
	width: 335px;
	margin-right: 10px;
	min-height: 380px;
}

.vensterwide {

	background-color: #f9f8f6;
	margin-right: 20px;
	min-height: 380px;
}

	.vensterwide table td {
		vertical-align: top;
		padding-bottom: 5px;
	}

	.padding10 {
		padding: 10px;
	}

	.venster .padding10c {
		text-align: center;
		padding: 10px;
	}

	.venster h1 {
		color: #fff;
		font-size: 20px;
	}

	.vensterwide h1 {
		color: #fff;
		font-size: 20px;
	}

	#welcometop {
		background-color: #a1744a;
		padding: 8px;
	}

	#h1wide {
		background-color: #a1744a;
		padding: 8px;
	}

	#maandmenutop {
		background-color: #845f3a;
		padding: 8px;
	}
