
* {
	padding:0;
	margin:0;
}
html {
	background:#000 url(img/bg-html.gif) center center no-repeat;
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
}
#bg {
	background:transparent url(img/bg-body.gif) center center no-repeat;
	height:100%;
	width:100%;
}
html > body #bg {
	height:auto;
	min-height:100%;
}
.popup {
	font:17px/22px Arial;
}
.popup p {
	padding:0px 5px 15px 0;
}
.popup img {
	border-top:1px solid #CC3103;
	border-bottom:1px solid #CC3103;
	padding:5px 0;
}
#container {
	text-align: center;
	position: absolute;
	top: 50%;
	left:0px;
	width:100%;
}
#content-container {
	width: 955px;
	height: 582px;
	position: absolute;
	left: 50%;
	margin-left: -477px;
	bottom: -291px;
}
html > body #content-container {
	min-height: 582px;
}
#banner {
	float:left;
	width:455px;
	height:582px;
	background:url(img/banner.gif) no-repeat left top;
}
#sub-content {
	float:left;
	width:500px;
	height:582px;
}

/* MENU */
#menu ul {
	padding-left:10px;
	list-style:none;
}
#menu ul li {
	width:auto;
	float:left;
	height:29px;
}
#menu ul li.lijn {
	width:14px;
	background:url(img/streep.gif) center center no-repeat;
}
#menu ul li a{
	display:block;
	padding:9px 2px;
	text-decoration:none;
	font:bold 14px Arial;
	color:#000;
}
#menu ul li a:hover {
	color:#C73001;
	background:url(img/listing_hover.jpg) repeat-x left center;
}
#menu ul li a.aktief {
	color:#FFF;
	background:url(img/listing_actief.jpg) repeat-x left center;
}

#content {
	text-align:left;
	clear:both;
	height:533px;
	padding-top:15px;
	background:url(img/content-bg.gif) no-repeat left bottom;
}
html > body #content {
	height:538px;
}
h1 {
	color:#C73001;
	font-weight:bold;
	font-size:16px;
	font-family:Arial;
	text-align:left;
	margin:0 0 10px 27px;
}
h2 {
	color:#C73001;
	font-weight:bold;
	font-size:16px;
	font-family:Arial;
	text-align:left;
	padding:5px 0 0 27px;
}
h3 {
	color:#C73001;
	font-weight:bold;
	font-size:16px;
	font-family:Arial;
	text-align:left;
	padding:5px 0 0 27px;
}
h4 {
	color:#C73001;
	font-weight:bold;
	font-size:22px;
	font-family:Arial;
	text-align:left;
}


#inhoud {
	text-align:left;
	overflow:auto;
	overflow-x:hidden;
	width:98%;
	height:445px;
}
a.nieuws {
	display:block;
	font:17px Arial;
	font-weight:bold;
	margin-left:25px;
	margin-bottom:5px;
	text-decoration:none;	
}
#inhoud p {
	padding:0 10px 15px 30px;
	font:17px Arial;
}
#inhoud ul {
	list-style:none;
	padding-bottom:10px;
}
#inhoud ul li {
	padding:0 10px 0px 30px;
	font:17px Arial;
}
.bestel-nu {
	display:none;
	height:40px;
	margin-left:190px;
	margin-top:25px;
	position:absolute;
	width:249px;
	text-decoration:none;
}
#footer {
	font:14px Arial;
	color:#4d4d4d;
	text-align:right;
	position:absolute;
	top:50%;
	left:50%;
	width:480px;
	margin-top:320px;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

a {
	color:#CC3103;
}
a:hover {
	color:#000;
}
#contact {
	width:470px;
}
#contact label {
	margin:4px;
	font:17px Arial;
	float:left;
	width:170px;
	text-align:right;
}
#contact input {
	padding:2px;
	margin:2px;
	font:17px Arial;
	float:left;
	width:250px;
}
#contact p {
	margin:2px;
	font:17px Arial;
	float:left;
	width:auto;
	padding:0px;
}
ol,
ul.listing {
	margin-left:55px;
	font-weight:bold;
	font:17px Arial;
	padding:0px 0 15px;
}
ul.listing {
	list-style:disc !important;
	margin-left:55px;
}
ul.listing li {
	padding:0px !important;
}
#contact select {
	font:17px Arial;
	float:left;
}
#footer a {
	color:#4d4d4d;
	text-decoration:none;
}
#footer a:hover {
	color:#CC3103;
}

/* Squeezebox opmaak */
#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		#000;
}

#sbox-window
{
	position:				absolute;
	background-color:		#fff;
	text-align:				left;
	overflow:				visible;
	padding:				10px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}

#sbox-btn-close
{
	position:				absolute;
	width:					30px;
	height:					30px;
	right:					-15px;
	top:					-15px;
	background:				url(closebox.png) no-repeat center;
	border:					none;
}

.sbox-window-ie6 #sbox-btn-close
{
	background-image:		url(closebox.gif);
}

.sbox-loading #sbox-content
{
	background-image:		url(spinner.gif);
	background-repeat:		no-repeat;
	background-position:		center;
}

#sbox-content
{
	clear:					both;
	overflow:				auto;
	background-color:			#fff;
	height:					100%;
	width:					100%;
}

.sbox-content-image#sbox-content
{
	overflow:				visible;
}

#sbox-image
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
}

.sbox-content-iframe#sbox-content
{
	overflow:				visible;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
}

.highslide {
	background: url(img/thumb_foto.gif) center center no-repeat !important;
	display:block;
	height:120px;
	width:118px;
	float:left;
	margin-left:15px;
	margin-bottom:15px;
}
.highslide img {
	margin:10px 0 0 10px;
}
.highslide2,
.highslide3 {
	background: url(img/thumb_foto2.gif) center center no-repeat !important;
	display:block;
	height:70px;
	width:70px;
	float:left;
}
.highslide2 img,
.highslide3 img {
	margin:10px 0 0 10px;
}
.fotos {
	width:400px !important;
	width:430px;
	margin:0 auto;
}