body {
    text-align:center;
    font-size:10pt;
    }

h1  {
    color:#a00;
    font-size:20pt
    }

h2  {
    color:#333;
    font-size:14pt
    }

div.hauptmenue {
    display:block;
    margin:2px;
    text-align:left;
    float:right;
    padding:0px;
    width:196px;
    }

div.untermenue {
    margin:1px;
    text-align:left;
    float:right;
    padding:0px;
    width:178px;
    }

div.menue {
    background-color:rgb(0,0,0);
    float:left;
    padding:4px;
    }

div.inhalt {
    background-color:rgb(230,230,230);
    float:right;
    width:525px;
    padding:10px;
    text-align:left;
    margin:0px;
    }

div.titelleiste {
    float:left;
    width:740px;
    margin:0px auto;
    text-align:left;
    background-image:url("http://www.wunderzeichen.de/head/himmel.jpg");
    color:#fff;
    font-size:20pt;
    font-style:italic;
    font-weight:bold;
    padding:10px;
    }

div.statusleiste {
    float:left;
    width:750px;
    margin:0px auto;
    text-align:right;
    background-color:#a00;
    color:white;
    padding:5px;
    }

div.fussleiste {
    float:left;
    width:756px;
    margin:0px;
    text-align:left;
    background-color:#777;
    padding:2px;
    color:#000;
    font-size:9pt;
    }

div.hauptrahmen {
    width:760px;
    border:1px solid #a00;
    background-color:#000;
    padding:0px;
    margin:0px auto;
    }

a   {
    color:#a00;
    text-decoration:none;
    }

a.impressum   {
    color:white;
    text-decoration:none;
    }

a.hauptmenue {
    display:block;
    padding:5px;
    background-color:rgb(200,200,200);
    color:#a00;
    text-decoration:none;
    }

a.hauptmenue:hover {
    display:block;
    padding:5px;
    background-color:rgb(220,220,220);
    color:#a00;
    text-decoration:underline;
    }

a.aktiveshauptmenue {
    display:block;
    padding:5px;
    background-color:rgb(220,220,220);
    color:#a00;
    text-decoration:none;
    }

a.aktiveshauptmenue:hover {
    display:block;
    padding:5px;
    background-color:rgb(240,240,240);
    color:#a00;
    text-decoration:underline;
    }

a.untermenue {
    display:block;
    padding:5px;
    background-color:rgb(220,200,200);
    color:#800;
    text-decoration:none;
    }

a.untermenue:hover {
    display:block;
    padding:5px;
    background-color:rgb(240,220,220);
    color:#800;
    text-decoration:underline;
    }

a.aktivesuntermenue {
    display:block;
    padding:5px;
    background-color:rgb(240,220,220);
    color:#800;
    text-decoration:none;
    }

a.aktivesuntermenue:hover {
    display:block;
    padding:5px;
    background-color:rgb(250,230,230);
    color:#800;
    text-decoration:underline;
    }

div.literatur {
    font-size:10pt;
    font-style:italic;
    margin-bottom:10px;
    }
