/***** GLOBALE SETTINGS *****//


html, body {
border:0;
margin:0;
padding:0;
}

* {
margin: 0;
padding: 0;
}

body {
font: 11pt helvetica, arial, sans-serif;
color: #DG4987;
background-color: #f8f7f4;
line-height: 130%;
}

/***** ALGEMENE SETTINGS *****/

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

h1 {
padding: 0;
letter-spacing: -1px;
font: 2em helvetica, arial, sans-serif;
}

h2 {
padding: 0px 0;
letter-spacing: -1px;
font: 1.5em helvetica, arial, sans-serif;
}

h3 {
padding: 0;
font-weight: bold;
font: 1em helvetica, arial, sans-serif;
}

p, ul, ol {
margin: 0;
padding: 0;
}

ul, ol {
padding: 0;
list-style: none;
}

img {
border:0;
margin:0;
}

/***** LINKS *****/

a, a:visited {
text-decoration: none;
color: #403d3d;
}


/***** WRAPPER *****/

#wrapper {
background-color: #f8f7f4;
background-image: url(../images/bovengrond.jpg);
background-repeat: no-repeat;
background-position: center bottom;
min-height: 800px;
width: 850px;
margin: 0 auto;
}

#comedyform {
padding-top: 50px;
width: 500px;
margin: 0 auto;
padding-bottom: 50px;
}

.formtitel {
font-size: 16px;
color: #c49d6c;
text-transform: uppercase;
letter-spacing: 2px;
}

.formtekst {
color: #110b04;
letter-spacing: 0.8px;
line-height:130%;
}




/* LIJN
***********************/

#lijn {
margin-top:-20px;
height: 18px;
width: 100%;
background: url(../images/blokjes.jpg);
}

/* FOOTER
***********************/

#footer {
width: 100%;
height: 200px;
margin-bottom: 0;
bottom: 0;
background-image: url(../images/ondergrond6.jpg);
background-repeat: no-repeat;
background-position: center top;
background-color:#110b04;
}

#onder {
width: 100%;
height: 20px;
margin-bottom: 10px;
background-color: #b3b3b3;
}



/***** GLOBAL CLASSES *****/

.clear { clear:both; }
