/* CSS-Datei fuer Print */

body {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	}

#header {
display:none;
	}
#sidebar {
display:none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 7pt;
	color: #777;
	}
	
p, td {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	line-height: 13pt;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-align: left;
	color: #26558E;
	}

h1 {
	font-size:16pt;
	}

h2 {
	font-size:14pt;
	}

h3 {
	font-size:12pt;
	}
	
table {
	width:600px;
	font-size: 1em;
	border-collapse: collapse;
}
td {
border:1px solid #777;
vertical-align:top;
text-align:left;
padding:5px;
}
thead {
font-style:italic;
background-color:#FFFFFF;
}
