/*
Design by Lowie de Haar
www.lowiedehaar.nl
info@lowiedehaar.nl
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

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

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
	color: #231F20; 
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #231F20;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#headerall {
	width: 100%;
	height: 190px;
	background: url(images/imgbggrey.png) repeat-x;
}

#headertool {
	width: 455px;
	margin-left: 20px;
	float: left;
	height: 190px;
	background: url(images/img07tooloffer.png) no-repeat;
}

#headertool2 {
	width: 455px;
	margin-left: 20px;
	float: left;
	height: 190px;
	background: url(images/img07tooloffer2.png) no-repeat;
}

#header1 {
	width: 455px;
	margin-left: 20px;
	float: left;
	height: 190px;
	background: url(images/img07techgrey.png) no-repeat;
}

#header2 {
	width: 455px;
	margin-right: 20px;
	float: right;
	height: 190px;
	background: url(images/img07dhzgrey.png) no-repeat;

}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-top: 52px;
	padding-left: 40px;
	text-align: center;
	font-size: 4em;
	color: #299762;
}

#logo h1 a {
	color: #299762;
}

#logo h2 {
	margin-top: -10px;
	padding-left: 40px;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #299762;
}

#logo h2 a {
	color: #299762;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	height: 190px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 90px;
	padding: 60px 20px 0px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #FFFFFF;
}

#menu a:hover {
	height: 161px;
	background: url(images/img08.gif) repeat-x top left;
}

#menu .current_page_item a {
	height: 161px;
	background: url(images/img08.gif) repeat-x top left;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 95%;
	margin: 0 auto;
	padding-top: 15px;
}

#latest-post {
	float: left;
	width: 47%;
	padding: 0 2% 0 1%;

}

#recent-posts {
	float: left;
	width: 47%;
	background: url(images/img03.gif) repeat-y;
	padding: 0 1% 0 1%;
}

#recent-posts .entry {

}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

.post .meta a {
	color: #BABABA;
}

.post .entry {
	margin-bottom: 5px;
	padding-bottom: 2px;
}

/* Sidebar */

#vuurwerkbanner {

	width: 100%;
	height: 20px;
	color: #ffffff;

}

#vuurwerkleft {

	width: 50%;
	float: left;
	height: 20px;
 	background-color: #000000; 
	color: #ffffff;

}


#vuurwerkright {

	width: 50%;
	float: left;
	height: 20px;
 	background-color: #ffe320; 
	color: #ffffff;

}


#sidebar {
	clear: both;
	width: 100%;
/* 	background: url(images/img04.gif) repeat-x left top; */ 
	color: #231F20;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 400px;
	padding: 15px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#sidebar h2 {
	margin: 0 0 15px 0;
	color: #231F20; 
}

#sidebar a {
	text-decoration: none;
	
}

#sidebar a:hover {

	color: #F27C14;
}

/* Footer */

#adres {
	width: 95%;
	height: 13px;
	margin: 0 auto;

}



#footer1 {
	width: 100%;
	height: 30px;
	float: left;
	margin-top: 4px;
	background: url(images/img06.gif) repeat-x;
}

#footer2 {
	width: 100%;
	float: right;
	margin-top: 4px;

}

#footer p {
	margin: 0;
	padding: 0px;
	color: #ffffff;
}

#legal {
	float: left;
	color: #ffffff;
	padding-left: 10px;
}

#links {
	float: right;
	color: #ffffff;
	padding-right: 10px;

}

#links a {
	text-decoration: none;
	color: #ffffff;
	
}

#links a:hover {

	color: #ffffff;
}

#legal a {
	text-decoration: none;
	color: #ffffff;
	
}

#legal a:hover {

	color: #ffffff;
}

col { border-top: solid }
table { border-left: blank }



