{ ----- -----  BODY definitionen ----- ----- }
BODY
 {
    font-family : Arial, sans-serif, Times New Roman;
    font-size:    15px;
    margin-right: .1cm;
    margin-top:   .1cm;
    margin-left:  inherit;
    font-style:   normal;
    background-color: #ebebeb; 
}


{ ----- -----  Ausgabe  definitionen ----- ----- 
  Quelle: 
   - https://www.cssportal.com/html-table-generator/ ----- 
   - https://html-css-js.com/css/generator/
}

table.AuswahlTable {
   /* width: 80%;  */   
   background-color: #DBDBDB;
   border-collapse: collapse;
   border-width: 5px;
   border-color: #4F4F4F;
   border-style: double;
   border-spacing: 10px;
   color: #000000;
   border: 5px inset rgba(148,146,146,1);
}
 
 table.AuswahlTable td {   
   border-color: #4F4F4F;
   border-style: none;
   padding: 10px;  

}

 { ---- Ausgabe Datei  db-vereine.inc.php  ---- }
 #borderverein {
   border: 5px inset rgba(148,146,146,1);
   border-radius: 5px;
   border-radius: 10px 10px 10px 10px;
   padding: 2px;  
   }
 


{ ----- -----  Standard Größen definitionen ----- ----- }
H1
 {
    color : rgb(255, 255, 255);
    background-color: rgb(156, 155, 155);
    font-size:20pt;
    font-family : "Comic Sans MS", sans-serif;
}

H2
 {
    color : rgb(175, 46, 46);
    font-size:14pt;
    font-family : Arial, sans-serif;
}

H3
 {
    color :#ee2288;
    font-size:18pt;
    font-family : Arial, sans-serif;
}

H4
 {
    color : rgb(47, 19, 19);
    font-size:16pt;
    font-family : Arial, sans-serif;
}

/* Ausgabe geprueft */
H6 
 {
    
    font-size:8pt;
    font-family : Arial, sans-serif;
}

{ ----- -----  Cursor A definitionen ----- ----- }
A
 {
    color: BLUE;
    text-decoration: none;
    font-family : Arial, Helvetica, sans-serif;
}

A:Hover
 {
    color: Red;
    text-decoration : underline;
}



{ ----- -----  Tabellen Bereich ----- ----- }

a.menue
 {
    display: block;
    width: 12em;
    height: 1.3em;
    border-Style: solid;
    border-width: 0px;
    border-color: #00f;
    padding: 5px;
    text-align: left;
    text-decoration: none;
}


