/* ... Style-Sheet-Angaben ... */
/* ... Font-family, alle ... */
        body,a,p,br,h1,h2,h3,h4,h5,h6,ul,ol,ul,dt,li,div,td,tr,th,address,nobr,center,b,i,em,u,strong,big
          {
          font-family: Arial,Helvetica,Helv; 
          color: #000000;
          }

/* ... Schriftgrößen ... */
        body,a,p,ul,ol,li,dl,dt,td,address,b,u,i,div {font-size: 11pt; color: #000000;}
        h1 { font-size:  17pt; color: #000000;}
        h2 { font-size:  15pt; color: #000000;}
        h3 { font-size:  14pt; color: #000000;}

div.seite { width:900px; background-color:#99FF99; margin: 10px auto;     padding: 0 0 3px 10px;       border-radius:20px; overflow:hidden; box-shadow: 10px 20px 30px #000;} 
div.kopf  { width:860px; background-color:#FFC87D; margin: 10px 0 0 0;    padding:10px 20px 10px 10px; border-radius:20px; overflow:hidden; }
div.menu  { width:170px; background-color:#FFC87D; margin: 10px 10px 0 0; padding: 0;                  border-radius:20px; overflow:hidden; float:left; } 
div.text  { width:700px; background-color:#FDEAD0; margin: 10px 0 10px 0; padding:10px 0 3px 10px;     border-radius:20px; overflow:hidden; float:none; } 
div.fuss  { width:850px; background-color:#FFC87D; margin: 0 0 10px 0;    padding:12px 20px 12px 20px; border-radius:20px; overflow:hidden; float:none; }

div.m1    { width:150px; background-color:#FFD295; margin: 0 0 10px 5px;  padding: 3px 0 3px 10px; border-radius:8px } 
div.m2    { width:150px; background-color:#FDE86F; margin: 0 0 10px 5px;  padding: 3px 0 3px 10px; border-radius:8px }

div.n2    { width:130px; background-color:#79B6FF; margin: 0 0 10px 20px; padding: 3px 0 3px 10px; border-radius:8px } 
div.n1    { width:130px; background-color:#FEDC1B; margin: 0 0 10px 20px; padding: 3px 0 3px 10px; border-radius:8px }

/* ... Zeilenabstände ... */
       p,center,br,ul,ol,li,dl,dd,dt,pre,address,div { line-height: 16.0pt;}
       h1 { line-height: 35.0pt;}
       h2 { line-height: 25.0pt; margin-bottom: 0pt;}
       h4 { margin-bottom: 0pt; margin-top: 8pt;}
       ul { margin-bottom: 6pt; margin-top: 0pt;}

/* ... Links ...*/
        A         {text-decoration: none; color: #2860A4; font-weight: bold;}
        A:hover   {text-decoration: none; color: red;     font-weight: bold;}
        A:active  {text-decoration: none; color: #2860A4; font-weight: bold;}
        A:link    {text-decoration: none; color: #2860A4; font-weight: bold;}

		A.m        {text-decoration:none; font-weight:normal; font-size:13px; color: black;}
        A.m:hover  {text-decoration:none; font-weight:normal; font-size:13px; color: red;}
        A.m:active {text-decoration:none; font-weight:normal; font-size:13px; color: darkblue;}
        A.m:link   {text-decoration:none; font-weight:normal; font-size:13px; color: darkblue;}

/* ... Besondere Farben ...*/
body {margin:0; padding:0; background-color: #F69000;overflow-y:scroll;}
