* {
    padding: 0;
    margin: 0;
}
html {
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    background-color: #f9faf5;
    background-position: top left;
    background-repeat: repeat-x;
    color: #535353;
    font-size: 13px;
    font-family: Times, "Times New Roman", Arial, Helvetica, sans-serif;
    background-image: url('../images/bg/body_bg.jpg');
    background-repeat: no-repeat;
    
}
#wrap {
    background-position: top left;
    background-repeat: no-repeat;
    border: none;
    height: 600px;
    margin: 0 ;
    position: relative;
    width: 960px;
}
a img {
    border: 0;
}

a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a:active, a:focus {
    outline: none;
}
br{letter-spacing: normal;}
h1 {
    color: #798e7d;
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px dotted #798e7d;
    margin-bottom: 14px;
    padding-left: 26px;
}
h2 {
    color: #e6d2b4;
    font-size: 15px;
}

h3 {
    font-size: 100%;
}
h5{font-size: 13px}
table, tr, td {
    border-collapse: collapse;
}
#logo {
    background-color: transparent;
    left: 20px;
    position: absolute;
    top: 20px;
}
#header {
    background-image: none;
    height: 141px;
}
#header h2{
    color:#798E7D;
    font-family:Times,Arial,Helvetica,serif;
    font-size:22px;
    font-weight:normal;
    left:0;
    position:absolute;
    text-align:right;
    top:160px;
    width:190px;
}
#contentwrap{
    min-height: 400px;
    position: relative;
}
#leftcol{
    float: left;
    margin-top:15px;
    position: relative;
    width:240px;
}
#maincol{
    float: left;
    margin-left:215px;
    margin-top:140px;
    position: relative;
    width:540px;
}
#content {
    display: block;
    float: left;
    position: relative;
    vertical-align: top;
    margin-left: 26px;
}
#content .line {
    margin-left: -25px !important;
    width: 540px;
}
#content a{
    color: #798E7D;
}


#content2 {
    display: block;
    float:left;
    margin-left:20px;
    position: relative;
    width: 450px;
}
#maincol.twocolls{
    width:920px;
    margin-left:20px;
}
.twocolls #content, .twocolls #content2{
    width: 450px;
}
.twocolls-small #content, .twocolls-small #content2{
    width: 275px;
}
#content ol, #content ul {
    list-style-position: outside;
}
#content ul {
    padding-left: 14px;
}
#content ol {
    padding-left: 20px;
}
.contententry{
    clear: both;
}
#gallerydetail{
    position: absolute;
    width: auto;
    height: auto;
    display: none;
    z-index: 100;
}
.gal-prv{
    position: absolute;
    width:40px;
    height: 126px;
    left: -20px;
}
.gal-nxt{
    position: absolute;
    width:40px;
    height: 126px;
    right: -20px;
}
.gal-close{
    position: absolute;
    height: 15px;
    top: 7px;
    left: 0px;
    text-align: center;
}
.gal-close a{
    font-style:italic;
    color: #dad8ac;
    
}
.gal-close a:hover{
    color: #535353;
}

.gal-txt{
    position: absolute;
    width:auto;
    height: 15px;
    left: 22px;
    bottom: 3px;
}
    .gallery .image-content {
        background-color: #eaeaea;
    }
    .gallery_thumbnail_table img {
        border: none;
        border-width: 0px;
        border-spacing: 0pt;
        display:block;
        margin:auto;
        cursor: pointer;
    }

    .gallery_thumbnail_last {
        margin-right: 0;
    }

    .gallery_thumbnail_table {
        padding: 0;
        margin: 0;
        border-collapse: collapse;
        border-spacing: 0pt;
    }

    .gallery_thumbnail_table a {
        text-decoration: none;
        padding: 0;
        margin: 0;
        line-height: 0;
        border: none;
        border-width: 0px;
        border-spacing: 0pt;
    }

    .gallery_thumbnail_table td {
        text-align: center;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        width: 90px;
        height: 90px;
        background-color: #f9faf5;
        border: none;
    }
    .gallery_horizontal_spacer td{
        background-color: transparent;
    }

    img.gallery_thumbnail:hover {
    }

    .gallery_thumbnail {
        padding: 0;
        margin: 0;
    }

    .gallery_display_div {
        overflow-x: hidden;
    }

    .gallery_display {
        padding: 0;
        margin: 0;
        border: 1px solid black;
    }

    .gallery_display a:hover {
        border: 1px solid black;
    }

    .gallery_navigation {
        padding-bottom: 20px;
        clear: both;
        display: block;
    }

    .gallery_paragraph {
    }

    .galleryAdminHint {
        border: 1px solid #AA4444;
        padding: 5px;
        margin-top: 2px;
    }

