body {
	margin: 0px;
	max-height: 100%;
	background-color: #E0E0E0;
	font-family: Verdana;
	min-width: 320px;
	width: 100%;
	max-width: 100%;
	color: #000000;
//	overflow: hidden;
}

th {
	text-align:	left;
}

img.header {
	width: 100%;
	min-width:320px;
}

div.header {
	width: 100%;
	margin: 0px;
	border: 0px;
}

div.overlay {
	position: relative;
	top: -40px;
	width: 100%;
	height: 40px;
	background: -moz-linear-gradient(top,  rgba(224,224,224,0) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,0)), color-stop(100%,rgba(224,244,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(224,224,224,0) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
}

div.graph {
	width: 600px;
	height: 0px;
	border: 0px solid black; 
}

div.wrapper {
	margin: 0 auto;
	width: 100%;
}

div.menu {
	border: 1px solid black;
	border-radius: 5px;
	position: relative;
	left: 50px;
	width: 300px;
	background: rgba(255,255,255,0.5);
	padding: 10px;
	padding-bottom: 20px;
	font-size: 18px;
	float: left;
//	position: fixed;
}

div.content {
	border: 0px solid black;
	padding: 10px;
	float: left;
	position: relative;
//	left: 70px;
//	width: calc(100% - 450px);
	left: 120px;
	width: calc(100% - 600px);
//	overflow-y: scroll;

}

a.menu {
	color: #FFFFFF;
	border: 1px solid black;
	display: block;
	text-decoration: none;
	background: #0000A0;
	width: 250px;
	padding: 10px 15px;
	border-radius: 5px;
	margin: 10px;
	cursor: pointer;
}

div.map {
	height: 550px;
}

div.rittenlijst {
	height: 100px;
	overflow-y: scroll;
	margin-bottom: 10px;
}

a {
	color: #000000;
	text-decoration-style: underline;
	text-decoration-color: #FF0000;
}