html{
    height: 100.1%;
}
body, table, td, li, p{
    font: 11px Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
    line-height: 1.4em;
    color: #333333;
}
body{
    background: url(../bilder/layout_background.jpg) repeat-x;
    text-align: center;
    padding: 0;
    margin: 0;
}


#container{
    background: url(../bilder/layout_background_container.gif) repeat-y;
    position: relative;
    text-align: left;
    margin: 0 auto;
    margin-top: 10px;
    width: 940px;
}
#container #header{
    background: url(../bilder/layout_header.jpg);
    position: relative;
    height: 163px;
}
#container #header ul, #container #header #warenkorb, #container #header #search{
    position: absolute;
    right: 15px;
    top: 5px;
}
#container #header ul, #container #header ul li{
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
}
#container #header ul li{
    margin-left: 3px;
}
#container #header ul li a{
    text-decoration: none;
    color: #333333;
    font-size: 12px;
}
#container #header ul li a:hover, #container #header ul li a.active{
    color: #a78bb1;
}
#container #header #warenkorb{
    background: url(../bilder/icon_cart.gif) bottom right no-repeat;
    width: 190px;
    top: 40px;
}
#container #header #warenkorb h3{
    text-transform: uppercase;
    font-size: 10px;
    color: #1C007E;
    margin: 0;
}
#container #header #warenkorb label{
    margin: 0 ;
    width: 80px;
}
#container #header #warenkorb a{
    font-weight: bold;
    display: block;
}
#container #header #search{
    width: 160px;
    top: 135px;
}
#container #header #search span{
    color: #FFFFFF;
    font-size: 10px;
}
#container #header #search input{
    border: 1px solid #999999;
    font-size: 11px;
    margin: 0 10px;
    width: 60px;
}
#container #navigation, #container #information{
    background: url(../bilder/layout_background_navigation.jpg) no-repeat;
    position: relative;
    margin-right: 10px;
    width: 200px;
    float: left;

    min-height: 580px;
    height: auto;
    _height: 580px;
}
#container #navigation ul, #container #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#container #navigation ul{
    margin-top: 25px;
}
#container #navigation ul ul{
    margin-top: 0;
}
#container #navigation ul li a{
    background: url(../bilder/nav_inactive.gif) no-repeat;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    color: #FFFFFF;
    height: 25px;
}
#container #navigation ul li a span{
    line-height: 25px;
    padding: 0 20px;
}
#container #navigation ul li a:hover, #container #navigation ul li a.active{
    background: url(../bilder/nav_active.gif) no-repeat;
    color: #1c007e;
}
#container #navigation ul ul a{
    border-right: 1px solid #848484;
    background: #f6bbeb;
    padding-left: 20px;
    color: #333333;
}
#container #navigation .padding{
    background: url(../bilder/image_sportler.gif) bottom center no-repeat;
    padding-bottom: 340px;
    min-height: 225px;
    height: auto;
    _height: 225px;
}
#container #inhalt{
    position: relative;
    margin-right: 10px;
    width: 520px;
    float: left;
    padding-top: 25px;
}
#container #information{
    background: url(../bilder/layout_background_information.jpg) no-repeat;
    margin: 0;
}
#container #information .padding{
    padding: 25px 20px;
}
#container #information h1{
    padding: 0;
    background: transparent;
}
#container #information input{
    width: 149px;
}
#container #information input.button{
    width: auto;
}

#container #footer{
    background: url(../bilder/layout_footer.gif) bottom no-repeat;
    margin-bottom: 20px;
    position: relative;
    height: 35px;
}
#container #footer img{
    position: absolute;
    right: 23px;
    top: 17px;

}
#container #footer p{
    padding: 10px 0 0 225px;
    font-size: 11px;
    color: #333333;
}


#container #navigation ul li#online-shop ul, #container #navigation ul li#online-shop ul li {
    margin:0;
    padding:0;
    list-style:none;
}

#container #navigation ul li#online-shop ul {
    display:none;
}

#container #navigation ul li#online-shop.active ul {
    display:block;
}

#container #navigation ul li#online-shop ul li a {
    background:#fff;
}

