body {
	font-family: verdana;
	text-align: center;
	color: #FFFFFF;
	background: #303030;
}

img { 
	border: 0px none; 
}
  

#kader {
	margin: 16px auto;
	text-align: left;
	position: relative;
	width: 760px;
	padding: 2;
}

a:hover {
	text-decoration: none;
}

/* navigation */
#nav {
	position: absolute;
	top: -7px;
	right: 0;
	width: 590px;
	font-size: 12px;
	text-align: right
}

#nav li {
	width: 80px;
	height: 22px;
	float: left;
	margin: 2px 2px;
	padding: 0;
}

#nav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 2px;
	display: block;
	text-align: center;
}

#nav a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}


#nav li.a   { background: url('images/menu1.gif') no-repeat; }
#nav li.a a { background: url('images/menu1b.gif') no-repeat top right; }
#nav li.b   { background: url('images/menu2.gif') no-repeat; }
#nav li.b a { background: url('images/menu2b.gif') no-repeat top right; }
#nav li.c   { background: url('images/menu3.gif') no-repeat; }
#nav li.c a { background: url('images/menu3b.gif') no-repeat top right; }
#nav li.d   { background: url('images/menu4.gif') no-repeat; }
#nav li.d a { background: url('images/menu4b.gif') no-repeat top right; }
#nav li.e   { background: url('images/menu5.gif') no-repeat; }
#nav li.e a { background: url('images/menu5b.gif') no-repeat top right; }
#nav li.f   { background: url('images/menu6.gif') no-repeat; }
#nav li.f a { background: url('images/menu6b.gif') no-repeat top right; }


#content { width: 100%; }
#content { background: #ED7409 url('images/content_bg.gif'); }
#content div.lb { 
	background: url('images/content_lb.gif') no-repeat top left; 
	padding: 0px;
}
#content div.rb { 
	background: url('images/content_rb.gif') no-repeat top right; 
	padding: 0px
}
#content div.lo { 
	background: url('images/content_lo.gif') no-repeat bottom left; 
	padding: 0px
}
#content div.ro { 
	background: url('images/content_ro.gif') no-repeat bottom right; 
	padding: 0px
}
#content div.opdracht {
	padding: 10px;
}