@charset "UTF-8";

/* CSS Document */
  *  {
margin : 0;
padding : 0;
}

body, html {
width : 100%;
height : 100%;
font-family : Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
background-image:url(../images/achtergond2.png);
background-position:top center;
background-repeat:no-repeat;
background-color:#d1ddd1;
}



#container {
position : relative;
width : 980px;
margin : 0 auto;
height : auto !important ;
height : 100%;
min-height : 100%;
}

#top {
	width:980px;
	height:182px;
}

#tekst {
	float:left;
	left:218px;
	top:183px;
	width:480px;
	padding:70px 10px 0 60px;
	min-height:500px;
	margin:0 0 140px 0;
}

#tekst img {
	float:left;
	}

#rechts {
	float:right;
	width:176px;
	padding:65px 10px 50px 15px;
}

#rechts img {
padding:0 0 15px 27px;
}

#rechts li p {
	font-size:11px;
}



#links {
	float:left;
	width:200px;
	padding:20px 0 0 0;
	margin:0px;
	}

#clear {
clear:both;
}

#anwb {
	width:128px;
	height:95px;
	position:absolute;
	top:137px;
	right:32px;
	z-index:11;
}

#videokader {
	width:480px;
	height:320px;
	background-color:#F9B92B;
	padding:10px 0 0 10px;
}


/*****NAV*******/

#navlist {
	position:absolute;
	top:173px;
	left:0px;
	width:980px;
	height:23px;
	z-index:10;
	font-size:14px;
}


#navlist UL
{
list-style: none;
margin: 0;
padding: 0 0 0 20px;
}

#navlist LI
{
margin: 0;
float: left;
width: auto;
height:23px;
padding:0 5px 0 5px;
}


#navlist A
{
color: #fff;
text-decoration: none;
font-weight:normal;
}


#navlist a:hover {
color:#fbc34f;
}

#current {
color:#fbc34f;
}



/*********SUB NAV******/

#subnav {
	position:absolute;
	top:235px;
	left:0px;
	width:200px;
}


#subnav UL
{
list-style: none;
margin: 0;
padding: 0;
}

#subnav LI
{
display: block;
margin: 0;
float: left;
width: auto;
height:31px;
}


#subnav A
{
color: #fff;
display: block;
width: auto;
height:31px;
text-decoration: none;
margin:0;
padding:0px 10px 0 50px;
font-size:14px;
font-weight:normal;
}


#subnav a:hover {
padding:0px 10px 0 50px;
color:#fbc34f;
background-image:url(../images/active.gif);
background-position:left top;
background-repeat:no-repeat;
}

#subcurrent {
font-size:14px;
color:#fbc34f;
padding:0px 10px 0 50px;
background-image:url(../images/active.gif);
background-position:left top;
background-repeat:no-repeat;

}

#arrangement {
	font-size:12px;
	height:170px;
}

#arrangementlijst {
	float:left;
	padding:15px 0 0 0;
}



#arrangement img {
	float:left;
	padding:0 30px 0 0;
}



#omschrijving  {
	display:block;
	width:260px;
	height:145px;
	color:#007c52;
	float:left;
}

#kop {
	background-color:#007c52;
	display:block;
	height:15px;
	width:480px;
	padding:4px 0 2px 5px;
	margin:0 0 5px 0;
}

.titel {
	float:left;
	display:block;
	width:300px;
	color:#FFF;
	font-weight:bold;
}

.prijs {
	float:right;
	display:block;
	width:100px;
	color:#FFF;
	font-weight:bold;
}
	

/********styles*******/

h1 {
color:#007c52;
font-size:14px;
padding:0 0 5px 0;
font-weight:bold;
}

h2 {
color:#007c52;
font-size:12px;
font-weight:bold;
padding:0 0 5px 0;
}
	

p {
font-size:12px;
line-height:160%;
color:#000;
}

.onderschrift {
	font-size:10px;
	font-weight:bold;
}

.bulletkop {
	font-size:12px;
	font-weight:bold;
	color:#007c52;
}

ul {
	padding:0 0 0 15px;
}

li {
color:#007c52;
padding:0 0 5px 0;
}

ul ul li {
color:#007c52;
padding:0 0 5px 0;
list-style:circle;
font-size:9px;
}

.special {
	list-style:square;
	marhin-left:10px;
}

td {
border-bottom: 1px dotted #F9B738;
 margin:0;
 padding: 2px;
}


	

a { color: #166C3F; text-decoration:none; }
a:visited { color: #166C3F; }
a:hover { color: #166C3F; text-decoration:underline; }
a:active { color: #166C3F; }

/******footer********/

#footer {
	width:711px;
	height:25px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	position:absolute;
	bottom:-1px;
	font-size:10px;
	color:#fbc34f;
	padding:30px 0 0 270px;
}


#footer a, #footer a:hover {
	color:#fff;
	text-decoration:none;
}