/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
font-size:23px;
font-weight:bold;
}

h3 {
font-weight:bold;
padding:0;
margin:0;
}

hr {
height: 0; 
border-top : none; 
border-bottom: 1px dotted #484436; 

}


/*----------------------------------------------------------------------*/

html {
height:100%;
}

body {
	background-color:#fff;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#484436;	
}

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

	#header {
		position:relative;
		width:960px;
		height:200px;
	}
		#logo {
			position:relative;
		width:295px;
		height:185px;
		left:-10px;
		top:0px;
		}
		
		#klantenlogin {
		width:106px;
		height:23px;
		position:absolute;
		right:32px;
		top:14px;
		}
		
		
	#main {
		position:relative;
		width:934px;
		margin-top:10px;
		background-image:url(../images/fiiet.jpg);
		background-repeat:no-repeat;
		background-position:bottom left;
		overflow:auto;
		padding-bottom:200px;
		}
		
		#left {
			position:relative;
			float:left;
			width:200px;
			margin-left:0px;
			}
			
		#mid {
			position:relative;
			float:left;
			margin-left:20px;
			width:530px;	
			line-height:1.7;
			}

                           .aanbod {
				position:relative;
				width:100%;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#484436;
				padding-top:7px;
				}
			        
				.aanbod td {
				vertical-align:top; 
				}

		#side {
			position:relative;
			float:left;
			width:164px;
			margin-left:20px;
			}

		
		
		#left ul {
			position:relative;
			left:0;
			top:0;
			width:220px;
			overflow:auto;
		
		}
		
			#left ul li {
				position:relative;
				float:left;
				height:27px;
				font-size:13px;
				width:200px;
				border-bottom:#999 dotted 1px;
				list-style:circle;
			}
			
		    #left ul li.active,#left ul li:hover {
				background-color:#dbdbdb;	
			}
			
			  #left ul li.first { }
			  #left ul li.last { border-bottom:0;}
			
				#left ul li a { position:relative; color:#484436;  text-decoration:none; left:25px; top:7px;}
				
		.folder { position:relative; top:30px; left:545px; z-index:99;}
		
		
	#textcontainer {
		width:606px;
		position:relative;
		padding:12px;
		margin-top:38px;
		line-height:1.6;
		}
		
	 .sideblock {
	 	background-color:#ffe9d2;
		background-image:url(../images/sidebar-top.png);
		background-position:top center;
		background-repeat:no-repeat;
		}	
	 
	 .sideblock h2 { position:relative; font-size:13px; color:white; width:208px; margin-left:15px; top:7px; padding-bottom:15px;}
	 .sideblock p { position:relative; width:208px; margin-left:15px; line-height:1.4;}
	 	
     .sidebottom {
	 	background:url(../images/sidebar-bottom.png);
		background-repeat:no-repeat;
		height:6px;
		}
		
		
		
		#right ul {
			position:relative;
			left:0;
			top:0;
			width:238px;
			overflow:auto;
		
		}
		
			#right ul li {
				position:relative;
				padding-left:17px;
				padding-right:0px;
				font-size:13px;
				letter-spacing:0.8;
				width:221px;
				height:40px;
				border-top:solid 1px white;
			}
			
		    #right .date { position:relative; width:221px; font-size:10px; float:left; margin-top:6px;}
			
			#right ul li.active,#right ul li:hover {
				background-color:#ffffff;		
			}
			
			  #right ul li.first { border:none; }
			
				#right ul li a { position:relative; color:#002878; font-weight:bold;  text-decoration:none; top:6px;}
				
				
				
		#footer {
		position:relative;
		background-image:url(../images/footer.png);
		background-position:top;
		background-repeat:no-repeat;
		clear:both;
		margin-top:-100px;
		height:100px;
		}


			

	


