* {
	margin: 0;
	padding: 0;
}

html, body {
    height: 100%;
}
	
	
body {

font-family: Trebuchet MS;
font-size: 12px;
line-height: 17px;
color: #333;
background: url('images/backgrounds/strandtentdenhaag100.jpg') no-repeat scroll center top transparent;
}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 960px;
}

#header {
height: 160px;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #3069AE;
}
#header h1 a { 
color: #3069AE;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #DA0000;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}


#menu { 
	width:95%;  
	margin:20px 0 0 20px;  
	color:#000; 
	text-align:center;
	line-height:30px;
	height:30px;
	
}
#menu ul li a img{
display:none;
}

#menu ul {  
	margin: 0; 
	padding: 0;
	height:30px;
	float:left;
}
#menu ul li {
	display:inline;
	float: left;
	list-style: none;
	height:40px;
	display:table;
	
	
}
#menu ul li a { 
	display: block; 
	font-weight: bold;
	font-size: 16px;
	padding:0 8px 0 8px;
	color:#000;
	height:30px;
	line-height:30px;
	float:left;

	border-right:#000000 1px solid;
}
#menu ul li a:hover, #menu ul li a.active { 
	display: block;
	color:#000;
}
.MenuSub {
	background:none;
}

#content {
padding: 0 20px 20px 20px;
}

.left {
float: left;
width: 650px;
text-align: justify;
padding-top: 10px;
padding-left: 20px;
}
.left h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

.right {
float: left;
width: 190px;
padding-top: 15px;
padding-left: 32px;

}
.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #3F7AC6;
color: #fff;
font-size: 13px;
}
.right ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.right ul li a {
color: #336699;
text-decoration: none;
font-size: 12px;
font-weight: 100;
}
.right ul li a:hover {
color: #111;
}
#footer {
height: 30px;
line-height: 30px;
text-align: center;
font-size: 11px;
color: #000;
}
#footer a { color: #000; }

#body{ background-repeat: no-repeat scroll center top transparent; }
