@charset "utf-8";
/* CSS Document */


@media all {
html * {margin:0; padding:0; }
body {margin:0; padding:0; background-color:#ffffff;}
#container {margin:0 auto 2em auto; width:690px; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:98%;}
/*------------------------ Header ------------------------*/
#header {text-align:center; margin-bottom:3em;}
h1 {margin:1.7em 0 0.5em 0; font-family:Verdana, Arial, Helvetica, sans-serif; color:#338833; font-size:200%; font-weight:normal;}
#header span {font-size:1.05em;}
/*------------------------ Text-content ------------------------*/
strong {font-weight:normal;}
.green {color:#338833;}
.kop {display:block; width:100%; text-align:center; padding-bottom:0.3em}
.kop-index {margin-left:9.5em; padding-bottom:0.3em}
h2 {font-family:Verdana, Arial, Helvetica, sans-serif;color:#338833; font-weight:normal; font-size:1.1em;}
#text {text-align:left;}
.breed {width:675px;}
em {color:#338833; font-style:normal;}
#text p {margin:0.7em 0 0.4em 0}
.space {padding:1em 0 0.5em 0;}
.p {padding-top:1.5em;}
p.indent {padding-left:18%;}
#text .punt {background-image:url(../images/a-punt.gif); background-repeat:no-repeat; padding-left:1.5em; margin:0 0 0 2.5em;}
p.kopje {padding-left:13%}
.nr {padding-right:2em;}
#text a {color:#338833;}
#text a em {color:#ffffff;}
#text a:hover {color:#ff9966;}
ul {padding-top:0.75em; margin-bottom:2em;}
#text li {list-style-image:url(../images/aandachtspunt-d.gif); margin-bottom:0.5em;}
/*------------------------ Footer & nav ------------------------*/
#footer {text-align:center; margin-top:1.5em; width:80%; margin-left:10%; }
#footer .kop {margin-bottom: 2em;}
/*#footer span.center {font-size:80%;}*/
#footer p.center {/*font-size:80%;*/ margin-top:2em;}
#footer .start {position:relative; float:left; width:20px; height:20px; background-image:url(../images/next1.gif); background-repeat:no-repeat; text-decoration:none; margin-top:1%; margin-left:7.2%;}
#footer a.start:hover {background-image:url(../images/next2.gif); background-repeat:no-repeat;}
#footer .next {position:relative; float:right; width:20px; height:20px; background-image: url(../images/next1.gif); background-repeat:no-repeat; text-decoration:none; margin-top:1%; margin-right:7.0%;}
#footer a.next:hover {background-image:url(../images/next2.gif); background-repeat:no-repeat;}
#footer .back {position:relative; float:left; width:20px; height:20px; background-image:url(../images/back1.gif); background-repeat:no-repeat; text-decoration:none; margin-top:1%; 	margin-left:7%;}
#footer a.back:hover {background-image:url(../images/back2.gif); background-repeat:no-repeat;}
#footer .end {position:relative; float:right; width:20px; height:20px; background-image:url(../images/back1.gif); background-repeat:no-repeat; text-decoration:none; margin-top:1%; margin-right:7.25%;}
#footer .end:hover {background-image:url(../images/back2.gif); background-repeat:no-repeat;}
/*h3 {clear:both; color:#338833; font-size:0.9em; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif;}*/
#footer #center {position:relative; float:left; width:78.8%; margin:0.5em 0 0.5em 0;}
#footer .copyright {clear:both; /*font-size:0.85em;*/}
}
/*------------------end css-screen, start css-print--------------------------------*/
@media print{
body {background-color: #ffffff;}
#text a {text-decoration: none;}
#text a.screen {display: none;}
#container {color: #000000;}
/*#header-i {margin-top: 0;}*/
#text .punt {background-image: url(../images/a-punt.gif);}
#text li {list-style-image: url(../images/aandachtspunt.gif);}
/*----------------------- footer -----------------------*/
#footer .start {display: none;}
#footer .next {display: none;}
#footer .back {display: none;}
#footer .end {display: none;}
/*#footer #center {width: 100%;}*/
}