@import url('./master.css');
@import url('./reset.css');
@import url('./text.css');

/*  */

body {
   background: white;
   font-size: 10pt;
   }
#header {
   display: none;
   }
#wrapper, #content, #content #center {
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
.centercontent { width: 100%; padding: 1em 0; }
.contentfoto { display: inline; text-align: right; }
.centercontent .contenttext.type1, .centercontent .contenttext.type2, .contenttext {
	display: inline;
	width: 80%;
}
div#left { display: none; }
div#center {
   padding-top: 1em;
   border-top: 1px solid #CCC;
   }
div.foto, div.fotoright, div#pagination { display: none; }
div#right { display: none; }
a:link, a:visited {
   color: #f89828;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content #center .centercontent .contenttext a:link:after, #content a:visited:after {
   content: " (http://www.formaatplus.be" attr(href) ") ";
   font-size: 90%;
   }
#content #center .centercontent .contenttext a[href^="/"]:after {
   content: " (http://www.formaatplus.be" attr(href) ") ";
   }

