<!--

/* body-Tags */

body {
color: #000000;
margin-top:0pt;
margin-bottom:0pt;
margin-left:0pt;
margin-right:0pt;
margin: 0pt;
}

/* Linkgestaltung */

/* Ãberschriften und Tabellenüberschrift */

h1,h2,h3,h4,thead {
	font-family:Arial,sans-serif;
	text-align:left;
	margin-bottom:3pt;
}

  /* Seitenüberschriften */
h1 {
	font-size:14pt;
	font-weight:bold;
}
  /* 2. Überschriften */
h2 {
	font-size:11pt;
	font-weight:bold;
}
  /* Tabellenköpfe */
h3,thead {
	font-size:11pt;
}
  /* hervorgehobene Links */
h4 {
	font-size:10pt;
}

/* Fließtexte */

p,td {
	font-family:'Times New Roman',Times,serif;
	font-size:10pt;
	text-align:justify;
	margin-top:0pt;
	margin-bottom:0pt;
}

td {
	vertical-align:top;
}

ul {
	list-style-image:url("pics/list.png");
}

li {
	line-height: 150%;
	vertical-align: middle;
}	

/* Texthack zentrieren */
/* from: http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */
#outer {height: 100%; overflow: hidden; position: relative;}#outer[id] {display: table; position: static;}#middle {position: absolute; top: 50%;} /* for explorer only*/#middle[id] {display: table-cell; vertical-align: middle; position: static;}#inner {position: relative; top: -50%} /* for explorer only */

-->