#container #navigation ul li#online-shop ul li a.active {
    background:#fff;
    text-decoration:underline;
}

h1, h2, h3, h4{
    margin: 0em 0 1em;
    font-weight: bold;
    font-size: 11px;
}

h1{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #FDCF64;
    line-height: 25px;
    padding-left: 5px;
    color: #333333;
}

h2{
    font-size: 12px;
}


h3{

}
h4{
    margin: 0.5em 0 0 0;
    color: #000000;
    border: none;
}
p{
    margin: 0em 0 1em;
    padding: 0;
}
a{
    color: #1C007E;
}
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;
}
.repeater{
    margin: 0;
}
.line{
    border-top: 1px solid #FDCF64;
    font-size: 9px;
}
.datum{
    float: right;
    font-size: 9px;
}

div.sonderangebote{
    border: 1px solid #FDCF64;
    padding: 10px 10px 5px 10px;
    margin: 0px;
}

div.sonderangebote a img{
    border: 0px;
}

.superpreis{
    color: #772874;
    font-size: 13px;
}
input.amount, .button{
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
    margin: 0px 10px 5px 0px;
    text-decoration: none;
    font-size: 11px;
    display: block;
    color: #333333;
    padding: 2px;
    float: left;
}
a.button{
    padding: 2px 10px;
}

.kontakt, input.text, textarea.text, input.password{
    width: 200px;
}
label, .label{
    position: relative;
    margin-bottom: 5px;
    width: 120px;
    float: left;
}
.label{
    width: 90px;
}
input.text, input.password, input.submit, textarea.text, select{
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
    margin: 0px 0px 5px 0px;
    font-size: 11px;
    padding: 2px 0;
}
input:focus, select:focus, input.required:focus{
    border: 1px solid #000000;
}
input.required, input.password.required, textarea.required{
    background: #ffffff url(../zubehoer/hintergrund_input_text_required.gif) repeat-x;
    border: 1px solid #F8D5D5;
}
input.required.completed, input.ausfuellen.completed{
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x !important;
    border: 1px solid #cccccc !important;
}
body > select{
    margin-bottom: 0px;
}
.checkbox, .radio{
    margin-bottom: 5px;
    background: none;
    width: auto;
    padding: 0;
    margin: 0;
    border: 0;
}
label.required{
    color: #FF0000;
}
label.completed{
    color: #000000;
}
.formmailerror{
    background: #ffffff url(../zubehoer/hintergrund_input_text_required.gif) repeat-x;
    border: 1px solid #E7DBC6;
    margin: 0px 0px 10px 0px;
    line-height: 1.3em;
    overflow: hidden;
    display: block;
    color: #FF0000;
    width: 320px;
    padding: 5px;
}
.ausfuellen{
    border: 1px solid #FF0000;
}
.kontakt{
    position: relative;
    margin-bottom: 5px;
    display: block;
    float: left;
}
.clearleft{
    clear: left;
}

table.warenkorb{
    width: 520px;
}
table.warenkorb thead tr th{
    font-size: 12px;
    border-bottom: 1px solid #333333;
    padding: 0 2px 5px;
}
table.warenkorb tbody tr td{
    padding: 5px 2px;
    border-bottom: 1px solid #333333;
}
table.warenkorb tbody tr td input{
    width: 30px;
}
table.warenkorb tbody tr td img{
    border: 1px solid #aaaaaa;
    padding: 2px;
}

#inhalt span.noBorder img {
    border: 0px;
}

table.produkteRepeater a img {
    border: 0px;
}


ul.sitemap {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

ul.sitemap li {
    list-style: none;
}

ul.sitemap li a {
    text-transform: uppercase;
    text-decoration: none;
    line-height: 2.0em;
}

ul.sitemap ul {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 20px;
}

ul.sitemap li ul li {
    list-style: none;
}

ul.sitemap li ul li a {
    text-transform: none;
    text-decoration: none;
    line-height: 2.0em;
    color: #772874;
}

.fehler {
    padding: 4px;
    border: 1px solid #FF0000;
    color: #FF0000;
}