/* Allgemeine CSS-Datei für die Druckausgabe*/

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
}
img {
	border: none;
         display: none;
}

#ggl_map img {
	border: none;
         display: inline;
}

p {
	clear: both;
}

#print_head {
	display: block;
         border-bottom: 1px solid #000000;
}

#container_topnavi,
#container_head,
#content_left {
	display: none;
}


