#module-body .routes {
	position:relative;
}

#module-body .routes #routes-top {
	background-repeat:no-repeat;
	height:32px;
	background-image: url(../images/layout/module-body-routes-top.png);
}

#module-body .routes #routes-bottom {
	background-repeat:no-repeat;
	height:10px;
	background-image: url(../images/layout/module-body-routes-bottom.png);
}

#routes-menu {
	position: relative;
	background-image: url(../images/layout/module-body-routes-background.png);
	background-repeat:repeat-y;
	padding-bottom:15px;
	
}


#routes-menu ul {
	list-style-type: none;
	padding-bottom: 7px;
	font-size:1.1em; /* was: niets */
	
}

#routes-menu ul li {   	                    
	display:block;
	padding-right:30px;
}

#routes-menu ul li a {
	position: relative;
	left:-15px;
	width: 192px;	
	height:26px;
	display: block;
	font-size: 15px;
	text-decoration: none;
	text-align: right;  
	color: #444;
	line-height:1.9em;
	text-indent:20px;
	padding-right:15px;


}

#routes-menu ul li a:active{
	color:red;	
}

#routes-menu a.level1:hover{
	
	/*color: #970f1e;*/
	background-image: url(../images/menu/level1-over.png);
	background-repeat:no-repeat;
	background-position:15px 0;
	color:black;

	
}

#routes-menu a.level2:hover{
	
	/*color: #970f1e;*/
	background-image: url(../images/menu/level2-over.png);
	background-repeat:no-repeat;
	background-position:15px 0;
	color:black;

	
}


#routes-menu a.level3:hover{
	
	/*color: #970f1e;*/
	background-image: url(../images/menu/level3-over.png);
	background-repeat:no-repeat;
	background-position:15px 0;
	color:black;

}



#routes-menu .level1 {
	
}

#routes-menu .level1-selected {
	background-image: url(../images/menu/level1-selected.png);
	background-repeat:no-repeat;
	background-position:15px 0;
	font-weight:bold;
	color:black;
}

#routes-menu .level2 {
	line-height:2em;
	font-size:0.9em;
	width: 192px;	
	color:black;
	height:23px;
	background-image: url(../images/menu/level2.png);
	background-repeat:no-repeat;
	background-position:15px 0;
}

#routes-menu .level2-selected {
	line-height:2em;
	font-size:0.9em;
	font-weight:bold;
	width: 192px;
	height:23px;
	color:black;
	background-image: url(../images/menu/level2-selected.png);
	background-repeat:no-repeat;
	background-position:15px 0;
}

#routes-menu .level3 {
	line-height:2em;
	font-size:0.8em;
	width:192px;	
	height:20px;
	background-image: url(../images/menu/level3.png);
	background-repeat:no-repeat;
	background-position:15px 0;
}


#routes-menu .level3-selected {
	line-height:2em;
	font-size:0.8em;
	background-image: url(../images/menu/level3-selected.png);
	background-repeat:no-repeat;
	background-position:15px 0;
	font-weight:bold;
	color:black;
	width: 192px;	
	height:20px;
}


#routes-menu .endsubmenu{
	display:block;
	background-image: url(../images/menu/endsubmenu.png);
	background-repeat:no-repeat;
	
	
	width:192px;
	height:1px;
}



#routes-menu .endsubsubmenu{
	display:block;
	background-image: url(../images/menu/endsubmenu.png);
	background-repeat:no-repeat;
	width:192px;
	height:1px;
}



/* MEER INFO */



#routes-menu .menudivider{
	display:block;
	/*background-image: url(../images/menu/menudivider.png);*/
	background-repeat:no-repeat;
	width:182px;
	height:1px;
	margin:11px 0;
	border-bottom:1px dotted gray;
}

#routes-menu #routes-info .menu-infoblok{
	width:170px;
	margin:10px 0 0 6px;
	text-align:right;
	line-height:1em;
	font-size:0.85em;
	
}

#routes-menu #routes-info .menu-infoblok #logo-small{
		text-align:right;
		margin-bottom:2px;
}

#routes-menu #routes-info .menu-infoblok p{
	line-height:1.2em;
}

#routes-menu #routes-info .menu-infoblok .regel{
	
	padding:0 0 2px 0;
	
}

#routes-menu #routes-info .menu-infoblok a{
	text-decoration:none;	
	color:#444;
}

#routes-menu #routes-info .menu-infoblok a:hover{
	text-decoration:underline;	
		color:#970f1e;
}

#routes-menu #routes-info .menu-infoblok .menu-info-titel{
	display:block;
	font-weight:bold;
	font-size:1.25em;
	margin-bottom:8px;
}


#routes-menu #routes-info .menu-infoblok .recentdate{
	font-size:0.9em;
}





#routes-menu #routes-info .menu-infoblok .thumbrecent{
	margin:3px 0 18px 20px;
	border:1px solid #777;
	width:148px;
	height:120px;
}

#routes-menu #routes-info .menu-infoblok .regelspace{
	text-align:right;
	padding:0 0 2px 0;
	
}



