BODY {
    background-color: #1e4550;
	background-image:url("../img/bg-top.jpg");
    background-position: top left;
    background-repeat:repeat-x;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

DIV {
    position: absolute;
    z-index: 1;
}

DIV.titlebar {
    z-index: 4;
    background-color: #000;
    color: #fff;
    top: 122px;
    left: 0px; 
    width: 100%;
    min-width: 960px;
    height: 35px;
}

DIV.titlebar2 {
    z-index: 2;
    background-color: #000;
    color: #fff;
    top: 122px;
    left: 0px; 
    width: 100%;
    min-width: 960px;
    height: 34px;
}

#portrait {
    top: 100px;
    float: right;
    margin-left: 15px;
    margin-top: -120px;
}

#menubox {
    z-index: 3;
  	background-color: #b8b840;
    background-image:url("../img/menu-top.gif");
    background-position: top left;
    background-repeat: no-repeat;
    color: #fff;
    top: 0px;
    left: 310px;
    width: 138px;
    height: 256px;
	line-height: 0.5em;
}
#menuschatten_links {
    z-index: 3;
    top: 0px;
    left: 300px;
    width: 10px;
    height: 256px;
    background-color: transparent;
    background-image:url("../img/schatten-links.png");
    background-position: top left;
    background-repeat: repeat-y;
}
#menuschatten_rechts {
    z-index: 3;
    top: 0px;
    left: 448px;
    width: 10px;
    height: 256px;
    background-color: transparent;
    background-image:url("../img/schatten-rechts.png");
    background-position: top left;
    background-repeat: repeat-y;
}
#menuschatten_unten {
    z-index: 3;
    top: 256px;
    left: 300px;
    width: 158px;
    height: 9px;
    background-color: transparent;
    background-image:url("../img/schatten-unten.png");
    background-position: top left;
    background-repeat: no-repeat;
}

#contentarea {
    z-index: 1;
    background-color: #f3f3f0;
    color: #000;
    top: 88px;
    left: 180px;
    width: 938px;
    border: 1px solid #563d45;
    padding-bottom: 10px;
	float: left;
}

#textcontent {
    position: relative;
    margin-top: 200px;
    margin-left: 129px;
    width: 695px;
	margin-bottom: 200px;
    background-color: transparent;
    color: #000;
}

#credits {
	position: relative;
    margin-bottom: 10px;
    margin-left: 126px;
	background-color: transparent;
}

#credits p {
	font-family: Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 8.5px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#credits a {
	color: #f3f3f0;
	text-decoration: none;
	outline: none;
}
#credits a:Hover {
	color: #aaa;
	text-decoration: none;
}



IMG {
    border: 0px;
    margin: 0px;
}
#trh {
    position: absolute;
    left: 6px;
    top: 0px;
}
IMG.titlegraphic {
    position: absolute;
    left: 307px;
    top: 0px;
}
IMG.buchcover {
    clear: both;
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
}


P, SPAN, UL, OL, TD {
    font-family: Georgia, "Times New Roman", Times, Candara, Constantia, serif;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    font-variant: normal;
    text-decoration: none;
    font-size: 11pt;
    line-height: 1.5em;
    color: #000;
}

.grau {
    color: #999;
}

.pink {
    color: #CC0022;
}

.zwischentitel {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 13pt;
    font-weight: bold;
}

.zwischentitelklein {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

.puenktli {
    border-bottom: 1px dashed #000;
    margin-bottom: 24px;
}

.fett {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: bold;
}


A {
    text-decoration: underline;
    color: #333;
}
A:Hover {
    text-decoration: underline;
    font-weight: bold;
    color: #b7b73f;
}
A.menuimage {
    outline: none;
}
