body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF9D9;
}
H1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: DARKRED;
}
H2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: OLIVE;

}
H3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: SEAGREEN;
	font-style: italic;
}
img {
	border: none;
}
p {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: navy;
	text-align: justify;
}
a:link, a:visited {
	color: navy;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: navy;
}
td.prod {
	padding-right: 5px;
	padding-left: 5px;	
}
td.prod_card {
	background-image: url(../images/card.png);
	background-repeat: no-repeat;	
	background-position: center;
}

ul {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: navy;
}

li.dir
{
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11pt;
    background-color: #000080;
    color: #FFFF99;
    font-weight: bold;
}
li.driver
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9pt;
	background-color: whitesmoke;
	color: navy;
}
	
span.floatleft {
	float: left;
	padding-right: 10px;
}
span.floatright {
	float: right;
	padding-left: 10px;
}
#horizon {
	color: white;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block;
	visibility: visible;
	z-index: 10;
}
#wrapper {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11pt;
	/*background-color: #F00;*/
	margin-left: -475px;
	position: absolute;
	top: -320px;
	left: 50%;
	width: 950px;
	height: 640px;
	text-align: left;
	visibility: visible;
	z-index: 20;
}
#header {
	background-image: url(../images/back_boven_950x87.png);
	background-repeat: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 87px;
	border-right: gray 5px ridge;
	z-index: 30;
}
#logo {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 40;
}
#logo_txt {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 40;
}
#main {
	position: absolute;
	top: 87px;
	left: 0px;
	width: 950px;
	height: 553px;
	border-right: gray 5px ridge; /* in IE is dit solid-achtig... */
	border-bottom: gray 5px ridge;
	z-index: 30;
}
#menu {
	background-image: url(../images/back_links_112x553.png);
	background-repeat: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 112px;
	height: 553px;
	color: navy;
	z-index: 40;
}
#menu_txt {
	/*background-color: #F00;*/
	position: absolute;
	top: 95px;
	left: 5px;
}
#menu_txt ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu_txt a:link, #menu_txt a:visited {
	text-decoration: none;
	color: navy;
	/*font-stretch: expanded;*/ /* blijkt nog niet te werken...*/
	font-weight: bold;
	font-size: 11pt;
}
#content {
	background-image: url(../images/back_center_838x553.jpg);
	background-repeat: none;
	position: absolute;
	top: 0px;
	left: 112px;
	width: 838px;
	height: 553px;
	color: navy;
	overflow: auto;
	/* scrollbar-base-color: #F8E888; */ /* wordt enkel in IE getoond ! */
	z-index: 40;

}
#content_txt{
	/*background-color: #F00;*/
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	margin: 5px 25px 5px 25px;
	z-index: 50;
}

#log_info {
	position: absolute;
	top: 650px;
	left: 0px;
	width: 950px;
	background-color: DARKGRAY;
	color: LIGHTYELLOW;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
}

/* onderscheid tussen rijen maken door licht verschillende achtergrondkleur:*/

th.result {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align: left;
	text-decoration:none; 
	font-size: 11pt; 
	font-weight: bold ; 
	color: White ; 
	background-color: navy;
}
.row1   {
	background:whitesmoke;
	}
.row2	{
	background:silver;
	}