
html,body{
	
	
}

body {	
	font-size: 0.8em;

	font-family: "Helvetica","Arial",sans-serif;
	/*was: 10px; font-family: Helvetica,Arial,sans-serif; kan ook: "Verdana",*/

	background-color:#FFDAB1;	
	background-repeat: repeat;	
	margin-bottom:20px;	
}
/*

#module-body{
	border:3px solid black;
}

html>body #module-body{
		border:3px solid red;
}

*/

* {
	padding: 0;
	margin: 0;
	outline:0;
}


/**** GENERAL LAYOUT STUFF ****/

.routes {
	width: 193px;
	float: left;
	
}

.content {
	width: 850px;
	float: right;
	
}


.centered {
	margin-left: auto;
    margin-right: auto;
	
    width: 1043px;
	padding:0;
	
}

.centeredcontent {
	margin-left: auto;
    margin-right: auto;
    width: 1043px;
	
	
}






/**** BREADCRUMB ******/



#breadcrumb {
	margin-left: 50px;
	padding-top:5px;
	font-size:0.85em;
	
}

#module-body .content #content-top #breadcrumb a:link {
	font-weight:100;
	text-decoration:none;
	color:#555;
}

#module-body .content #content-top #breadcrumb a:hover {
	text-decoration:underline;
	
	color:#970f1e;
}



/**** SITE-HEADER ******/

#site-header {
	font-size: 17px;
	width: 100%;
	height: 102px;
	background-repeat: no-repeat;
	background-image: url(../images/layout/site-header-background.png);
	background-position: center center;

}

#site-header a {
	color: white;
	text-decoration: none;
}

#site-header a:hover {
	text-decoration: underline;
}



#site-header .routes {
	background-repeat: no-repeat;
	background-image: url(../images/layout/site-header-routes.png);
	width:193px;
	height: 102px;
	
}

#site-header .routes a{
	display:block;
	width:193px;
	height:100px;
}

#site-header .content{
	background-image: url(../images/layout/site-header-content.png);
	height: 102px;
}


#header-logo{
	zindex:10;
}

/**** SITE MENU ****/


#site-header .content #site-menu {
	top: 63px;
	position: absolute;
	width: 850px;
	font-size:0.8em;
}

#site-header .content #site-menu a.mainlink {
	border-left:1px solid #FFCDCD;
	padding-left:1em;
	text-decoration:none;
	color:#FFCDCD;
}

#site-header .content #site-menu a.mainlink:hover {
	border-left:1px solid white;
	padding-left:1em;
	text-decoration:underline;
	color:white;
}




#site-header .checker{
	color:#333;
	font-size:0.6em;
	width:120px;
	margin-top:5px;
	margin-left:-50px;
	padding:3px;
}



/**** EN VERDER ****/


.hidden {
	display: none;
}



img {
	border-width: 0px;
}
	
form {
	float: left;
}



/*** centered menu ***/



.centered-menu {
	/*float: left;*/
	width: 100%;
	overflow: hidden;
	position: relative;
}

.centered-menu ul {
   clear: left;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   left: 40%;
   text-align: center;
}

.centered-menu ul li {
   display: block;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   right: 50%;
   margin-left: 0.7em;
   margin-right: 0.7em;
   
}

/*

.centered-menu ul .divider {
	font-size:1.2em;
	font-weight:0.6em;
	color:#FFCDCD;
	margin:0 5px;
}

*/







.map-container.map-overview {
	height: 600px;
	/*width: 800px;*/
}

.map-container.map-comment {
	width: 350px;
	float: right;
	height: 300px;
	/*width: 800px;*/
}

.map-container #map {
	height: 100%;
	width: 100%;
}

.fancybox img, .map-container, img.border, .box-right {
	

}


