/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html {
background-color: white;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.3em;
}

p {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 1.3em;
font-size: 1.3em;
}

ul {
font-size: 1.3em;
}

ul ul {
font-size: 1em;
}

a:link {
}

a:hover, a:active {
}

a:visited {
}

img {
	border: none;
}


/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	margin: 0 auto;
padding: 0;
height: 230px;
}

#logo img {
display: none;
}

#logo {
background: url(../images/logo-zwart.gif) no-repeat;
width: 150px;
height: 150px;
}

#logo p {
width: 600px;
padding-top: 150px;
font-size: 2.8em;
}

/* Menu */

#menu {
display: none;
}

#submenu {
display: none;
}

/* Servicemenu */
#servicemenu {
display: none;
}

/* Klikpad */
#klikpad {
display: none;
}

/** Banner */

#banner-wrap {
	width: 860px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
}

#banner {
	width: 820px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/img05.jpg) no-repeat left top;
}

#banner h1, #banner h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}

#banner h1 { 
	padding-top: 95px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-style: italic;
}

#banner h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#banner h1 a:hover { text-decoration: underline; }

#banner h2 {
	padding: 115px 0 0 5px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#banner p a {
	text-decoration: none;
	color: #B6ACA2;
}

#banner p a:hover { text-decoration: underline; }



/* Page */

#page {
	margin: 0 auto;
}


/* Content */

#content {
}

/* Post */

#home .post {
float: left;
width: 255px;
height: 180px;
margin:0;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 30px;
	padding: 5px 10px;
	background: url(../images/bg-post.png) no-repeat left top;
overflow: hidden;
}

#home .post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#home .post h1 {
font-size: 2em;
color: #DADADA;
}


/* Sidebar */

#sidebar {
display: none;
}

/* Bodytext */
.bodytext {
margin: 10px 0;
}

/* Footer */
#footer {
display: none;
}


