body {
	background-image: url('../images/blauw.gif');	
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: right;	
	overflow: auto;
	}

#columRight {
	position: absolute; top: 0px; right: 0px;
	width:339px; height: 629px;
	background-image: url('../images/background_right_verkeer.jpg');	
	border: 0px solid green;
	z-index: 1000;
	}
	
#mapContainer{
	width:500px;
	top: 0px;left: 0px;
	}

#logo p {
	color: #339;
	font-size: 114%; 	font-weight: bold;
	line-height: 170%;
	padding: 10px; padding-left:40px; padding-right: 120px;
	}

h1 {width: 500px;height: 55px;
	background-image:  url('../images/filebord.png');
	background-repeat: no-repeat; background-position: -10px -10px;
	padding-top: 30px; padding-left:80px;
	font-size:144%;
	}
p.meldtijd {
	margin: 10px;
	}

ul.melding {
	margin: 10px;  padding: 10px; padding-left: 70px;
	border-top: 1px solid #CCC;	
	width: 500px;
	}

li.wegnummer {
	padding: 5px; padding-bottom:0px;
	position: absolute;	display: block;
	left: 10px;
	width: 50px; height: 40px;
	color: white;
	background-image: url('../images/wegnummer.png');
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	}

li.vertraging {
	color: red;
	font-weight: bold;	
	margin-top: 8px; margin-left: -30px;
	padding-left: 30px;
	background-image: url('../images/vertraging.png');
	background-repeat: no-repeat;
	background-position: -0px 0px;	
	}

li.locatie{
	font-weight: bold;		
	}

