/*************************************************************
* Diese Datei steuert das Aussehen der Website in der Druck-                    *
* version.                                                                                             *
*                                                                                                         *
* Erstellungsdatum: 04.04.2006                                                              *
*                                                                                                         *
* Autor: Sisay Negassa                                                                           *
*                                                                                                          *
*                                                                                                          *
*                                                                                                          * 
**************************************************************/

body {
	size: portrait;
	background: white;
	color: black;
	margin-left:2cm;
	margin-right:1.5cm
	font-size: 11pt;
	font-family: verdana, sans-serif;
     }


a    {
	color: black;
	text-decoration: underline;
     }

.versteckt {display: none;}

