#headnavi {
    height: 84px;
}

div#topnav {
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 20px;
}


/* IE-Hack  nur IE6 liest die nachfolgende Anweisung! */

* html #topnav {
    border: 1px solid transparent;
}


/* IE-Hack  nur IE7 liest die nachfolgende Anweisung! */

*+html #topnav {
    border: 1px solid transparent;
}

div#topnav li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 20px;
    /*background:transparent url(../img/elem/bullet13x13.gif) no-repeat 0 5px;*/
    vertical-align: middle;
    height: 30px;
    width: 150px;
}

#topnav li a {}

div#topnav .level2 li a {
    display: block;
}

div#topnav .level3 li a {
    display: none;
}

div#topnav a:hover {
    /*color:#FF0000;*/
    text-decoration: none;
}

#subnav {
    clear: left;
    padding: 6px 0 0 0;
    margin: 0;
    /*height:51px;*/
    font-size: 12px;
    /*border: 1px solid #CCCCCC;*/
}


/* IE6-Hack  nur IE liest die nachfolgende Anweisung! */

*html #subnav {
    height: 58px;
    margin-bottom: -2px;
}


/* IE7-Hack  nur IE liest die nachfolgende Anweisung! */

*+html #subnav {
    height: 58px;
}

#subnav ul {
    /*float:left;*/
    list-style: none;
    margin: 0;
}

#subnav li {
    list-style: none;
    display: block;
    float: left;
    margin: 0 30px 0 0;
    padding: 0 0 4px 0;
    /*border: 1px solid #CCCCCC;*/
}

#subnav li.act {
    padding-bottom: 2px;
}


/* IE6-Hack  nur IE liest die nachfolgende Anweisung! */

*html #subnav li {
    padding-right: 4px;
}


/* IE7-Hack  nur IE liest die nachfolgende Anweisung! */

*+html #subnav li {
    padding-right: 4px;
}

#produktdetailnav a,
#rightfootnav a,
#subnav a {
    color: #999999;
}

#produktdetailnav a.act,
#rightfootnav a.act,
#rightfootnav a:hover,
#tx-ttproducts-pi1-listcat a.act,
#subnav a.link1_act,
#subnav a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#lang {
    float: right;
    width: 70px;
    height: 25px;
    list-style: none;
    color: #000;
    text-align: right;
    padding: 0;
    margin: 0 26px 0 0;
    border-bottom: 1px solid #CCCCCC;
    /*border: 1px solid #CCCCCC;*/
}


/*
#lang a {
	display: block;
	width: auto;
	height: auto;

	
	text-decoration: none;
	padding:4px 0 4px 18px;
	background:transparent url(../img/elem/pfeil_13x13.gif) no-repeat 0 5px;
	
}
*/

#lang a {
    display: block;
    width: auto;
    height: auto;
    /*padding: 17px 0 0 0;*/
    /*text-align:center;*/
    text-decoration: none;
    padding: 4px 0 4px 18px;
    background: transparent url(../img/elem/pfeil_13x13.gif) no-repeat 0 5px;
}

#lang a:hover {
    background: transparent url(../img/elem/pfeil_13x13_on.gif) no-repeat 0 5px;
    color: #FF0000;
}

#warenkorb {
    float: left;
    /*height:87px;*/
    height: 100%;
    background: url(../img/elem/raster666666.gif);
    width: 170px;
}


/* IE6-Hack  nur IE6 liest die nachfolgende Anweisung! */

*html #warenkorb {
    height: 90px;
    /*border: 1px solid #CCCCCC;*/
}


/* IE7-Hack  nur IE7 liest die nachfolgende Anweisung!*/

*+html div#warenkorb {
    height: 90px;
    /*border: 1px solid #CCCCCC;*/
}

#warenkorb .basket {
    margin-left: 10px;
}

#warenkorb .basket .warenkorbpic a {
    background: transparent url(../img/elem/warenkorb_f02.gif) no-repeat;
    display: block;
    width: 90px;
    height: 26px;
}

#warenkorb .basket .warenkorbpic a:hover {
    background: transparent url(../img/elem/warenkorb_f03.gif) no-repeat;
}