/* CSS Document */
body {
background-color: #e0e0e0;
}
a {
	cursor: hand;
}

td#footnote p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
#footnote a {
	color: #333333;
	text-decoration: none;
	cursor: hand;
}
#footnote a:visited {
	color: #333333;
	text-decoration: none;
}
#footnote a:hover {
	color: #000;
	text-decoration: none;
}
#footnote a:active {
	color: #004388;
	text-decoration: none;
}

p, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
	line-height: 22px;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	line-height: 16px;
}

img#abstand {
	margin: 2px;
}
p#untertitel {font-size: 9px;}

ul {
	list-style-type: square;
}
p#unterschrift {
	font-size: 9pt;
	font-style: italic;
}
span#unterschrift {
	font-size: 9pt;
	font-style: italic;
}

div#info {
	background-color: #FFB0B0;
	font-style: italic;
	font-weight: bolder;
	padding: 5px;
	line-height: 14pt;
	}
p#footnote_rot {
	font-weight:bold;
	color:#FF0000;
	}