/* CSS Document  von Peter Wulff www.wintonet.de */
body   {background: white; overflow: visible; 
       margin-top: 0px;
       }
#header { 
        display: none;
        height: 0px;
        }
#headerdesign    { 
                 position: relative;
                 }
#inhalt  {
         overflow: visible;
         padding: 0;
         margin: 0;
         width: 100%;
         height: auto;
         background: white;                                             /* weiss */
         font-family: times new roman, serif;
         font-size: 1em;
         line-height: 1.4em;
         text-align: left;
         }
#footer  { display: none; }
.cleaner { clear: both; height:0px; display: none;}

p    { 
     display: none;
     }
h1  {
    font-weight: bold;
    line-height: 1em;
    }
h2  {
    font-family: arial, helvetica, sans-serif;
     font-size: 1.4em;
     text-align: center;
     color: black;                                                                     /* schwarz */
    }
h5  {
    font-size: 1.4em;
    font-weight: 100;
    text-align: left;
    margin: 0 0 0 0;
    color: rgb(102,0,0);                                                             /* dunkelrot */
    }
h6  {
    font-size: 0.7em;
    display: none;
    color: black;
    }
dl  {
    float: left;
	 	width: 180px;
	 	height: 180px;
		background: white;                                                                /* weiss */
    } 
dt  {
    line-height: 0em;
    padding: 0;
    width: 160px;
    font-family: times new roman, serif;
    font-size: 1em;
    }
dd  {
    height: 85px; 
    margin: 0 0em 0 0em; 
    text-align: left;
    font-family: times new roman, serif;
    color: black;                                                         /* schwarz */
    font-size: 1em;
    }
table          {
               clear: both;
               width: auto;
               text-align: center;
               }
td    {
      border: 1px solid black;                                                         /* schwarz */
      padding: 0.5em 0.5em 0.5em 0.5em;
      }

