/* CSS Document */

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


#knop1{
width: 235px;
height: 30px;
background:url(../knoppen/knoppen_01.gif) no-repeat; 
float: left;
}



#knop2{
width: 261px;
height: 30px;
background:url(../knoppen/knoppen_02.gif) no-repeat; 
float: left;
}

#knop3{
width: 233px;
height: 30px;
background:url(../knoppen/knoppen_03.gif) no-repeat; 
float: left;
}

#knop4{
width: 221px;
height: 30px;
background:url(../knoppen/knoppen_04.gif) no-repeat; 
float: left;
}

#knop1:hover{
background:url(../knoppen/knoppenLijn_01.gif) no-repeat;
}
#knop2:hover{
background:url(../knoppen/knoppenLijn_02.gif) no-repeat;
}
#knop3:hover{
background:url(../knoppen/knoppenLijn_03.gif) no-repeat;
}
#knop4:hover{
background:url(../knoppen/knoppenLijn_04.gif) no-repeat;
}


html {
	margin: 0px;
	padding: 0px;
	}
body {
	background: #000;
	display:block;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container {
border: 1px solid #fff;
background-color:#000000;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 950px;
}
	#header{
	
	width: 940px;
	height: 50px;
	}
	#showBalk{
	background: url(../img/logo.gif) no-repeat;
	width: 950px;
	height: 164px;
	}
	#content{
	background: #000;
	padding-top: 20px;
	padding-bottom: 20px;	
	width: 950px;
	}
		#contentLeft{
		background-color:#000000;
		float: right;
		padding-left: 50px;
		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: #fff;
		background-color:#000000;
		float: left;
		padding-left: 50px;
		text-align:left;		
		width: 470px;
		}
	
	#content h1{
	font-size: 26px;
	}	
	#content h2{
	font-size: 16px;
	}	

	
	#footer{
	width: 950px;
	height: 52px;
	}
		#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;
}

	

