@charset "utf-8";
/* CSS Document */

body {
	background:url(images_new/bg.jpg) repeat-x left top;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border:none;
}

select {
	background-color:#0066CC;
	font-size:11px;
	color:#FFFFFF;
}

input {
	border:1px solid #333;
	font-size:11px;
	color:#666666;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #000;
	font-weight:bold;
}	

a:hover 
{
	text-decoration: underline;
	color: #000;
	font-weight:bold;
}

/* opbouw div's */

#maindiv {
 	width:100%;
 	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#top {
	height:164px;
	background:url(images/bg_top.jpg) repeat-x left top;
}

#top1 {
	height:123px;
	width:900px;
}

#header {
	height:320px;
	background:url(images/bg_header.jpg) repeat-x left top #E9E9E9;
	padding-top:18px;
}

#content {
	background:url(images/bg_content.jpg) repeat-x left top;
	padding:20px;
}

#content1 {
	width:900px;
	line-height:18px;
	padding-right:10px;
}

#menu {
	height:40px;
	width:900px;
}

#nieuws {
	float:right;
	padding-top:5px;
	width:150px;
}

#footer {
background-color:#EEE;
color:#999;
height:20px;
padding-top:5px;
}


/* menutop */
#menu ul{
	padding:0;
	margin:0;
	float: left;
	width: 100%;
	padding-top:4px;
	border-right:1px dotted #555;
} 

#menu li {
	display: inline; 
}


#menu li a {
	padding-top:9px;
	color: #FFF;
	text-decoration: none;
	float: left;	
	border-left:1px dotted #555;
	height:23px;
	width:120px;
	font-weight:normal;
}	

#menu li a:hover {
	color: #FFF;
	padding-top:9px;
	background:url(images/bg_menu_over.jpg) no-repeat center top;
	height:23px;
	width:120px;
	font-weight:normal;
}

	