@charset "utf-8";
/* CSS Document */

/* LAYOUT ANFANG */

body{
    background-image:url(../images/bg-body-repeat-x.jpg);
    background-repeat:repeat-x;
    background-color:#ad0000;
    text-align:center;
    margin:0px auto;
    padding:0px;
    font-family:Arial;
    font-size:12px;
    color:#333333
    }

img, div, li { behavior: url(iepngfix.htc)}

#global{
    background-image:url(../images/bg-global-repeat-y.jpg);
    background-repeat:repeat-y;
    width:996px;
    text-align:left;
    margin:auto;
    position:relative;
    }


#bg-header{
    background-image:url(../images/bg-header.jpg);
    background-repeat:no-repeat;
    width:996px;
    height:189px;
    margin:auto;
    }

#bg-middle-content{
    background-image:url(../images/bg-middle.jpg);
    background-repeat:no-repeat;
    width:996px;
    margin:auto;
    float:left;
    }

#bg-footer{
    background-image:url(../images/bg-footer-2.jpg);
    background-repeat:no-repeat;
    width:996px;
    height:134px;
    margin:auto;
    }

#table-left-bottom{
    width:25%;
    height:135px;
    background-image:url(../images/table-bg-layout-bottom-left.jpg);
    background-repeat:no-repeat;
    background-position:bottom right;
    }

#table-right-bottom{
    width:25%;
    height:135px;
    background-image:url(../images/table-bg-layout-bottom-right.jpg);
    background-repeat:no-repeat;
    background-position:bottom left;
    }

#table-bg-repeat-bottom{
    background-image:url(../images/table-bg-repeat-bottom.jpg);
    background-repeat:repeat-x;
    background-position:bottom;
    }

/* LAYOUT ENDE */

/* NAVIGATION LEFT ANFANG */

#navigation-left{
    width:174px;
    height:411px;
    margin-top:0px;
    padding-top:0px;
    margin-left:32px;
    float:left;
    }
            *html #navigation-left{
                    width:174px;
                    height:411px;
                    margin-top:0px;
                    padding-top:0px;
                    margin-left:16px;
                    float:left;
                    }


ul#navigation-left {
    list-style:none;
    text-align:right;
    padding-left:11px;
    margin-bottom:0px;
    padding-top:16px;
  }



ul#navigation-left li a {
    background-image:url(../images/button.jpg);
    display:block;
    width:164px;
    height:41px;
    padding-right:10px;
    padding-top:1px;
    padding-left:0px;

    font-family:Arial;
    text-decoration:none;
    font-weight: bold;
    font-size:13px;
    color:#ffffff;

  }
ul#navigation-left li  {
   padding:0
  }

ul#navigation-left a:hover {
    background-image:url(../images/hover-btn-navigation-left.jpg);
    background-repeat:no-repeat;
    color:#ffffff;
    display:block;
    }

/* NAVIGATION LEFT ENDE */



/* ÜBERSCHRIFTEN ANFANG */

#div-h2{
    width:430px;
    height:22px;
    padding-top:135px;
    margin-left:302px;
    }

h2{

    font-size:13px;
    font-weight:bold;
    color:#ac0000;
    text-align:left;
    margin:0px 0px 0px 0px;
    }

h3{

    font-size:18px;
    font-weight:bold;
    text-align:left;
    color:#330066;
    margin:0px 0px 0px 0px;
    background-image:url(../images/bg-h3.jpg);
    background-repeat:no-repeat;
    background-position:bottom left;
    padding-bottom:11px;
    padding-left:3px;
    margin-bottom:33px;
    }

/* ÜBERSCHRIFTEN ENDE */


/* INHALT ANFANG */

#inhalt{
    width:575px;
    min-height:738px;
    height:expression( this.scrollHeight < 738 ? "737px" : "auto" ); /* sets min-height for IE */
    float:left;
    margin-left:90px;
    padding-top:20px;
    }
            *html #inhalt{
                    width:575px;
                    min-height:738px;
                    height:expression( this.scrollHeight < 738 ? "737px" : "auto" ); /* sets min-height for IE */
                    float:left;
                    margin-left:44px;
                    }


.main-text{

    font-size:12px;
    text-align:left;
    font-weight:normal;
    padding-left:5px;
    }

