html > body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
font-family: arial, sans-serif;
}

::selection
{
background:LightGray;
}

::-moz-selection
{
background:LightGray;
}

/* MENU */
ul#navmenu-h  
{
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: relative;
} 

ul#navmenu-h ul  
{
	width: 160px; /* Sub Menu Width */ 
	margin: 0; 
	list-style: none; 
	display: none; 
	position: absolute; 
	top: 100%; 
	left: 0;
} 

ul#navmenu-h ul ul,ul#navmenu-h ul ul ul  
{
	top: 0; 
	left: 100%; 
} 

ul#navmenu-h li  
{
	float: left; 
	display: inline; 
	position: relative;
	left: -40px;
} 

ul#navmenu-h ul li  
{
	width: 100%; 
	display: block; 
} 

/* Root Menu */ 	
ul#navmenu-h a  
{
	border-left: 3px solid #FFF;
	padding: 6px; 
	float: left; 
	display: block; 
	background: #DDD; 
	color: #666; 
	font: bold 11px Arial, sans-serif; 
	text-decoration: none; 
	height: 18px;
}

li#left
{
	border-left: 1px solid #FFF;
} 
	
/* Root Menu Hover Persistence */ 
ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a  
{
	background: #BBB; 
	color: #FFF; 
} 
	
/* 2nd Menu */ 
ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a  
{
	float: none; 
	background: #BBB; 
} 

/* 2nd Menu Hover Persistence */ 
ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a  
{
	background: #999; 
} 

/* 3rd Menu */ 
ul#navmenu-h li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li a  
{
	background: #999; 
} 

/* 3rd Menu Hover Persistence */ 
ul#navmenu-h li:hover li:hover li a:hover,ul#navmenu-h li:hover li:hover li:hover a,ul#navmenu-h li.iehover li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover a 
{
	background: #666; 
} 

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li.iehover li a  
{
	background: #666; 
} 

/* 4th Menu Hover */ 
ul#navmenu-h li:hover li:hover li:hover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover li a:hover  
{
	background: #333; 
} 

/* Hover Function - Do Not Move */ 
ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul  
{
	display: none; 
} 

ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul  
{
	display: block; 
}

#menu
{
	position: relative;
	width: 750px;
	padding-left: 36px;
}
/* MENU END */


/* Background */
img#background
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Content */

#desc /* "Description", gebruik dit voor onderschrift of beschrijvingen bij afbeeldingen */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#links	/* kan worden gebruikt bij links */
{
	color: #000;
	text-decoration: none;
	font-family: Arial, sans-serif;
}

#links a:visited
{
	color: #000;
	text-decoration: none;
	font-family: Arial, sans-serif;
}

#links a:active
{
	color: #000;
	text-decoration: none;
	font-family: Arial, sans-serif;
}

#links a:hover
{
	background-color: #BBB;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, sans-serif;
}

#layout
{
	position: relative;
	z-index: 1;
	width: 960px;
	padding-top: 1px;
	margin-left: auto;
	margin-right: auto;
/*	background: url(Images/content.png) repeat-y;      */
	min-height: 600px;
	word-wrap: break-word;
}

#bottomContent
{
	position: relative;
	z-index: 1;
	width: 960px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
/*	background: url(Images/bottomContent.png) 50% 0;    */
}

.topBar
{
	position: relative;
	background: #DDD repeat-x fixed;
	height: 30px;
	width: 940px;
	margin: 0 0 0 11px;
}

#logo
{
	background: #EEE;
	width: 941px;
	height: 30px;
	margin: 0 0 0 10px;
}

#search
{
	float: right;
	padding: 0 10px 0 0;
	margin: 3px 0 0 0;
}

#searchField
{
	background: #e6f0f4;
	border: solid 1px gray
}

#searchButton
{
	background: #92b9c7;
	border: solid 1px gray;
}

#header
{
	background: #FFF;
	width: 940px;
	height: 130px;
	margin: 0 0 0 11px;
	position: relative;
	border-top: solid 1px Gray;
	border-bottom: solid 1px Gray;
	padding: 0px;
}

#dhl_logo
{
	margin: 30px 0 0 30px;
}

#title
{
	font-size: 13px;
	font-style:italic;
	margin: 0 0 0 7px;
	padding: 7px 0 0 0;
}

#content
{
	padding: 10px;
	width: 940px;
	word-wrap: break-word;
}

#headerPicture
{
	width: 940px;
	height: 230px;
}

#headerPictures
{
	padding: 0 0 0 1px;
}

.page
{
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
}

#table
{
	vertical-align: top;
	width: 220px;
}

#table1
{
	vertical-align: top;
	padding-right: 20px;
}
#table2
{
	vertical-align: top;
	width: 180px;
}

div.beheer
{
	position: relative;
	top: 1px;
	margin: 0px 10px 0 0;
	height: 0px;
}


.beheer A:visited
{
	color:#fff;
	font-family:Arial;
	font-size:13px;
	font-weight: Bold;
	text-decoration:none;
	text-decoration: none;
}

.beheer A:link
{
	color:#fff;
	font-family:Arial;
	font-size:13px;
	font-weight: Bold;
	text-decoration:none;
	text-decoration: none;
}

.beheer A:active
{
	color:#fff;
	font-family:Arial;
	font-size:13px;
	font-weight: Bold;
	text-decoration:none;
	text-decoration: none;
}

.beheer A:hover
{
	color:#fff;
	cursor: pointer;
}

.beheer
{
	color:#fff;
	font-family:Arial;
	font-size:13px;
	font-weight: Bold;
	width: 230px;
	padding-left: 20px;
	position:relative;
	top: -10px;
}

.table
{
	width: 100%;
	position: relative;
	top: -5px;
}

.tableContent
{
	vertical-align: top;
}

.lion
{
	position: relative;
	top: 75px;
		
}

A:link {color: #6956df; text-decoration: none}
A:visited {color: #6956df; text-decoration: none}
A:active {color: #6956df; text-decoration: none}
A:hover {color: #6956df; text-decoration: underline;}

#phone
{
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0 0 0 825px;
        color: #fff;
}

#fax
{
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0 0 0 825px;
        color: #fff;
}

.textField
{
	background: #e6f0f4;
	border: solid 1px gray;
}

#uploadImage
{
	position: relative;
	padding: 5px 0 0 0;
}

body
{
background-color: #fdeedd;
}


#wrapper
{
    width: 960px;
    height: auto;
    padding: 10px;
    border: 1px solid rgba(69,54,37,0.2);
    margin-left: auto;
	margin-right: auto;
        margin-top: -5px;
	background-color: #FFF;
	
	word-wrap: break-word;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 2px 2px 8px #7a8986;
	-webkit-box-shadow: 2px 2px 8px #7a8986;
	border-shadow: 2px 2px 8px #7a8986;
}

#locatie
{
	height: 230px;
	width: 330px;
	margin-top: -310px;
	margin-left: 460px;
}

#opmerkingen
{
font-size: 12px;
font-family: arial, sans-serif;
}