#rightcol{
    border-left:1px dotted #D5DBAC;
    float:left;
    margin-left:10px;
    margin-top:116px;
    min-height:300px;
    padding-left:10px;
    position:relative;
    width:180px;
}
#rightcol a{
    color: #535353;
}



#footer {
    font-family: Times, "Times New Roman";
    font-style: italic;
    color: #87888a;
    font-size: 10px;
    left: 0px;
    position: relative;
    width: auto;
    clear: both;
}
#footertext{
    height: 20px;
    position: relative;
}
#footertext-left{
    position:absolute;
    text-align:right;
    width:190px;
}
#footertext-right{
    left:217px;
    position:absolute;
}
#footer a {
    color: #87888a;
}
#footer a:hover {
    text-decoration: underline;
}
#footer p {
    margin: 0;
    padding: 0;
}

.spacerAfter1 {
    margin-bottom: 1em;
}

.spacerAfter2 {
    margin-bottom: 2em;
}

.spacerBefore1 {
    margin-top: 1em;
}

.spacerBefore2 {
    margin-top: 2em;
}
.clearer{clear: both}

.line {
    border: 1px dotted #798e7d;
    border-width: 1px 0 0 0;
    margin-bottom:4px;
    margin-top:4px;
}

/** bilder Text **/
img.top {
    display: block;
    border-top: 1px dotted #798e7d;
    border-bottom: 1px dotted #798e7d;
    margin-bottom: 10px;
}

img.left {
    float: left;
    margin-right: 10px;
    border-top: 1px dotted #798e7d;
    border-bottom: 1px dotted #798e7d;
    margin-bottom: 10px;
}

img.right {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    border-top: 1px dotted #798e7d;
    border-bottom: 1px dotted #798e7d;
}

.textAndImage{
    width: 487px;
    overflow: hidden;
}
.textAndImage .text{
    width: auto;
}

.textAndImage h3{
    border-bottom: 1px dotted #798e7d;
    color: #798E7D;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 18px;

    
}
.textAndImageRight{
    font-size: 13px;
    color: #535353;
    width: 180px;
    overflow: hidden;
}
.textAndImageRight h2{
    border-bottom: 1px dotted #798e7d;
    border-top: 1px dotted #798e7d;
    font-size: 14px;
    color: #535353;
    font-weight: normal;
    padding-top:2px;
    width: 180px;
}
.textAndImageRight h3{
    border-bottom: 1px dotted #798e7d;
    width: 180px;
    text-transform: uppercase;
}


.image-border{
    position: relative;
}
.image-border-left{
    float:left;
    margin-bottom:5px;
    margin-right:10px;
}
.image-border-right{
    float:right;
    margin-bottom:5px;
    margin-left:10px;
}
.image-border-t-l{
    background-image: url('../images/bg/top_left.png');
    background-position: top left;
    left: 0;
    top: 0;
}
.image-border-t-r{
    background-image: url('../images/gal/gal_detail_tr.png');
    background-position:0 0;
    right: 0;
    top: 0;
    width: 250px;
    height: 250px;
}
.image-border-b-l{
    background-image: url('../images/gal/gal_detail_bl.png');
    background-position:22px -20px;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 250px;
    height: 250px;
}
.image-border-b-r{
    background-image: url('../images/bg/bottom_right.png');
    background-position: bottom right;
    bottom: 0;
    right: 0;
}
.image-border-t-l, .image-border-t-r, .image-border-b-l, .image-border-b-r{
    background-repeat: no-repeat;
    position: absolute;
}
.image-content{
    background-color: #727577;
    left: 22px;
    top: 22px;
    position: absolute;
}
.contentAdminFeedback{
    color: #fff;
    display: block;
    background-color: #a9112c;
}




.signature{
    bottom: 0;
    position: fixed;
    right: 0;
}
.signature, .signature a{
    color: #eee;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.signature a:hover{color: #ccc}