#table-bg-produkt{
    background-image:url(../images/table-bg-produkt.png);
    background-repeat:no-repeat;
    width:256px;
    height:137px;
    padding:0px 8px 0px 8px;
    margin:0px 8px 8px 0px;
    float:left;
    cursor:pointer;
    }
.titel-produkt{

    font-size:12px;
    font-weight:bold;
    color:#ad0000;
    padding-top:7px;
    }
.beschreibung-produkt{

    font-size:12px;
    font-weight:normal;
    color:#000000;
    padding-bottom:7px;
    }

.bild-produkt{
    float:left;
    padding-right:15px;
    }

.bild-produkt img {
    border:1px solid #979797;
}

.link-info{
    float:right;

    font-size:11px;
    font-weight:bold;
    color:#ad0000;
    text-decoration:none;
    padding-top:10px;
    padding-right:15px;
    }
.link-info:hover{
    color:#808080;
    }

/* INHALT ENDE */

/* INHALT FOOTER ANFANG */

/* NAVIGATION BOTTOM ANFANG */

#navigation-bottom{
    width:350px;
    height:20px;
    margin-left:245px;
    margin-top:0px;
    padding-top:7px;
    }
            *html #navigation-bottom{
                    width:350px;
                    height:20px;
                    margin-left:225px;
                    margin-top:0px;
                    padding-top:7px;
                    }
                            *+html #navigation-bottom{
                                            width:350px;
                                            height:20px;
                                            margin-left:147px;
                                            margin-top:0px;
                                            padding-top:7px;
                                            }

ul#navigation-bottom {
    text-align:left;

  }
  ul#navigation-bottom li {
    list-style-type:none;

    display: inline;

    padding:0
}
 #navigation-bottom  li{
list-style-type:none

}
  ul#navigation-bottom a{

  font-size:11px;
  font-weight:normal;
   text-decoration: none;
    color:#330066;
  }
  * html ul#navigation-bottom a{
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}

/* ADRESSZEILE FOOTER */

#adresszeile{
    width:900px;
    height:40px;
    margin:auto;
    padding-top:45px;
    }
        *html #adresszeile{
                width:690px;
                height:40px;
                margin:auto;
                padding-top:20px;
                }

.adresszeile-text{
    font-size:11px;
    font-weight:normal;
    color:#330066;
    text-align:center;
    }

.adresszeile-link{
    font-size:11px;
    font-weight:normal;
    color:#330066;
    text-decoration:none;
    text-align:center;
    outline:0;
    }

/* INHALT FOOTER ENDE */


label {width:100px;float:left;}

#contactFormSubmitLeft {
    float:left;
}

#contactFormSubmitRight {
    margin-left:100px;
    margin-top:3px;

}

.button {
    background-color:#ae0001;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    width:92px;
    height:23px;
}

.contactRow {
    padding-top:5px;
}
input, textarea{
    border:1px solid #CCCCCC;
    background-color:#f0f0f0}

/* tiny start */
.stil_link {text-decoration: none; color:#ad0000; font-weight: 600; line-height: 1.5em;}
a span.stil_link:link {text-decoration: none; font-weight: 600; color:#ad0000;}
a span.stil_link:active {text-decoration: none; font-weight: 600; color:#ad0000;}
a span.stil_link:visited {text-decoration: none; font-weight: 600; color:#ad0000;}
a span.stil_link:selected {text-decoration: none; font-weight: 600; color:#ad0000;}
a span.stil_link:hover{text-decoration: none; font-weight: 600; color:#ad0000;}



.liste{

    background:url(../images/listen-punkt.gif) no-repeat 0 5px;
    padding-left:14px;
}


.text-normal {
    font-family:Arial;
    font-size:12px;
    color:#333333;
    }


#orte a {
    text-decoration:none;
    color:#AD0000;
    text-decoration:underline;
}

#orte h2 {
    margin-top:10px;
}

.link-normal {
    font-weight:normal;
    text-decoration:none;
    color:#AD0000;
    text-decoration:underline}

.ligallery {
    float:left;
    padding-right:15px}

.ligallery img{
    border:1px solid #CCCCCC;
    padding:3px}

    .groessentabelle {
    width:400px;
    border:solid 2px #FFFFFF
    }
.groessentabelle td{
    padding:10px;
    background-color:#f0efef
    }

.bild-mit-rahmen{
    border:1px solid #CCCCCC;
    padding:3px}

.text-rot{
    color:#ac0000;
    }
