/* # $Id: screen.css,v 1.5 2006/03/21 09:36:34 danielk Exp $ */

body {
	background-image: url('img/backgroundFillerBottom.jpg');
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana, arial, sans-serif;
	font-size:1em;
	}

#background {
	position:absolute;
	width:100%;
	height:598px;
	left:0px;
	background: url('img/backgroundFiller.jpg') repeat-x top;
}

#dvMain {
	position:relative;
	background-image: url('img/linetop.gif');
	background-repeat: no-repeat;
	width: 740px;
	background-color: white;
	margin: auto;
	}

#dvHeader {
	padding-top: 20px;
	width: 720px;
	}

#dvHeader img {
	/* Leeg */
	}

#dvMenu {
	margin-bottom: 1px;
	}

#dvMenu img {
	border-width: 0px;
	}

#dvContent {
	position:absolute;
	border: 1px solid green;
	margin-left:1px;
	padding: 0px 10px 10px 8px;
	background-color:#FFF;
	}

#dvSubmenu {
	margin-top: 0px;
	}

#dvContentCenter {
	width: 720px;
	}

#dvTekst {
position:relative;
	color: green;
	width: 380px;
	float: left;
	margin-top: 10px;
	margin-right: 25px;
	}

#dvmap {
	float: right; 
}	

#dvMap img {
	border: 1px solid black;
	margin-bottom: 5px;
	}

h1 {
	font-size: 80%;
	/* text-transform: uppercase; */
	}

h2 {
	font-size:18px;
	padding-left: 10px;
	}

p {
	font-size: 8pt;
	clear: both;
	}

p img {
	border: 1px solid green;
	float: left;
	margin: 0px 5px 0px 0px;
	}

a {
	color: green;
	}

a:hover {
	color: yellowgreen;
	/* 
	background-color: #F3D50A;
	background-image: url('img/link_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	*/
	}

hr {
	height: 1px;
	border-top: 1px dashed green;
	}

form table {
	width: 100%;
	}

li {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 8pt;
	margin-left: 20px;
	}

td {
	font-size: 8pt;
	}

form {
	width: 100%;
	}

input.text {
	width: 95%;
	border: 1px solid #679AB7;
	color: #679AB7;
	}

textarea {
	width: 95%;
	height: 80px;
	border: 1px solid #679AB7;
	color: #679AB7;
	}

table.deelnemer {
	border-top: 1px solid green;
	}

table.deelnemer td {
	padding: 5px;
	border-bottom: 1px solid green;
	}

#dvDeelnemers {
	position:relative;
	width: 289px;
	background-color: #679AB7;
	background-image: url('img/deelnemers_bg.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 5px;
	float:right;
	}

#dvDeelnemers h2 {
	color: white;
	width: 100%;
	border-bottom: 1px solid white;
	}

#dvDeelnemers ul {
	margin: 0px;
	padding: 0px;
	}

#dvDeelnemers ul li {
	list-style-position: inside;
	list-style-type: disc;
	/* list-style: none; */
	margin: 0px; 
	padding: 0px;
	color: white;
	}

#dvDeelnemers ul li a {
	color: white;
	font-size: 8pt;
	text-decoration: none;
	}

#dvDeelnemers ul li a:hover {
	color: yellow;
	}

#dvDeelnemers a {
	color: white;
	text-decoration: none;
	}

#dvDeelnemers a:hover {
	color: yellow;
	}

#ulRight {
	float: left;
	width: 160px;
	}

#dvRight {
	width: 120px;
	float: right;
	}

#dvRight img {
	width: 120px;
	border: 1px solid white;
	margin-bottom: 5px;
	}