@import "reset.css";
@import "common.css";
@import "form.css";
/*@import "print.css";*/

body{
	background-color:#FFF;
}

body,td,th,input,select,textarea {
	color: #000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active{
	color: #000;
	text-decoration: underline;
}

h1{ font-size:18px; }
h2{ font-size:14px; }
h3{ font-size:13px; }
h4{ font-size:12px; }



/*--------------------- */
/* WRAPPERS		*/
/*--------------------- */

#wrapper{
	position:absolute;
	top:50%;
	margin-top:-295px;
	left:50%;
	margin-left:-480px;
	height:590px;
	width:960px;
	background:url(../img/wrapper_shadow.png) no-repeat;
}

#main{
	position:relative;
	height:572px;
	width:821px;
	margin:9px 0 0 69px; 
	background:url(../img/main1.jpg) no-repeat;
}	

#note{
	position:absolute;
	bottom:-14px;
	right:-56px;
	width:280px;
	height:114px;
	padding:60px 0 0 40px; 
	background:url(../img/note.png) no-repeat;
}

#main{
}	


#footer{
}	


/*--------------------- */
/* HEADER		*/
/*--------------------- */




/*--------------------- */
/* MAIN			*/
/*--------------------- */






/* NIEUWS PAGINA */

ul.news{
	margin:0;
}

ul.news li{
	position:relative;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px dotted #B1B1B1;
}
ul.news li.indent{ 
	padding-left:120px; 
	min-height:100px;
}

ul.news li.pageNav{
	text-align:center;
	margin:0;
	border:none;
	min-height:0;	
}

ul.news li img{
	position:absolute;
	left:0;
	top:0;
}



/* IMAGE GALLERIES */

ul.gallery, ul.imagelist, ul.preview{
	margin:0;
}

ul.gallery li, ul.imagelist li, ul.preview li{
	display:inline;
}

ul.gallery img, ul.imagelist img, ul.preview img{
	margin:0 5px 5px 0;
}



a.pdf{
	display:block;
	padding:2px 0 2px 24px;
	background:url(../img/icons/pdf.png) no-repeat 0 50%;
}


/*--------------------- */
/* FOOTER		*/
/*--------------------- */








