@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/bg.jpg) repeat-x left top;
	color:#666;
}

img {
	border:none;
}

select {
	background-color:#07084E;
	font-size:11px;
	color:#FFF;
}

input {
	background-color:#FFF;
	border:1px solid #666;
	font-size:11px;
}

h1 {
	font-size:20px;
	color:#07084E;
}

h2 {
	font-size:16px;
	color:#666;
}
	
a:link, a:visited
{
	text-decoration: underline;
	color:#07084E;
}	

a:hover, a:active
{
	text-decoration: none;
	color:#07084E;}

/* ====================================== opbouw van de website in div's ===============================================*/


#maindiv {
	width:904px;
}

#subdiv {
	 background:url(images/bg_content.jpg) no-repeat 20px bottom #FFF;
}

#header {
	background-color:#FFF;
	height:274px;
	border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	padding-left:2px;
}


#top {
	background:url(images/logo.jpg) no-repeat left top;
	height:130px;
}

#content {
	background:url(images/bg_content1.jpg) no-repeat right bottom;
	width:530px;
	float: left;
	padding:15px;

}

#content_links {
	width:148px;
	float:left;
}

#content_rechts {
	width:150px;
	float:right;
}

#footer {
	background:url(images/footer.jpg) no-repeat left top;
	height:13px;
}

#adres {
	background-color:#CACACA;
	border-top:2px solid #FFF;
	padding:10px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#nieuws {
	background-color:#CACACA;
	border-top:2px solid #FFF;
	padding:10px;
}

#nieuwsbrief {
	background-color:#999;
	border-top:2px solid #FFF;
	padding:10px;
	color:#FFF;
}

/* menu (opgeroepen met cms2 module) */

#bg_menu {
	height:40px;
	background:url(images/bg_menu.jpg) repeat-x left top;
	border:2px solid #FFF;
}
#bg_menu ul {
	margin:0;
	padding:0;
	padding-top:13px;
}

#bg_menu li {
	list-style:none;
	display:inline;
}


#bg_menu li a {
	padding:12px 20px;
	color: #FFF;
	text-decoration: none;	
	background-color:#999;
	display:inherit;
	border-right:1px solid #FFF;
	width:100px;
}	

#bg_menu li a:hover {
	padding:12px 20px;
	color: #FFF;
	text-decoration: none;	
	background-color:#666;
	border-right:1px solid #FFF;
	width:100px;
}



#bg_submenu {
	background-color:#999;
}


#bg_submenu ul {
	margin:0;
	padding:0;
}

#bg_submenu li {
	list-style:none;
	height:22px;
}

#bg_submenu li a {
	padding:5px;
	color: #FFF;
	text-decoration: none;
	width:130px;
	border-bottom:1px solid #FFF;
	display:block;
}

#bg_submenu li a:hover {
	padding:5px;
	color: #FFF;
	text-decoration: none;
	width:130px;
	border-bottom:1px solid #FFF;
}



.bgtablad2
{
background-color:#050663;
padding-right:10px;
padding-left:10px;
height:22px;
}



.bgtablad2_over
{
background-color:#666;
padding-right:10px;
padding-left:10px;
height:22px;
}
