/*----------- General -----------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
margin:0; 
padding:0; 
border:0; 
outline:0;
list-style-image:none;
list-style-position:inside;
line-height:18px;
}

body {
background-color:#000;
color:#fff;
font-family: Arial, Verdana, Tahoma; 
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5em;
}

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

h1, h2, h3 {
color:#aa7e55;
}

h3 {
font-size:16px;
}

h4 {
color:#fff;
font-size:14px;
}

a {
color:#fff;
text-decoration:none;
}

a:hover {
color:#fff;
}

/*----------- Header -----------*/

div#header {
margin:0 auto;
width:1300px;
height:490px;
overflow:hidden;
}

/*----------- Content -----------*/

div#mainwrap {
background-color:#000;
background-repeat:no-repeat;
margin:0 auto;
width:960px;
padding-bottom:150px;
}

div#content1{
background-repeat:no-repeat;
width:300px;
float:left;
display:block;
}

div.text1{
margin-bottom:1em;
font-style:italic;
}

div.text2{
margin: 0 0 1em 30px;
font-style:italic;
}

div#content2{
background-repeat:no-repeat;
width:300px;
margin-left:15px;
float:left;
display:block;
}

div#content3{
background-repeat:no-repeat;
width:600px;
float:left;
display:block;
}

img#button {
margin:0.5em 0 0 30px;
}

img#button2 {
margin:1.5em 0 0 0px;
}

div.formulier {	
padding:15px 16px 15px 0;
font-style:italic;
color:#fff;
float:left;
font-size:12px;
text-align:left;
}

div.formobject {
margin:0 0 10px;
}
div.formobject label {
display:block;
float:left;
margin:0 0 5px;
vertical-align:baseline;
width:80px;
}
div.formobject input {
border:1px solid #dbdbdb;
width:250px;
}

div.formobject textarea {
border:1px dotted #7C6787;
color:#3A3A3A;
width:300px;
}

div.formobject input.button {
background-color:#91591c;
border:medium none;
color:#FFFFFF;
font-size:12px;
float:right;
padding:2px;
margin-left:20px;
width:75px;
}

div.formobject input.button:hover {
background-color:#442b14;
}

ul.ullijst {

list-style-type:disc;
font-style:italic;
padding:0 0 1em 40px;
}

div#gallerij{
width:600px;
float:left;
display:block;
padding:18px 0 1em 18px;
}

#gallerij img{
margin: 0 14px 14px 0px;
float:left;
border:3px solid #fff;
}

#gallerij img:hover{
float:left;
border:3px solid #7c4f24;
}

/*----------- Sidebar -----------*/

div#sidebar{
background-image:url(../images/sidebarbg.png);
background-repeat:no-repeat;
width:300px;
float:right;
display:block;
}

div#sidecontent{
margin-left:15px;
}

h3.kopje3{
margin-top:1em;
}

/*----------- Footer -----------*/

#footer {
background-image:url(../images/footer.jpg);
background-repeat:repeat-x;
position: relative;
margin-top: -100px; /* negative value of footer height */
height: 100px;
clear:both;
} 

div#footerwrapper {
margin-left:auto;
margin-right:auto;
width:960px;
}

#bottomnav {
color:#fff;
font-size:12px;
float:left;
display:block;
margin-top:20px;
list-style-type:none;
}

#bottomnav li {
margin-right:20px;
float:left;
}

#bottomnav a:hover {
color:#000;
}

#bottomnav a.active {
color:#000;
}

p#copyright {
float:left;
padding:20px 0 0 30px;
}

div#redmelon {
float:right;
padding-top:20px;
}

p#webdesign {
font-size:10px;
float:left;
padding-right:8px;
}

img#redmelonlogo {
float:right;
padding-top:3px;
}

html, body, #wrapper {
height:100%;
}

body > #wrapper {
height:auto; 
min-height:100%;
}

.clearfix:after {
content: ".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
	
.clearfix {
display: inline-block;
} /* Hides from IE-mac \*/

* html .clearfix { 
height:1%;
}

.clearfix {
display:block;
} /* End hide from IE-mac */

