html , body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #bebcbc; 
	text-align:center;
	background: #242424 url("../../images/skin/default/back.jpg");
	background-repeat:repeat-x;
}


.container {
	width:100%;
	overflow:hidden;
}


div, img, table, object, form, input , a{
	outline:none;
}	

#main {
	margin:0 auto;
	width:950px;
	padding-top:187px;
	min-height:500px;
	text-align:left;
	background:url("../../images/skin/default/lines.png") no-repeat;
	background-position:0px 148px;
}

#logo {
	margin-bottom:30px;
}

#content {
	margin-top:-10px;
}
.content {
	margin-top:39px;
}

.contact {
	width:490px;
}

.pageLeft {
	width:200px;
	margin-right:60px;
	
}


.pageMiddle {
	width:600px;
}

#clear , .clear {
	clear:both;
}


img, div { 
	border: 0px;
	behavior: url('../../../iepngfix.htc'); 
}

form {
	margin:0px;
	padding:0px;
}

h1 {
	font-size:13px;
	color:#8a8888;
	font-weight: bold;
	margin:0px;
}


.underline {
	border-bottom: 1px solid #d5d5d5;
}

a , a:active{
	text-decoration: none;
	font-weight: normal;
	color: #d87739;
}

a:hover {
	text-decoration: none;
	color: #d87739;
}

.title {
	color:#d87739;
	font-weight:bold;
}

#nav {
	
	text-align: right;
}

#nav a , #nav a:active{
	text-decoration:none;
	display:block;
	color: #FFF;
	margin-bottom:15px;
	font-weight: normal;
	
}

#nav a:hover , #nav a.active {
	text-decoration:none;
	color: #d87739;
	font-weight: normal;
}

.contactForm {
	margin: 0px;
	padding: 20px 0px 10px 0px;
}

.contactForm form {
	margin: 0px;
	padding: 0px;
}

.contactForm input , .contactForm textarea {
	margin: 0px;
	padding: 2px;
	float:left;
	width:394px;
	border: 0px solid #cecdcd;
	margin-bottom: 10px;
	background: #4b4b4b;
	font-size:10px;
	color:#FFF;
	font-family:Verdana;
	
}

.contactForm textarea {
	margin: 0px;
	height: 200px;
	padding: 2px;
	font-size:11px;
	float:left;
	border: 0px solid #cecdcd;
	margin-bottom: 10px;
	overflow:auto;
}

.contactForm button {
	color: #FFF;
	margin-bottom: 10px;
	background:#4b4b4b;
	padding: 2px 2px 0px 2px;
	width: 104px;
	margin-left:0px;
	border:0px;
	float:left;
	
}

.contactForm label {
	width: 80px;
	display: block;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	text-align: right;
}


.content ul li {
	list-style-type: none;
}


.content ul.referenties {
	margin-left:0px;
	padding-left:0px;
	list-style-position:outside;
}

.content ul.referenties li {
	margin-bottom:15px;
	margin-left:0px;
	padding-left:0px;
	color:#FFF;
	list-style-position:outside;
}


.right {
	text-align:right;
}
.bold {
	font-weight: bold;
}

.italic {
	font-style:italic;
}

.fLeft {
	float:left;
}

.fRight{
	float:right;
}

.padding5{
	padding: 5px;
}

.padding10{
	padding: 10px;
}

.marginRight10{
	margin-right: 10px;
}


.marginTop10{
	margin-top:10px;
}

.marginBottom10{
	margin-bottom:10px;
}

.marginBottom20{
	margin-bottom:20px;
}

.marginBottom30{
	margin-bottom:30px;
}


.errorForm {
	background:#e5d2d5;
	padding:15px;
	color:#000;
	font-weight:normal;
	margin: 5px 0px;
	margin-top:10px;
	margin-left:90px;
	border:1px solid #59000c;
}

.errorForm li {
	margin-left:30px;
	padding: 1px 0px;
	list-style: disc;
	list-style-position: outside;
}

#picBottom {
	text-align:right;
	margin-top:45px;
}

.newsDate {
	font-style:italic;
	font-size:10px;
}

.thumb {
	width:150px;
	height:100px;
	overflow:hidden;
	border:1px solid #8c8c8c;
	margin-right:10px;
}	