/**
 * Seite: www.diako.de
 * Datei: print.css
 * Media: print
 *
 * Datum: 2009-02
 * Autor: Maria Kabs, Ticcon AG
 *
 * Anpassungen / Erweiterungen / Umbau
 * Datum: ab 2009-09
 * Autor: Niels Weber, Ticcon AG
 * 
 ****************************************************************************************************/


*       { margin: 0; padding: 0; }
.hidden { display: none;         }


BODY {
	height: 100%;
	margin: 5px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 16px;
}
A {
	text-decoration: none;
	color: #333333;
}
A.printlink {
	width: 200px;
	height: 30px;
	display: block;
	padding: 12px 0 0 35px;
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#logo-print {
	margin: 0 5px 70px 0;
}
H1 {
	padding: 0 0 15px 0;
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
}
H2 {
	padding: 0 0 15px 0;
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
}
H3 {
	padding: 0 0 10px 0;
	clear: both;
	font-size: 1em;
	font-weight: bold;
}
H4 {
	padding: 0 0 5px 0;
	clear: both;
	font-size: 1em;
	font-weight: bold;
}

IMG {
	margin: 10px;
}




#content-top,
#content-left,
#content-right,
#contnet-bottom {
	margin: 10px 0 10px 0;
	clear: both;
}



