@charset "utf-8";
/* CSS Document */
/* Reset */
* {
	margin:0;
	padding:0;
}
/* Lay-out */
body {
	background-color:#ffff99;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #B3B36B;
}

.mceContentBody module {
	background: url(https://www.wforums.net/clients/images/app-x-php-icon.png) no-repeat center;
	width: 100%;
	height: 100px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;	
	line-height: 0px;
}

#wrapper{ text-align:center; padding-right:250px; }   
.padding{ width:960px; margin:0px auto; }   
#content{ width:710px; float: right; }
#header {
	background-image:url(images/layout/header.png);
	background-repeat:no-repeat;
	width:681px;
	height:164px;
	margin-left:auto;
	margin-right:auto;
}
#inhoudsbox {
	background-image:url(images/layout/tussenstuk.png);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:681px;
	min-height:400px;
}
#footer {
	background-image:url(images/layout/footer.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	height:187px;
	width:681px;
}
#navigatie, #kader {
	background-image:url(images/layout/navigatiebericht.png);
	background-repeat:no-repeat;
	float:left;
	width:244px;
	height:246px;
	position:fixed;
	left:20px;
}
#navigatie {
	top:100px;
}
#kader {
	top:350px;
}
#niettever {
	min-width:400px;
	margin-right:10px;
	float:left;
}
#inhoud {
margin-left:auto;
margin-right:auto;
text-align:left;
}
/* End of Lay-out */
/* Navigation */
#navigatie ul {
	padding-top: 20px;
}
#navigatie ul li {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:30px;
	padding-top:5px;
	list-style-type:none;
	color:#FFF;
	list-style-position: inside;
}
.current {
	list-style-image: url(images/layout/navigatie-selected.png);
}
.link{
	list-style-image: url(images/layout/navigatie-gewoon.png);
}
#navigatie .current a {
	color:#ffffff;
}
#navigatie ul li a {
	color:#fcee21;
	text-decoration:none;
}
#navigatie ul li a:hover {
	color: #fff;
	text-decoration:underline;
}
/* Testimonials */
#kader a {
	color:#FFF;
	font-size:10px;
	text-decoration:underline;
}
#kader a:hover {
	color:#fcee21;
}
/* Content */
#p {
	font-size:12px;
	padding:10px;
	text-align:left;
	color:#FFF;
}
#inhoud p {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#inhoud ul {
	padding-left: 30px;
	padding-right: 30px;
}
#inhoud form {
	padding-left: 15px;
	padding-right: 15px;
}
#footer p {
	padding-top: 0px;
}
a {
	color:#fff;
	text-decoration: none;
}
a:hover {
	color:#fcee21;
	text-decoration: underline;
}
h1,h2,h3,h4 {
	padding-left: 15px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nostyle {
	list-style-type:none;
	padding-bottom: 10px;
}
/* Images */
.align-right { 
	float:right;
	margin: 0 0 15px 15px; 
}
.align-left { 
	float:left;
	margin: 0 15px 15px 0; 
}
.frame { 
	padding: 5px; 
	border: 1px solid #fff; 
}
.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Contact form */
#contactform {
	
	margin-left:60px;
	display:block;
	padding-left:20px;
	
}
#uwnaam{
margin-left:62px;	
}
#uwemail {
margin-left:30px;	
}
#type {
margin-left:89px;	
}

#uwbericht {
margin-left:53px;	
}

#uwnaam, #uwemail, #type, #uwbericht {
margin-top:5px;	
}
/* Testimonials */
blockquote {
  background: transparent url(images/layout/quoleft.png) left top no-repeat;
  margin-left: 50px;
  margin-right: 50px;
}
blockquote div {
  padding: 0 48px;
  background: transparent url(images/layout/quoright.png) right bottom no-repeat;
}

