/* html {
    height: 100%;
}
*/

body {
    margin: 0;
    background: url(../img/teppich.png);
    background-attachment: fixed;
    font-size: 14px;
}

.i {
    font-style: italic;
}

.star {
    position: fixed;
    top: 25px;
    left: 35px;
    width: 282px;
    height: 274px;
    background: url(../img/stern.png);
}

#seite {
    z-index: 10;
    padding-top: 30px;
    margin: 0 auto;
    width: 800px;
    height: 400px;
    background: url(../img/papier.png); /*papier.png/text.png*/
}

h1, h2 {
    top: 54px;
    color: wheat;
    font-size: 19px;
    letter-spacing: .4px;
    position: relative;
    text-align: center;
}

#satz {
    position: relative;
    width: 310px;
}

#satz p {
    font-size: 14pt;
    letter-spacing: 1px;
    line-height: 1.4em;
    /* margin: -5px 0; */
    text-indent: 20px;
    /* word-spacing: 1px; */
    text-align: justify;
}

/*
HOOVER HELP
*/
#help {
    bottom: -1px;
    height: 20px;
    position: relative;
    width: 100%;
}

#background {
    background: #fff;
    bottom: 6px;
    height: 20px;
    opacity: .5;
    position: absolute;
    width: 100%;
    z-index: -10;
}

#updated {
    bottom: 6px;
    height: 20px;
    position: absolute;
    width: 100%;
    z-index: -15;
}

#updated ul, li {
    position: relative;
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#updated li {
    text-align: left;
    left: 90px;
}

#updated li.fadeout {
    opacity: .7;
}

#updated li.fadeout_I {
    opacity: .5;
}

#updated li.fadeout_II {
    opacity: .3;
}

a.hoverable {
    float: right;
    bottom: 0;
    cursor: pointer;
    font-weight: normal;
    margin: -100px 0 5px -100px;
    padding: 100px 0 0 100px;
    position: relative;
    text-align: right;
    text-decoration: none;
    width: 100px;
    right: 10px;
}

a.hoverable span {
   /* UNLINK */
    position: fixed;
    top: 70px;
    display: none;
    width: 278px;
    height: 290px;
    left: 355px;
    margin: 0 auto;
    padding: 5px;
    background: url(../img/ljuba-ui.jpg) no-repeat 50% 0/* #1A191E */;
    color: #fff;
}

a.hoverable h2, h3, p {
    position: relative;
    margin: 0;
    text-align: center;
}

a.hoverable p {
    width: 200px;
    text-align: left;
    left: 20px;
}

  a.hoverable:hover span {
    display: block;
  }

/* NAVIGATION */
ul#navlist {
    font-weight: normal;
}

ul#navlist a {
    text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li {
    width: 250px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul#navlist li {
    left: 20px;
    position: relative;
}

ul#navlist li a {
    margin: -15px;
    padding: 15px;
    /*
    color: #ffffff;
    background-color: #003366;
    padding: 3px;
    border: 1px #ffffff outset;
    */
}

ul#navlist li a:hover {
    /*
    color: #ffff00;
    background-color: #003366; */
    text-decoration: none;
}

ul#navlist li a:active {
/*
    color: #cccccc;
    background-color: #003366;
    border: 1px #ffffff inset;
*/
}

ul#subnavlist {
    display: none;
}

ul#subnavlist li {
    float: none;
}

ul#subnavlist li a {
    padding: 0px;
    margin: 0px;
}

ul#navlist li:hover ul#subnavlist {
    display: block;
    left: -22px;
    top: -93px;
    position: absolute;
    padding: 0px 0 0;
}

ul#navlist li:hover ul#subnavlist li a {
    display: block;
    width: 10em;
    border: none;
    padding: 2px;
}

ul#navlist li:hover ul#subnavlist li a:before {
    content: "";
}
