/* Start of CMSMS style sheet 'zepplinnDefault' */
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body {
   font-family: Verdana; 
   background-color: #fbead0; 
   font-size:100%;
}

td {
    vertical-align:top;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------- @Nuno Costa [criacaoweb.net] Utils CSS. ---------- */
* {
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}
dfn {
	display: none;
	overflow: hidden;
}


#sitecontainer {
    margin: 0 auto; 
    font-size:11px;
    line-height:18px;
    color: #291572; 
    background-color:#fbead0;
    width:990px;
    position:relative;
}

#kop { height:94px; background:url(uploads/images/bg_kop.jpg) top center no-repeat; }

#contentleft       { 
   color: #291572; 
   font-size: 8pt; 
   font-family: Verdana; 
   margin-top: 10px; 
   padding-left: 15px; 
   padding-right: 15px; 
   width: 260px; 
   float:left;
   top: 99px;
   left: 0px;
}

#contentleft   img    { 
   padding-bottom: 0px;
   border: 1px solid #c00;
} 

#contentleft  p    { 
    margin-bottom:1em;
} 

#content    { 
   color: #291572; 
   font-size: 11px; 
   font-family: Verdana; 
   margin-top: 10px; 
   padding-left: 10px; 
   line-height: 16px; 
   width: 680px; 
   border-left: 1px solid #c00;
   float:left;
   top: 99px;
}

.kop { 
   color: #291572; 
   font-size: 24px; 
   line-height: 26px; 
   font-family: Verdana; 
   font-weight: bold; 
   margin: 0.67em 0 
}
#content h2 {
   color: #291572; 
    text-align: left;
    padding-top:0px; 
    font-size: 20px; 
    line-height: 26px; 
    font-family: Verdana; 
    font-weight: bold; 
}

#tekst {
    text-align: left;
    padding-top:11px; 
    padding-right:22px; 
    padding-bottom:22px; 
}
.small { font-size:0.85em; color:#7e1b6d; line-height:1.2em; }
.batc { padding-top:290px; text-align:center; width:212px; }

#tekst p{
    margin-bottom:1em;
}

#tekst ul {
    margin-top:1px;
    list-style: disc;
    padding-left: 2.6em;
    margin-bottom:1em;
}

#tekst ul li{
    line-height:15px;
}

.opvallen {
    color:#d91e60;
}

#tekst hr.stippel {
    margin-top:33px; 
    margin-bottom:22px; 
    border: 1px dashed #540c25;
}

#footer {
    height:47px;
    margin:0 auto;
    text-align:right;
    font-size:13px;
    clear:both;
}

#footer .links {
	float: left;
	width: 650px;
	height: 15px;
	padding: 5px 0 0 0;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 230px;
	margin: 0 auto;
	padding: 1px 5px 1px 0px;
	font-size: 85%;
	text-align: center;
	color: #FF0000;
}
#footer .legal a{
	color: #FF0000;
}


#footer a {
   color:#006;
   margin-right:50px;
   margin-bottom:20px;
   text-decoration:none; 
}

#footer a:link, a:visited, a:active {
    color:#006;
}

#navigatie {
    float:left;
    width:217px;
}

#snelnaar {
    
}

#clear {
    clear:both;
}


.align_right {
    text-align:right;
}


#print_tekstcontent {
    font-size:1em;
    float:left;
    margin-left:120px;
    width:520px;
}


h1 {
    /* titel van pagina */
    font-size:1.4em;
    color:#540c25;
    margin:0.5em 0em 1em 0em;

}

h2 {
    /* subkopjes */
    font-size:1em;
    color:#540c25;
    padding:0.5em 0em 0em 0em;
}


a:link, a:visited, a:active {
    color:#019cb0;
}
a:hover {
    color:#540c25;
}
em {
font-style:italic;
}

#tekst img {
    border: 1px solid #c00;
    text-align:center;
   margin-left:5px;
}

#menutitel {
    color:#ef8601;
    padding-top:1.2em;
}



/* ----------- Clear Floated Elements ----------- */
html body .util-clearb {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	position: static;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* ----------- Fix to Clear Floated Elements ----------- */
.util-clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.util-clearfix {
	display: inline-block;
}
* html .util-clearfix {
	height: 1%;
}
.util-clearfix {
	display: block;
}
/* End of 'ncleanblueutils' */


.style4 { 
   font-size: 12px; 
   color: #291572; 
   font-family: Verdana; 
 }

fieldset {
	border: 0;
}

#afbeelding {
	padding-top			        : 20px;
	padding-bottom    	        : 20px;
	background-color			: #fff;
	text-align					: center;
    border: 1px solid #d7c5c8;
}

#afbeelding img
{
    border: 0px;
}

strong {
	font-weight					: bold;
}

/* End of 'zepplinnDefault' */

