h1      {
        color:#000000;
        height: 1.2em;
        width: 18.2em;
        font-size: 36pt;
        font-weight: bold;
        letter-spacing: 0.8em;
        background-color: #990000;
        border-left: .8em #990000 solid;
        border-right: 6px silver groove;
        border-bottom: 6px silver groove;
        margin-left: 0.5em;
        text-align: center;
        font-family:times, "lucida console", sans-serif; /* Schriftart */
        }

#eintritt
    {
        font-family:times, "lucida console", sans-serif; /* Schriftart */
        font-size: 24pt;
        font-weight: bold;
        float: left;
        margin-left: 231px;
        margin-top: 134px;
        text-align: center;
        color: #990000;
        width: 125px;
        height: 300px;
        background-image: url(../images/Eintritt01.jpg);
        border: groove silver 6px
             /* border-style: groove;
                border-color: silver;
                border-top-width: 6px;
                border-right-width: 6px;
                border-bottom-width: 6px;
                border-left-width: 6px  */
     }

#eintritt a:link    { color:black;   text-decoration:none; }
#eintritt a:visited { color:#990000; text-decoration:none; }
#eintritt a:focus   { color:green;   text-decoration:underline; }
#eintritt a:hover   { color:#990000; text-decoration:underline; }
#eintritt a:active  { color:orange; text-decoration:underline; }

#disclaimer
    {
           font-family:times, "lucida console", sans-serif; /* Schriftart */
           font-size: 20pt;
           font-weight: bold;
           color: #990000;
           /*text-align: inherit;*/
           margin-left: 380px;
           margin-top: 214px;
           width: 550px;
           height: 275px;
           background-color: black transparent
    }


body
    {
    background: url(../images/Magic_Castle.jpg) repeat-Y left top;
    background-color: #000000;
    width: 100%;
    height: auto
    }   
html