h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,td,th,body {font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif}
h1   { color: blue; font-weight: bold; font-size: 18px; text-align: center }
h2  { color: red; font-weight: bold; font-size: 24px; text-decoration: underline; text-align: center }
h3 { color: red; font-weight: bold; font-size: 18px; line-height: 44px; text-align: center }
h4 { font-weight:bold;font-size:18px;text-align:center;}
h5 { color: blue; font-weight: bold; font-size: 17px; text-decoration: underline; text-align: center }
h6 { font-weight: bold; font-size: 24px; text-align: center;}
.daten  { color: blue; font-size: 16px; font-weight: bold; text-align: center }
body   { font-size: 13px; background-color: white; padding:1px; margin:1px;}
	

a:link		{ text-decoration:underline; font-weight:bold; color:#E00000; }
a:visited	{ text-decoration:underline; font-weight:bold; color:#8B008B; }
a:hover		{ color: navy; font-weight: bold; text-decoration: underline }
#adresstabelle   { border: double blue}
/*#lichtleiter { border: grey }
.rechts { border-right: grey }
.rechtsobenunten { border-top: grey; border-right: grey; border-bottom: grey }
.obenunten { border-top: grey; border-bottom: grey } */
.zentriert { text-align: center }
.inputfields   { font-weight: bold; background-color: #d9e6ff; background-position: 0px; border: solid 1px navy }
input:focus   { font-weight: bold; background-color: #99f; background-position: 0px; border: solid 1px navy }
textarea:focus   { font-weight: bold; background-color: #99f; background-position: 0px; border: solid 1px navy }

li {font-weight: bold;}

table.adresstabelle
{
   font-size:13px;
   empty-cells:show;
   width:100%;
   padding:0px;
   margin:0px;
   border:double blue;
}

table.datentabelle{
   font-size:13px;
   empty-cells:show;
   width:800px;
   padding:0px;
   margin:0px;
   border:0px solid;

}

table.datentabelle th{background-color:#c4d2ff; text-align: left;}
table.datentabelle td{background-color:#d9e6ff;}
table.datentabelle caption{text-align:left;caption-side:top; font-size:17px; font-weight:bold}


table.beschreibung{
   font-size:13px;
   empty-cells:show;
   width:800px;
   padding:0px;
   margin:0px;
  
   border:0px solid;
}