body, html {
	font:11px arial;
	text-align:center;
	padding:0px;
	margin:0px;
	background:url(../Images/background.jpg)  repeat-x #d1d2d4;
}

body {
	overflow-x:hidden;
}

hr {
	height:0;
	border-top:1px solid #bdbec0;
}

#container {
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	text-align:left;
	background:#fff;
	border:1px solid #bdbec0;
	width:990px;
}

#header {
	height:80px;
	color:white;
	background:url(../Images/header990.jpg) no-repeat;
	position:relative;
	word-spacing:10px;
}

#stempel {
	position: absolute;
    margin-left: 800px;
    margin-top: 50px;
}

#content{
	float:left;
	color:#004a8d;
	margin:5px;
	margin-left:20px;
	width:100%;
}

img.logo{
	position:relative;
	left:28px;
	top:5px;
	border: 0px;
}

img {
	border: 0px;
}

a.link{
	color:#004a8d;
	text-decoration:none;
	font-weight:bold;
}

a.link:hover{
	color:#1fa598;
}

#achtergrondmenu {
	background:url(../Images/menu_bar.gif) repeat-x;
	padding:5px;
	margin:5px;
	color:white;
	font-weight:bold;
}

#achtergrondmenu a {
	color:white;
}

#profilebar {
	background-color:silver;
	padding:5px;
	margin:5px;
	color:white;
	font-weight:bold;
}

#profilebar a {
	color:white;
}

#menu a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover {
	color:#004a8d;
}

#sidebar {
	float:left;
	text-align:left;
	width:235px;
	color:#004a8d;
	vertical-align: text-bottom;
	border:1px solid #bdbec0;
	margin:5px;
	padding:0 12px 0px 13px;
	background: url(../Images/verloop.gif) repeat-x #ffffff;
	background-position: bottom left;
}

#footer {
	clear:both;
	width:990px;
	height:45px;
	color:white;
	background:url(../Images/footer990.gif) no-repeat;
	position:relative;
	top:0px;
	margin-bottom:-15px;
	text-align:center;
	padding:15px 0 0 0;
}

#footer a.link {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#footer a.link:hover {
	color:#004a8d;
}


h1 {
	font-family: arial;
	font-size:18px;
	color: #004a8d;
	margin-top: 20px;
	margin-bottom: 5px;
}

h2 {
	font-family:  arial;
	font-size:12px;
	color: #004a8d;
	margin-top: 20px;
	margin-bottom: 5px;
}

input.text {
	width:150px;
	border: 1px solid gray;
	margin:0px;
}

textarea {
	width:250px;
}

form {
	margin:0px;
}

legend {
	font-weight:bold;
}

a {
	text-decoration:none;
}

strong {
	color:#1fa598;
}

#resultscontainer {
	display:none;
}

#results {
	overflow-y:scroll;
	overflow-x:hidden;
	height:390px;
	width:100%;
}

#notifform {
	display:block;
}

#copied {
	color:red;
	display:none;
}

.hoverrow {
	cursor:pointer;
}

#rapport td {
	vertical-align:top;
	border-bottom:1px solid silver;
	border-right:1px solid silver;
}

fieldset {
	max-width:870px;
}

.infobox {
	width:300px;
	height:150px;
	background-color:#eee;
	border:1px solid gray;
	padding:10px;
	display:none;
	position:absolute;
	left:50%;
	margin-left:-500px;
	top:400px;
	z-index:10000;
	cursor:move;
}

a {
	cursor:pointer;
}

#routedetails td {
	vertical-align:top;
	background-color:#e0e0e0;
	margin:1px;
}

.hidefromscreen {
	display:none;
}

input[type=button] {
	height:20px;
	padding:2px;
	margin:0px;
	border:1px solid gray;
	color:#333;
	font-weight:bold !important;
	font-size:11px;
}

.valign td {
	vertical-align:top;
}

.collapse {
	cursor:pointer;
	margin:3px;
	color:blue;
}

.details {
	display:none;
	position:fixed;
	top:20%;
	left:40%;
	height:300px;
	width:250px;
	background-color:white;
	border:1px solid black;
	cursor:move;
}