html{
    height: 100.1%;
}
body, table, td, li, p{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.4em;
    color: #333333;
}
body{
    background: #fff url(../bilder/layout_background.png) repeat-x;
    text-align: center;
    padding: 0;
    margin: 0;
}


#container{
    background: url(../bilder/layout_repeater.gif) repeat-y;
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 950px;
}

#container #header{
    position: relative;
}
#container #header #logo{
    float: left;
}
#container #header ul, #container #header ul li{
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
}
#container #header #meta{
    margin: 10px 0 0 10px;
}
#container #header #meta a{
    border-right: 1px solid #999999;
    text-decoration: none;
    line-height: 15px;
    padding: 0 7px;
    font-size: 10px;
    display: block;
    color: #999999;
}
#container #header #meta a.last{
    border: none;
}
#container #header #meta a.active, #container #header #meta a:hover{
    color: #ff0000;
}
#container #header #flags{
    position: absolute;
    right: 3px;
    top: 10px;
}
#container #header #flags li{
    margin-left: 5px;
}

#container #navigation{
    margin: 20px 20px 0 0;
    position: relative;
    width: 225px;
    float: left;
}
#container #navigation ul, #container #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#container #navigation ul, #container #navigation .element{
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}
#container #navigation ul li{
    border-bottom: 1px solid #c1c1c1;
    line-height: 25px;
    height: 1%;
}
#container #navigation ul li.last{
    border: none;
}
#container #navigation ul li a{
    text-decoration: none;
    margin-left: 30px;
    font-weight: bold;
    display: block;
    color: #333333;
    height: 1%;
}
#container #navigation ul li a:hover, #container #navigation ul li a.active{
    color: #ff0000;
}
#container #navigation ul li ul{
    border-top: 1px solid #c1c1c1;
    padding: 4px 0px 20px 0px;
    border-bottom: none;
    display: none;
}
#container #navigation ul li ul ul{
    padding-left: 10px;
    padding-bottom: 5px;
    border-color: #dddddd;
}
#container #navigation ul li.active ul{
    display: block;
}
#container #navigation ul li ul li{
    line-height: 16px;
    border: 0px;
}
#container #navigation ul li ul li a{
    font-weight: normal;
    font-size: 10px;
}
#container #navigation .element{
    padding: 0 0 0 30px;
}
#container #navigation .notopborder{
    border-top: none;
    padding-bottom: 5px;
}
#container #navigation .element input{
    border: 1px solid #000000;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    font-size: 10px;
    color: #888888;
    margin: 5px 0;
    width: 130px;
}

#content{
    position: relative;
    margin-top: 20px;
    width: 700px;
    float: left;
}

a.button{
    padding: 2px 0 2px 24px;
    text-decoration: none;
    margin-right: 10px;
    color: #666666;
    display: block;
    float: left;
}
a.button:hover{
    color: red;
}
a.right{
    background: url(../bilder/icon_arrow_right_small.gif) no-repeat;
}
a.right:hover{
    background: url(../bilder/icon_arrow_right_red.gif) no-repeat;
}

#inhalt ul, #inhalt li{
    list-style-image: url(../bilder/li.gif);
}
#inhalt ul{
    margin: 0 0 1em;
}
#inhalt ul li{
    margin: 0 0 0 10px;
}
#inhalt ul ul{
    padding-left: 20px;
    margin: 5px 0;
}
#inhalt ul ul li{
    margin: 0;
}
#inhalt ul.navigation li{
    margin: 1px 0;
}
#inhalt ul.navigation li a{
    text-decoration: none;
}
#footer{
    border-top: 1px solid #000000;
    padding: 5px 10px;
    color: #999999;
    margin-top: 15px;
}

h1{
    border-bottom: 1px solid #333;
    margin: 15px 0 0.5em 0;
    font-weight: normal;
    padding-bottom: 6px;
    font-size: 20px;
    color: #383838;
    height: 1%;

}
h2{
    background: url(../bilder/icon_arrow_bottom_red.gif) no-repeat;
    padding: 2px 0 0 24px;
    font-size: 11px;
    margin: 10px 0;
    color: #333;

}
h3{
    font-size: 11px;
    margin: 0 0 5px 0;
}
h4{
    margin: 0.5em 0 0 0;
    color: #000000;
    border: none;
}
p{
    margin: 0em 0 1em;
    padding: 0;
}
a{
    color: #000099;
}
a:hover{
    text-decoration: none;
    color: #036;
}
a img{
    border: none;
}
form{
    display: inline;
}


