/* --> Formatierungen Inhalte <-- */	

/* --> Schrift <-- */	
    
    body,br,div,p,li,ul,table,tr,td	{
      font-size: 12px;
      color: black;
      font-family: Arial, Helvetica, Verdana, sans-serif;
      line-height: 16px;
      }    
/* --> Seitentitel H1-H6 <-- */	
    
 
    h1 { font-size: 
    14px; margin-top: 0; 
    margin-bottom: 20px; 
    font-weight: bold; 
    color: black; }

    p.h1 { font-size: 
    14px; margin-top: 0; 
    margin-bottom: 20px; 
    font-weight: bold; 
    color: black; }
      
    h2 {
      font-size: 14px;
      margin-top: 0;
      margin-bottom: 20px;
      font-weight: normal; 
      color: black;
      }
    p.h2 {
      font-size: 14px;
      margin-top: 0;
      margin-bottom: 20px;
      font-weight: normal; 
      color: black;
      }

    h3 {
      font-size: 13px;
      margin-top: 13px;
      margin-bottom: 13px;
      font-weight: bold;      
      color: black;
      }
    p.h3 {
      font-size: 13px;
      margin-top: 13px;
      margin-bottom: 13px;
      font-weight: bold;      
      color: black;
      }
      
/* --> Links 
      
	a:link { 
	color: black ; background-color: #f6d3d3; text-decoration: none; letter-spacing: 1px; }
	
	a:visited { 
	text-decoration: none; 
	
	a:hover { background-color: #dedede; text-decoration: none; }

a:active {
 color: red:
}
}<-- */	

/* --> Auszeichnungen <-- */

span.auszeichnung1 {
  color: #f36e71;
}

.klassenlos {
 font-weight: bolder;
}

p.Legende {
font-size: 10px;
line-height: 12px;
 color: #6D5032;
}

p.Gross {
font-size: 18px;
line-height: 20px;
font-weight: bold;      
 color: #222222;
}

p.Mittel {
font-size: 16px;
line-height: 18px;
font-weight: bold;      
 color: #000000;
}

p.Gross_rot {
font-size: 18px;
line-height: 20px;
font-weight: bold;      
 color: red;
}
p.Mittel_rot {
font-size: 16px;
line-height: 18px;
font-weight: bold;      
 color: red;
}

p.Gross_braun {
font-size: 18px;
line-height: 20px;
 color: #6D5032;
}
p.Mittel_braun {
font-size: 16px;
line-height: 18px;
font-weight: bold;      
 color: #6D5032;
}

p.meinAbsatz {
font-size: 10px;
line-height: 12px;
font-weight: bold;      
 color: #6D5032;
}

/* --> Aufzählungen & Nummerierungen <-- */	       
      
    ul {
      text-indent: 0px; 
      }
    li {
      line-height: 15px;
      font-weight: normal;
      margin-top: 0px;
      margin-bottom: 0px;
      }
    ol {
      line-height: 15px;
      font-weight: normal;
      margin-top: 0px;
      margin-bottom: 0px;
      }                   


/* --> Tabellenzellen <-- */	
                             
    td {
      margin: 0px;
      padding: 0px;
      }
td.tabellenzelle1 {
      background-color: #f6d3d3;
      padding: 1px;
      }

