*, html { margin: 0; padding: 0; }

body 
{ 	
	font-family: "Trebuchet MS", Verdana, sans-serif; 
	font-size: 1em; color: #000; text-align: center; 
	background: url(/assets/images/top-gradient.jpg) 0 0 repeat-x #fff;
}

#container 
{
	width: 760px;
	margin: 0 auto;
	text-align: left;
}


#masthead {
	height: 116px;
	text-align: right;
}

/* Navigation Menu */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	width: 100%;
	z-index: 99;
	float: left;
}

#nav a {
	display: block;
	text-align: center;
	width: 125px;
	text-decoration: none;
	text-transform: lowercase;
}

#nav li { /* all list items */
	float: left;
	width: 125px; /* width needed or else Opera goes nuts */
}

#nav li a {
	text-align: center;
	color: #fff;
	padding: 0px 0px 5px 0px;
	font-variant: small-caps; 
	border-right: 1px solid #18a71f;
	border-left: 1px solid #217e25;
}


#nav li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: url(../images/dropdown_bg.jpg) 0 0 repeat-x #eee;
	border-right: 1px solid #ccc;
	margin-left: 0px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 150px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li li a {
	text-align: left;
	font-size: 0.75em;
	color: #000;
	padding: 3px 5px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #ccc;
	font-variant: normal;
	border-right: none;
	width: 139px;
	background: transparent;
}

#nav li li a:hover {
	color: #ff0000;
	background-color: #fff;
	text-decoration: none;
}

#nav li:hover, #nav li.hover {
    position: static;
}

/* Content Definitions */

#content { clear: left; float: left; }
#content p { font-size: 0.88em; line-height: 1.6em; margin: 0px 0px 15px 0px;}
#content h1, h2, h3, h4 { margin: 0; padding: 0; font-size: normal; font-weight: normal; }
#inhoud { margin-top: 20px; }
#inhoud p { margin: 0px 0px 15px 0px}
#inhoud img { float: left; padding: 5px; background:#fff; border: 1px solid #ccc; margin: 0px 10px 10px 0px; }
#content h1 { color: #18a71f; font-size: 1.4em; margin-top: 1.2em;}
#inhoud ul { list-style: none;}
#inhoud li { line-height: 1.6em; margin-bottom: 5px;}
#inhoud strong { color: #000; font-weight: bolder;}


#footer {
clear: both;
padding-top: 30px;
}

#footer p { font-size: 0.75em; color:#535353;}
#promo 
{
	height: 159px;
}