/* Global styles
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:none;
	outline:0;
}
html,body{
	height:100%;
}
body{
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#d3c9ab;
	
}
:focus{
	outline:none;
}
hr{
	border:1px solid #00a8ff;
}
table{
	font-size:12px;
	border-collapse:collapse;
	border-spacing:0;
}
a{
	color:#FFFFFF;
	text-decoration:nonde;
}

a:hover{
	color:#111;
	text-decoration:none;
}
p{
	margin-bottom:10px;
}
ul,ol{
	margin:5px 0 10px 25px;
}
#container{
	position:absolute;
	width:100%;
	height:509px;
	top:50%;
	margin-top:-254px;
}
#header{
	position:relative;
	width:755px;
	margin:0 auto;
	height:35px;
	border:1px solid #b39e83;
	border-bottom:none;
	text-align:center;
}
#menu{
	position:relative;
	margin:0 auto;
}
#content{
	background-position:center;
	background-repeat:no-repeat;
	background-color:#b3a082;
	width:100%;
	height:439px;
}
#content.bgimage
{
	background-image:url(images/background.jpg);
}
#content.bgHome
{
	background-image:url(images/bg2.jpg);
}
#content.bgPresentatie
{
	background-image:url(images/bg3.jpg);
}

#content.bgPromotie
{
	background-image:url(images/bg5.jpg);
}
#content.bgContact
{
	background-image:url(images/bg6.jpg);
}

#content.bgMaatkasten
{
	background-image:url(images/bg7.jpg);
}

#content #wrapper{
	position:relative;
	margin:0 auto;
	width:755px;
}
#content h1 {
	color:#FFFFFF;
	left:20px;
	top:50px;
	position:absolute;

}

#right{
	position:absolute;
	right:30px;
	top:20px;
	background-image:url(images/blokrechts.png);
	width:260px;
	height:385px;
	overflow:auto;
	padding:5px;
	border: thin solid #FFFFFF;	
}
#right.contactpage{
	width:400px;
}


#footer{
	position:relative;
	width:755px;
	margin:0 auto;
	height:35px;
	border:1px solid #b39e83;
	border-top:none;
	text-align:right;
}
#footer img{
	margin:5px 5px 0 0;
}

#foto {

position:absolute;
left:20px;
top: 120px;
width:400px;
height:200px;
color:#FFFFFF;

}

/* CSS Document */
