* {
        margin:0;
        padding:0;
}

html, body {
        height:100%;
}

body {
/*        background-color: #f9f4e1; */
/*         background-color: #f9f7ee;     */
       background-image:url(../bilder/verlauf_hg.jpg);
        background-repeat:repeat-x;
        font-size:100.1%;
        font-family:Georgia, "Times New Roman", Times, serif;
        text-align:center; /* horizontal centering for IE Win quirks */
}


#container {
        margin:0 auto;
        position:relative; /* puts container in front of distance */
        text-align:left;
        height:627px; /*27.5em;*/
        width:771px; /*45em;*/
        clear:left;
}

#pos_kopf {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 20;
}

#pos_navi {
        position: absolute;
        left: 0;
        top: 136px;
        z-index: 22;
        width: 771px;
        height: 41px;
        background-image:url(../bilder/navi_hg.jpg);
        background-repeat:no-repeat;
}

#hnav {
        position: absolute;
        left: 42px;
        top: 7px;
        border: 0px solid black;

}

#content_pos {
        position: absolute;
        left: 0;
        top: 177px;
        z-index: 24;
        width: 771px;
        height: 437px;
        background-image:url(../bilder/verlauf_content.jpg);
        background-repeat:repeat-y;
}

#bild_pos {
        position: absolute;
        left: 488px;
        top: 34px;
        z-index: 40;
}

#pos_sprachwahl {
        position: absolute;
        left: 636px;
        top: 10px;
        z-index: 400;
        width: 100px;
        text-align: right;
}

#content_text {
        position: absolute;
        left: 44px;
        top: 32px;
        z-index: 28;
        width: 377px;
}

#content_schmuck {
        position: absolute;
        left: 44px;
        top: 32px;
        z-index: 28;
        width: 700px;
        height: 380px;
        overflow: auto;
        border: 0px solid red;
}

#content_schmuck ul, table {
        font-size: 0.85em;
        padding: 0;
        margin: 0;
        color: #130E02;
        padding-bottom: 16px;
        line-height: 18px;
}

#hinweis {
        position: absolute;
        left: 44px;
        top: 222px;
        z-index: 30;
}

#footer_pos {
        position: absolute;
        left: 0;
        top: 613px;
        width: 771px;
        height: 15px;
        z-index: 25;
}


h1 {
        font-size: 1.1em;
        padding: 0;
        margin: 0;
        padding-bottom: 28px;
        color: #573806;
        font-weight:500;
}

p {
        font-size: 0.85em;
        padding: 0;
        margin: 0;
        color: #130E02;
        padding-bottom: 16px;
        line-height: 18px;
}

#kontakt_pos {
        position: absolute;
        right: 36px;
        top: 400px;
}

#kontakt_pos a {
        text-decoration: none;
        font-size: 11px;
        text-transform:uppercase;
}

a {
        color: #130E02;
}

a:hover {
        color: #130E02;
}


a.sprachwahl {
        text-transform: uppercase;
        text-decoration: none;
        color: #5C5A53;
        font-size: 10px;
        font-family:Georgia, "Times New Roman", Times, serif;
}
