/*
Datei: print.css
Verwendung: Stylesheet fuer die Anzeige beim Druck
Autor: insyma (VELS)
Edit: 01. Juni 2007
===========================================
	1.	Allgemeines / Grundlayout
	2.	Head-Bereich (Identifikation,  Servicenavigation, Suche)
	3.	Allgemeine Typografie
	4. Footer
===========================================
*/


/* ############################################
	Allgemeines / Grundlayout
############################################ */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style: none;
}
body {
	font-size: 8pt;
}
.invis, 
#search, 
#servicenavigation, 
#navigation, 
#headerbild,
#sidebar, 
caption {
	display: none;
}


/* ############################################
	Head-Bereich
############################################ */

a#logo-link {
	display: block;
	margin: 0 0 20pt 0;
}
a#logo-link img {
	border: none;
}
h1 {
	font-size: 15pt;
}


/* ############################################
	Allgemeine Typografie
############################################ */
div#content {
	line-height: 1.7;
	padding: 0 0 50px 0;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	margin: 1em 0;
}
h3 {
	font-size: 10pt;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	padding: 0 2em .5em 0;
}


div.bilder {
	width: 160px;
	float: left;
	margin: 0 2em 0 0 ;
	/*clear: both;
	display: inline*/
}

div.bilder img {
	border: none;
}


div.part_bildgross span {
	display: none;
}


div#content div.referenzen {
	padding: 0 0 50px 0;
}


/* ############################################
	Footer
############################################ */

div#foot {
	border-top: 1px solid #888;
	padding: 5pt 0 0 0;
}

div#foot ul li.foot-nav {
	display: none;
}
