/* 
 ----------------------------
|  CSS chiro scherpenheuvel! |
 ----------------------------
  
Copyright Sam Jongstra
*/

/* Lagen */

body{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#e8e5e2;
	background-image:url(images/line.jpg);
	background-position:50%;
	background-repeat:repeat-y;
	text-align:justify;
	margin:0px;
}

#container1 {
	background:transparent url(images/bgheader.jpg) repeat-x scroll 0 0;
	bottom:0;
	margin:auto;
	position:relative;
}

#container2 {
	margin-left:25px;
	margin-right:55px;
	position:relative;
	width:794px;
	height:auto;
	margin:auto;
	top:0px;
	bottom:0px;
}

#container2 p,h2,h9 {
	margin-bottom:0px;
	margin-top:0px;
}

#content {
	float:left;
	width:530px;
	top:0px;
	left:0px;
	bottom:0px;
	bottom:120px;
	padding-left:20px;
	padding-right:13px;
}

#content p {
	padding-left:25px;
	padding-bottom:15px;
}

#sidebar {
	float:right;
	top: 210px;
	width: 180px;
	border-left-style:solid;
	border-left-color:#d7cfc9;
	border-left-width:1px;
	font-size: 12px;
	padding-right:30px;
	padding-left:20px;
	padding-top:10px;
}

#sidebar li,ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	color:#3e3e3e;
	text-align:left;
	text-indent:-5px;;
	margin-left:0px;
	padding-left:5px;
}

#sidebar a{
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	text-align:left;
	margin-left:0px;
	padding-left:0px;
	line-height:20px;	
	color:#a23737;
}

#header {
	background:url(images/headerimg.jpg);
	height:150px;
}

#menu {
	background:url(images/mnu.jpg);
	background-repeat:no-repeat;
	height:36px;
	margin:0;
	padding:0;
}

p{
	font-size:12px;
	padding-bottom:0px;
}

h1{
	margin-left:11px;
	margin-top:0px;
	padding-top:30px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:21px;
	color:#423a3a;
	font-weight:normal;
	line-height:normal;
}

h1 a, h1 a:hover, h1 a:visited{
	margin-left:11px;
	margin-top:0px;
	padding-top:30px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:21px;
	color:#423a3a;
	font-weight:normal;
	line-height:normal;
}

h2{
	font-size:15px;
	color:#3f3f3f;
	font-weight:bold;
	line-height:normal;
}

h3{
	font-size:13px;
	color:#423a3a;
	font-weight:bold;
	line-height:normal;
	text-align:right;
	border-bottom:solid;
	border-bottom-color:#d7cfc9;
	border-bottom-width:1px;
	padding: 3px;
}

h4{
	margin-top:0px;
	margin-left:13px;
	padding-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#97928e;
	font-weight:normal;
}

a, a:visited{	
	color:#a23737;
	font-style:normal;
	text-decoration:none;
}

a:hover, a:active{	
	color:#a23737;
	font-style:normal;
	text-decoration:underline;
}


#footer, #footer a, #footer a:visited, #footer a:hover, #footer a:active {
	margin:auto;
	text-align:center;
	background-color:#f1edea;
	color:#999999;
	width:760px;
	height:50px;
	bottom:0px;
	text-decoration:none;
	clear:both;
}

p img{
	border:5px solid #e0dad8;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:10px;
}

td{
	font-size:10px;
}

.spatiering{
	line-height:150%;
}