body, p, h1, h2, h3, h4, h5, h6, td, th, ul, li {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}

body, p, td, th, ul, li {
	font-size: 12px;
}

body {
	background-color: #FFFFFF;
}

a:link, a:visited {
	color: #000000;
	text-decoration:underline;
}

a:hover {
	color: #AAAAAA;
	text-decoration:underline;
}





h1 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 0px;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 10pt;
	font-stretch: wider;
	font-weight: bold;
	color: #FFFFFF;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
}


hr {
	height: 1px;
	border: none;
	color: #777777;
	background-color: #777777;
}

ul {
	margin-left: 1.2em;
}

li {
	list-style-type: disc;
}

p {}
.small {
	font-size: 8pt;
}

.small_center {
	font-size: 8pt;
	text-align: center;
}

.centered {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
	text-align: left;
	font-size: 10pt;
}

.italic {
	font-style: italic;
	text-align: left;
	font-size: 10pt;
}

.head {
	font-style: italic;
	text-align: center;
	font-size: 16pt;
}

table {}


#border {
	border-width:2px;
	border-style:solid;
	border-color:white;
}

th {
	font-size: 12px;
	font-stretch: wider;
	font-weight: bold;
}
.right {
	font-stretch: wider;
	font-weight: bold;
	text-align: right;

}

td {
	vertical-align: top;
}

.center {
	text-align: center;
}

.centered {
	text-align: center;
	vertical-align: center;
}

.weiss {
	background-color: #FFFFFF; 
}

.hell {
	background-color: #C0C0C0;
}

.mittel {
	background-color: #999999;
}

.mittel_center {
	background-color: #999999;
	text-align: center;
}

.dunkel {
	background-color: #666666;
}

.dunkler {
	background-color: #808080;
	text-align: center;
}


