/* global reset */

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,
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;
	font-weight: inherit;
	font-style: verdana;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* einde global reset */



/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
*  {
margin: 0; 
} 


body{
margin:0px;
height:100%;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
color:#fff;
background-color:#7a003b;
background-image:url(../images/achter-verloop.jpg);
background-position:center;
background-repeat:repeat-y;
line-height:20px;
}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000;}
h3 {font-size:14px;line-height: 20px;font-weight: 900;color: #fff;}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {color: #FFF;}
a:hover {color: #FFF;text-decoration:underline;}
a:visited {color: #FFF;}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

/* #######################  SETTINGS BY BART ############################ */

  * {
     margin: 0;
 }
 html, body {
     height: 100%;
 }
 .wrapper {
	 width:920px;
	 margin-left:auto;
	 margin-right:auto;
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -60px;
 }
 .footer {
    position:relative;
	margin:0 auto;
	height:28px;
    background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:920px;
	padding-top:32px;
	text-align:center;
	color:#fff;

 } 
 
 div.footer a {
	 
	 text-decoration:none;
	 
 }
 
 div.footer a:hover {
	 
	 text-decoration:underline;
	 
 }
 
 .push {
	 height:60px;
	 clear:both;
 }
 
 #header {
	position:relative;
	top:0;
	left:0px;
	margin-left:-1px;
	width:920px;
	height:189px;
    text-align:left;
	background-image:url(../images/logo-top.jpg);
}


/* middenstuk */

.moduletable {
	
display:inline;	
	
}

#main {
	
	width:920px;
}


#left {
    float:left;
	margin-left:10px;
	width:200px;
    z-index:100;
}


#content {
	float:left;
	margin-left:5px;
	width:690px;
}

/* einde middenstuk */

/* fotoalbum */

.jg_rm {display:none;}
.jg_sm {display:none;}





	
td.contentheading {
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}

P {padding-bottom:10px;color:#fff;}



div.componentheading {

font-size:14px;
font-weight:bold;
padding-bottom:5px;

}

label {

padding-right:10px;
padding-left:5px;

}

.formError {

color:#fff;
display:block;
padding-top:5px;
}

.nieuwsbrieftekst {

padding-top:10px;
padding-bottom:30px;

}


input#versturen {

margin-top:0px;

}

input {

margin-top:10px;
}

div.nieuwsbrieftekst2 {

padding-top:30px;

}
