/* CSS Document */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-active h1 {
visibility: hidden;
font-size: 40px;
line-height: 0.8em;
letter-spacing: -1px;
display:inline;
}

.sIFR-active h2 {
visibility: hidden;
font-size: 24px;
line-height: 0.8em;
letter-spacing: -1px;
display:inline;
}



/* Einde sIfR CSS */

body {
margin-left: 0px;
margin-top:20px;
margin-right: 0px;
margin-bottom:300px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;
background-image:url(/images_basis/ruitje.gif);
background-attachment:fixed;
}

.tekst {
margin-left:70px;
width:500px;
margin-bottom:10px;
}

.cursief {
font-style:italic;
}

.magenta {
color:#FFFFFF;
background-color:#FF0099;
align:right;
}

.introlink a {
text-decoration:none;
color:#FF0099;
}

.introlink a:hover {
color:#FFFFFF;
background-color:#FF0099;
}

/* CSS voor de hoofdpagina en overzichtspagina, als je in het menu op een categorie hebt geklikt */

#contentvoorpagina {
margin-left:5px;
margin-top:5px;
width:575px;
}

#contentvoorpagina a {
text-decoration:none;
color:#000000;
}

#contentvoorpagina a:hover {
color:#FF0099;
}

/* CSS voor de afzonderlijke artikelen */

#contentartikel a {
text-decoration:underline;
color:#000000;
}

#contentartikel a:hover {
color:#FF0099;
text-decoration:underline;
}

#contentartikel {
margin-left:5px;
margin-top:5px;
width:575px;
}

/* CSS voor de sidebar */

#sidebar {
top:0px;
float:right;
width:110px;
z-index:1;
color:#FF0099;
margin-top:5px;
}

#sidebar a {
text-decoration:none;
color:#FF0099;
}

#sidebar a:hover {
color:#FFFFFF;
background-color:#FF0099;
}

.plaatjeintro img {
margin-top:-120px;
}

/* CSS voor de afbeeldingen */

.plaatjeintro {
margin-left:70px;
margin-bottom:10px;
overflow:hidden;
height:60px;
width:500px;
}

.plaatje {
margin-left:70px;
}