

html,body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: left;
}

img {
	border: 0;
}

#top {
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #ffffff;
}

#top .left, #top .right {
	width: 40%;
	height: 100%;
}

#top .left {
	float: left;
	text-align: left;
}

#top .right {
	float: right;
	text-align: right;
}

#logo_links_boven {
	position: absolute;
	top: 25px;
	left: 12px;
}

#logo_rechts_boven_1, #logo_rechts_boven_2 {
	position: relative;
	margin-right: 70px;
}

#logo_rechts_boven_1 {
	margin-top: 17px;
}

#middle {
	position: relative;
	width: 100%;
	height: 100px;
}

#middle_left, #middle_center, #middle_right {
	float: left;
}

#middle_left {
	width: 190px;
	height: auto;
	background-color: #689bff;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
}

#middle_left ul {
	margin-left: 14px;
	padding-left: 4px;
	list-style-type: none;	
	font-weight: bold;
}

#middle_left li {
	margin-bottom: 20px;
}

#middle_left li a.selected {
	color: #000000;
}

#middle_left li a.deselected {
	color: #0c00b0;
}

#middle_center {
	width: auto;
	min-width: 300px;
	height: auto;
	margin-left: 20px;

}

#middle_center_a {
	width: auto;
	min-width: 300px;
	height: 100%;
	margin-left: 20px;
}

#middle_center ul {
	margin-left: 14px;
	padding-left: 3px;
}

#middle_right {
	float: right;
	margin-right: 35px;
	width: 140px;
	min-width: 175px;
	height: auto;
}

#footer {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 51px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat; */
}

#footer .left, #footer .right {
	width: 50%;
	height: 100%;
}

#footer .left {
	float: left;
	text-align: left;
}

#footer .right {
	float: right;
	text-align: right;
}

#logo_links_onder {
	position: relative;
	margin-top: -6px;
	margin-left: 21px;
}

#logo_rechts_onder {
	position: relative;
	margin-top: -100px;
	margin-right: 41px;
}

#logo_rechts_boven_1 {
	margin-top: 17px;
}

a {
	text-decoration: none;
	color: #ff6600;
}

a:hover {
	text-decoration: underline;
}

/* font declarations */

.menu_font {
	font-family: verdana;
	font-size: 12px;
	color: #000080;
}

.content_font {
	font-family: arial;
	font-size: 12px;
	color: #000080;
}


