body{
        background: #FFFF66;
        font-family: serif;
        font-weight: bold;
        font-size: 18pt;
}
.back{
        background-image: url(grafik/back.gif);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: right;
}
div.title{
        margin-top: 5%;

}
.initial:first-letter{
        font-size:400%;
        float:left;
        margin-right:10px;
}
div.navi{
margin-top: 5%;
position: absolute;
left: 0px;
        width: 170px;
}
div.inhalt{
margin-top: 5%;
position: relative;
left:220px;
        width: 600px;
        text-align: justify;
}
div.naviklein{
position: relative;
left:220px;
        width: 600px;
        font-size: 12pt;
        text-align: center;
}
img{
        margin-left: 50px;
}
:link{
        text-decoration: underline;
        color:Black;
}
:hover{
        text-decoration: underline;
        color: Gray;
}
:visited{
        text-decoration: underline;
        color: Red;
}