/*
** for CSS2-browsers.
*/
 
/*
----------------------------------------------------------
-- Allgemeiner Teil
----------------------------------------------------------
*/

html, body
{
    font-family: "Trebuchet MS" , Verdana, "Lucida Grande" , Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #565656;
    background-color: White;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


form
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
 

select, input
{
    font-size: 10px;
}

table
{
    font-size: 100%;
}

a
{
    text-decoration: none;
    color: #436976;
}

a:hover
{
    text-decoration: underline;
    color: #ff3300;
}

img
{
    border: none;
    vertical-align: middle;
}

p
{
    margin: 0.5em 0em 1em 0em;
    line-height: 1.5em;
}

hr
{
    height: 1px;
    color: #596275;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6
{
    background-color: transparent;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    border-bottom: 1px solid #596275;
}

h1
{
    font-size: 160%;
    padding-right: 4em;
}

h2
{
    font-size: 150%;
}

h3
{
    font-size: 140%;
    border-bottom: none;
    font-weight: bold;
}

h4
{
    font-size: 120%;
    border-bottom: none;
    font-weight: bold;
}

h5
{
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6
{
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}


ul
{
    line-height: 1.0em;
    list-style-type: square;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    list-style-image: url(images/bullet.gif);
}

ol
{
    line-height: 1.5em;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
}
ul a, ol a
{
    text-decoration: underline;
}
li
{
    margin-bottom: 0.5em;
}
dt
{
    font-weight: bold;
}
dt a
{
    text-decoration: underline;
}

dd
{
    line-height: 1.5em;
    margin-bottom: 1em;
}
dd a
{
    text-decoration: underline;
}

dd.link a
{
    text-decoration: none;
    color: Black;
}

.netscape4
{
    display: none;
}


/*
----------------------------------------------------------
-- Spezifischer Teil
----------------------------------------------------------
*/


a.ZurKasse
{
    color: #ff6633;
}



/*
----------------------------------------------------------
-- Header
----------------------------------------------------------
*/

div.topBar
{
    background: White;
    border-top: 0px solid #999999;
    margin: 0px;
    padding: 0px 12px 0px 12px;
    height: 55px;
}

div.menuBar1
{
    background: #CC0000;
    border-top: 0px solid #DD0000;
    border-bottom: 0px solid #DD0000;
    color: #EEEEEE;
    margin: 0px;
    padding: 0px 12px 0px 12px;
    font-size: 90%;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
}

div.menuBar2
{
    background: #dcdcdc;
    border-top: 0px solid #dcdcdc;
    border-bottom: 1px solid #636363;
    color: #666666;
    margin: 0px;
    padding: 0px 12px 0px 12px;
    font-size: 90%;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
}

a.selectedMenu2
{
    font-size: 12px;
    background: #dcdcdc; 
    color: #060606;
    padding: 2px 5px 2px 5px;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #666666;
}


a.Menu1
{
    font-size: 12px;
    background: #CC0000;
    color: #EEEEEE;
    padding: 2px 5px 2px 5px;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #EEEEEE;
}
a.Menu1:hover
{
    background: #EE2222;
    color: #EEEEEE;
}


a.Menu2, a.selectedMenu1
{
    font-size: 12px;
    background: #dcdcdc;
    color: #666666;
    padding: 2px 5px 2px 5px;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #666666;
}

a.Menu2:hover
{
    background: #DFDFDF;
}



a.noMenuBorder
{
    border-width: 0px 0px 0px 0px;
}

.userLinks
{
    float: right;
    margin: 0px;
    padding: 0px;
}

.userLinks a, .userLinks a:visited, .userLinks a:link
{
    font-weight: normal;
    text-decoration: none;
    background-color: transparent;
    color: #333333 !important;
    white-space: nowrap;
    padding-left: 8px;
}


.userLinks a:hover, .userLinks a:active
{
    text-decoration: none;
    background-color: transparent;
    color: #111111 !important;
    font-weight: normal;
}


div.globalNav
{
    font-size: 11px;
    background-color: White;
    float: right;
    color: #333333;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.logoRow
{
    white-space: nowrap;
    margin: 0px 0px 0px 0px;
}

div.footer
{
    background: #dcdcdc;
    padding: 2px 10px 2px 10px;
}

div.footerright
{
    background: #dcdcdc;
    padding: 2px 10px 2px 10px;
    float: right;
}


.searchbox
{
    font-size: 80%;
    width: 110px;
}


input.searchButton
{
    background: #EEEEEE url(images/search_icon.gif) 2px 1px no-repeat;
    color: Black;
    font-size: 90%;
    font-weight: normal; 
    padding: 0px 0px 0px 15px;
}

input.resetButton
{
    background: #EEEEEE;
    color: Black;
    font-size: 75%;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
}

.userActions
{
    margin: 0px;
    padding: 0px;
}

/*
----------------------------------------------------------
-- Main
----------------------------------------------------------
*/

table.MainTable
{
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    width: 100%;
    border-collapse: collapse;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

td.Navigation
{
    border-right: 0px solid;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 0px;
    vertical-align: top;
    width: 140px;
    border-top-style: none;
    padding-top: 0px;
    border-left-style: none;
    text-align: left;
    border-bottom-style: none;
}

td.Main
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    vertical-align: top;
}


.Produkte
{
    border-right: #dcdcdc 1px solid;
    padding-right: 15px;
    border-top: #dcdcdc 1px solid;
    padding-left: 15px;
    padding-bottom: 15px;
    vertical-align: top;
    border-left: #dcdcdc 1px solid;
    padding-top: 15px;
    border-bottom: #dcdcdc 1px solid;
}

.LogoHersteller
{
    padding-bottom: 15px;
    text-align: right;
}

.BildProdukt
{
    white-space: nowrap;
    float: left;
}
div.Preis
{
    margin-top: 2em;
    width: 220px;
    float:  right;
}
.PreisBig
{
    background-color: #CC0000;
    color: White;
    font-size: 120%;
    margin-top: 2em;
    font-weight: bold;
    padding-left: 15px;
}
.PreisSmall
{
    background-color: White;
    color: #CC0000;
    font-size: 90%;
    margin-top: 0em;
    padding-left: 15px;
}

.HerstellerKasten
{
    float: left;
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
    margin: 5px;
    width: 150px;
    height: 50px;
    text-align: center;
    overflow: hidden;
}


.ProdukteGruppe
{
    border-right: #dcdcdc 1px solid;
    padding-right: 0px;
    border-top: #dcdcdc 1px solid;
    padding-left: 0px;
    padding-bottom: 15px;
    vertical-align: top;
    border-left: #dcdcdc 1px solid;
    padding-top: 0px;
    border-bottom: #dcdcdc 1px solid;
}

.RahmenHide
{
    float: left;
}

.ProdukteGruppeRahmen
{
    float: left;
    border-right: #dcdcdc thin solid;
    border-top: #dcdcdc thin solid;
    border-left: #dcdcdc thin solid;
    border-bottom: #dcdcdc thin solid;
    margin: 0px 10px 10px 0px;
    width: 140px;
}

.ProdukteGruppeOhneRahmen
{
}


.ProdukteGruppeTitel
{
    background-color: #dcdcdc;
    color: #666666;
    font-size: 115%;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    padding-top: 5px;
    border-bottom: #dcdcdc 1px solid;
    height: 38px;
}

.ProdukteGruppeText
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ProdukteGruppeBild
{
    height: 140px;
    text-align: center;
    margin-top: 3px;
    overflow: hidden;
}

.NavigationLeft
{
    font-size: 90%;
    font-weight:bold ;
    vertical-align: top;
    border-top: #dcdcdc 0px solid;
    border-right: #dcdcdc 0px solid;
    border-left: #dcdcdc 0px solid;
    width: 200px;
    height: 500px;
}

.TreeNode
{
    font-size: 11px !important;
    font-family: "Trebuchet MS" , Verdana, "Lucida Grande" , Helvetica, Arial, sans-serif !important;
    color: #436976 !important; 
    margin: 0px !important;
    padding: 0 !important;

}


