/* basics */

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

/* standard body */
body {
margin: 0 auto;
width: 960px;
font: 14px/20px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
background-image:url(../images/bakhuske/achtergrond2.jpg);
background-repeat:no-repeat;
background-position:center top;
background-attachment:fixed;

}

/* standard alignments */
.alignleft {
float: left;
}

img.alignleft {
margin: 5px 10px 0 0; 
}

.alignright {
float: right;
}

img.alignright {
margin: 5px 0 0 10px; 
}

.center {
text-align: center;
}

/* Hx tags */

h1 {
font-size: 75px;
font-family: Garamond, Georgia, Times, "Times New Roman", serif;
padding: 20px 0;
}

h2 {
font-size: 36px;
padding: 20px 0;
}

h2 a {
color: #cae800;
}

h2 a:hover {
color: #000;
}

h3 {
font-size: 18px;
color: #3a4f01;
padding-bottom: 3px;
margin-bottom: 10px;
}

p {
padding-bottom: 20px;
}

/* header */

header {
margin-top: 10px;
background: #F0E7D4 url("../images/header2.jpg");
height: 398px; /* for IE */
min-height: 398px; /* for not-IE */
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

header h1, header p {
position: relative;
z-index: 9999;
width: 600px;
}

header h1 {
padding: 20px 0 10px 20px;
color: #cae800;
}

header h1 a {
color: #cae800;
text-decoration: none;
}

header h1 a:hover {
text-decoration: underline;
}

header h2 {
font-size: 14px;
color: #cae800;
margin-top: -20px;
padding-left: 30px;
}

/* nav */

/* content and sidebar layout */

nav {
background: #391BF8;
margin: 0 auto;
width: 960px;
display: block;
float: left;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
color:white;
}

#content {
float: left; 
width: 920px; 
margin: 0 0 10px 0; 
padding: 30px 20px 5px 20px;
background-color: #F0E7D4;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

article {
	padding: 20px 20px 20px 20px;
	font-family:Calibri, Sans serif, Trebuchet MS, Tahoma, Geneva;
	font-size:16px;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	border-radius:15px;
	
}

/* footer */
footer {
clear: both;
float: left;
background: #391BF8;
width: 960px;
color:#FFF;
margin-bottom: 10px;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

footer p {
text-align: right;
font-size: 11px;
padding-right: 20px;
}

footer a {
color: #999;
}

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

#Content_formulier {
	position:absolute;
	visibility:visible;
	left:0px;
	top:75px;
	width:600px;
	height:460px;
    background-color: #F0E7D4;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
	z-index:3;
	padding: 30px;
}
