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

body {
	font-family: Verdana, Arial, sans-serif;
}
img {
	border: none;
}
#print_head {
	display: block;
         border-bottom: 1px solid #000000;
}
#container_head,
#image,
#con_sub,
#con_cleaner,
#container_foot {
	display: none;
}

#container_content,
#content,
#con_main {
	display: block;
         background: #ffffff;
}
