/* CSS Document */

#floatmenu{
	position:absolute;
	z-index:5;
	visibility:visible;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-position:center;
	overflow-x: hidden;
}

a:link, a:active, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}	

/* lettertype */


.txt_onder {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		background-color: #071C58;

}

.plate_txt { 	
		font-size: 12px; 
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
}


