html, body, body #container {height: 100%;  padding:0; }

body {
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #618cd4;
	height: 100%;
}


#container {
	width: 780px;
	height: 100%;
	background-color: #FFFFFF;
}


#containerLeft {
	position:relative;
	top: 0px;
	left: 0px;
	width: 165px;
	font-size: 0.8em;
}

#containerRight {
	position:relative;
	top: 0px;
	left: 0px;
	width: 615px;
	font-size: 0.8em;
	background-color: #FFFFFF;
}

.border {
	background-image: url('images/border.gif');
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	height: 1px;
}



table #p { 	font-size: 1.0em; padding-left: 0px; padding-right: 0px; } /* Nino: dit was ooit padding 7px;*/
table #list TH { background: #618cd4; }
table TR .odd { background: #ccdafb; }
table TR .even { background: #d9e4fd; }
table TR .over { background: #FFFFFF; cursor: pointer; }

table a {
	color: #000000;
}

.readmore {
	text-decoration: none;
	color: #000000;
}

form { display: inline; }
input {	border: solid 0px #618cd4; }
.select { font-size: 1em; border: solid 1px #618cd4; }

.footer {
	margin-top: 5px;
	font-size: 9px;
}

#dating_submit {
	position: relative;
	top: 4px;
	left:0px;
}

HTML>BODY #dating_submit {
	top: 2px;
}

#drempelsweg {
   background-color: #21447d;
}   

.Odd {
   background-color: #b4c9e8;
}

.Even {
   background-color: #97b3df;
}