.thedate{
    float: right;
    font-weight: normal;
}
.floatleft, .floatright{
    display: inline;
    margin-bottom: 10px;
    border: 1px solid #aaaaaa;
    padding: 2px;
}
.floatleft{
    margin-right: 15px;
    float: left;
}
.floatright{
    margin-left: 15px;
    float: right;
}
.redarrow{
    background: url(../bilder/icon_arrow_right_red.gif) no-repeat;
    padding: 2px 0 2px 24px;
    display: block;
}
.repeater{
    margin: 0;
}
.top{
    border-top: 1px solid #000000;
    margin-top: 5px;
    padding-top: 5px;
}
.bottom{
    border-bottom: 1px solid #000000;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.images{
    text-align: right;
    float: right;
    width: 170px;
}
.images img{
    border: 1px solid #aaaaaa;
    padding: 2px;
}
#inhalt .button{
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #666666;
    text-decoration: none;
    margin: 5px 3px 5px 0;
    padding: 2px 5px;
    font-size: 10px;
    display: block;
    color: #000000;
    float: left;
}
#inhalt .button:hover{
    background: url(../zubehoer/hintergrund_input_text_required.gif) repeat-x;
    color: #D10202;
}
.nomargin{
    margin: 0 0 5px 0;
}
.price{
    color: #D10202;
    white-space: no-wrap;
}


table.warenkorb{
    width: 520px;
    empty-cells: hide;
}
table.warenkorb thead th{
    padding: 3px 5px 1px 5px;
    background: #ecedf0;
    text-align: left;
}
table.warenkorb tbody td{
    border-top: 1px solid #CCCCCC;
    vertical-align: center;
    padding: 4px 5px;
}
table.warenkorb tbody td select, table.warenkorb tbody td input{
    margin: 0;
}
table.warenkorb td.dark2{
    background: #FDFAEA;
}
table.warenkorb td.dark3{
    background: #F4EA9F;
}
table.versandkosten tr{
    background-color: #F4F4F4;
}
table.versandkosten tr td{
    padding: 3px;
}


#inhalt label, #inhalt .kontakt{
    position: relative;
    margin: 0 0 5px 0;
    width: 180px;
    float: left;
}
#kontaktform label{
    width: 120px;
}
#anschrift{
    float: right;
    width: 200px;
}
#anschrift label{
    width: 70px;
}
#inhalt input.text, #inhalt textarea.text, #inhalt input.password, #inhalt .kontakt{
    width: 180px;
}
#inhalt input.text, #inhalt input.password, #inhalt textarea.text, #inhalt select{
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #888888;
    margin: 0 0 5px 0;
    font-size: 10px;
    padding: 2px 0;
    float: left;
}
#inhalt input.required, #inhalt input.password.required, #inhalt textarea.required, #inhalt select.required{
    background: #ffdddd url(../zubehoer/hintergrund_input_text_required.gif) repeat-x;
}
#inhalt .checkbox, #inhalt .radio{
    margin: 0 0 5px 0;
    background: none;
    width: auto;
    border: 0;
}
#inhalt input:focus, #inhalt select:focus, #inhalt input.required:focus{
    border: 1px solid #000000;
}
#inhalt label.required{
    color: #A02031;
}
#inhalt .formmailerror{
    margin: 5px 0 15px 0;
    color: #d00707;
    display: block;
}
.clearleft{
    clear: left;
}


.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

table.warenkorb {
    width: 701px;
}

table.warenkorb th, table.warenkorb td  {
    font-size: 10px;
}

table.warenkorb thead th {
    border-top: 1px solid #b9b9b9;
    background-color: #f7f7f7;
    height: 23px;
}

table.warenkorb thead th {
    font-size: 10px;
    font-weight: bold;
}

table.warenkorb tbody th, table.warenkorb tbody td {
    font-size: 10px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table.warenkorb tbody tr td input {
    border-left: 1px solid #4e4e4e;
    border-top: 1px solid #4e4e4e;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

span.greyarrow{
    background: url(../bilder/icon_arrow_right_small.gif) left no-repeat;
    padding: 2px 0 2px 24px;
    color: #333;
}

span.greyarrow a{
    color: #333;
    text-decoration: none;
}

span.delete {
    background: url(../bilder/icon_arrow_right_small.gif) no-repeat;
    padding: 2px 0 2px 24px;
    color: #333;
}

span.delete a{
    color: #333;
    text-decoration: none;
}

table.neukundenregistrierung tr td {
    border: 0px;
}

div.tab {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    display: none;
    padding: 10px 10px;
    margin: 0;
}
div.tab h2{
    margin: 0;
}
div.active {
    display: block;
}

ul.tabnav {
    position: relative;
    line-height: 20px;
    list-style: none;
    padding: 0px;
    padding: 10px 0 20px 0;
}
.tabnav li {
    overflow: hidden;
    list-style: none;
    height: 20px;
    float: left;
}
.tabnav a {
    background: url(../bilder/icon_arrow_bottom_red.gif) no-repeat;
    padding: 2px 15px 0 24px;
    font-size: 11px;
    text-decoration: none;
    display: block;
    margin: 0px;
    color: #666;
}
.tabnav a.active, .tabnav a:hover {
    color: #990000;
}
fieldset {
    padding:10px 17px;
}
fieldset legend {
    font-weight:bold;
    padding:0pt 5px;
}