@charset "utf-8";
/*===================================================================================================================
CSS Document for printdesign
Last Update: 25.09.2009
Author: Sabine Moser-Schlüer
Media: Print

Structure:	1. Allgemeine Definitionen
			2. Navigation
			3. Printlayout
			
======================================================================================================================*/

/*===================================================================
  1. Allgemeine Definitionen
=====================================================================*/

body {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size:11pt;
}

h1, h2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
   font-size:24pt;
}

h2 {
   font-size:18pt;
}

/*=================================================================
  2. Navigation
  ================================================================*/

#navhorizontal{
   display:none;
}

a {
   color:black;
   text-decoration:none;
}

/*================================================================
  3. Printlayout
  ===============================================================*/

#content{
	position:absolute;
	top:50mm;
	left:10mm;
	margin:0;
	padding:0;
	width:70%;
}

#textbox {
	display:none;
}

#textbox_neu {
	display:none;
}

.bild {
	display:none;
}

.bild_ueberuns1 {
	display:none;
}

.bild_ueberuns2 {
	display:none;
}

address{
   display:none;
}



/* ================================================================
   E N D E   D E S   S T Y L E S H E E T S 
   ================================================================ */   


   

    

     



