/* CSS Document - Print*/

body, td, th, p, h1, h2, h3, h4, h5, h6, div {
	color:#444444;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
}
h1 { 
	font-size:15px; 
	padding: 15px 0 5px 0;
}
h2 { font-size:13px; }
h3 { font-size:12px; }


/* Blockelemente */
#header {
	display: none;
}
#date {
	display: none;
}
#navigation {
	display: none;
}
#sidebar_left {
	display: none;
}
#infoBlocks {
	display: none;
}
#copyright {
	font-size:10px;
	padding:15px 0 10px 0px;
}


/* Tabellen */
table.contenttable td {
	border-color:#999999;
	border-spacing:0;
	border-style:dashed;
	border-width:0 0 1px;
	height:20px;
}
table.contenttable {
	border-spacing:0;
	padding:0;
	width:450px;
}	
td.largeWidth {	width:240px; }
td.smallWidth { width:55px; }
