

body
 {
  margin : 10px 50px 25px 50px;
  font-family : verdana;
  color:#000000;
  font-size:10pt;
  background-color : #FFFFFF;
  background-repeat : repeat;
  background-position : top left;
  background-attachment : fixed;
  scrollbar-face-color : #000066;
  scrollbar-shadow-color : #0066FF;
  scrollbar-highlight-color : #0066FF;
  scrollbar-3dlight-color : #4F4F4F;
  scrollbar-darkshadow-color : #000066;
  scrollbar-track-color : #000000;
  scrollbar-arrow-color : #FFFFFF;
 }





/* allgemeine links im text */

A:link
 {
  text-decoration:none;
  color: #0000FF;
 }

A:visited
 {
  text-decoration : none;
  color: #0000FF;

 }

A:hover
 {
  text-decoration : none;
  color: #000099;
 }


td
 {
  font-family: "verdana";
  font-size: 10pt;
  color : #000000;
  text-align : justify;
 }

th.full
 {
  color : #000000;
  font-size: 11pt;
  text-align : center;
  background-color : #000066;
  background-image : url(images/bg_table.gif);
  border-style : none;
 }

li
 {
  font-family : "verdana";
  font-size : 10pt;
  color: #000000;
 }





/* überschriften im text */

h1
 {
  font-family : "verdana";
  font-weight : 500;
  font-size : 16pt;
  color : #000099;
  text-align : center;
  margin : 20pt 0 15pt 0;
 }

h2
 {
  font-family : "verdana";
  font-weight : 400;
  font-size : 14pt;
  color : #FF3300;
  text-align : center;
  margin : 10pt 0 15pt 0;
 }

h3
 {
  font-family : "verdana";
  font-weight : 400;
  font-size : 16pt;
  color : #000099;
  text-align : center;
  margin : 5pt 0 8pt 0;
 }

h4
 {
  font-family : "verdana";
  font-weight : 200;
  font-size : 12pt;
  color : #FFFFFF;
  text-align : left;
  margin : 5pt 0 8pt 0;
 }

h5
 {
  font-family : "verdana";
  font-weight : 400;
  font-size : 14pt;
  color : #000000;
  text-align : left;
  margin : 5pt 0 8pt 0;
 }

h6
 {
  font-family : "verdana";
  font-weight : 200;
  font-size : 14pt;
  color : #0000FF;
  text-align : left;
  margin : 5pt 0 8pt 0;
 }

p
 {
  font-family: "verdana";
  font-size: 9pt;
  font-weight : 250;
  color : #000000;
  text-align : justify;
 }

p.centered
 {
  text-align : center;
 }
 
 p.left
 {
  text-align : left;
 }