body {
	background: url(images/bodybg.jpg) #999999;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	text-align: justify;
	z-index: -1;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: url(images/containerbg.png);
	background-repeat: repeat-y;
	z-index: 0;
}

#flash {
	width: 932px;
	position: relative;
	top: 0px;
	float: left;
	height: 358px;
	background-color: #FFF;
	z-index: 1;
}

#posts {
	width: 940px;
	padding: 0 0 0 15px;
	margin: 0 0 20px 0;
	float: left;
}

#linkertekst {
	width: 560px;
	padding: 20px 0 0 50px;
	margin: 0 0 20px 0;
	float: left;
	z-index: -10;
}

#rechtertekst {
	padding: 20px 0 0 0px;
	width: 230px;
	float: left;
	position: relative;
	padding-left: 40px;
}


#contacttekst {
	width: 860px;
	padding: 20px 0 0 50px;
	margin: 0 0 20px 0;
	float: left;
	z-index: -10;
}
.entry {
	margin: 0px 0 0 0;
}

.entry p {
	margin: 0 0 20px 0;
}

.post h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	color: #993300;
	padding-bottom: 20px;
}

.post h3 {
	font-size: 14px;
	font-weight: bold;
	
}

.post a, .navigation a {
	color: #0195c5;
	text-decoration: none;
}

.post a:hover, .navigation a:hover {
	color: #333333;
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 20px 0;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

.sidebar {
	margin-left: 700px;
	width: 210px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #666666;
	width: 210px;
	border-bottom: 1px solid #cccccc;
}

.sidebar a {
	color: #0195c5;
	text-decoration: none;
}

.sidebar a:hover {
	color: #333333;
}

#footer {
	clear: both;
	height: 150px;
	background: url(images/footerbg.png);
	background-repeat: no-repeat;
}

#footer p {
	text-align: center;
	font-size: 12px;
	position: relative;
	top: 40px;
	color: #FFF;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
}

.menu {
	clear:both;
	width: 932px;
	height: 26px;
	background-color: #717173;
	float: left;
	z-index: 1;
	}
	
.knop {
	background-color: #d51d03;
	color:#FFF;
	}
	
.veld
	{ 
	border: 1px solid #d51d03;
	background-color: #FEFEFE;
	}

a.button {
    /* Sliding right image */
    background: transparent url('button_right.png') no-repeat scroll top right; 
display: block;
float: left;
height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
a.button span {
/* Background left image */ 
background: transparent url('button_left.png') no-repeat; 
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
} 
a.button:hover span{
	text-decoration:underline;
	color: #CCC;
}

td {
	vertical-align: bottom;
	text-align: center;
}	
