/*	DESIGN UND LAYOUT: BERND RITTINGHAUSEN */
/*	DIE GESAMTHEIT DIESES CSS IST UHRHEBERRECHTLICH GESCHUETZT! */
/*	-------------------------------------------------- */
/*	WEBSITE:	www.kia-staab.de */
/*	CSS fuer Printausgabe */
/*	ERSTELLT:	Dezember 2004 */
/*	GEAENDERT:	15. Januar 2005 */
/*	ENTWICKLER:	BRIMG100 */
/*	-------------------------------------------------- */

body {
   background: white;
   font-family: Helvetica,Arial,sans-serif;
   font-size: 10pt;
   }
#top, #logospace, #leftnavi, #topnavi, #contentright, #footernavi /* Blendet unerwuenschte Spalten aus */ {
   display: none;
	}
#container, #content, #fusszeile {
   width: auto;
   margin: 0 5%;
   padding: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
#fusszeile {
	margin-top: 2em;
	text-align: center;
	font-size: 8pt;
   }
a:link, a:visited {
   color: #520;
   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.kia-staab.de" attr(href) ") ";
   } 

