html {
    	height: 100%;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #4FB273;
	background-repeat: repeat-y;
	background-image: url(images/greengradient.jpg);
	background-position: top;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: small;
	text-align: left;
	margin-left: 10px;
	color: #264B30;
}

#container {
	background-image: url(images/content_geel.jpg);
	background-repeat: repeat-y;
	width: 900px;
	margin: 0;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#header h1 span {
    	display: none;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	clear: both;
	height: 206px;
	position: relative;
}

#topnav {
	position: absolute;
	margin:0;
	top: 80px;
	right: 140px;
	height: 1em;
	font-size: small;
}

#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topnav li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: .9em;
	font-weight: bolder;
}

#topnav .topnavdivider {
	color: white;
	font-weight: bolder;
	margin:0;
	padding: 0 2px 0 5px;
}

#topnav a:link, a:visited {
	text-decoration: none;
	color: green;
}

#topnav a:hover {
	color: white;
}

#leftside {
	position: absolute;
	padding-left: 20px;
}

#rightside {
	right: 20px;
	top: -40px;
	position: absolute;
	padding-left: 20px;
}

#middle {
	min-height: 450px;
	padding-right: 150px;
	position: relative;
}

* html #middle {
	height: 450px;
}

.news {
	border-bottom: 1px solid gray;
	padding-left: 10px;
	text-align: justify;
	margin-bottom: 2em;
}

.news td.newsheader {
	font-weight: bold;
	text-align: left;
}

.news td.newsdate {
	text-align: right;
	font-style: italic;
	vertical-align: top;
}

.news td.newstext {
	padding-left: 20px;
}

.news td.newsreadmore {
	text-align: right;
}

#incontent a {
	color: green;
	font-weight: bold;
	text-decoration: underline;
}

#incontent a:hover {
	color: white;
}

#leftmenu_container {
margin: 0;
margin-top: 2em;
width: 150px;
}

#left_login {
margin: 0;
margin-top: 2em;
width: 150px;
}

#agenda {
margin: 0;
margin-top: 2.2em;
width: 160px;
}

#right_funelement1 {
margin: 0;
margin-top: 2em;
margin-left: 8px;
width: 147px;
}

.roundme_top-left {
margin-right: 15px; /* hou rechter hoekje vrij */
background-image: url('images/greenboxtl_long.gif');
height: 15px; /* toon alleen bovenste helft van de figuur */
font-size: 2px; /* corrigeer hoogte voor IE */
}

.roundme_top-right {
float:right;
margin-top: -15px; /* naar niveau van linker hoekje */
margin-left: 15px; /* hou linker hoekje vrij */
background-image: url('images/greenboxtr.gif'); 
height: 15px; 
width: 15px;
font-size: 2px;
}

.roundme_bottom-left {
margin-right: 15px; /* hou rechter hoekje vrij */
background-image: url('images/greenboxbl_long.gif');
height: 15px;
font-size: 2px;
}

.roundme_bottom-right {
background-image: url('images/greenboxbr.gif');
background-position: 100% 0;
background-repeat: no-repeat;
margin-top: -15px;
height: 15px; 
font-size: 2px; 
}

.roundme_inside {
background-image: url('images/greenboxleft.gif');
color: #000000;
}

.roundme_inside2 {
background-image: url('images/greenboxright.gif');
background-position: 100% 0;
background-repeat: repeat-y;
padding: 0 15px;
margin-top: 0;
margin-bottom: 0;
}

.loginscreen table {
	width: 95%;
	text-align: left;
}

.loginscreen input {
	border: 1px solid white;
	padding: 1px;
	background-color: green;
	color: white;
	font-weight: bolder;
	font-size: xx-small;
}

.menu ul
{
margin: 0;
padding: 5px 10px 0 10px;
list-style-type: none;
font: bold 12px Verdana, sans-serif;
}

.menu li
{
display: inline;
}

.menu a
{
display: block;
text-align: left;
padding: 2px 4px 2px 20px;
margin: 0;
border-bottom: 1px solid #69CA82;
}

.menu a:link, .menu a:visited
{
color: white;
text-decoration: none;
}

.menu a:hover
{
color: #000;
background-color: white;
}

.menu li a#leftmenu_current
{
color: #000;
background-color: white;
}

#incontent {
	padding: 10px 45px 10px 200px;
}

#incontent .meerpaginas ul {
  margin: 0;
  padding: 0;
  display: inline;
}

#incontent .meerpaginas li {
	display: inline;
	list-style-type: none;
}

#incontent .meerpaginas a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: green;
	text-align: center;
	margin: 2px 1px 2px 1px;
	padding: 2px;
	height: auto;
	width: 1em;
	border: 1px solid #666666;
}

#incontent .meerpaginas li a:link, #incontent .meerpaginas li a:visited {
	text-decoration: none;
	color: white; 
}

#incontent .meerpaginas li a:hover {
	color: green;
	background: white;
}

#incontent .meerpaginas li a#dbcurrent
{
background: white;
color: black;
color: #000;
}

#dbindustrynavigator {
	background-color: #4FB273;
	border: 1px solid white;
    color: black;
    height: 32px;
	line-height: 32px;
    text-align: right;
	padding-right: 10px;
	letter-spacing: 0px;
    font-size: 11px;
    margin: 20px 0px 3px 0px;
}

#dbindustrynavigator select {
	font-size: 11px;
	height: 17px;
	margin: 6px 0 8px 0;
	vertical-align: middle;
}

#dbindustrynavigator option {
	background-color: #fff;
	border-bottom: 1px solid black;
}

#footer {
	height: 122px;
	background-image: url(images/footer3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}