/* ... 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,center,br,ul,ol,li,dl,dt,td,address,b,u,i {font-size: 11pt; color: #000000;}
        h1 { font-size:  24pt; color: #000000;}
        h2 { font-size:  16pt; color: #000000;}
        h3 { font-size:  14pt; color: #000000;}


div.seite { width:800px; background-color:#DEEAF8; margin: 10px auto;     padding: 0 0 3px 10px;    border-radius:20px; overflow:hidden; box-shadow: 10px 20px 30px grey;} 
div.kopf  { width:760px; background-color:#679BDA; margin: 10px 0 0 0;    padding:10px 20px 10px 10px; border-radius:20px; overflow:hidden; float:none;}
div.menu  { width:150px; background-color:#d6e4f5; margin: 10px 10px 0 0; padding: 0;                                   overflow:hidden; float:left; } 
div.text  { width:620px; background-color:#f4f9fd; margin: 10px 0 10px 0; padding:10px 0 3px 10px;  border-radius:20px; overflow:hidden; float:none; } 
div.fuss  { width:770px; background-color:#679BDA; margin: 0 0 10px 0;    padding:12px 20px 12px 0; border-radius:20px; overflow:hidden; float:none; text-align:right; }

div.m1    { width:140px; background-color:#679BDA; margin: 0 0 10px 0; padding: 3px 0 3px 10px; border-radius:8px } 
div.m2    { width:140px; background-color:#C5D9F1; margin: 0 0 10px 0; padding: 3px 0 3px 10px; border-radius:8px }
	

/* ... Zeilenabstände ... */
       p,center,br,ul,ol,li,dl,dd,dt,pre,address { 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: #2860A4;overflow-y:scroll;}

/* ... Besondere Ausrichtung ...*/
        h1.titel
          {
          padding-left: 10px;
          padding-top:   0px;
          margin:        0px;
          background-color: #794800;
          color: #ffffff;
          font-size:   14pt;
          line-height: 30px;
          }
