body          {color: black;
	       background-color: white; 
	       padding: 0px; 
	       margin: 2% auto; 
	       max-width: 35em;
	       text-align: left;
	       font-family: Verdana, Arial, Helvetica, sans-serif;
	       font-size: 15pt; 
	       font-weight: normal;
	      }

p,li,dd       {
               padding-left:1%;
	       padding-right:1%; 
	       line-height:1.5em; 
	       font-size: 80%;
	       hyphens: auto;
	      }

dt            {
               padding-left:1%;
	       padding-right:1%; 
	       font-weight: normal;
	       line-height:1.5em;
	       font-size: 80%;
	      }

a             {
               color: #CC3300;
	       text-decoration: none;
	      }
 
a:hover       {
               color: black;  
	       text-decoration: underline;
	      }

h1,h2,h3,h4,h5   {
               padding-left: 1%; padding-right:1%; 
	       font-weight: normal; font-size: 100%;
              }

.menu         {
	       padding: 1%; padding-left: 0px;
	       margin-top: 5%; margin-bottom:5%; margin-left:1%;
	       font-size: 120%;
	       border-bottom: 2px solid gray;
	      }

.menu .aktuell{color: #CC3300; 
	       font-weight: normal;
	      }

.menu a       {color: black;
	       text-decoration: none; font-weight: normal;
	      }

.menu a:hover {color: black;
	       text-decoration: underline; font-weight: normal;
	      }

.footer       {font-size: 70%;
	      }

.footer a     {color: black;
	       font-weight: normal;
	      }
