html {
	overflow-y:scroll;
}
body * {
	background-color: transparent;
}

body {
	height: 100%;
	width: 948px;
	margin: 0px auto;
	padding: 0px;

	color: #FFFFFF;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	background-color: #0d0d0d;

}

a:link { color: #ffffff;}
a:hover { color: #ffffff; }
a:visited { color: #ffffff; }
a:active { color: #ffffff; }

input, textarea, select {


	font-family:verdana;
	font-size:11px;
	background:white;
	border:1px solid black;
	padding:2px;
	height:13px;
}


#onderhoudlist {
	list-style-position: inside;
	margin-left: 0px;
}

#onderhoudlist li {
	line-height: 40px;
}

#onderhoudlist img {
	vertical-align: middle;
	margin-left: 15px;
}

.opmaatlist {
	list-style-position: outside;
	margin-left: 20px;
}

.kader {
	border: 1px solid #ffffff;
}


/* SPLASH */

#splash {
	position: absolute;

	width: 203px;

	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */

	margin: 0px;
	padding: 0px;

	text-align: center;
}


/* SITE LAYOUT */

#site {
	position: absolute;

	width: 948px;

	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */

	background-image: url(/images/background.gif);
	background-repeat: no-repeat;
	background-color: #0d0d0d;

	margin: 0px;
	padding: 0px;
}

#main {

	margin-bottom: 40px;
}

#header {
	height: 454px;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 207px;

	width: 741px;
	height: 33px;
	overflow: hidden;
		
	background-image: url(/images/background_footer.gif);
	background-repeat: repeat-x;
}

#footertekst {
	position: absolute;
	top: 12px;
	left: 22px;

	font-family: verdana, sans-serif;
	font-size: 11px;
}


/* HEADER */

#menu {
	position: absolute;
	top: 35px;
	left: 207px;
	
	height: 33px;
	width: 741px;
	overflow: hidden;

	background-image: url(/images/background_menu.gif);
	background-repeat: repeat-x;
}

#headerfoto {
	position: absolute;
	top: 66px;
	left: 0px;
}

#headeroverlay {
	position: absolute;
	top: 66px;
	left: 0px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 70px;
	
	
}

#adres {
	position: absolute;
	top: 289px;
	left: 0px;
	
	width: 190px;
}

#titel {
	position: absolute;
	top: 412px;
	left: 228px;	
}

/* MAIN */

#leftpane {
	position: relative;
	float: left;
	display: inline;

	overflow: hidden;
	
	width: 207px;
	margin-right: 21px;
	
	height: 200px;
}

#content {
	position: relative;
	float: left;
	display: inline;
	
	overflow: hidden;
	
	margin-top: 9px;

	width: 720px;
}

/* LEFTPANE */

#openingsuren {
	position: absolute;
	top: 0px;
	left: 0px;
}


/* CONTENT */

.links {
	position: relative;
	display: inline;
	float: left;
	
	width: 375px;

	zborder: 1px solid red;
	
}

.rechts {
	position: relative;
	display: inline;
	float: left;

	zborder: 1px solid red;

}

.links p, .rechts p {
	text-align: justify;
}

/* MISC */

.clearfloats
{
	clear: both;
}
.myul {
	margin-top:0px;
	margin-bottom:0px;
	padding-left:16px;
}