<?php
header("Expires: Thu, 31 Dec 2020 20:00:00 GMT");
header('Content-type: text/css');
?>
/* CSS Document */
html{
width:100%;
height:100%;

}

*{
padding:0px;
margin:0px;
}

body{
position:relative;
width:980px;
height:100%;
margin:0px auto;
background-color:#111111;
}

#content_container{
float:left;
width:100%;
min-height:300px;
}

#logo{
float:left;
width:100%;
height:94px;
text-align:center;
position:relative;
}

#flashHeader{
position:absolute;
top:0px;
left:0px;
height:93px;
width:100%;
}

#headerImage{
position:relative;
float:left;
width:100%;
height:100%;
_height:345px;
background-color:#000000;
z-index:1;
}

#header1{
position:relative;
float:left;
width:100%;
height:450px;
background-color:#000000;
}

#offer{
float:left;
width:200px;
height:100%;
}

#offer img{
border:2px solid #295E60;
}

#slider{
position:relative;
float:left;
text-align:center;
height:100%;
min-height:200px;
width:580px;
_width:576px;
z-index:2;
}

#menu{
position:relative;
z-index:3;
float:left;
width:200px;
min-height:345px;
padding-bottom:87px;
}

#bottom{
position:relative;
z-index:1;
float:left;
width:100%;
height:100%;
margin-bottom:20px;
background:url('../images/bgbottom1.png') repeat-y #000000;
}

#left{
position:relative;
float:left;
width:200px;
height:300px;
border-left:1px solid #717171;
}

#right{
position:relative;
float:left;
width:199px;
height:100%;
text-align:left;
}

#right span{
	width:100%;
	_width:180px;
	float:left;
	margin-left:10px;
	margin-top:30px;
	line-height:20px;
}

#right strong{
color:#295E60;
}

#right a{
color:#295E60;
text-decoration:none;
}

#right a:hover{
color:#FFFFFF;
text-decoration:underline;
}

#center{
position:relative;
float:left;
width:577px;
min-height:300px;
_height:300px;
background-image:url('../images/bgcenter.png');
background-repeat:no-repeat;
border-left:1px solid #717171;
border-right:1px solid #717171;
padding-bottom:20px;
}

#menu ul{
float:left;
width:100%;
height:100%;
list-style-type:none;
margin-top:15px;
}

#menu ul li{
float:left;
width:183px;
background-image:url('../images/bgli1.gif');
background-position:bottom;
background-repeat:no-repeat;
height:22px;
padding-top:8px;
padding-left:20px;
font-size:11px;
}

#menu ul li a{
color:#999999;
text-decoration:none;
}

#menu ul li a:hover{
color:#ffffff;
text-decoration:underline;
}

#menu .active{
font-weight:bold;
font-size:11px;
color:#FFFFFF;
}

#menu .active a{
font-weight:bold;
font-size:11px;
color:#FFFFFF;
}

#flash{
position:absolute;
top:-52px;
left:0px;
width:200px;
height:200px;
}

#terugbel{
position:absolute;
top:200px;
left:-190px;
width:180px;
background-color:#000000;
text-align:center;
color:#ffffff;
z-index:10;
}

#terugbel a{
color:#FFFFFF;
}

#terugbel img{
border:0px;
}

