@charset "utf-8";
body {
	padding:0;
	margin:0;
	background-color:#000000;
	background-image:url(../img/background.jpg);
	background-repeat: repeat-x;
	overflow:hidden;
}
img, div {
	behavior: url(/iepngfix.htc)
}
body, td, tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* styles for IE 5 Mac */
#container {
	width:990px;
	position:relative;
	height: 600px;
}
/* commented backslash hack  - invisible to IE 5 \*/
#container {
	position:absolute;
	margin:0 0 0 -495px; /* 1st = 0.5 x height / 2nd = 0.5 x width */
	left:50%;
	top: 5%;
	background-image:url(../img/hoofdscherm.jpg);
	background-repeat: no-repeat;
}
/* end hack */

#menu-1 {
	position: absolute;
	top: 134px;
	width: 420px;
	height: 21px;
	font-size:14px;
	font-weight:bold;
	z-index:4;
	color:#000000;
	padding-top: 5px;
	padding-left: 50px;
	left: 172px;
}
#tekst-1 {
	position: absolute;
	top: 261px;
	width: 560px;
	height: 275px;
	font-size:12px;
	z-index:4;
	color:#000000;
	padding-top: 5px;
	padding-left: 10px;
	left: 60px;
}
#contact {
	background-color:#c65a01;
	background-image:url(../img/background.jpg);
}
#image {
	position: absolute;
	width: 243px;
	min-height: 447px;
	background-repeat: no-repeat;
	left: 728px;
	top: 135px;
	z-index:5;
}
#vendion {
	position:absolute;
	left:948px;
	top:566px;
	width:25px;
	height:25px;
	overflow:hidden;
}
.active {
	color: #f2930d;
}
#hidden {
	position:absolute;
	left:1px;
	top:1px;
	width:1px;
	height:1px;
	overflow:hidden;
}
.titel {
	color: #000000;
	font-size:14px;
	font-weight:bold;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	border:none;
}
a:hover, a:active {
	color: #f2930d;
	text-decoration: none;
	border:none;
}
a {
	outline: none;
}
:focus {
	-moz-outline-style: none;
}
ul {
	margin-left: 2em;
	padding-left: 0;
}
li {
	margin: 0;
	padding: 0;
}

