/* Autor: R. Vásquez, F3.1.2 / Stand: 20.07.2006 / Datei: print.css */
/* Beschreibung: enthaelt CSS fuer drucker */
/* Bearb.: R. Vásquez, */

@page {
	size:auto;
	margin:2.5cm;
}

  #body {
	margin: 2.5cm 1cm 2.5cm 0cm;  
}

#logo {
	left:0cm;
	top:0px;
	width:19cm;
}	
h1, h2, h3, h4 {
	font-family:Verdana,Arial,sans-serif;
	page-break-after:avoid;
	page-break-inside:avoid;
}
h1 {
font-size: 18pt;
}
h2 {
font-size: 15pt;
}
h3 {
font-size: 13pt;
}
h4 {
font-size: 10pt;
}

#right {
	left:0em;
	top:4em;
}
#content {
	left:0px;
	font-size:0.8em;
	border:0;
	padding:1em 1em 2em 1em;
	margin:0;
	width:16cm;

}   

#nav {
	display:none;
}	
#home {
	display:none;
}

#search {
	display:none;
}
#top {
	display:none;
}
#service {
	display:none;
}
#navpath {
	display:none;
}
#news {
	display:none;
}
