/* http://www.luckytourssafaris.com/ vakken 141009 */

body {
	z-index: 0;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
    background: #717172 url(http://www.hansmooiman.nl/wesley/images/a2.gif) repeat-x;
    margin: 0px;
}

#container {
	width: 950px;
	margin: 0 auto 0 auto;

}
#header {
	position: relative;
	height: 200px;
	background: url('http://www.hansmooiman.nl/wesley/images/huisje.jpg');
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}
#menu {
    position: relative;
    z-index:2;
	height: 21px;
	background-image: url(http://phpcreation.nl/wesley/images/menu.gif);
    border: 1px solid black;
	text-decoration: none;
}
#header #zoekvak {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 30px;
    width: 153px;
    background: url(http://www.phpcreation.nl/wesley/images/zv.gif);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

#header #zoekvak form { 
    position: absolute;
    top: 4px;
    left: 4px; 
}
#menu .menuitems { 
margin: 4px 0 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#menu .menuitems { 
margin: 2px 0 0 0;
}
}
div#content {
	overflow: hidden;
	background: url('http://www.hansmooiman.nl/wesley/foto/themes/hans/images/content_g.gif') repeat-y top left;
	clear: both;
	height: 100%;
}

div#content div#links {
	float: left;
	width: 199px;
	padding: 0 8px 0px 7px;
	margin: 6px 0 0 0;
	overflow: hidden;
}

div#content div#midden {
	float: right;
	width: 722px;
    padding: 0 6px 0px 7px;
	margin: 6px 0 0 0;
	overflow: hidden;
}
.schaduw {
	position: absolute;
	width: 950px;
	height: 2px;
	font-size: 1px;
	background-image: url(http://www.phpcreation.nl/images/schaduw.png);
	/* background-color: black;
	-moz-opacity:.2;
	filter:alpha(opacity=20); */
}
.lijst {
    border: 7px solid #fff;
}

/* footer */

#footer {
    position: relative;
	height: 25px;
	color: #2b2b2b;
	font-weight: bold;
	font-size: 10px;
}

#footer a {
	color: #2b2b2b;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover {
	color: #6a5b44;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;

}

#footer .links {
	left: 0px;
    position: absolute;
	height: 25px;
	width: 9px;
	background: url(http://www.phpcreation.nl/wesley/images/footer_l.gif);
    border-top: 1px solid #000;
}

#footer .midden {
	left: 8px;
    position: absolute;
	height: 25px;
	width: 934px;
	background: url(http://www.phpcreation.nl/wesley/images/fm.gif);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#footer .rechts {
	left: 942px;
    position: absolute;
	height: 25px;
	width: 8px;
	background: url(http://www.phpcreation.nl/wesley/images/footer_r.gif);
    border-top: 1px solid #000;
}

#footer #midden #txtlinks {
    position: absolute;
	left: 6px;
	padding-top: 5px;
	height: 25px;
	width: 250px;
	text-align: left;
}

#footer #midden #txtmidden {
    position: absolute;
	left: 256px;
	right: 256px;
	padding-top: 5px;
	height: 25px;
	width: 362px;
	text-align: center;
}

#footer #midden #txtrechts {
    position: absolute;
	right: 6px;
	padding-top: 5px;
	height: 25px;
	width: 250px;
	text-align: right;
}

#zoeken {
    height: 300px;
	width: 250px;
    position:absolute;
    left: -1px;
    top:30px;
    z-index:101;

}