/* Written:   Jurgen Roels */ 
body {
	margin: 0px;
	padding: 0px;
}

A:link{
	font-family: arial, serif, sanf-serif, monospace;
 	font-size:9px;
	color: rgb(255,255,255);
}

A:visited{
	font-family: arial, serif, sanf-serif, monospace;
 	font-size:9px;
	color: rgb(255,255,255);
}

TABLE {
 	color: rgb(99,99,99);
 	font-family: verdana, serif, sanf-serif, monospace;
 	font-size: 10px; 
}

div#header {
	padding: 0px;
	width: 100%;
	height: 50px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
 	background-position: center center;
	background-color: rgb(136,136,136);
	border: 0px;
}

div#main {
	width: 100%;
	height: 400px;
 	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
 	background-position: center center;
	background-color: rgb(255,255,255);
}

div#pics {
	width: 100%;
	height: 135px;
	background-color: rgb(255,255,255);
}

div#footer {
 	width: 100%;
 	height: 13px;
 	color: rgb(255,255,255);
 	font-family: arial, serif, sanf-serif, monospace;
 	font-size:9px;
 	text-align:center;
	background-color: rgb(136,136,136);
} 

.imagethumb {
 	border-style: solid;
 	border-width: 1px;
 	border-color: rgb(99,99,99);
 	width: 120px;
 	height: 100px;
}

.imagebig{
 	border-style: solid;
 	border-width: 1px;
 	border-color: rgb(99,99,99);
 	width: 350px;
	height: 225px;
}

div#legende {
	width: 100%;
	height: 390px;
	background-image:url(/images/backlegende.jpg);
    background-repeat: no-repeat;
	background-position: center center;
	top: 55px;
	position:absolute;
	overflow: hidden;
	color: rgb(136,136,136);
	border:5px;
}

div#legende h1 {
 font-family: verdana, serif, sanf-serif, monospace;
 font-size: 12pt;
 text-align : left;
 color: rgb(99,99,99);
}

