@charset "utf-8";
/* CSS Document */

.webseite { /* vom body bis /body */
    width:950px;
    /* die ganze Webseite wird zentriert - einfach absolute position dann von links 50 % und dann margin minus die hälfte der Breite */
    position: absolute;
    left:50%;
    margin-left:-475px;
}


#block_1
    {
    float: left;
    width: 500px;
    margin-left: 260px;
    }
* html #block_1
    {
    display: inline;
    }
#block_2
    {
    float: left;
    width: 260px;
    margin-left: -760px;
    background-color:#ffefdf;
    }
#block_3
    {
    float: left;
    width: 190px;
    background-color:#ffefdf;
    }
/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3
    {
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important; 
    }
/* End Mac IE5 filter */
/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
.verticalalign
    {
    position: absolute;
    bottom: 0;
    }
#block_1 .verticalalign
    {
    width: 500px;
    }
#block_2 .verticalalign
    {
    width: 260px;
    }
#block_3 .verticalalign
    {
    width: 190px;
    }
/* hack for Opera 7+ */
@media all and (min-width: 0px){
.verticalalign
    {
    width: 100% !important;
    }
/* But Opera 9 does it right, so CSS3 hax to the max */
div[id^="wrapper"] #block_1 .verticalalign
    {
    width: 500px !important;
    }
div[id^="wrapper"] #block_2 .verticalalign
    {
    width: 260px !important;
    }
div[id^="wrapper"] #block_3 .verticalalign
    {
    width: 190px !important;
    }
}
/* hack for IEs of all persuasions before IE7 */
* html .verticalalign
    {
    width: 100% !important;
    }
.verticalalign p
    {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background: #996666;
    }
.verticalalign a {
    color:#746259;
    text-decoration:none;
}
.verticalalign a:hover {
    text-decoration:underline;
}

#wrapper
    {
    width: 950px;
    position: relative;
    overflow: hidden; /* This hides the excess padding in non-IE browsers */
    }
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
    {
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
    float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
    float/**/: none;
    }
/* easy clearing */
#wrapper:after
    {
    content: '[DO NOT LEAVE IT IS NOT REAL]'; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
#wrapper
    {
    display: inline-block;
    }
/*\*/
#wrapper
    {
    display: block;
    }
/* end easy clearing */
#footer
    {
    clear: both;
    background-image:url(../upload/layout/footer.jpg);
    background-repeat:repeat-x;
    height:32px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    padding-top:8px;
    }

#footer a {
    color:#FFFFFF;
    text-decoration:none;
}

#footer a:hover {
    text-decoration:underline;
}
#header {
    background-color:#f39b03;
    height:317px;
}

#header, #footer
    {
    width: 950px;
    }
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
    {
    position: relative;
    z-index: 1000;
    }

body {
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
}   
    
#sprachwahl {
    color:#746259;
    font-size:10px;
    text-transform:uppercase;
    margin-right:20px;
}

#sprachwahl a{
    color:#746259;
    text-decoration:none;
}
#sprachwahl a:hover{
    text-decoration:underline;
}

#rechts_inhalt, #links_inhalt {
    margin-left:20px;
    margin-right:20px;
    margin-top:40px;
}

#mitte_inhalt {
    margin:40px;
}

#mitte_inhalt h1 {
    margin:0px;
    padding:0px;
    margin-bottom:20px;
    color:#f29e00;
    font-size:16px;
    letter-spacing:1.5px;
    text-transform:uppercase;
    z-index:1000;
}

#mitte_inhalt h2 {
    color:#f29e00;
    font-size:14px;
}

#rechts_inhalt .button {
    background-image:url(../upload/layout/left_back.jpg);
    background-repeat:repeat-x;
    height:32px;
    color:#7b6258;
    line-height:30px;
}


#rechts_inhalt .flaeche {
    border-bottom:1px solid #7b6258;
    border-left:1px solid #7b6258;
    border-right:1px solid #7b6258;
    background-color:#FFFFFF;
    padding:5px;

}

* html #rechts_inhalt .flaeche {
    padding:0px;
    padding-left:3px;
    padding-right:2px;
    padding-top:3px;
}



#rechts_inhalt .flaeche a {
    color:#7b6258;
    text-decoration:none;
}

