body {
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
	background-color: #ffffff;
	background-image: url("../img/backgrounds/body_bg.png");
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 170%;
}

img {
	border: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #2C5986;
}

a:hover {
	color: #333333;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #336699;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
}

div#wrapper {
	width: 960px;
	margin: auto;
}

div#header {
	width: 960px;
	height: 100px;
	background-color: #2B5580;
	background-image: url("../img/backgrounds/header_bg.png");
	background-repeat: repeat-x;
}

div#contentwrap {
	width: 958px;
	height: 322px;
	border: 1px solid #D4D4D4;
	margin-top: 10px;
	background-color: #ffffff;
}

div#content-block {
	width: 946px;
	height: 310px;
	border: 1px solid #D4D4D4;
	margin-top: 5px;
	margin-left: 5px;
	background-image: url("../img/backgrounds/content_bg.png");
	background-repeat: repeat-x;
}

div#content-left {
	width: 663px;
	padding-left: 20px;
	float: left;
}

div#content-right {
	width: 263px;
	float: left;
}

div#content-right a {
	display: block;
	width: 263px;
	height: 62px;
}

div#content-right a#welkom {
	background-image: url("../img/buttons/welkom.png");
}

div#content-right a#welkom:hover
 {
	background-image: url("../img/buttons/welkom_hover.png");
}

div#content-right a#welkom.selected,
div#content-right a#welkom.selected:hover {
	background-image: url("../img/buttons/welkom_selected.png");
}

div#content-right a#uitgangspunt {
	background-image: url("../img/buttons/uitgangspunt.png");
}

div#content-right a#uitgangspunt:hover {
	background-image: url("../img/buttons/uitgangspunt_hover.png");
}

div#content-right a#uitgangspunt.selected,
div#content-right a#uitgangspunt.selected:hover {
	background-image: url("../img/buttons/uitgangspunt_selected.png");
}

div#content-right a#clientele {
	background-image: url("../img/buttons/clientele.png");
}

div#content-right a#clientele:hover {
	background-image: url("../img/buttons/clientele_hover.png");
}

div#content-right a#clientele.selected,
div#content-right a#clientele.selected:hover {
	background-image: url("../img/buttons/clientele_selected.png");
}

div#content-right a#dienstverlening {
	background-image: url("../img/buttons/dienstverlening.png");
}

div#content-right a#dienstverlening:hover {
	background-image: url("../img/buttons/dienstverlening_hover.png");
}

div#content-right a#dienstverlening.selected,
div#content-right a#dienstverlening.selected:hover {
	background-image: url("../img/buttons/dienstverlening_selected.png");
}

div#content-right a#contact {
	background-image: url("../img/buttons/contact.png");
}

div#content-right a#contact:hover {
	background-image: url("../img/buttons/contact_hover.png");
}

div#content-right a#contact.selected,
div#content-right a#contact.selected:hover {
	background-image: url("../img/buttons/contact_selected.png");
}

div.image-block {
	width: 303px;
	height: 95px;
	border: 1px solid #D4D4D4;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 40px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
}

div#last {
	margin-right: 0px;
}

#scroller {
    width: 643px;
    height: 310px;
    overflow: hidden;
}

#content {
    width: 643px;
	height: 1550px;
}

.slide {
    float: left;
    width: 643px;
    height: 310px;
}

a#logo {
	float: left;
}

div#header table {
	float: right;
	text-align: right;
	color: #ffffff;
	margin-right: 20px;
	margin-top: 11px;
	font-size: 10px;
	line-height: 140%;
	display: inline;
}

div#header table td {
	padding-left: 20px;
}

div#header table a,
div#header table a:hover {
	color: #ffffff;
}

div#header table a:hover {
	text-decoration: underline;
}
