﻿/*
CSS for Netwerk Notarissen
*/
#Header 		{
				width: 835px;
				float:left;
				height:100px;
				}

/* This sets up a container to allocate space for items in the header. */
#Banner {
	display: none;
}
#B1, #B2 {
	display: none;
}

#WhiteStripe {
	float:left;
	height: 100px;
	width: 835px;
	background-color: white;
}

/* Search */ 			
#Search {
	display:none;
}

/* Menu & Items */ 			
#Menu {
	display:none;
}

/* Sliding Menu */
.ExtMenu 
{
	display: none;
}

#BreadCrumbContainer 
{
	display:none;
}

/* BreadCrumb */ 
#BreadCrumb	
{
	display:none;
}

/* This sets up a container to allocate space for page functions in the footer. */
#PageFunctions	
{
	display:none;
}
				
/* Form newsletter. */
#frmNewsletter	
{
	display:none;
}

#LegalStuff 
{
	display:none;
}

#Bookmark 
{
	display:none;
}

#Body #Submenu 
{
	display:none;
}
#OnderwerpLinks 
{
	display:none;
}

/* Route */		
#RouteMap {
	border: 1px solid silver;
	width:600px;
	height:450px;
	margin-top:10px;
	float:left;
}

#RouteDirections {
	width:600px;
	height:100%;
	margin-top:10px;
	float:left;
}

#RouteSummary {
	width: 600px;
	height: 50px;
}

#RouteSteps {
	width: 600px;
	overflow-y:visible;
	height:100%;
}

#RouteVan {
	display:none;
}
#RouteNaar{
	display:none;
}
#RouteSubmit{
	display:none;
}
.printonly 
{
	display:block;
}
