body {
	background: #9999CC;
	top: 0px;
	left: auto;
	bottom: auto;
	right: auto;
	margin: 0px;
	padding-top: 30px;
}

#frame {
	width: 955px;
	height: 550px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
	top: 0;
	left: auto;
	right: auto;
	bottom: 0px;
	z-index: 4;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border: solid 1px #000066;	
}

#logo {
	position: absolute;
	height: 115px;
	width: 955px;
	background: url(../images/logokopie.jpg) no-repeat;
}

#kop {
	position: absolute;
	height: 30px;
	width: 955px;
	top: 115px;
	background: url(../images/kop2.jpg) no-repeat;
	margin: 0px;
	padding-top: 4px;
}

/*menu kop*/
#nav2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

#nav2 li {
	list-style-type: none;
	float: right;
	width: 120px;
	height: 19px;
	margin: 2px;
	padding: 0px;
}

#nav2 li a {
	display: block;
	width: 120px;
	height: 100%;
	background-color: #FF9900;
	text-decoration: none;
}

#nav2 li a:hover {
 	background-color: #FFCC00;
	color: #000066;
}	
/*einde menu kop*/

#links {
    position: absolute;
	background: #000066 no-repeat;
	height: 405px;
	width: 150px;
	top: 145px;
	z-index: 3;
}

#plaatjelinks {
	height: 120px;
	width: 120px;
	left: 10px;
	position: absolute;
	z-index: 3;
	bottom: 10px;
}

/*menu links*/
#nav {
	margin: 0;
    padding: 0;
    list-style: none;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	width: 130px;
}

#nav li {
    list-style-type: none;
	width: 130px;
	height: 19px;
	margin: 2px;
	padding: 0px;
}

#nav li a {
    display: block;
    padding: 1px 1px 0px 1px;
    margin: 0px;
	height: 19px;
	text-decoration: none;
	background-color: #FF9900;
}

#nav li a:hover {
 	background-color: #FFCC00;
	color: #000066; 
}
/*einde menu links*/

#content {
	background: #FFFFFF no-repeat;
	overflow: auto;
	position: absolute;
	height: 385px;
	width: 635px;
	left: 150px;
	top: 144px;
	padding: 10px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000066;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #FF9900;
}

.blauwetekst {
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
   color: #000066;
}

.oranjetekst {
	font-style: normal;
	font-weight: bold;
	color: #CC6600;
}

.tables {
   width: 600px;
   border: 0px;
}   

#rechts {
    background: #FF9900 no-repeat;
	position: absolute;
	height: 385px;
	width: 130px;
	top: 145px;
	right: 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000066;
	padding: 10px;
}

#plaatjerechts{
	height: 120px;
	width: 120px;
	right: 15px;
	position: absolute;
	z-index: 3;
	bottom: 45px;
}

#tekstrechts{
	width: 120px;
	right: 15px;
	position: absolute;
	z-index: 3;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	bottom: 10px;
}

#navcontainer {
	position: relative;
	height: auto;
	width: 130px;
	z-index: 3;
	top: 10px;
	left: 10px;
}

.floatleft {
	margin: 0;
	float: left;
	padding: 0px 5px 0px 0px;
	position: relative;
}

.floatright {
	margin: 0;
	float: right;
	padding: 0px 0px 0px 5px;
	position: relative;
}

a {
    color: #000066;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
} 

a:hover {
    color: #FF1100;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
	
