body, html{
	font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	margin: 0px 0 0 10px;
	color: #666;
	font-size:12px;
	line-height: 1.3333;
	background-color: #900;
	text-align: center;
	}

#container {
	width:827px;
	margin: 0 auto;
}


#superwrapper {
	width: 827px;
	float: left;
	overflow: hidden;
	margin-top: 20px;
	text-align:left;
	
	}
	
#header {
	width: 827px;
	}

#float-wrapper {
	float: left;
	margin: 0;
	}
	
#linkerkolom { 
	float: left;
	margin: 0;
	width: 130px;
	padding: 10px;
	overflow: hidden;
	background-color:#FFFFFF;
	border: 1px solid #ced4ca;
}

#middenkolom {
	width: 555px;
	margin-left: 160px;
	padding: 10px;
	background-color:#FFFFFF;
	border: 1px solid #ced4ca;
}

#phototrail {
	width: 150px;
}

#content {
	padding: 20px 10px 20px 5px;
}

#side {
	padding: 20px 0px 20px 5px;
	/*text-align:right;*/
	
}

#superfooter {
	clear: both;
	padding: 10px;
	width: 807px;
	}
	
#edit_text {
	float: right;
	}

	
/* typography
----------------------------------------------- */

h1,
h2,
h3,
h5{	font-family: Tahoma, Arial, sans-serif; }

h1 { text-indent: -9000px; margin: 0; display: none;}
h2 { margin-top: 25px; margin-bottom: 0; font-size: 16px; }
h2 a { color: #971B1E; }
h3 { font-size: 14px; color: #666; }
h4 { margin-top: 25px; margin-bottom: 0; font-size: 22px; font-style:inherit }
h5 { margin-top: 10; margin-bottom: 0; font-size: 16px; }

p {	line-height: 1.5em;	margin: 0.5em 0 1.5em 0; }

ol, ul { line-height: 1.5em; margin: 1.2em 0 1.2em 2em;	}

ul li,
ol li{ margin-bottom: 0.2em; }

img, a img{ border:0px;}

a, a:hover { color: #BD1220; text-decoration: none; }
a:hover { color: #777; }

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
	}

pre{
	display: block;
	margin: 0.75em 1.5em 2.2em 0;
	padding-left: 0.8em;
	border-left: 1px solid #ccc;
	background-color: #efefef;
	overflow: auto;
	}

code{font-family: monospace;  font-size: 11px; color: #555; background-color: #efefef;}
pre code{ line-height: 1.3em;}

kbd{
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

del, del * { text-decoration: line-through; }

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }

.small { font-size: 0.9em;	}

#footer {
	color: #fff;
}


table {
	font-size:10px;
}

.center {text-align: center; }

/* forms
----------------------------------------------- */

input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #555;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	}


/* sidebars
----------------------------------------------- */

.sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	color: #971B1E;
	font-size: 1.1em;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.sidebar ul ul {
	margin: 1.0em 0 1.5em 0;
	border-top: 1px solid #dee4da;
	}
.sidebar ul ul li {
	padding: 0 0 0 10px;
	margin: 0;
	border-bottom: 1px solid #dee4da;
	}
.sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 2px 10px;
	} 
.sidebar ul ul li a:hover {
	background-color: #f3f3f3;
	}

.sidebar ul li ul li ul {
	list-style-image: none;
	margin-left: 20px;
	margin-top: 1px;
	margin-bottom: -1px;
}

/* blog posts
----------------------------------------------- */

.post {	border-bottom: 1px solid #dee4da; }
.postmeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 0.9em;
	color: #999;
	}

.postentry img{
	border: 1px solid #ced4ca;
	padding: 3px;
	margin: 0 10px 10px 0;
	}
.postentry .icon{
	display: inline; 
	margin: 0;
	padding: 0;
	padding-right: 6px;
	border: none;
	}
	
.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(../../css/images/permalink.gif) no-repeat center left;
	}
.commentslink {
	padding: 0 0 0 17px;
	background: url(../../css/images/commentslink.gif) no-repeat center left;
	}

.text_red { color: #971B1E; }

.text_white { color: #FFFFFF; }

/* comments
----------------------------------------------- */

#comment { width: 98%;}

h2#comments{
	font-size: 12px;
	}
#commentlist {
	margin: 1.2em 0;
	padding: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #E8E7D0;
	list-style-type: none;
	}
#commentlist li {
	border: 1px solid #E8E7D0;
	padding: 0 20px;
	background-color: #f3f3f3;
	margin: 12px 0;
	}
#commentlist li:hover{ background-color: #fff; }

#commentlist li.authorcomment{
	border-left: 5px solid #88887f;
	}

h3.commenttitle{ padding-top: 12px;	}

p.commentmeta {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	}


/* search
----------------------------------------------- */

#search-wrapper{ padding-top: 10px;	}
ul#livesearch-results{	margin-top: 0; }

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #FFF;
	list-style: none;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #BD1220;
}

.TabbedPanelsTabHover {
	background-color: #f3f3f3;
	color: #777;
}

.TabbedPanelsTabSelected {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	text-decoration:underline;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	/*border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;*/
	border-top: solid 1px #999;
	/*border-right: solid 1px #999;*/
	background-color: #FFF;
}

.TabbedPanelsContent {
	padding: 4px;
	border-right: solid 1px #999;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
	text-decoration:underline;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
	
}

table.servicesT { 
	font-family: Verdana;
	font-weight: normal;
	font-size: 9px;
	line-height:normal;
	color: #404040;
	width: 530px;
	border: 1px #900 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
	}
	
	
table.servicesT td.servHd {
	border-bottom: 2px #900 solid;
	background-color: #900;
	text-align: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 9px;
	color: #fff;
	text-transform:uppercase;
	}
	
	
table.servicesT td { 
	border-bottom: 1px dotted #900;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 9px;
	text-align: left;
	padding-left: 3px;} 
	
.servBodL { 
	border-left: 1px dotted #900;
	}
	
<!--dTree CSS-->
.dtree {
	font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}