body {
	background-color: #FF6B00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0080B2;
}
.main {
	color: #0080b2;
	background-attachment: fixed;
	background-image: url(../images/opbouw/main-groot.jpg);
	background-repeat: no-repeat;
	background-color: #E9F0F7;
}

.right {
	background-attachment: fixed;
	background-color: #0080B2;
	background-repeat: no-repeat;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0080B2;
}

a, a:visited {
color: #FF6B00;
text-decoration:underline;
}

a:hover, a:active {
color: #0080B2;

}

.right a, .right a:visited {
color: white;
}

.right a:hover, .right a:active  {
color: #FF6B00;
}

/********** Menu **********/
#menu{
background-color:white;
width:739px;
height:10px;
margin:0 auto;
border-top:3px solid #ED6022;
border-bottom:3px solid #ED6022;
}
#menu ul {
list-style: none;
float:left;
padding-left:0;
margin:0;
}

#menu li {
border-left:1px solid #ED6022;
border-right:1px solid #ED6022;
}

#menu li.lastmenu {
border-right:0;
}


#menu a, #menu li.currentpage h3 {
display: block;
color:#FF6B00;
text-decoration:none;
font-size:12px;
font-weight:bold;
padding:7px 13px 7px 12px;
}
#menu a:hover{
background-color:#9BD5F8;
}
#menu a.active, #menu li.currentpage h3{
color:#f68720;
}
#menu li{
float: left;
}

/* DROPDOWN SUBMENU */
#menu li ul {
background-color:white;
position: absolute;
left: -999em;
width: 120px;
padding:0px 0 0px 0;
}
#menu ul li ul li {
border:0;
}
#menu li ul li a, #menu li ul li.currentpage h3{
background:none;
display:block;
width:100px;
padding:7px 0px 7px 0;
margin:0px 0px 0px 10px;
font-size:12px;
font-weight:normal;
border:0;
}
#menu li ul li a:hover, #menu li ul li.currentpage h3{
background-color:#9BD5F8;
color:#ffffff;

}
#menu li:hover ul, #menu li.sfhover ul{
left: auto;

}








