/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	}
body {
	background: #fffcf6 url(../img/bgBody.gif) repeat-x;
	display:block;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 940px;
}
	#header{
	background: url(../img/header.gif) no-repeat;
	width: 940px;
	height: 147px;
	}
	#showBalk{
	text-align:left;
	background: url(../img/showbalk.gif) no-repeat;
	width: 940px;
	height: 303px;
	}
		#advertentie {
		text-align:left;
		padding-left:113px;
		padding-top:235px;
		width:285px;
		}
		#advertentie h2 {
			height: 20px;
			margin: 2px;
		}
		
	#content{
	background: url(../img/bgContent.gif) repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;	
	width: 940px;
	}
		#contentLeft{
		float: left;
		padding-left: 120px;
		text-align:left;
		width: 180px;
		}
			#contentLeft a{
			border-bottom: #666 1px solid;
			color:#000;
			display: block;
			height: 22px;
			padding-left: 16px;
			padding-bottom: 2px;
			padding-top:2px;
			text-decoration:none;
			width:150px;
			}
			
			.hoofdItem{
			background: url(../img/miniArrow.gif) no-repeat left;
			}
			
			#contentLeft a:hover{

			}
						
		#contentRight{
		color: #000;
		float: left;
		padding-left: 20px;
		padding-right: 120px;		
		text-align:left;		
		width: 500px;
		}
	
	#content h1{
	font-size: 26px;
	}	
	#content h2{
	font-size: 20px;

	}	

	
	#footer{
	background: url(../img/footer.gif) no-repeat;
	width: 940px;
	height: 92px;
	text-align:center;
	}
		#footerText {
			color:#E8A487;
			font-size:10px;
			padding-top:50px;
		}


#clear {
clear: both;
width: 760px;
height: 0px;
}

.miniArrow {
	vertical-align:middle;
	}
	
.brancheName {
	font-size: 10px;
	/*color: #999999;*/
	margin-left:5px;
}

.news_date {
	color:#E8A487;
	font-size:10px;
	font-style:italic;
}

a {
	color:#F79239;
	text-decoration:none;
}

	
