/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outerWrapper #contentWrapper #Rechts #Top {
   display: none;
}

#outerWrapper #contentWrapper #Menu {
   display: none;
}

#outerWrapper #contentWrapper #Rechts #Achtergrond #Inhoud
{
   background-color: transparent;
   margin: 0px;
   padding: 18px 10px 10px;
   overflow: none;
   width: 652px;
   font-size: 12px;
   line-height: 15px;
   float: left;
   height: 25cm;
}

#outerWrapper #contentWrapper #Rechts #Achtergrond
{
   background-image: url(../images/achtergrond_print.jpg);
   background-repeat: no-repeat;
   background-position: right top;
   height: 25cm;
}

#outerWrapper #contentWrapper #Rechts
{
   margin: 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
   padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
   height: 25cm;
}

#outerWrapper #contentWrapper
{
   border: solid 1px #fff; /* Sets the border properties for an element using shorthand notation */
   margin-top: 10px;
   height: 25cm;
}

#Knoppen { display: none; }

#outerWrapper #contentWrapper #Rechts #Achtergrond #Inhoud #Printen { display: none; }

