body {
  margin-top:    5px;
  margin-bottom: 5px;
  margin-left:  5px;
  margin-right: 10px;
}

body, table  {
  color: black;
	background-color: white;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
}

h1 {font-size:14pt; font-weight:bold; color:#003A66;}
h2 {font-size:13pt; font-weight:bold; color:#003A66;}
h3 {font-size:11pt; font-weight:bold; color:#003A66;}
h4 {font-size:9pt;  font-weight:bold; color:#003A66;}

p,ul,ol   {margin-top:10px; margin-bottom:2em;}

a:link    {color:#336699; text-decoration:none; font-weight:bold;}
a:visited {color:#336699; text-decoration:none; font-weight:bold;}
a:hover   {color:#C6005B; text-decoration:none; font-weight:bold;}


ul.enumeration1 {
} 

ul.enumeration2 {
	list-style-image: url(../images/Pfeil1.gif);
	margin-left: 16px;
} 

td {vertical-align:top;}

table.liste    { border-collapse: collapse; }
table.liste th { text-align:left; padding:1em; padding-left:1em; }
table.liste td { padding:1em; padding-left:1em; padding-right:1em; }
