#pagecontainer {
	position:absolute;
	left:50%;
	width:760px;
	margin-left:-380px;
	padding:0px;
	}
	
#headframeontainer {
	position: absolute;
    top: 5px;
    left: 0px;
    height: 113px;
    width: 758px;
    border: 1px solid #000;
	}

a:link {
	color: #F60;
    background-color: transparent;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
	}

a:visited {
	color: #F60;
    background-color: transparent;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
	}

a:hover, a:active {
	color: #F60;
    background-color: transparent;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
	}
	 
.mainframe {
	position: absolute;
	width:587px;
	top: 130px;
	left: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	overflow: visible;
	text-align: justify;
	}

.copyright {
	position:absolute;
	width:159px;
	left: 0px;
	top: 333px;
	border: 1px dotted #F60;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #888;
	line-height: 130%;
	text-align: center;
	height: 50px;
}

.Quote {
	position: absolute;
	top: 10px;
	left: 454px;
	height: 93px;
	width: 289px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #555;
	line-height: 130%;
	text-align: right;
	border: 1px dotted #F60;
	overflow: hidden;
	padding: 5px;
	}

.Logo {
	position: absolute;
	top: 10px;
	left: 5px;
	width: 444px;
	background-image:  url(images/logo.jpg);
	height: 105px;
	}

body {
	background-color: #fff;
	}

/* NAVIGATIEMENU */

#navlist {
	position: absolute;
    top: 130px;
    left: 0px;
    width: 159px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 140%;
    background-color: #fff;
    overflow: hidden;
	}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 11px;
	}

#navlist li {
	margin: 0;
	}

#navlist a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #fff #fff #fff #fff;
	background-image:  url(images/menu_bg_up.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	}

#navlist a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
	font-weight: normal;
	}

#navlist a:hover, #navlist a:active, #uberlink a:link, #uberlink a:visited, #uberlink a:hover, #uberlink a:active {
	background-image:  url(images/menu_bg_down.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;
	font-weight: normal;
	}
hr {
	border: none;
	border-top: 1px dotted #666;
	line-height: -15px;
}
