/****************************************/
/************** SITE BASE ***************/
/****************************************/
html, body, p, h1, h2, h3, h4, span, div, ul, li, form, fieldset {
	margin: 0;
	padding: 0;
}
img { border: none;	}
.ie6FloatLeftBox { float: left; }				/* Use for the IE6 float bug */
.preLoader { display: none;	}					/* Use to preload images in a hidden div */
.negativeMagin { position: relative; }			/* Use to fix the IE6 negative margin bug */
.clear { clear: both; }
.inline { display: inline; }
ul {
	list-style-type: none;
	list-style-image: none;
}
body { text-align: center; }
/****************************************/
/************ MAIN CONTAINERS ***********/
/****************************************/
#mainWrapper {
	position: relative;
	width: 955px;
	text-align: left;
	margin: 45px auto;
}
#topContainer {
	width: 955px;
	height: 60px;
	background: url(../images/header.jpg) no-repeat top left;	
	float: left;
}
#headWrap {
	background:transparent url(../images/mainbackground.jpg) repeat-y scroll left top;
	height: 75px;
	float: left;
	width: 955px;
}
#logoContainer {
	padding-left: 56px;	
	margin-top: -3px;
	float: left;
}
#contentWrap {
	width: 845px;
	padding-left: 56px;
	padding-right: 56px;
	padding-bottom: 56px;
	background: url(../images/mainbackground.jpg) repeat-y top left;
	font-size: 11px;
	font-family: Arial;
	float: left;
	clear: both;
	min-height: 350px;
}
#lineContainer {
	width: 845px;
	height: 1px;
	background: url(../images/dots.jpg) repeat-y top left;	
	margin-bottom: 15px;
	display: block;
	font-size: 0px;
}
#footContainer {
	width: 955px;
	height: 70px;
	background: url(../images/footer.jpg) no-repeat top left;
	float: left;
}

/****************************************/
/************ CONTENT STYLES ************/
/****************************************/
#contentWrap h1, h2, h3 {
	font-family: Arial;
	font-size: 19px;
	color: #92abbe;	
	margin-bottom: 34px;
}
#contentWrap h2 {
	margin-bottom: 20px;
}
#contentWrap h4 {
	font-size: 11px;	
	margin-bottom: 8px; 
}
#contentWrap a {
	color: #004677;
	text-decoration: none;
	font-weight: bold;
}
#contentWrap p {
	padding-bottom: 20px;
}
.linkSpan {
	color: 	#004677;
	font-weight: bold;
	cursor: pointer;
}

/****************************************/


.Map{
	background: url(../images/folder.png) no-repeat;
	height: 89px;
	width: 95px;
	padding-left: 20px;
}


#Folder{
	background: url(../images/folder.png) no-repeat;
}

#Folder2{
	padding-left: 15px;
}

#Folder3{
	padding-left: 70px;
}


.File{
/*
	background: url(../images/file.png) no-repeat;
	height: 89px;
	width: 95px;
	padding-left: 20px;
*/
}

#applicaties{
	padding-left: 35px;
}

#formulieren{
	padding-left: 20px;
}

#handleidingen{
	padding-left: 20px;
}





.folder {
	background: url(../images/folder.png) no-repeat top left;
	padding-left: 20px;
}
.file  {
	background: url(../images/file.png) no-repeat top left;
	padding-left: 20px;
}
.link {
	color: #004677;
	font-weight: bold;
	cursor: pointer;
}
.fileWrapper {
	margin-left: 25px;
	margin-top: 5px;
}
