BODY {
    background-color: #fff;
    padding: 0 0 0 0;
}

DIV, P, TD, SPAN {
    font-family: "Georgia", serif;
    font-size: 13px;
    line-height: 1.7em;
    font-decoration: none;
    color: black;
}

UL {
    font-family: "Georgia", serif;
    font-size: 13px;
    line-height: 1.7em;
    font-decoration: none;
    color: black;
    padding-left: 16px;
    list-style-image:url("../graphics/aufzaehlungsstrich.gif");
}

DIV.titlebox {
    float: left;
    position: relative;
    width: 520px;
    height: 25px;
    margin-top: -60px;
    margin-left: 25px;
    padding: 0 0 0 0;
    overflow: auto;
    z-index: 3;
    border-width: 0px;
    background: transparent;
}

DIV.contentholder {
    float: left;
    position: relative;
    width: 547px;
    height: 362px;
    margin-top: -27px;
    margin-left: -6px;
    padding: 0 0 0 0;
    overflow: auto;
    z-index: 3;
    border-width: 0px;
    background: transparent;
    //background: green;
}
.scroll-pane {
    width: 481px;
    overflow: visible;
    background: transparent;
    //background: yellow;
    float: left;
    height: 362px;
    margin-left: 30px;
    margin-right: 0px;
    padding-right: 20px;
    margin-top: 0px;}

#content {
    position: relative;
    width: 911px;
    height: 631px;
    border-color: #bbb;
    border-width: 1px;
    border-style: solid;
    margin: 10 auto 0 auto;
    padding: 0 0 0 0;
    background-image: url("../graphics/bg.jpg");
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
}

#menu {
    float: right;
    //position: relative;
    width: 187px;
    height: 268px;
   // margin: 10 0 0 10;
    margin-top: 15px;
    margin-right: 198px;
    overflow: hidden;
    padding: 0 0 0 0;
    z-index: 5;
    //background-color: green;
}

#postit {
    clear: both;
    float: right;
    //position: relative;
    width: 210px;
    height: 150px;
    margin: 10 0 0 10;
    margin-top: -210px;
    margin-right: 23px;
    overflow: hidden;
    padding: 0 0 0 0;
    z-index: 5;
    text-align: center;
    background-color: transparent;
    vertical-align: middle;
}

TD.linieunten {
    border-bottom: 1px solid #000;
}
TD.linieunten2 {
    border-bottom: 1px dashed #000;
}
TD.linieunten3 {
    border-bottom: 2px dotted #999;
    padding-top: 10px;
}
TD.linieunten4 {
    border-bottom: 1px dashed #000;
    border-top: 1px solid #000;
}
TD.impressum {
    font-size: 12px;
    line-height: 1.5em;
    font-decoration: none;
    color: black;
}

.postittext {
    color: #555;
    font-family: "Georgia", serif;
    font-style: italic;
}

.title {
    font-weight: bold;
    text-transform: uppercase;
}
.zwischentitel {
    font-weight: bold;
    border-bottom: 1px solid #555;
}

.fett {
    font-weight: bold;
}
.kursiv {
    font-weight: normal;
    font-style: italic;
}
.klein {
    font-size: 10px;
    line-height: 1.3em;
    color: #333;
}

IMG.buchcover {
    border: 1px solid #999;
}

A {
    font-family: "Georgia", "Verdana", sans-serif;
    text-decoration: none;
    color: black;
    border-bottom: 2px solid #ddd;
}
A:Hover {
    text-decoration: none;
    background-color: #baf899;
}

A.bild {
    border-bottom: 0px;
}
A.bild:Hover {
    background-color: transparent;
}