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

body {
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #89bf6b;
	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;
}



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

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

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

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

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

#drempelsweg {
   background-color: #45762a;
}   

.Odd {
   background-color: #A8CF8B;
}

.Even {
   background-color: #C0DCAB;
}



