@charset "utf-8";
/* CSS Document */

img {
border:0;
}

body {
	background-image:url(../img/body_bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	position: relative;
	margin: 0px;
	padding: 0px;
}

* {
outline:none;
}

#container {
	width:978px;
	position:relative;
	height:auto;
	padding:0;
	margin-top: 22px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#shadow-right {
	height:650px;
	width:30px;
	position:relative;
	float:right;
	margin:0;
	padding:0;
}

#content-wrap {
	float:left;
	width:948px;
	height:auto;
	background-image:url(../img/white.jpg);
	background-repeat:repeat-y;
	background-position:left;
	margin:0;
	padding:0;

}

#header {
height:235px;
width:948px;
background-color:#FFF;
background-image:url(../img/header-bg.jpg);
background-repeat:no-repeat;
background-position:top;
margin:0;
padding:0;
}

#slideshow {
height:197px;
overflow:hidden;
width:948px;
list-style-type:none;
position:relative;
top:38px;
margin:0;
padding:0;
background-color:#FFF;
}

#crumbs {
	height:22px;
	background-image:url(../img/crumbs.jpg);
	width:921px;
	margin:0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 27px;
}

#content {
float:left;
height:auto;
width:740px;
margin-top:0;
margin-right:0;
margin-bottom:10px;
position:relative;
padding:0;
}

#menu {
float:left;
width:186px;
position:relative;
left:10px;
line-height:1.7em;
margin:0;
padding:0;
}

#tekst {
border-right:1px solid #4a5577;
float:right;
width:504px;
height:auto;
position:relative;
line-height:1.7em;
margin:20px 0 0;
padding:0 20px 30px 0;
}

#sidebar {
float:right;
padding-top:24px;
width:170px;
position:relative;
right:20px;
margin:0;
}


#footer {
	background-color:#fff;
	height:80px;
	width:948px;
	position:relative;
	margin:0;
	padding:0;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4a5577;
}

h1 {
margin:0;
padding:0;
}

p {
color:#222;
margin:0 0 20px;
padding:0;
}

a {
color:#404c70;
font-weight:700;
text-decoration:none;
}

ul {
margin-bottom:20px;
margin-left:40px;
font-weight:700;
color:#404D70;
padding:0;
}

#crumbs p {
	color:#c2c5d1;
	font-size:10px;
	padding: 0px;
	margin: 0px;
}

span.breadcrumb {
margin-left:73px;
}

#menu h1 {
background-color:#6a7490;
color:#fff;
font-size:16px;
font-weight:700;
height:26px;
margin-top:20px;
padding-left:20px;
width:166px;
padding-top:4px;
}

ul.navigatie {
background-color:#a5abbc;
list-style-type:none;
width:186px;
margin:0;
padding:0 0 10px;
}

ul.navigatie li {
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
font-weight:700;
}

ul.navigatie li a {
color:#44536c;
display:block;
height:20px;
text-decoration:none;
margin:0;
padding:10px 0 0 20px;
}

ul.navigatie li a:hover {
color:#FFF;
}

#tekst h1 {
background-image:url(../img/h1_bg.jpg);
background-repeat:no-repeat;
color:#44536c;
font-size:16px;
font-weight:700;
height:26px;
padding-left:40px;
padding-top:4px;
margin-bottom:10px;
}

#sidebar h1 {
color:#44536c;
font-size:16px;
font-weight:700;
margin-bottom:16px;
padding:0;
}

#sidebar p {
font-size:80%;
line-height:1.4em;
}

#footer p {
	padding-top:30px;
	text-align:center;
	font-size:80%;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* -------------------- clearfix -------------------- */

.clear {
  min-height:0;
}

.clear:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  height:0;
}

* html .clear {
  height:1%;
}

