* {
    padding: 0;
    margin: 0;
}
html {
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    background-color: #fff;
    color: #1a1a1a;
    font-size: 13px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background-repeat:repeat;

}
#wrap {
    margin: 35px 35px 35px 20px;
    position: relative;
    width: 820px;
}
a img {
    border: 0;
}

a {
    text-decoration: none;
    color: #1a1a1a;
}
a:hover {
    text-decoration: none;
}
a:active, a:focus {
    outline: none;
}
br{letter-spacing: normal;}
h1 {
    font-size: 15px;
    font-weight: bold;
    float: left;
}
h2 {
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    font-style:italic;
}
h3 {
    font-size: 100%;
}
h5{font-size: 13px}
table, tr, td {
    border-collapse: collapse;
}
#logo{
    position: relative;
    height: 55px;
}
#header {
    height: 140px;
    width: 820px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #a5a5a5;
    position: relative;
}
#search{
    bottom: 3px;
    position: absolute;
    right: 0;
}
.searchbox{
    width: 100px;
    border: 1px solid #bababa;
    color: #808080;
    
}
#breadcrumb{
    bottom: 0;
    position: absolute;
    left: 180px;
    font-size: 10px;
    color: #808080;
}
#breadcrumb .active{
    color: #1a1a1a;
}


#contentwrap{
    position: relative;
}
#maincol{
    float: left;
    position: relative;
    width:820px;
    overflow: hidden;
    padding: 0;
    margin:0;
}
#content {
    display: block;
    position: relative;
    padding: 17px 0 0 0 ;
}

#content a{
    color: #1a1a1a;
    text-decoration: underline;
}

hr{
    clear:both;
    display:block;
    height:1px;
    margin-bottom:20px;
    margin-top:10px;
    width:auto;
    color: #fff;
    border: 0px;
    border-top:1px solid #BEBEBE;
    size: 1px;
    height: 1px;
}
.topborder{
    border-top:1px solid #BEBEBE;
}
#content ol, #content ul {
    list-style-position: outside;
}
#content ul {
    padding-left: 14px;
}
#content ol {
    padding-left: 20px;
}
.contententry{
    clear: both;
}

.leftcol{
    float: left;
    width: 170px;
}
.rightcol{
    background-color:#CCCCCC;
    left:835px;
    padding:10px;
    position:absolute;
    width: 170px;
}
.detail_img{
    background-color:#CCCCCC;
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    width: 640px;
    height: 525px;
    overflow: hidden;
    position: relative;
}
.detail_img .next, .detail_img .prev{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 525px;
    background-repeat: no-repeat;
    background-position: 270px center;
}
.detail_img .next:hover{
    background-image: url('../images/gal/nxt.png');
}
.detail_img .prev{
    right: auto;
    left: 0;
    background-position: 13px center;
}
.detail_img .prev:hover{
    background-image: url('../images/gal/prv.png');
}


.contententrydetail, .backlink{
    margin-left: 180px;
    padding-top: 10px;
}
.backlink{
    clear:both;
    font-size:13px;
    padding-top:5px;
}
ul.general{
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}
ul.general li{
    margin: 0;
    padding: 0 !important;
    position: relative;
    clear: both;
}
ul.object li {
    float: left;
    clear: none;
}
.listdetail_img{
    float: left;
    vertical-align: top;
    width: 140px;
    padding-top:10px;
    padding-bottom:20px;
    height:70px;
}
.listdetail_text{
    padding-bottom:20px;
    padding-top:6px;
    vertical-align: top;
    margin-bottom: 10px;
    margin-top:1px;
}
.object .listdetail_img{
    margin-right: 20px;
    width: auto;
}
.prevnext{
    clear: both;
    border-top: 1px solid #BEBEBE;
    float: left;
}


#gallerydetail{
    position: absolute;
    width: auto;
    height: auto;
    display: none;
    z-index: 100;
}
.pager, .pager a{
    color: #808080 !important;
}
.pager hr{
    margin: 3px 0;
}
.pager .active{
    color: #1a1a1a !important;
}




.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{
    color: #fff;

}
.gal-close a:hover{
    color: #fff;
}

.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;
    }



#footer {
    color: #1a1a1a;
    font-size: 10px;
    left: 0px;
    position: relative;
    width: auto;
    clear: both;
    margin-top: 30px;
}
#footer a {
    color: #1a1a1a;
}
#footer a:hover {
    text-decoration: underline;
}
#footer p {
    margin: 0;
    padding: 0;
}

.spacerAfter1 {
    margin-bottom: 1em !important;
}

.spacerAfter2 {
    margin-bottom: 2em !important;
}

.spacerBefore1 {
    margin-top: 1em !important;
}

.spacerBefore2 {
    margin-top: 2em !important;
}

.clearer{clear: both; overflow: hidden; display: block; margin: 0; padding: 0; border: none; height: 1px; line-height: 0;}

.line {
    border: 1px solid #a5a5a5;
    border-width: 1px 0 0 0;
    margin-bottom:6px;
    margin-top:6px;
}

/** bilder Text **/
img.top {
    display: block;
    margin-bottom: 10px;
}

img.left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.right {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

.textAndImage{
    display:inline-block;
}
.textAndImage .text{
    width: auto;
    font-weight: normal;
    font-size: 12px;
}


.textAndImage img{
    display: block;
}


.textAndImage ul{
    padding: 10px 0;

}

.textAndImage ul li{
    padding: 0;

}
.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: #fff;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.signature a:hover{color: #ccc}



#submitForm{
   display: block;
    width: 19px;
    height: 22px;
    border: none;
    position: relative;
    left: 168px;
    z-index: 1000;
    margin: 10px 0 0 0;
    float:left;
}

#clearForm{
   display: block;
    width: 35px;
    height: 22px;
    border: none;
    position: relative;
    left: 168px;
    z-index: 1000;
    margin: 10px 0 0 0;
    float:left;
}

.inputNormal {
    display: block;
    width: 221px;
    margin:   3px 0;
    padding: 0;
}

.minigal{
    background-color:#ccc;
    color: #1a1a1a;
    display: none;
    height:560px;
    position:relative;
    top:0px;
    width:640px;
}



.minimailform{
    background-color:#ccc;
    color: #1a1a1a;
    display: none;
    height:560px;
    left:180px;
    position:absolute;
    top:17px;
    width:640px;
}
.minimailform hr{
    border-color: #a5a5a5;
}

.minimailformcontent{
    width: 480px;
    margin: 10px 0 10px 10px;
    
}
.formleft{
    position:relative;
    width:250px;
    float:left;
    margin:0;
    overflow:hidden;
}
.formright{
    position:relative;
    margin:0;
    float:right;
    overflow:hidden;
    width:230px;

}
.formclose{
    width: 100%;
    background-color: #fff;
    height: 30px;
    position: absolute;
    bottom: 0px;
}
.minimailform .text{
    font-family: inherit;
    font-size: 13px;
    float:left;
    border: 1px solid #9da7b5;
    color:#1a1a1a;
    background-color: #fff;
    width: 230px;
}
.minimailform textarea.text{
    width: 480px;
    height: 200px;
}
.minimailform input.submit{
    padding: 0;
    border: none;
    margin: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit; 
    background-color: transparent;
    text-decoration: underline;
    cursor: pointer;

}
.object_detail_image{
    position: absolute;
    top: -999999px;
    left: -999999px;
}