* {
    padding: 0;
    margin: 0;
}
html {
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    background-color: #071132;
    color: #fff;
    font-size: 11px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background-image: url('../images/bg/body_bg.png');
    background-repeat:repeat;

}
#wrap {
    background-position: top left;
    background-repeat: no-repeat;
    border: none;
    margin: 0 auto;
    position: relative;
    width: 944px;
    background-repeat:repeat-x;

}
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 {
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px dotted #798e7d;
    margin-bottom: 14px;
}
h2 {
    color: #e6d2b4;
    font-size: 15px;
}

h3 {
    font-size: 100%;
}
h5{font-size: 13px}
table, tr, td {
    border-collapse: collapse;
}
#logo-container {
    height: 98px;
    position:relative;
}
#raster-container {
    height: 98px;
    position:absolute;
    width: 944px;
    top: 0;
    left: 0;
    background-image: url("../images/bg/raster_cloud.png");
    z-index: 8;
}

#cloud-container {
    display:none;
    height: 98px;
    width: 944px;
    background-repeat: repeat;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
#stars-container {
    position: absolute;
    top: 27px;
    left: 6px;
    z-index: 10;

}

.star{
    display: none;
    width: 46px;
    height: 45px;
    background-image: url('../images/star.png');
    background-repeat:no-repeat;
    position: relative;
    float: left;

}
#logo{
    position: absolute;
    top: 30px;
    right: 14px;
    z-index: 10;
}
#header {
    background-image: url('../images/bg/header_bg.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 163px;
    width: 944px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#header h1{
    display: block;
    margin: 0;
    padding: 0;
    color: #FFF;
    border-bottom: none;
}

#contentwrap{
    position: relative;

}
#leftcol{
    float: left;
    margin-top:15px;
    position: relative;
    width:240px;
}
#maincol{
    float: left;
    position: relative;
    width:466px;

    overflow: hidden;
    padding: 0;
    margin:0;
    background-image: url('../images/bg/bg_content.png');
    background-repeat: no-repeat;
}
#content {
    display: block;
    position: relative;
    background-image: url('../images/bg/footer_bg.png');
    background-position: 0 bottom;
    background-repeat: no-repeat;
    min-height: 548px;
    padding: 17px 0 0 0 ;
}

#content a{
    color: #fff;
}


#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{
    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;
    }

#rightcol{
    padding: 11px 0 0 9px;
    float:left;
    position:relative;
    width:230px;
    overflow: hidden;
}

#rightcol a, #content a{
    color: #0681b4;
    background-image: url("../images/nav_list_style_image.gif");
    background-position: 0 -6px;
    background-repeat: no-repeat;
    padding: 0 0 0 17px;
}



#footer {
    color: #fff;
    font-size: 10px;
    left: 0px;
    position: relative;
    top: -15px;
    width: auto;
    clear: both;
    height: 49px;
    clear: both;
}
#footerImgLeft{
    display: block;
    float:left;
    width: 230px;
}

#footerImgRight{
    display: block;
    float:left;
    width: 221px;
}

#footertext{
    display: block;
    float:left;
    width: 466px;
    padding: 20px 9px 0 9px;
    color: #006694;
    text-align: center;
    font-size: 0.9em;
}

#footer a {
    color: #006694;
}
#footer a:hover {
    text-decoration: underline;
}
#footer p {
    margin: 0;
    padding: 0;
}

.spacerAfter1 {
    margin-bottom: 15px !important;
}

.spacerAfter2 {
    margin-bottom: 30px !important;
}

.spacerBefore1 {
    margin-top: 15px !important;
}

.spacerBefore2 {
    margin-top: 30px !important;
}

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

.line {
    border-top: 1px solid #0681b4;
    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{
    width: 466px;
    overflow: hidden;
}
.textAndImage .text{
    width: auto;
    font-weight: normal;
    font-size: 11px;
    padding: 0 9px;
}

.textAndImageHome{
    position: relative;
    width: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-position: center center;
}
.textAndImageHome .container{
    position: relative;
    padding-top: 180px;

}
.textAndImageHome img{
    display: block;
    position: relative;
    float: left;
    margin-left: 8px;
    margin-right: 7px;
    border: 1px solid #fff;
}
.textAndImageHome a{
    background-image: none !important;
    padding: 0 !important;
}
.textAndImageHome a img:hover{
    border: 1px solid #FFCC00;
}

.text2col .textLeft{
    width: 215px;
    font-weight: normal;
    font-size: 11px;
    padding: 0 9px;
    overflow: hidden;
    float: left;
}

.text2col .textRight{
    width: 215px;
    font-weight: normal;
    font-size: 11px;
    padding: 0 9px;
    overflow: hidden;
    float: left;
}

.textAndImage img{
    display: block;
    padding: 0 9px;
}

.textAndImage h2{
    border-bottom: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin:15px 0 11px 0;
    padding: 0 9px;
}

.textAndImage h3, .text2col h3{
    border-bottom: 1px dotted #798e7d;
    color: #0681b4;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 9px 3px 9px;
    margin: 0 0 5px 0;
}

.textAndImage h4{
    border-bottom: 1px dotted #fff;
    color: #0681b4;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 9px; 
    margin: 0 0 5px 0;
}

.textAndImage ul{
    list-style-image: url('../images/list_style_content.png');
    padding: 10px 0;

}

.textAndImage ul li{
    padding: 0;

}

.textAndImageRight, #orderForm{
    font-size: 13px;
    color: #fff;
    width: 221px;
    overflow: hidden;
    border-bottom: 8px solid #0681b4;
    padding: 0 0 0 9px;

}
.textAndImageRight h2{
    font-size: 11px;
    color: #0681b4;
    font-weight: bold;
    padding:2px 0 4px 0;
}
.textAndImageRight h3{
    border-bottom: 1px dotted #798e7d;
    width: 180px;
    text-transform: uppercase;
}

.textAndImageRight .text{
    font-size: 11px;
    font-weight: normal;
    padding: 0 0 10px 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}


#orderForm h2{
    color: #ffcc00;
    font-size: 11px;
    font-weight: normal;
    padding: 0 0  5px 0;
}

#submitForm{
   display: block;
    width: 19px;
    height: 22px;
    background: transparent url('../images/btn_submit.png') 0 0 no-repeat;
    border: none;
    position: relative;
    left: 168px;
    z-index: 1000;
    margin: 10px 0 0 0;
    float:left;
}

#clearForm{
   display: block;
    width: 35px;
    height: 22px;
    background: transparent url('../images/btn_clear.png') 0 0 no-repeat;
    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;
}