#rechts_inhalt .flaeche a:hover {
    text-decoration:underline;
}

#links_inhalt .button {
    background-image:url(../upload/layout/left_back.jpg);
    background-repeat:repeat-x;
    height:32px;
    color:#7b6258;
    line-height:30px;
}

#links_inhalt .menu_fix .button{
     height:34px;
}

#links_inhalt .button a{
    color:#7b6258;
    text-decoration:none;
    text-transform:uppercase;
}
#links_inhalt .button{
    color:#7b6258;
    text-decoration:none;
    text-transform:uppercase;
}

#links_inhalt .button a:hover {
    text-decoration:underline;
}

#links_inhalt iframe {
    border-bottom:1px solid #7b6258;
    border-left:1px solid #7b6258;
    border-right:1px solid #7b6258;
}


/* Navi */
    #menu {
    position:absolute;
    top:298px;
    background-image:url(../upload/layout/footer.jpg);
    background-repeat:repeat-x;
    height:32px;
        width:950px;
    color:#FFFFFF;
    z-index:20;
    }
    
    
    
    #vpnavigation, #vpnavigation ul { /* alle Listen */
       padding: 0;
       margin: 0;
       list-style: none;
       line-height: 1;
    }
    
    * html #vpnavigation li a {
        width:180px;
        padding-right:0px;
        padding-left:10px;
    }

    #vpnavigation li a {

       display: block;
       width: auto;
       padding-left:20px;
       padding-right:20px;
       padding-top:10px;
        height:22px;
       color:#FFFFFF;
       text-transform:uppercase;
       text-decoration:none;
       font-size:12px;
       font-weight:bold;
    }
    
    #vpnavigation li a:hover {
        height:22px;
        background-image:url(../upload/layout/menu_hover.gif);
        background-repeat:repeat-x;
    }

    #vpnavigation li { /* alle Listenelemente */
       float: left;
       width: auto;
    }

    #vpnavigation li ul { /* Listen 2. Ebene */
       position: absolute;
       width: 200px;
       left: -999em; /* durch "left" außerhalb des sichtbaren Bereichs wird das gleiche erreicht wie durch "display: none", kann aber auch von Textbrowser angezeigt werden */
    }
    
     #vpnavigation li ul a{ 
        height:23px;
        padding-top:8px;
        color:#746259;
        text-transform:none;
     }
      #vpnavigation li ul a:hover{ 
        height:23px;
        padding-top:8px;
        background-image:url(../upload/layout/menu_2_hover.gif);
        background-repeat:repeat-x;
        
     }

    #vpnavigation li li {
       position: relative;
       background-image:url(../upload/layout/menu_2_hover.gif);
    background-repeat:repeat-x;
    width:220px;
    }

    #vpnavigation li li a.daddy { /* Listenelemente mit Unterpunkten */
       background: url(../images/rightarrow.gif) center right no-repeat;
    }

    #vpnavigation li ul ul { /* Listen 3. Ebene und weiter */
       margin: -1em 0 0 10em;
    }

    #vpnavigation li:hover ul ul, #vpnavigation li.sfhover ul ul {
       left: -999em;
    }

    #vpnavigation li:hover ul, #vpnavigation li li:hover ul, #vpnavigation li.sfhover ul, #vpnavigation li li.sfhover ul { /* Listen, die unterhalb von "gehoverten" Menüpunkte liegen */
       left: auto;
       z-index:1000;
    }

    #vpnavigation li#active { /* Listen zur aktuellen Kategorie */
       font-style: normal!important;
    }

.slideshow-box {
    z-index:1;
    position:absolute;
    top:13px;
    right:0px;
    width:690px;
    height:285px;
}

.slideshow {
    padding:0px;
    margin:0px;
}

.slide {
    z-index:1;
}

#logo {
    position:absolute;
    top:110px;
    left:23px;
    width:309px;
    height:83px;
    z-index:10;
    color:#FFFFFF;
    font-size:12px;
    letter-spacing:4px;
    }

#logo a {
    color:#FFFFFF;
    text-decoration:none;
}
    
#angebot {
    position:absolute;
    right:0px;
    height:285px;
    width:190px;
    background-color:#FFFFFF;
    z-index:8;
    filter: alpha(opacity=50);
    opacity:0.5;
    -moz-opacity:0.5;
}
    
