body {
	background: #F3F2F5 url(../images/background.png) repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial,Verdana,Helvetica;
	font-size: 12px;
	color: #5E5E88;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6, hr{
	margin: 0px;
	padding: 0px;	
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #5E5E88;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

h3 {
    font-size :12px;
    font-weight: normal;
    text-decoration: underline;
}

div#container {
	border: none;
}

div#top {
	background: url(../images/top_background.jpg) repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 157px;
}

div#page {
	position: relative;
	top: 0px;
	margin: 0 auto;
	padding: 0px;
	width: 1017px;
}

	div#header {
		background: url(../images/header_background.jpg) repeat-x;
		position: relative;
		left: 7px;
		width: 1002px;
		height: 157px;
	}

		img#logo {
			position: relative;
			left: 0px;
			top: 20px;
		}
		
		div#header ul {
			position: absolute;
			top: 60px;
			right: 0px;
			margin: 0px;
			padding: 0px;
		}
		
		div#header ul li {
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		div#header ul a {
			position: relative;
			top: 0px;
			margin: 0px;
			padding: 0px;
			font-size: 20px;
			text-decoration: none;
			margin-right: 10px;
			color: #5E5E88;
		}
		
		div#header ul a span {
			color: #000;
			text-decoration: underline;
		}
	
	div#content {
		background: url(../images/content_background.png) repeat-y;
		position: relative;
		top: 0px;
		width: 100%;
		padding-left: 50px;
		padding-top: 0px;
	}
	
		div#html-content {
			float: left;
			width: 613px;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
			div#html-content p {
				margin-top: 3px;
				line-height: 18px;
			}
		
		div#sidebar {
			background: url(../images/sidebar_background.png) no-repeat;
			position: relative;
			top: -6px;
                        right: 56px;
			float: right;
			width: 345px;
			min-height: 388px;
			z-index: 9998;	
		}
			
			div#sidebar-filler-bottom {
				position: absolute;
				bottom: -6px;
				left: 28px;
				background: #EDECF1;
				width: 314px;
				height: 10px;
				z-index: 9999;
			}
			
			div#sidebar img {
				position: relative;
				top: 0px;
				left: 28px;
			}
		
		div#content-footer {
			background: url(../images/content_footer.png) no-repeat;
			position: absolute;
			bottom: -10px;
			left: 1px;
			width: 100%;
			height: 30px;
		}
	
	div#spacer {
		height: 20px;	
	}
	
	div#footer-top {
		background: url(../images/footer_top_background.png) no-repeat;
		position: relative;
		width: 1019px;
		height: 166px;
		left: 0px;
		padding-left: 9px;
		padding-top: 9px;
	}
	
		div#footer-top img {
			margin: 0px;
			padding: 0px;
			border: none;
			margin-right: -3px;
		}
		
	div#footer-bottom {
		position: relative;
		height: 100px;
		padding-left: 10px;
		padding-top: 10px;
	}
	
		div#footer-bottom a {
			text-decoration: none;
			color: #5E5E88;
			font-size: 11px;
		}

                div#footer-bottom a:hover { text-decoration: underline; }
		
		div#footer-bottom a span {
			text-decoration: underline;
		}
		
		div#credits {
			position: absolute;
			right: 10px;
			top: 20px;
		}

                div#footer-bottom div#credits a { font-size: 12px; text-decoration: underline; }
                div#footer-bottom div#credits a:hover { text-decoration: none; }
	
	.clear {
		clear: both;
	}

div#html-content div.home { position: relative; left: -42px; top: -16px; z-index: 99999; }
div#html-content div.home h2 { position: absolute; left: 50px; top: 20px; z-index: 10; visibility: hidden; }
div#page.home div#content { height: 382px; }

div#page.prijslijst div#sidebar { display: none; }
div#page.prijslijst div#html-content { width: 920px; padding-bottom: 2em; }
div#page.prijslijst div#html-content div.left,
div#page.prijslijst div#html-content div.right { float: left; width: 400px; }
div#page.prijslijst div#html-content div.right { float: right; }
div#page.prijslijst div#html-content table { width: 100%; margin-bottom: 1em; }
div#page.prijslijst div#html-content table tr td { vertical-align: top; }
div#page.prijslijst div#html-content table tr td h2 { margin: 0; }
div#page.prijslijst div#html-content table.with_descriptions tr td { padding: 0; }
div#page.prijslijst div#html-content table tr td.price { width: 70px; text-align: right; padding-right: 0; }
div#page.prijslijst div#html-content table tr td.description { font-size: 0.8em; font-style: italic; padding: 0 0 1em 0; }
div#page.prijslijst div#html-content span.small { font-size: 0.8em; }
div#page.prijslijst div#html-content div.container h1 { margin-bottom: 0.5em; font-size: 2em; }
div#page.prijslijst ul { padding-left: 2em; }

p.breadcrumbs a { color: #5E5E88; }
a img { border: none; }
div#html-content a { color: #06C; }
div#html-content a:hover { text-decoration: none; }

table tr td { padding: 2px 2em 2px 0; }
table tr td.right { text-align: right; }


div#image_scroller { width: 1000px; height: 155px; overflow: hidden; z-index: 10; position: relative; }
div#scroll_images { width: 100000px; position: relative; z-index: 6; }

.team { margin-top: 1em; }
.team .item { float: left; width: 100px; margin-right: 25px; margin-bottom: 25px; }
.team .item.last { margin-right: 0; }
.team .item p { margin: 0.5em 0 0 0; text-align: center; }

div.wrapper { clear: both; }

.home-contact {
    background: #EDECF1;
    width: 314px;
    height: 140px;
    float: right;
    position: relative;
    right: 3px;
}

.home-contact address {
    font-style: normal;
    padding: 19px;
}

.home-contact address a { font-weight: bold; color: #5E5E88; text-decoration: none; }
