html {
	text-align: center;
	width:100%;
	height:100%;
}

body {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #E36D21;
	background-image: url(../images/bg_verloop.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin:0px;
	z-index:0;
}

div#container {
	position: relative;
	margin: 0 auto;
	width: 770px;
	text-align: left;
	border: 2px solid #000000;
	margin-bottom: 15px;
}

div.top {
	position: relative;
	width: 770px;
	height: 50px;
	background-image:url(../images/top_pola.jpg);
	text-align: left;
}

div.flash {
	position: relative;
	height: 154px;
	top: 1px;
}

div#menu {
	position: relative;
	height: 19px;
}

div#content {
	position: relative;
}

td.content1 {
	background-image:url(../images/shade1.gif);
	background-repeat: repeat-x;
	background-color: #F09A03;
	width: 362px;
}

td.content2 {
	background-color: #31200C;
	background-image:url(../images/shade2.gif);
	background-repeat: repeat-x;
	width: 203px;
}

td.content3 {
	background-color: #F09A03;
	background-image:url(../images/shade1.gif);
	background-repeat: repeat-x;
	width: 205px;
}

.content {
	padding: 10px;
}

.contentrightbottom {
	padding: 20px;
}

.news {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}

b.titel {
	font-size: 14px;
}

a { font-family: Arial, Helvetica, Verdana, sans-serif; }

a:link 		{ color: #000000; font-weight: normal; text-decoration: underline; font-size: 12px; }
a:active 	{ color: #000000; font-weight: normal; text-decoration: none; font-size: 12px; }
a:visited { color: #000000; font-weight: normal; text-decoration: underline; font-size: 12px; }
a:hover 	{ color: #000000; font-weight: normal; text-decoration: none; font-size: 12px; }

a.wit:link 		{ color: #FFFFFF; font-weight: normal; text-decoration: underline; font-size: 11px; }
a.wit:active 	{ color: #FFFFFF; font-weight: normal; text-decoration: none; font-size: 11px; }
a.wit:visited { color: #FFFFFF; font-weight: normal; text-decoration: underline; font-size: 11px; }
a.wit:hover 	{ color: #FFFFFF; font-weight: normal; text-decoration: none; font-size: 11px; }

/* MENU RIGHT */

#mainNav {
	position: relative;
	padding: 0px;
	margin: 0px;
	z-index: 2;
}

#submenu {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 19px;
}

#submenu li.pola {
	position: absolute;
	list-style: none;
	margin: 0px;
	top: 0px;
	width: 70px;
	height: 19px;
}

#submenu li.palabana {
	position: absolute;
	list-style: none;
	margin: 0px;
	left: 71px;
	top: 0px;
	width: 70px;
	height: 19px;
}

#submenu li.actueel {
	position: absolute;
	list-style: none;
	margin: 0px;
	left: 257px;
	top: 0px;
	width: 70px;
	height: 19px;
}

#submenu li.helpen {
	position: absolute;
	list-style: none;
	margin: 0px;
	left: 432px;
	top: 0px;
	width: 70px;
	height: 19px;
}

#submenu li.zambia {
	position: absolute;
	list-style: none;
	margin: 0px;
	left: 593px;
	top: 0px;
	width: 70px;
	height: 19px;
}

#submenu li.links {
	position: absolute;
	list-style: none;
	margin: 0px;
	left: 686px;
	top: 0px;
	width: 70px;
	height: 19px;
}

#submenu li:hover, #submenu li.over {
	background-image: url(../images/menu_blauw.gif);
}

#submenu li a { color: #000000; text-decoration: none; }
#submenu li:hover a, #submenu li.over a { color: #FFFFFF; }

/* SUBMENU RIGHT */

#submenu li ul {
	position: absolute;
	z-index:10;
	_top:19px;
	left: 0px;
	display: none;	
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 160px;
	border-top: solid 1px #47270B;
	border-left: solid 1px #47270B;
	border-right: solid 1px #47270B;
}

#submenu li:hover ul, #submenu li.over ul {
	display: block;	
}

#submenu li ul li {
	position: relative;
	background-repeat: no-repeat;
	background-color: #33210C;	
	border-bottom: solid 1px #FFFFFF;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: left;
	width: 150px;
}

#submenu li ul li:hover, #submenu li ul li.over {
	background-color: #DA7702;	
}

#submenu li ul li:hover a, li.over a {
	color: #000000;		
}

/* MENU DIVIDERS */
#submenu li.divider {
	position: absolute;
	list-style: none;
	left: 70px;
	top: 0px;
	margin: 0px;
	width: 1px;
	height: 19px;
}

#submenu li.divider2 {
	position: absolute;
	list-style: none;
	left: 256px;
	top: 0px;
	margin: 0px;
	width: 1px;
	height: 19px;
}

#submenu li.divider3 {
	position: absolute;
	list-style: none;
	left: 431px;
	top: 0px;
	margin: 0px;
	width: 1px;
	height: 19px;
}

#submenu li.divider4 {
	position: absolute;
	list-style: none;
	left: 592px;
	top: 0px;
	margin: 0px;
	width: 1px;
	height: 19px;
}

#submenu li.divider5 {
	position: absolute;
	list-style: none;
	left: 685px;
	top: 0px;
	margin: 0px;
	width: 1px;
	height: 19px;
}

table#frame {
	min-height: 450px;
	_height: 450px;
}

