

body
 {
  font-family : verdana;
  color:#000000;
  font-size:10pt;
  background-color : #ECECE5;
  margin : 10px 50px 25px 50px;
 }





/* allgemeine links im text */

a:link
 {
  text-decoration:none;
  color: #000000;
  font-weight: bold;
 }

a:visited
 {
  text-decoration : none;
  color: #000000;
  font-weight: bold;
 }

a:hover
 {
  text-decoration : none;
  color: #CC0000;
  font-weight: bold;
 }

td
 {
  font-family: "verdana";
  font-size: 10pt;
  color : #000000;
  text-align : justify;
 }

th
 {
  color : #FFFFFF;
  font-size: 11pt;
  text-align : center;
  background-color : #CC0000;
  background-image : url(images/bg_table.gif);
  border-style : none;
 }

li
 {
  font-family : "verdana";
  font-size : 10pt;
  color: #999933;
 }





/* überschriften */

h1
 {
  font-family : "verdana";
  font-weight : 500;
  font-size : 20pt;
  color : #CC0000;
  text-align : center;
  margin : 20pt 0 30pt 0;
 }

h2
 {
  font-family : "verdana";
  font-weight : 400;
  font-size : 14pt;
  color : #CC0000;
  text-align : center;
  margin : 10pt 0 15pt 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;
 }

td.UserData
 {
  text-align : left;
 }

.UserDataButtons
 {
  border : 0px;
  text-align : center;
 }


