@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	color:#1B3F95;
	font-family:Verdana, Geneva, sans-serif;
}

img {
	border:none;
}

a {
	text-decoration:none;
	color:#51BDC7;
}

input {
	border:1px solid #1B3F95;
}

select {
	background-color: #1B3F95;
}

/* opbouw div's */

#maindiv {
 	width:900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#header {
	 height:197px;
	 background:url(images/header2.jpg) no-repeat center;
}

#logo {
	background:url(images/logo.jpg) no-repeat 15px 20px;
	height:62px;
	padding-left:700px;
	padding-top:20px;
}

#menu {
	 height:28px;
	 background-color:#1B3F95;
	 padding-left:10px;
}

#content {
 	padding:0;
	margin-top:30px;
	width:900px;
}

#content1 {
 	padding:0;
	padding-left:20px;
	width:600px;
	background:url(images_new/bg_2.jpg) no-repeat right bottom;
	height:300px;
}


#nieuws1 {
 	float:right;
 	width:252px;
	color:#1B3F95;
	padding-left:20px;
	padding-top:5px;

}

#footer {
	background:url(images/footer.jpg) no-repeat left top;
	height:150px;
	width:900px;
}

/* menu */
#menu ul{
	padding:0;
	margin:0;
	float: left;
	width: 100%;
} 

#menu li {
	display: inline; 
}


#menu li a {
	padding: 5px 20px;
	color: #FFF;
	text-decoration: none;
	float: left;
	font-weight:bold;
}	

#menu li a:hover {
	color: #FFF;
	padding: 5px 20px;
	font-weight:bold;
	background:url(images/punt.jpg) no-repeat 5px 8px;
}


/* submenu */

#submenu ul {
	margin:auto;
	padding:0;
	background-color:#FFF6DD;
	padding:5px;
}

#submenu li {
	display: inline; 
	list-style:none;
}


#submenu li a {
	color: #1B3F95;
	text-decoration: none;
	padding:0px 15px;
}	

#submenu li a:hover {
	color: #1B3F95;
	padding:0px 15px;
}	


/* content */

#titel {
	font-size:18px;
	padding:0;
	font-weight:bold;
}
		