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: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html{
	overflow: hidden;
}

body {
	background-color: #d3d3d3;
	font-family: Georgia;
}

a{
	color: white;
	text-decoration: none;
}

a:hover{
	color: white;
	text-decoration: underline;
}

#wrapper{
	background-color: white;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	margin-top: -300px;
	position: absolute;
}

#content{
	width: 800px;
	height: 460px;
	background-image: url('../img/bg.jpg');
}

#logo{
	position: absolute;
	right: 5px;
	top: 10px;
}

#header{
	background-color: #4a4a4a;
	width: 800px;
	height: 120px;
	border-bottom: 7px solid #e4e5e5;
}

#headertxt{
	font-size: 0.75em;
	position: absolute;
	top: 100px;
	left: 192px;
	color: #d0bbb2;
	font-weight: bold;
}

#headertxt li{
	display: inline;
}

#footer{
	background-color: #231f20;
	width: 800px;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 4px solid #e4e5e5;
}

#footertxt{
	color: #ffffff;
	font-size: 0.7em;
	line-height: 25px;
}

#footertxt .dot{
	margin-left: 4px;
	margin-bottom: 1px;
}

#headertxt .dot{
	margin-bottom: 1px;
	margin-left: 2px;
}

#footertxt li{
	display: inline;
	margin-left: 4px;
}

#huis{
	z-index: 1000;
	position: absolute;
	left: 12px;
	top: -10px;
}

#menu{
	background-color: #737479;
	border: 3px solid #4a4a4a;
	width: 160px;
	height: 240px;
	position: absolute;
	left: 20px;
	top: 95px;
}

#menu ul{
	list-style-type: none;
}

#menu ul li{
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	height: 60px;
}

#menu #menu_home{
	margin-left: 10px;
	margin-top: 5px;
}
#menu #menu_werk{
	margin-left: 13px;
}
#menu #menu_contact{
	margin-left: 15px;
}