.wrapper {
    clear:both;
    float:none;
    display:block;
    position:fixed;
}

.artikelliste {
    position:absolute;
    top:40px;
    left:780px;
    height:100%;
    max-height:300px;
    width:100%;
    z-index:20;
}

.artikelliste .button {
    background-image:url(../upload/layout/left_back.jpg);
    background-repeat:repeat-x;
    height:32px;
    width:150px;
    color:#7b6258;
    line-height:30px;
}
.artikelliste .button a {
    color:#7b6258;
    text-decoration:none;
    text-transform:uppercase;
}

.artikelliste .flaeche {
    width:138px;
    background-color:#FFFFFF;
    border-left:#746259 1px solid;
    border-right:#746259 1px solid;
    border-bottom:#746259 1px solid;
    padding:5px;
    color:#7b6258;
}

.artikelliste .flaeche img {
    padding-bottom:5px;
}

.artikelliste .flaeche a {
    color:#7b6258;
    text-decoration:none;
}

.artikelliste .flaeche a:hover  {
    text-decoration:underline;
}

.artikelliste .preis {
    font-weight:bold;
    display:inline;
}

#mitte_inhalt .textItem {
    color:#746259;
    line-height:17px;
}

#mitte_inhalt .textItem a {
    color:#f29e00;
    text-decoration:none;
}

#mitte_inhalt .textItem a:hover {
text-decoration:underline;
}

#mitte_inhalt .textItem a>img {
    color:#746259;
}

#mitte_inhalt .textItem a img {
    padding:2px;
    border:1px solid #746259;
}

.preis td {
    height:20px;
}

.preis_dunkelgrau {
    background-color:#ded8d6;
}

.preis_hellgrau {
    background-color:#f4f3f2;
}

.spezialangebot img {
    float:left;
    margin-right:10px;
}

.spezialangebot h2 a, .spezialangebot a {
    color:#f29e00;
    text-decoration:none;
}

.spezialangebot h2 a:hover, .spezialangebot a:hover {
    text-decoration:underline;
}

.spezialangebot .preis {
    font-weight:bold;
}

.spezialangebot .more {
    text-align:right;
}

.sitemapStandardMainCat {
    margin:0px;
    padding:0px;
    padding-bottom:10px;
}


.sitemapStandardMainCat li {
    list-style-type:none;
} 

.sitemapStandardMainCat li a {
    color:#746259;
    text-decoration:none;
}

.sitemapStandardMainCat li a:hover {
    text-decoration:underline;
    color:#f29e00;
}

.sitemapStandardLevel_1 {
    font-weight:bold;
}

.sitemapStandardLevel_2 {
    margin-left:10px;
}


/*.articlelistPagecounter { width: 100%; text-align: center; margin: 20px 0 15px 0; padding-bottom: 15px; border-bottom: 1px solid #CCC; }
.articlelistItem { width: 150px; z-index:100;}
.articlelistItem img { float: left; margin-right: 10px; }
.articlelistItem p.articlelistHeadline { margin: 10px 0 5px 0; }
.articlelistItem a.articlelistHeadline { font-weight: bold; }
.articlelistItem p.articlelistSubheadline { margin: 0 0 5px 0; font-weight: bold; }
.articlelistItem p.articlelistContent { }
.articlelistItem p.articlelistContent img { float: right; margin-left: 10px; }
.articlelistItem p.articlelistMore { clear: left; text-align: right; font-weight: bold; }
.articlelistItem a.articlelistBack { }
.articlelistItem a.articlelistNext { }
.articlelistItem a.articlelistPageNumber { }
.articlelistItem a.articlelistBegin { }
.articlelistItem a.articlelistEnd { }
.articlelistItem a.articlelistPrevious { }
.articlelistItem a.articlelistNext { }
.articlelistNavigation { width: 100%; text-align: center; margin: 10px 0 20px 0; }
*/
* html .button {
    padding-top:5px;
}

* html #links_inhalt .menu_fix .button{
    height:30px;
    line-height:28px;
}

* html #rechts_inhalt .button, * html #links_inhalt .button, * html .artikelliste .button  {
    height:27px;
    line-height:25px;
}

* html #links_inhalt iframe {
    width:216px;
}
