/* CSS Document */
/* <link rel="stylesheet" type="text/css" href="css/text.css"> */
body, table, td, p {
font-family: Arial, Helvetica, sans-serif;
}  


h1 { font-family: Comic Sans MS, Arial, Helvetica; font-size: 18pt; font-weight:300; }  /* Überschriften */
h2 { font-family: Comic Sans MS, Arial, Helvetica; font-size: 12pt; font-weight:600; }
h3 { font-family: Comic Sans MS, Arial, Helvetica; font-size: 12pt; font-weight:300; }  /* Standartschrift */
h4 { font-family: Comic Sans MS, Arial, Helvetica; font-size: 10pt; font-weight:100; }                 
h5 { font-family: Comic Sans MS, Arial, Helvetica; font-size: 12pt; font-weight:300; color:#FF0000; }  /* h3 mit roter schrift */

table.1 { font-family: Comic Sans MS, Arial, Helvetica; font-size: 12pt; font-weight:300; } /* h3 im table */ 
/* table.1 verwendet in buchrezessionen, buecher.htm, pace-fahnen-muenchen.htm, */
td.1 { font-family: Comic Sans MS, Arial, Helvetica; font-size: 12pt; font-weight:300; } /* h3 im td */
/* td.1 verwendet in awa-landkauf-aktuell.shtml, awa-landkauf-bisher.shtml, awa-landkauf12/13/14.htm, awa-jurist.shtml, awa-bruecke.shtml, awa-bruecke2.shtml, awa-sponsoren.htm, awa-links.htm */

td.partner1 { font-family: Comic Sans MS, Arial, Helvetica; font-size: 12pt; font-weight:300; background-color: #99FF99 }  /* h3 im td mit grünem hintergrund */
td.partner2 { font-family: Comic Sans MS, Arial, Helvetica; font-size: 10pt; font-weight:100; background-color: #99FF99 }  /* h4 im td mit grünem hintergrund */
td.partner3 { font-family: Comic Sans MS, Arial, Helvetica; font-size: 12pt; font-weight:300; }  /* h3 im td mit weissem hintergrund */
td.partner4 { font-family: Comic Sans MS, Arial, Helvetica; font-size: 10pt; font-weight:100; }  /* h4 im td mit weissem hintergrund */
/* td.partnerX verwendet in partner.htm */

td.finanzen { font-family: Comic Sans MS, Arial, Helvetica; font-size: 12pt; font-weight:300; background-color: #FFFFC0; }
/* td.finanzen verwendet in finanzen.htm */ 

th.kosten1 { font-family: Comic Sans MS, Arial, Helvetica; font-size: 12pt; font-weight:300; }
th.kosten2 { font-family: Comic Sans MS, Arial, Helvetica; font-size: 12pt; font-weight:300; background-color: #ccffff; }
th.kosten3 { font-family: Comic Sans MS, Arial, Helvetica; font-size: 12pt; font-weight:300; background-color: #ffcccc; }
td.kosten1 { font-family: Comic Sans MS, Arial, Helvetica; font-size: 12pt; font-weight:300; }
td.kosten2 { font-family: Comic Sans MS, Arial, Helvetica; font-size: 12pt; font-weight:300; background-color: #ccffff; }
td.kosten3 { font-family: Comic Sans MS, Arial, Helvetica; font-size: 12pt; font-weight:300; background-color: #ffcccc; }
/* th/td.kosten verwendet in kosten01.htm, kosten00.htm, kosten99.htm, kosten98.htm, ear01.htm, ear00.htm, ear992000.htm, ear9899.htm, bilanz01.htm, bilanz00.htm, bilanz99.htm, bilanz98.htm   */
body.kleinesFenster { font-family: Comic Sans MS, Arial, Helvetica; font-size: 10pt; font-weight:100; }

.smallselect select{
 width: 200px;
 max-width: 200px;
}         