/* dit is de basis opmaak van de website */

/* Frame work pagina */
#container {
	width: 770px;
	float: none;
	clear: both;
	margin: 0px auto 20px auto;
	height:1px;
	
}
#flc {
	width: 770px;
	float: left;
	clear: none;
	margin: 0 0 20px 0;
	padding: 0;
	border-left:1px solid #1C3F9B;
	border-right:1px solid #1C3F9B;
	border-bottom:1px solid #1C3F9B;	
}
#header{
	width: 770px;
	margin: 0;
	padding : 0;
	height : 150px;
	float : left;
	clear : both;
	border-bottom:1px solid #1C3F9B;
	background : url('../images/header.jpg') top left no-repeat;
}
#header img {
	float: right;
	margin: 20px 20px 0 0;
}
#navtop {
	float:left;
	clear :left;
	width:188px;
	height:28px;
	border-bottom:1px solid #1C3F9B;
	background : url('../images/leftbg.jpg') top left no-repeat;
}
#navtitle{
	float: left;
	clear : none;
	width: 582px;
	height: 28px;
	border-bottom:1px solid #1C3F9B;
	background : url('../images/navtitle.jpg') top left no-repeat;
}
#navtitle A, #navtitle A:hover, #navtitle A:visited {
	color: #FFF;
	text-decoration: none;
}

#main {
	float:left;
	clear :both;
	width: 770px;
	height:*;
	background : url('../images/mainbg.jpg') top left no-repeat;
}

/* De menu boomstructuur staat in menu.css */
#menu {
	float:left;
	clear :left;
	width:178px;
	border-right: 1px solid #1C3F9B;
	padding-left: 10px;
	padding-top:20px;
	font-family : Helvetica, Arial, sans-serif;
}
#content {
	margin-top: 20px;
	padding-bottom: 20px;
	margin-left:-1px;
	padding-left: 15px;
	float: left;
	clear : right;
	border-left: 1px solid #1C3F9B;	
}
#triangles {
	margin-left:-10px;
	margin-bottom: 30px;
	padding:0;
	float:left;
	clear:none;
	height: 115px;
	width:13px;
}

/* Opmaak elementen op de linkerhelft #menu */

#searchform {
	margin-top: 45px;
}
.contactinfo {
	margin-top: 45px;
	margin-bottom: 20px;
	color: #1C3F9B;
}
#disclaimer {
	margin-left: 35px;
	margin-bottom: 20px;
}

