/* Einbinden in den <head><link rel=stylesheet type="text/css" href="../start/formate.css"></head> Bereich mit: */
/* <link rel=stylesheet type="text/css" href="../start/formate.css"> */



body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-left: 150px;
	margin-top: 40px;
	margin-right: 150px;
	margin-bottom: 40px;
}

img.links { margin-right:15pt; margin-bottom:3pt}
img.rechts { margin-left:15pt; margin-bottom:3pt}


a:link { text-decoration: none; color: #0000ff; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #ff0000; }
a:active { text-decoration: none; color: #000000; }
a:focus { text-decoration:underline;  color:#E00000; }


/*
:link = für Verweise zu noch nicht besuchten Seiten
:visited = für Verweise zu bereits besuchten Seiten
:hover = für Verweise, während der Anwender mit der Maus darüber fährt
:active = für gerade angeklickte Verweise
:focus = für Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulatortaste
*/

h1,h2,h5,h6 { text-align:center; }

h1 {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 16pt;
font-weight: bold;
color: black;
font-style: italic;
background-color: #ff7700;
padding: 3px;
}

h2 { 
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
color: black;
font-style: italic; 
background-color: #ff9900;
padding: 3px;
}

h3 { 
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 16pt;
font-weight: bold;
color: black;
font-style: italic;
background-color: #ff7700;
padding: 3px;
}

h4 {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
color: black;
font-style: italic; 
background-color: #ff9900;
padding: 3px;
}

h5 { font-size:12pt; }
h6 { font-size:10pt; }

/*p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,li,ul,ol
		{ font-family:Arial,sans-serif;  } */

/*    { font-family:Arial,sans-serif; font-weight:bold  } */


p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:14pt; }

p {text-align:justify; text-indent:0.0mm}
p.center {text-align:center; text-indent:0.0mm}
.klein { font-size:10pt;  }
.anmerkung { font-size:10pt; font-variant:small-caps;}




/* text-indent:0.0mm bedeutet die Zeileneinrückung am Anfang des Absatzes */

ul.d { list-style-image:url(3eckrot.gif) } 