/* ===================================================================
Stylesheet für Druckausgabe www.pizzuti-fotografie.com
Datei: print.css
Datum: Dezember 07
Autor: Rebekka Brandstätter-Tritthart

======================================================================*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background: white;
}
.druck {
	background-image: url(../img/logo_print.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.druck h1 { font-size: 1.1em; }
.druck h2 { font-size: 1.1em; }
.druck h3 {	font-size: 1em; }


address { text-decoration: none; }
a { color: black; }

.handheld { display: none; }

#topmenu {	display: none;}

#left { display: none; }
#fotosammlung ul li {display: block; }
#fotosammlung ul li img { border: 1px solid black; }

#formular { display: none; }

