@charset "UTF-8";

/*****************************************/
/*       zusätzliche Formatierung        */
/*****************************************/

table.SiegerTabelle {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
/*  border-collapse: collapse; */
  }

table.SiegerTabelle caption {
  font-weight:bold;
  }
  
table.SiegerTabelle td,
table.SiegerTabelle th {
  border: 1px dotted black;
  text-align: center;
  padding: 5px;
  }

.Inhalt ul {           
  list-style-type: decimal;
}

.Inhalt ol {
  list-style-type: lower-latin;
}   

.braun { color:#804000; }

.rot   { color:#800000; }

.gruen { color:#008080; 
         font-weight:bolder;
         font-style:italic;
         text-align: right; 
}
.center {text-align: center;} 

.Liste table { background-color:#FFFFF0;
               border: 1px solid #804000;
               border-spacing:2px;*
}

.Liste th {   text-align:center;
              border: 1px solid #804000;
              border-spacing:5px;
              padding:2px;
}

.Liste td {   border: 1px solid #804000;
              padding:3px;
              background-color:#FFFFF0;
}
