
html, body {
	background: #ddcea3 url(images/achtergrond.png) repeat-x top center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 00px 0px;
}

#container {
	position: relative;
	padding-top: 11px;
	padding-bottom: 100px;
	background: url(images/header.png) no-repeat 0px 11px;
	width: 916px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#logo {
	position: relative;
	cursor: pointer;
	background: url(images/logo.png) no-repeat left top;
	margin-top: 40px;
	width: 250px;
	height: 153px;
	float: right;
}

#menuContainer {
	position: relative;
	margin-left: 14px;
	width: 652px;
	height: 237px;
	z-index: 1;	
}

	#menuContainer .menuItemPos {
		position:relative;
		width: 170px;
		height: 75px;
		margin-right: 3px;
		float: left;
	}

	#menuContainer .menuItem {
		position: absolute;
		width: 170px;
		height: 50px;
		background: #c3b281;
		text-align: center;
		overflow: hidden;
		padding-bottom: 28px;
	}
	
	#menuContainer .menuItem h1 {
		padding-top: 28px;
		font-family: trebuchet MS;
		font-size: 16px;
		color: #b32018;
		text-transform:uppercase;
		font-weight: normal;
		letter-spacing: normal;
	}
	
	#menuContainer .menuItem ul {
		position: relative;
		margin: 30px 0 30px 0;
		list-style-type: none;
	}
	
	#menuContainer .menuItem li {
		margin: 10px 0;
	}
	
	#menuContainer .menuItem li a  {
		font-family: Trebuchet MS;
		color: #341f00;
		text-decoration: none;
	}

#clearer {
	clear: both;
}

#contentContainer {
	position: relative;
	margin-top: 10px;
	width: 916px;
	padding: 30px 0 100px 0;
	min-height: 200px;
}

hr.redLine {
	border: none 0;
	border-top: 5px #B32018 solid;
}

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding-top: 10px;
	height: 40px;
	background: #b32018;
}	

#footer #text { 
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 15px;
	text-transform: lowercase;
	width: 888px;
	margin: 0 auto;
	text-align: left;
}

#footer #textright {
	width: 200px;
	margin-right: 20px;
	float: right;
}

#footer #textright, #footer #textright a{ 
	font-size: 9px;
	font-family: Trebuchet MS;
	color:#d56767;
	line-height: normal;
	text-align: right;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

/* HOMEPAGE */

#homeHeader {
	position: relative;
	background: url(images/homeHeader.png) no-repeat;
	height: 132px;
	margin-bottom: 30px;
	margin-left: 14px;
	width: 779px;
}

#contentContainer table.homeTable {
	position: relative;
	margin: 0 auto;
}
	
	#contentContainer table.homeTable tr td {
		width: 100px;
		vertical-align: top;
		padding-right: 20px;
		text-align: center;
		width: 158px;
	}
	
		#contentContainer table.homeTable tr td p {
			width: auto;
			padding: 0px;
			text-align: left;
		}
		
		#contentContainer table.homeTable tr td img {
			padding: 8px;
			width: 142px;
			height: 142px;
			background: #FFF;
			border: 0px none;
		}
		
		#contentContainer table.homeTable tr td img:hover {
			background: #b32018;
		}
		
		#contentContainer table.homeTable tr td hr {
			border: none 0;
			border-top: 3px #fff solid;
		}
		
/* OTHER PAGES */

table {

	font-family: Trebuchet MS;
	font-size: 11px;
}

#contentContainer p {
	padding: 14px;
	width: 490px;
}

#contentContainer #containerImg {
	float: right;
	text-align: center;
	width: 380px;
}

#contentContainer #containerImg img { 
	padding: 14px;
	background: #FFF;
	margin: 40px 20px 0 20px;
}

/* PHOTO ALBUM */

.categoryHolder h2 a {
	text-decoration: none;
	color: #000;
}
	
.categoryHolder h2 a:hover {
	color: #b32018;
}

.categoryHolder ul {
	margin-left: 30px;
	color: #b32018;
}

.categoryHolder li {
	list-style-type: circle;
}

.categoryHolder li a {
	color: #000;
}

.categoryHolder li a:hover {
	color: #b32018;
}

.photoHolder {
	padding-left: 15px;
	line-height: 0;
}

.photoHolder a {
	line-height: 0;
	display: inline-block;
}

.photoHolder img {
	padding: 5px;
	background: #FFF;
	margin: 2px 0;
	line-height: 0;
}

.photoHolder img:hover {
	padding: 5px;
	background: #b32018;
}
