/* CSS Document
-------------------------------------------------------------------------------------------------------
Erstellungs-Datum: 09.01.2005
Author: André Wittwer
Zweck: Formatierung für den Druck der Website
-------------------------------------------------------------------------------------------------------
Standarddefinition im Body: Hintergrundfarbe, Abstand, Schriftart sowie Schriftgrösse. 
*/
body {
	font-family: Verdana, Arial, helvetica, Geneva, sans-serif;
	font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border-style: none;
	background-color: white;
}
#navigation, #kopf, #seitenende { 
	display: none;
}
/*
Formatiert das Element Kopf (Kopf-Zeile).
*/
h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: black;
	border-bottom: 1px black solid;
	padding-bottom: 0px;
}
/*
Formatiert die Überschrift H2 (zweite Stufe).
*/
h2 {
	font-size: 11pt;
	font-weight: bold;
	color: black;
	padding-bottom: 0px;
	padding-top: 15px;
}
h3 {
	font-size: 11pt;
	color: black;
	font-weight: normal;	
	font-style: italic;
	padding-bottom: 0px;
	padding-top: 10px;
}
.fuss {
	font-size: 0.7em;
	color: black;
}
ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position:outside; 
	list-style-type:disk; 
	margin-left:18px;
	line-height:13pt;
}
p, tr {
	line-height:13pt;
	font-size: 11pt;
}
.bold {
	font-weight: bold;
}
.italic {
	font-weight: bold;
	font-size: 10pt;
}
table {
	cellpadding: 0;
	cellspacing: 0;
	border: 1px black solid;
	border-collapse: collapse;
}
td, th {
	border: 1px black solid;
	font-size: 9pt;
	line-height:11pt;
}
th {
	background-color: white;
	color: black;
}
img {
	border: 0px;
}
