html
{
overflow-y:scroll;
}

body,td,th {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 14px;
        color: #ffffff;
}


html, body {
    /* get rid of default spacing on the edges */
    margin: 0;
    padding: 0;

    /* get rid of that 2px window border in Internet Explorer 6 */
    border: 0;

    /* fill the height of the browser */
    height: 100%;

    /* no more scroll bar */
    overflow-x: hidden
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 50% 0;
	background-color: #ffffff;
}

a:link, a:visited, a:active {
	color: #c0e8f2;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #ffffff;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #ffffff;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 16px;
	color: #ffffff;
	margin: 15px 0px 5px 0px;
}

h3 {
	font-size: 14px;
	color: #0c8a2d;
	margin: 0px 0px 5px 0px;
}


img { behavior: url(iepngfix.htc); }

.contentplaatje
{
border: 1px solid white;
margin:2px;
}


.supje {
vertical-align: top!important;    
vertical-align: baseline;
position:inherit!important;
position: relative;
bottom: 5pt!important;
bottom: 3pt;
font-size:7pt;

}

input
{
background-color: #ffffff;
}

textarea
{
background-color: #ffffff;
}


form {
	margin: 0;
}
.header {
	width: 750px;
	height: 80px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.menu {
	float: left;
	width: 140px;

}
.menu ul, .menu li {
        font-size:13px;
	padding: 0;
	list-style: none;
	margin-left:5px;
}
.menu ul ul {
}

.menu a:link, .menu a:visited, .menu a:active {
	display: block;
	padding-bottom: 3px;
	color:#000000;
}
.menu a:hover {
	display: block;
	padding-bottom: 3px;
	color:#ffffff;
}

.menu_current a:link, .menu_current a:visited, .menu_current a:active {
	display: block;
	padding-bottom: 3px;
	color:#ffffff;
}
.menu_current a:hover {
	display: block;
	padding-bottom: 3px;
	color:#ffffff;
}


.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #003366;
	color: #FFFFFF;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDDDDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #FFFFFF;
}
.content {
	padding: 10px;
	background-color: #FFFFFF;
	height: 300px;
	vertical-align: top;
	text-align: left;
}
.footer {
	padding: 5px;
	height: 20px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}