/*
** ################################################################
** # CSS- viel.weidemilch.ch                                      #
** ################################################################
** 
**  Version     : 1.5.0
**  Datum       : 04.06.2009
**  Datei       : 10_print.css
**  Funktion    : Styles für die Printversion
**
** ################################################################
*/

#rahmen { font-size: 80%; font-family: Verdana, Arial, Helvetica, sans-serif; }
#wrapper { padding-right: 35pt; }
#seitentitelPrint { font-size: 14pt; margin: 10pt 0; font-weight: bold; }
h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }

.clearing {
	clear: both;
	font-size: 2pt;
	height: 2pt;
	line-height: 2pt;
}

#dienste, #skiplink, #seitenkopf, .csc-linkToTop,
#navigation, form#quicklinks { display: none; }

#seitenfuss, #fusszeile { margin-top: 20pt; }
#seitenfuss { padding-top: 10pt; border-top: 1px solid gray; }
address { font-style: normal; line-height: 140%; font-size: 90%; }
a img { border: 0; }
a { color: #000; text-decoration: none; }

.content-links, .content-rechts {
	width: 180pt;
	float: left;
}
.content-rechts img {
	margin-bottom: 6pt;
}



