@charset "utf-8";


/* Copyright Webton Internetdesign 2009 */
/* In opdracht van Intech */

body{
	margin: 0;
	background: url(../images/main-bg.jpg) repeat-x #FFF;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}

/* ---------- pagina opbouw ---------- */
#pagewrapper{
	margin: 47px auto;
	width: 972px;
}

#page{
	background: #FFF url(../images/body-bg.jpg) repeat-y;
	float: left;
	width: 942px;
}

#shaderight{
	background: url(../images/shade-right.jpg) no-repeat;
	height: 390px;
	float: right;
	width: 30px;
}

#header{
	background: url(../images/header.jpg) no-repeat;
	height: 172px;
	width: 942px;
}

#menu{
	border: 1px solid #b9b8b1;
	border-right: 1px solid #b9b8b1;
	background: #807e71;
	width: 910px;
	height: 31px;
	line-height: 31px;
	padding: 0 0 0 30px;
}

#content{
	background: url(../images/page-bg.jpg) repeat-x #ceccc2;
	min-height: 500px;
	width: 942px;
}

#leftcol{
	background: url(../images/poot.png) center bottom no-repeat;
	border-left: 1px #FFF solid;
	float: left;
	width: 220px;
}

#rightcol{
	background: url(../images/poot-bg.png) no-repeat right bottom;
	float: left;
	margin: 30px 0 0 35px; 
	min-height: 500px;
	width: 686px;
}

#footer{
	background: #807e71;
	height: 34px;
	width: 930px;
	margin: 10px 0;
	float: left;
	line-height: 33px;
	padding: 0 0 0 12px
}

#footer .copyright{
	float: right;
	margin: 28px 30px 0 0;
	font-size: 10px;
}

/* ---------- menu elementen ---------- */
#menu span{
	color: #FFF;
	font-size: 10px;
}

#nav {
	background: no-repeat;
	margin: 30px 0 0 0;
	padding: 0 33px 0 0;
	float: right;
	text-align: right;
	border-right: #807e71 1px solid;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#nav span {
	display: none;
}

#nav li, #nav a {
	margin: 0 0 15px 0;
	display: block;
	color: #333;
	text-decoration: none;
}

#nav a:hover, #nav a.active {
	color: #FFF;
}

#nav li {
	list-style: none;
}

/* ---------- tekststijlen ---------- */
h1{
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0;
}

#rightcol p{
	width: 500px;
	line-height: 22px;
}

#rightcol ul{	
	line-height: 19px;
}

#footer, #footer a{
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}

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

.imageborder{
	border: 1px solid #87a5c0;
}

/* ---------- clearfix ---------- */
.clear {
  min-height:0;
}

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

* html .clear {
  height:1%;
}