@charset "utf-8";
/* CSS De Houtdraaijer */
body, html {
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	text-align:center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
h1 {
	padding: 0 0 8px 0;
	margin: 0;
	color: #fff;
	font-size: 20px;
}

a{
	color:#d69478;
}

#container {
	width:100%;
	background-color:#21120b;
	background-image: url(../images/bgmain2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-height:100%;
	height: 100%;
	margin: 0px auto;
	text-align:left;
	position:relative;
	z-index: 0;
}
* html #container {
	height: 100%;
}
#header {
	height:100px;
	background-color:#000;
	margin: auto 0;
	text-align: center;
	z-index: 0;
}
#content {
	padding:0px;
}
#footer {
	height:100px;
	background-color:#000;
	width:100%;
	position:absolute;
	bottom:0px;
}
.menuitem a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
.menuitem a:hover, .menuitem a.selected {
	text-decoration: none;
	color: #d69478;
}

.menubg {
	background-color: #682901; 
	height: 24px;
}

ul#portfolio{
	border:0px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

div.foto-container a img{
	border:0px;
}

div#contentvlak{
	float: left;
	width: 317px;
	margin-left: 46px;
	padding-left: 16px;
	padding-right: 16px;
	background-image: url(../images/bgcontent.png);
	height: 335px;
	margin-top: 50px;
	padding-top: 15px;
	overflow: auto;
	overflow-x:hidden;
}
