body { background-color:#e4e4e4; margin: 0; padding: 0; height: 100%;  }
.mini {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; color: #000000;  text-align: justify;}
.bold {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000;  text-align: justify; font-weight: bold;}
.text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000;  text-align: justify; }
a {font-family: Verdana,Arial; font-size: 8pt; color: #000000; text-decoration: none; }
a:hover {font-family: Verdana,Arial; font-size: 8pt; color: #ff0000; text-decoration: none;}

/*inhalt BEGIN*/
#inhalt { width: 791px; height: 100%; margin: 0 auto;}
/*inhalt END*/


html { height: 100%; }

#content { width: 100%; min-height: 100%;}

* html #content { height: 100%; }


#redirect {
    display:block;
    position:absolute;
    background-image: url("../redirect_bg.png");
    width: 100%;
    height: 100%;
}

#redirect_text {
    display:block;
    position:absolute;
    top:30%;
    left: 35%;
    width: 600px;
    height: 300px;

}

#redirect_text a{
    font-size: 100%;
    color: blue;
}
