@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto; 
	padding:0;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	
	min-width: 1000px;
	max-width: 1250px;
	}

	#header {
		margin:0; 
		padding:0;
		
		background-image: url(images/banner-center.jpg);
		background-repeat: repeat-x;
		width: 100%;
		height: 164px;
		
		}

	#main1 {
		margin:0; 
		padding:0;		
		background: url(images/menu-left.jpg) top left repeat-y;
		}
	#main2 {
		margin:0; 
		padding:0;
		background: url(images/menu-right.jpg) top right repeat-y;
		}
	#left {
		float: left;
		width: 185px;
		margin:0; 
		padding:0;
		}
	#right {
		float: right;
		width: 185px;
		margin:0; 
		padding:0;
		}
		
	#middle {
		margin:0 200px;
		}
		
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}

/* opmaak van links in menu's */
.menu li{
		display: block;
		list-style-type: none;
		font-size: 14px;
		margin: 5px auto 0px -40px;
		padding-bottom: 5px;
		border-bottom: thin solid black;
		text-align: center;
		width: 182px;
		}

.menu a{
	color:#333333;
	background-color: white;
	text-decoration: none;
	}
	
.menu a:hover{
	color:black;
	background-color: white;
	font-weight: bold;
	text-decoration: none;
	}

.menu-img{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}

/* opmaak klok */
#clock{
	margin-top: 10px;
	padding: 5px auto;
	text-align: center;
	font-size: 12px;
	height: 30px;
}

/* top menu */
/* Bar instellen*/
#bar{
	padding: 0px;
	margin: 0px;
	
	width: 100%;
	height: 29px;
	
	background: #000;
	background-image: url(images/titel-bg.jpg);
	background-repeat: repeat-x;
	
	color: white;
	font-size: 12px;
	}

#topmenu{
	line-height: 29px;
	width: 100%;
	height: 29px;
	
	padding: 0px;
	margin: 0px;
	}

#topmenu li{
	float: left;
	list-style:none;
	margin-left: 25px;
	}

#topmenu a{	
	color: white;
	text-decoration: none;
	text-align: center;
	display: block;
	}

#topmenu a:hover{
	text-decoration: underline;
	}

