/* Globale Objektdefinitionen*/
body, p, td, li, ul, ol 
{color: #000000;
font-family: Verdana, Arial;
font-size: 10pt}

/* Rahmendefinitionen*/

FIELDSET
{
	padding-right: 4px;
	padding-left: 4px;
	font-size: 10pt;
	padding-bottom: 4px;
	margin: 4px;
	color: black;
	border-top-style: solid;
	padding-top: 4px;
	border-right-style: solid;
	border-left-style: solid;
	position: static;
	background-color: #ffffff;
	border-bottom-style: solid;
}


LEGEND
{
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana;
	margin-bottom: 10px;
	background-color: #ffffff;
}

.orangerahmen
{
	border-right: #ff6633 1px solid;
	border-top: #ff6633 1px solid;
	border-left: #ff6633 1px solid;
	border-bottom: #ff6633 1px solid
}

.orangeschrift
{
	color: #ff6633;
	font-size: 8pt;
	text-align: center
}

.orangeschriftgross
{
	color: #ff6633;
	font-size: 10pt;
	text-align: center
}






/* Listendefinitionen*/

ul.liste_pdf
	{
	list-style-image:url('../images/symbole/pdf.gif');list-style-position:outside
	}

li
{margin-top: 3px;margin-bottom: 3px}

ol
{ list-style-type: decimal }

/* anderes */

p {margin-left: 20px; margin-right: 20px;}

.breit {margin-left:1px; margin-right:1px}

h1
{ font-size:12pt;font-weight:bold; margin-top:12px; margin-bottom:12px }

h1.titel
{text-align: center}

h2.obertitel
{text-align: center}

h2
{ font-size:10pt;font-weight:bold; margin-top:8px; margin-bottom:8px}

h3
{ font-size:10pt;font-weight:bold; margin-top:4px; margin-bottom:4px; margin-left: 20px }

/* Tabellendefinitionen
Tabellen sind linksorientiert, ohne Rahmen
Tabellenzellen sind vertikal nach oben orientiert, Abstand 5 Pixel*/
table
{
 table-layout:auto
 text-align: left
 border: none
 }
 
 td
 {vertical-align :top; padding: 1px}
 

/* Klassendefinitionen */

.grossertext
 { font-size: 12pt; font-weight: bold}
 
.abstandklein
 { margin-top: 2px; margin-bottom: 2px}
 
 .kleinertext
 {font-size:8pt}
 
  .kontaktabsatz
 {font-size:8pt;margin-bottom:2px;margin-top:2px;margin-left:10px}

 
 .ebene3
 {margin-left: 30px; margin-top: 5px; margin-bottom: 5px}
 
 .eingerueckt
 {margin-left: 30px; margin-right: 30px}