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


html{
	width:100%;
	height:100%;
	background:url('../images/bgRepeat1.gif') repeat top center;
}
body{ 
	width:100%;
	height:100%;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	background:url('../images/repeatTop.gif') repeat-x top;
	#background:url('../images/repeatTop1.gif') repeat-x top;
}

body a:hover{
	color:#006ab6;
	text-decoration:underline;
}

body a{
	text-decoration:none;
	color:#171717;
}
.nieuws{
	margin-bottom:20px;
	width:100%;
}
.nieuws a{
	text-decoration:none;
}
.nieuws p{
	display:inline;
}
.nieuws img{
	float:right;
	width:220px;
	margin-left:20px;
}
.tekstHolder a, .tekst a{
color:#195f9b;
text-decoration:underline;
}
.tekst img{
border:0px;
}
.folder_structure{
list-style-type:none;
}
.folder_structure li ul{
padding-left:10px;
list-style-type:none;
}
.folder_structure li{
line-height:20px;
}
li.folder{
background:url('/images/folder-horizontal.png') no-repeat left 2px;
padding-left:21px;
}
li.file{
background:url('/images/blue-document-horizontal.png') no-repeat left 2px;
padding-left:21px;
}
li ul{
display:none;
}
li:hover > ul{
/*display:block;*/
}


.top{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.bottom{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
}

#wrapper{
	width:100%;
	height:100%;
	background:url('../images/top.gif') no-repeat top center;
	margin-top:-80px;
}

#contentContainer{
width:980px;
margin:0 auto;
height:100%;
}

#header{
	position:relative;
	width:100%;
	z-index:10;
	height:368px;
}

#header .logo{
	margin-left:-80px;
	margin-top:105px;
}

#slideshow{
	position:absolute;
	width:386px;
	height:273px;
	top:145px;
	right:140px;
}
#slideshow .overlay{
	position:absolute;
	top:0px;
	left:0px;
	width:386px;
	height:273px;
	background:url('../images/overlay.png');
	z-index:11;
}
#slideshow .slide{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10;
}
#slideshow .slide img{
	position:absolute;
top:0px;
left:0px;
	width:100%;
	height:100%;
}
#content{
	position:relative;
	float:left;
width:980px;
	background:url('../images/bgContent.png') repeat top right;
}
#content .topper{
	background:url('../images/topContent2.gif');
	width:707px;
	height:49px;
	position:absolute;
	top:0px;
	left:156px;
}
.left{
	position:absolute;
	top:38px;
	left:-186px;
	height:520px;
	width:158px;
	background:url('../images/links.png');
}

.right{
	position:absolute;
	top:38px;
	right:-186px;
	height:497px;
	width:150px;
	background:url('../images/right.png');
}




#footer{
float:left;
width:100%;
height:70px;
}

#menu{
list-style-type:none;
float:left;
width:143px;
padding-top:33px;
padding-left:15px;
margin-top:-13px;
margin-left:-3px;
background:url('../images/menuTop1.gif') top left no-repeat;
}

.tekst{
	float:left;
	width:666px;
	margin:70px 0px 0px 0px;
	padding-left:20px;
}

.tekst h1{
	font-weight:normal;
	font-size:20px;
	margin-bottom:20px;
}

.tekst p{
	margin-bottom:15px;
	line-height:16px;
}

#menu li{
position:relative;	
float:left;
width:100%;
height:30px;
font-size:15px;
padding:3px 0px 0px 10px;
}
#menu li ul{
	position:absolute;
	left:144px;
	top:0px;
	list-style-type:none;
	width:150px;
	background:#f4aa18;
}

#menu li a{
	display:block;
	line-height:27px;
background:url('../images/bgMenu.png') bottom left no-repeat;
}

#menu li a:hover{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}