/*Ausblenden*/
.noprint,
#leftcol,
#header,
#footer,
#mainnavi,
{
	display:none !important;
}
/*content*/
body {
   background: white;
   font-size: 11pt !important;
   }
	 
h1{
	font-size:20pt;
}
h2{
	font-size:16pt;
	font-weight:lighter;
}
#wrap, #content {
   width: 700px;
   margin: 0 10px;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
a:link, a:visited {
   color: #333;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.quadratus.de" attr(href) ") ";
   }
