a:link {color: blue;}
a:visited {color: blue;}
a:hover {color: blue;}
a:active {color: blue;}

a.nav:link {color: white;}
a.nav:visited {color: white;}
a.nav:hover {color: green;}
a.nav:active {color: green;}

body { text-align: center;  /* Zentrierung im Internet Explorer */
       font-family: Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 1.5em;
    margin: 0 0 0.7em; padding: 0.3em;
    text-align: center;
}

h3 {
    font-size: 1.0em;
    text-align: center;
}

img.links {float:left;}
img.rechts {float:right;}

table.breit { width:100%;
              border:0px;
}

th.row { background-color:#a9a9a9;
     color:white;
     padding:10px;
}

tr.row1 { background-color:#dddddd; }

tr.row2 { background-color:#eeeeee; }

td {vertical-align:top;
    text-align:left;
    padding: 0 8px 5px 0;
}

td.mittig {vertical-align:middle;
    text-align:left;
    padding: 0 8px 5px 0;
}

td.mittig2 {vertical-align:middle;
    text-align:center;
    padding: 0 8px 5px 0;
}

td.unten {vertical-align:bottom;
    text-align:left;
    padding: 0 8px 5px 0;
}

div.haupt { width:980px;
            text-align: left;    /* Seiteninhalt wieder links ausrichten */
            margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
}

div.kopf { border:1px solid silver;
           padding:5px;
           margin-bottom:10px;
           text-align: center;
           background-image: url(images/ming.jpg);
}

div.navigation { float:left;
                 text-align: center;
                 width:130px;                  
                 border:1px solid black;
                 padding:10px;
                 background-color:gray;
                 color:white;
                 font-size: 1.00em;
}

div.rechts { float:right;
             text-align: center;
             width:130px;
             border:1px solid black;
             padding:10px;
             background-color:gray;
             color:white;
             font-size: 1.00em;
}

div.inhalt { border:1px solid black;
             margin: 0px 165px 10px 165px;
             padding: 10px;
             background-image: url(images/ming.jpg);
}

div.fuss { clear:both;
           border:1px solid gray;
           padding:10px;
           background-image: url(images/ming.jpg);
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html .inhalt {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */
