* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	text-align: center;
	font-size: 11px;
	font-family: verdana;	
	background-color: #e3e3e4;
}

img {
	border: 0;
}

h1 {
	font-size: 17px;
	color: #6d8eb3;
	margin-bottom: 12px;
}

h2 {
	font-size: 15px;
	color: #6d8eb3;
	margin-bottom: 12px;
}

#container {
	position: relative;
	width: 993px;
	margin: 0 auto;
	margin-bottom: -75px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	text-align: left;	
	
}

#header {
	margin: 0 0px;
	height: 88px;
	position: relative;
	background: url('../static_images/header_bg.png') no-repeat;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#page {
    position: relative;
	margin: 0px 0px 0 0px;
	padding-bottom: 20px;
	width: 993px;
}

#leftcol {
    position: relative;
    float: left;
	width: 750px;
	margin-left: 0px;

}

#toptekst {  
	position: absolute;
	z-index: 10000;
	width: 400px;
	margin-left: 65px;	
	margin-top: 10px;
	font-weight: bold;
	font-size: 13px;
	color: #6d8eb3;
}

#topvak {
    float: left;
	position: relative;
	position: relative;
	width: 750px;
	height: 247px;
	top: 0px;
	left: 0px;
	background: url('../static_images/slide_bg.png') no-repeat;
	border: 1px solid  #b4b4b5;
	border-radius: 5px;
    box-shadow: 0px 5px 5px 0px #b8b8b8;

}

#slideshow {
    float: left;
	position: relative;
	width: 681px;
	height: 247px;
	top: 0px;
	left: 69px;
}

#slideshow img {
	position: relative;
	width: 681px;
	height: 247px;
	display: none;
}

#menu {
	float: left;
	width: 752px;
	height: 30px;
	margin-left: 0px;
	margin-top: 18px;
	xbackground-color: #6d8eb3;
	background-color: #004c86;
	border-radius: 5px;
}

#menu a {
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	padding: 5px 12px 5px 12px;
	text-align: left;
	font-size: 13px;
	height: 20px;
}

#menu ul {
	float: left;
	list-style-type: none;
}

#menu ul li {
	float: left;
}

#menu ul li:hover {
	color: white;
	background-color: white;
}

#menu ul li a {
	display: block;
	padding: 5px 18px 5px 18px;
}

#menu > ul > li > a {    
	border-right: 1px solid white;	

}

#menu > ul > li:hover > a {
	border: 1px solid #grey;
	color: black;
	background: url('../static_images/menu_a_bg.png') no-repeat;	
}

#menu ul li ul {
	position: absolute;
	float: none;
	visibility: hidden;
	padding: 0;
	background-color: #3A3A3A;
	border-top: 1px solid white;
	max-width: 200px;
	z-index: 1000;
}

#menu > ul > li:hover > ul {
	visibility: visible;
}

#menu ul li ul li {
	float: none;
	display: block;
	position: relative;
	border-right: 1px solid white;
	border-left: 1px solid white;
	background: url('../static_images/menu_a_bg.png') no-repeat;	
	text-align: left;
	
}

#menu ul li ul li a {
	display: block;
	border: none;
	border-bottom: 1px solid white;
	padding: 5px 22px 5px 22px;
	color: white;
}

#menu ul li ul li a:hover {
	background-color: #ed7b01;
	color: white;
}

#menu > ul > li > ul > li:hover > ul {
	visibility: visible;
}

#menu  ul  ul  ul {
	position: absolute;
	left: 100%;
	top: 0%;
}

#content {
	float: left;
	width: 710px;
	margin-left: 0px;
	margin-top: 14px;
	background-color: white;
	padding: 12px 20px 20px 20px;
	border: 1px solid  #b4b4b5;
	border-radius: 5px;
    box-shadow: 0px 5px 9px 0px #b8b8b8;

}

#content a {
	text-decoration: none;
	color: blue;
}

#content a:hover {
	color: blue;
}

#rightcol {
    float: right;
	position: absolutee;
	width: 222px;
	background-color: white;
	margin-left: 12px;
	margin-top: 0px;
	border-radius: 5px;
    box-shadow: 0px 5px 9px 0px #b8b8b8;
}

#zoek {
 	width: 210px;
	margin-left: 12px;
	padding-top: 8px;
	border-radius: 5px;

}

#actueel {
    display: block;
	background-color: #004c86;
	border-radius: 5px;
	width: 195px;
	height: 25px;
    padding-top: 3px;
	text-align: center;
	margin-bottom: 12px;
	color: white;
}

#news {
	margin-left: 12px;
	margin-top: 15px;
	font-size: 10px;
	width: 200px;
	padding-bottom: 12px;
	border-bottom: 1px dotted grey;
}
	
#news_pages {
   width: 690px;
   margin: 0 0 0 0;
   padding: 0 20px 12px 0;
   border-bottom: #cccccc solid 1px;

}

#news .news-item {
  
}

#news .news-item h2 {

}

#news .news-item p {

}

#news .news-item a {

}

#adds {
	 margin-left: 12px;
	 margin-top: 20px;
	 width: 196px;
     padding: 0 0 0 0;
}

ul {
    padding-left: 20px;
}

#push {
	height: 75px;
}

#footer {
	position: absolute;
	width: 750px;
	left: 0;
	bottom: 0px;
	right: 0;
	height: 60px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: white;
	background-color: #979ba2;
}

#footer span {
	margin: 0 8px;
}

#footer a {
	text-decoration: none;
	color: white;
}

#footer a:hover {
	color: black;
}

p { 
	margin: 1.2em 0;
	line-height: 16px;
	letter-spacing: 0.1px;
}

table, td {
	empty-cells: show;
}

/* custom styles */
ul.box {
position: relative;
z-index: 1; /* prevent shadows falling behind containers with backgrounds */
overflow: hidden;
list-style: none;
margin: 0;
padding: 0; }


ul.box li {
position: relative;
float: left;
width: 250px;
height: 150px;
padding: 0;
border: 1px solid #efefef;
margin: 0 30px 30px 0;
background: #fff;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; }


ul.box li:before,
ul.box li:after {
content: '';
z-index: -1;
position: absolute;
left: 10px;
bottom: 10px;
width: 70%;
max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
max-height: 100px;
height: 55%;
-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
-webkit-transform: skew(-15deg) rotate(-6deg);
-moz-transform: skew(-15deg) rotate(-6deg);
-ms-transform: skew(-15deg) rotate(-6deg);
-o-transform: skew(-15deg) rotate(-6deg);
transform: skew(-15deg) rotate(-6deg); }


ul.box li:after {
left: auto;
right: 10px;
-webkit-transform: skew(15deg) rotate(6deg);
-moz-transform: skew(15deg) rotate(6deg);
-ms-transform: skew(15deg) rotate(6deg);
-o-transform: skew(15deg) rotate(6deg);
transform: skew(15deg) rotate(6deg); }