/*
CSS Version: 0.1
Author: Jerome de Groot
Author URI: http://www.oscin.nl

*/

html { min-height: 100%; margin-bottom: 1px; }

td, body, top, div {
	font-size: 12px; 
	font-family: Verdana;
    line-height: 170%;
	color: #7d7d7d;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9 {
    font-size: 8pt;
    font-family: verdana;
}

h1 { font-size: 100%;
     color: #00964b;
     font-weight: bold; }

     
p { padding: 0 0 0; }

a:link { color: #00964b; text-decoration: none; }
a:visited { color: #00964b; text-decoration: none; }
a:hover { color: #5fd89c; text-decoration: none; }
a:active { color: #00964b; text-decoration: none; }



/* Tables
------------------------------------------------------------------------------- */

table.midden {
	border: 0px; 
	margin: 0px;
	border-spacing: 0px; 
	background-color: #ededed; 
	width: 750px;
	text-align: center;
	border-collapse: collapse;
}


/* Top
------------------------------------------------------------------------------- */

.toplogo {
	background-color: #ffffff;
	width: 100px;
	height: 60px;
}

.toprechts {
	background-color: #ffffff;
}

.topbalk {
	background-image:  url('/images/topbalk.gif');
	height: 4px;
	width: 100%;
}

.header {
	background-image:  url('/images/header.gif');
	height: 100px;
	width: 750px;
}


/* down 
------------------------------------------------------------------------------- */

.downbalk {
	background-color: #9c9d97;
	height: 5px;
}

/* content 
------------------------------------------------------------------------------- */

.content {
	height: 500px;
	padding: 20px;
	vertical-align: top;
	text-align: left;
}

.menuleft {
	padding: 20px;
	border-right: 1px dotted #9c9d97;
	width: 175px;
	min-width: 175px;
	vertical-align: top;
	text-align: left;
	color: #000000;
}

/* footer
------------------------------------------------------------------------------- */

.footer {
    text-align: center;	
    background-color: #ffffff;
}

footer.link { 
    text-align: center;
    color: #000000;
}
footer.visited { text-decoration: none; }
footer.hover { text-decoration: none; }
footer.active { text-decoration: none; }
