/* @override http://www.kazou-limburg.be/core/deelsites/kamp2007/core/css/overzicht.css */

/* CSS Document */

html{
	background: #ffa800 url(../../images/overzicht/topbackground.jpg) repeat-x top;
	color: #646464;
	font: 11px Georgia, "Times New Roman", Times, serif;
}
body, html{
	margin: 0;
	text-align:center;
}
img{
	border: 0;
}

#header{
	height: 205px;
	background:url(../../images/overzicht/header.jpg) no-repeat top center;
}
#contain{
	width: 700px;
	background:url(../../images/overzicht/basis.jpg) repeat-y left;
	margin: 0 auto;
}
	#menu_div{
		width: 192px;
		background:url(../../images/overzicht/menu-basis.jpg) repeat-y;
		float:left;
		margin:0;
		padding:0;
	}
		#menu{
			list-style: none;
			margin:0;
			padding:0;
		}
		
			ul#menu {
	font-size: 12px;
}
			ul#menu a:active {
	color: #ff6000;
	font-weight: bold;
	font-size: 12px;
}
		
	#content{
		width: 450px;
		float:right;
		margin-right: 10px;
	}
	#footer{
		height: 80px;
		background:url(../../images/overzicht/footer.jpg) no-repeat;
		clear:both;
	}
	
	a:link {
	color: #ff8400;
	text-decoration: none;
}

a:hover{
	color: #404040;
	text-decoration: underline;
}

a:visited{
	color: #fe4600;
	text-decoration: none;
}

a:visited:hover{
	color: #404040;
	text-decoration: underline;
}

th{
	padding-right: 25px;
}

.bboverzicht{
	margin: 0;
	list-style:none;
	padding:0;
}
.bboverzicht li{
	width: 31%;
	float:left;
	overflow:auto;
	margin: 3px;
}