/* Standardangaben
Paddings und Margins auf 0 setzen, vertikaler Scrollbar immer sichtbar, Clearfix und float-standard
*/

html{ height: 100.1%; }
*{ padding: 0; margin: 0;}
a img{ border: none; }
form {display: inline}
ul img, .navigation img{ vertical-align: bottom; }
.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 */
.floatleft { float: left; margin-right: 10px; display: inline;}
.floatright {float: right; margin-left: 10px; display: inline;}

/* Schriftart und Größe für die Seite, Abstände von Paragraphen usw */
body, table, td, p {
    font: 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
}

body, p, li{
    line-height: 1.5em;
}

body{
    background: #fff url(../bilder/bg_header.gif) repeat-x;
    text-align: center;
    padding: 0;
    margin: 0;
}

p {
    margin: 0em 0 1em;
    padding: 0;
}

/* Grundgerüst */
#container, #headercontent, #titelbildercontent, #innercontainer {
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 960px;
}

#header{
    height: 81px;
}

#titelbilder {
    height: 170px;
    background: transparent url(../bilder/bg_homeheader.png) repeat-x;
}

#logo {
    position: absolute;
    left: 10px;
    top: 10px;
}

#container {
    background: transparent url(../bilder/bg_container.gif) repeat-y;
}

#innercontainer {
    background: transparent url(../bilder/bg_inhaltsheader.gif) no-repeat;
}

#navigation{
    position: relative;
    width: 193px;
    float: left;
    margin-right: 20px;
    margin: 40px 20px 0 0;
}

#inhalt{
    position: relative;
    width: 747px;
    float: left;
    padding: 20px 0 20px 0;
}

#footer{

}
/* Ende Grundgerüst */

/* Navigation */
.navigation, .navigation ul{
    list-style: none;
}

#navigation ul {
    margin: 1px;
}

#navigation ul li {
    display: inline;
}

#navigation ul li a {
    background: url(../bilder/bg_nav.gif) repeat-x;
    display: block;
    line-height: 25px;
    height: 25px;
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 10px 0 10px;
}

#navigation ul li a:hover, #navigation ul li.active a {
    background: url(../bilder/bg_nav_hov.gif) repeat-x;
    border-left: 2px solid #1717FF;
    border-right: 2px solid #1717FF;
    padding: 0 8px 0 8px;
}

ul.navigation{
    margin: 0;
    padding: 0;
}
/* Ende Navigation */

/* Header */

#titelbildercontent ul {
    list-style: none;
    height: 170px;
    display: block;
    border-left: 1px solid #fff;
}

#titelbildercontent ul li {
    float: left;
}

#titelbildercontent ul li img {
    border-right: 1px solid #fff;
}

/* Ende Header */

/* Inhalt */

#inhalt ul{
    margin :10px 0;
    list-style: none;
}

#inhalt ul li{
    background: url(../bilder/listenpunkt.gif) no-repeat 0em 0.3em;
    padding-left: 30px;
    position: relative;
}

h1, h2, h3, h4 {
    color: #00f;
}

h1, h2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h2 {
    font-weight: bold;
}

h3, h4 {
    text-transform: uppercase;
    margin: 0 0 0.5em 0;
}


h1{
    font-size: 17px;
    margin: 0 0 1.5em 0;

}

h2{
    font-size: 15px;
    margin: 0 0 1em 0;
}

h3{
    font-size: 12px;
}

h4 {
    font-size: 11px;
}

a {
    color: #00f;
}

a:hover {
    color: #036;
    text-decoration: none;
}

.infobox {
    margin: 20px;
    padding: 5px;
    border: 3px solid #00f;
    background: #fff;
}

.infobox p {
    margin: 0;
}

.breit, #kontaktform {
    width: 477px;
}

.schmal {
    width: 250px;
}

.mittel {
    width: 363px;
}

.centered {
    text-align: center;
}

.links {
    float: left;
}

.rechts {
    float: right;
}

#search{
    position: absolute;
    top: 10px;
    left:  420px;
}

#search h4, #cart h4{
    border-bottom: 1px solid #00f;
    margin: 0 0 2px 0;
    line-height: 13px;
}
#search label{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 9px;
    width: 84px;
    line-height: 10px;
    margin: 0;
    padding: 0;
    display: block;
}
#search .float{
    width: 90px;
    float: left;
    display: block;
    line-height: 10px;
}
#search input.text{
    width: 84px;
    padding: 1px;
    margin: 0;
}
#search input.text{
    width: 144px;
}
#search .float{
    width: 150px;
}
#search a{
    float: left;
    margin-right: 10px;
    font-size: 10px;
}


#cart{
    position: absolute;
    top: 10px;
    left:  680px;
    width: 250px;
}
#cart p{
    margin: 0 0 2px 0;
    font-size: 10px;
    line-height: 13px;
}


#kundenbereich{
    line-height: 1em;
    padding: 10px;
}
#kundenbereich h4{
    border-bottom: 1px solid #00f;
    margin: 0 0 2px 0;
    line-height: 13px;
}
#kundenbereich input.text, #kundenbereich label{
    margin: 0 0 2px 0;
    display: block;
    width: 140px;
    float: none;
}
#kundenbereich input.button{
    margin: 10px 0 0 0;
}




.box {
    background: #FFFF99;
    border: 1px solid #BABFAE;
    padding: 10px;
    margin-bottom: 20px;
}

.nocaps {
    text-transform: none;
}

.repeater{
    margin-bottom: 1.4em;
}

.repeater h2{
    margin: 0;
    font-size: 12px;
    padding: 0;
}

.rahmen, .bildrahmen img , .bildrahmen a img {
    border: 1px solid #BABFAE;
}


.datum {
    font-size: 10px;
    color: #808080;
}

.produktbild {
    margin-bottom: 10px;
}

/* Kontaktformular */
.kontakt, input.text, textarea.text {
    width: 250px;
}

#formmailmessage, .formmailerror {
    width: 370px;
}

label {
    position: relative;
    width: 170px;
    float: left;
    margin-bottom: 5px;
}

#kontaktform label {
    position: relative;
    width: 130px;
    float: left;
    margin-bottom: 5px;
}

input.text, textarea.text, select {
    background: #ffffff;
    color: #333;
    border: 1px solid black;
    font-size: 11px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    border: 1px solid #00f;
    padding: 2px;
}

input.button {
    cursor: pointer;
    cursor: hand;
    border: 1px solid #00f;
    background: #00f;
    color: #FFFF99;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#inhalt input.button {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
}

input.text, input.password, textarea.text{
    margin: 0px 0px 5px 0px;
    border: 1px solid #00f;
}

input.required, input.password.required, textarea.required{
    margin: 0px 0px 5px 0px;
    border: 1px solid #F8D5D5;
}

form input.required.completed, form input.ausfuellen.completed{
    border: 1px solid #00f !important;
}

select {
    margin-bottom: 5px;
    font-size: 11px;
    padding: 1px 2px;
}

body > select {
    margin-bottom: 0px;
}

.checkbox, .radio {
    background: none;
    margin-bottom: 5px;
    border: 0;
}

.submit{
    margin: 5px 0 5px 0;
    padding: 2px 2px;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
}

input:focus, select:focus, input.required:focus {

}

form label.required {
    color: red;
}

form label.completed {
    color: black;
}

.ausfuellen {
    border: 1px solid red;
}

#formmailmessage, .formmailerror {
    border: 1px solid #E7DBC6;
    padding: 5px;
    color: red;
    margin: 0px 0px 5px 0px;
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    display: none;
    overflow: hidden;
    line-height: 1.3em;
}

.formmailerror{
    display: block;
}

#formmailmessage.complete{
    color: black;
    border: 1px solid green;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
}

#formmailmessage em{
    color: green !important;
    font-weight: bold;
}

#formmailmessage .linkespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage .rechtespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage #daten{
    margin-top: 10px;
}

#formmailmessage br{
    clear: left;
}


.kontakt {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 5px;
}

#anschrift {
    float: right;
    position: relative;
}

#anschrift label {
    position: relative;
    width: 60px;
    float: left;
    margin-bottom: 2px;
}

#anschrift p {
    margin-top: 4px;
}

#kontaktform, #formmailmessage {
    margin-right: 10px;
    position: relative;
}

#kontaktform input.radio {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.clearleft {clear: left; }
/* Ende Kontakt */

table.rubriken {
    border: 1px solid #00f;
    width: 100%;
    background: #f3f3f3;
}

table.rubriken tbody td {
    text-align: center;
    vertical-align: top;
    background: #FFFF99;
    border: 1px solid #BABFAE;
    padding: 10px 6px;
}

table.rubriken tbody td img {
    margin-bottom: 5px;
    border: 1px solid #999;
}

table.rubriken tbody td h4 {
    text-transform: none;
}

.small {
    font-size: 10px;
}

table.produktvarianten {
    border: 1px solid #BABFAE;
    background: #ff9;
    width: 100%;
    empty-cells: show;
    border-collapse: collapse;
}

table.produktvarianten thead th, table.produktvarianten tbody td {
    border: 1px solid #BABFAE;
    padding: 4px 5px;
}

table.produktvarianten thead th {
    font-size: 12px;
    color: #00f;
}

#inhalt ul.register {
    margin: 0;
    padding: 0;
    background-image: none;
    list-style: none;
}

#inhalt ul.register li {
    display: inline;
    background-image: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

#inhalt ul.register li a {
    display: block;
    background-image: none;
    float: left;
    width: 22px;
    height: 20px;
    margin-right: 3px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
    background-color: #white;
    color: #999;
    cursor: default;
}

#inhalt ul.register li.letter a {
    border: 1px solid #00f;
    background-color: #ff9;
    color: #00f;
    cursor: pointer;
    cursor: hand;
}

#inhalt ul.register li.active a {
    border: 1px solid #00f;
    background-color: #00f;
    color: #fff;
    cursor: pointer;
    cursor: hand;
}

#inhalt ul.register li.letter a:hover {
    width: 18px;
    height: 16px;
    line-height: 16px;
    border: 3px solid #00f;
    cursor: pointer;
    cursor: hand;
}

.produktnews label {
    font-size: 10px;
    color: #666;
    width: 75px;
}

/****/

#searchresult{
    border: 1px solid #0000ff;
    background:#ffff99;
    position: absolute;
    display: none;
    z-index: 2000;
    width: 250px;
    left: 0;
}
#searchresult{
    top: 44px;
}
#searchresult *{
    height: auto;
}

#result{


}
#result #searchcontrols{
    border-bottom: 1px solid #0000ff;
    background: #fef5de;
    height: 20px;
}
#result #searchcontrols a{
    line-height: 20px;
    display: block;
    float: right;
}
#result ul li a{
    overflow: hidden;
    text-decoration: none;
    padding: 2px 5px;
    display: block;
    width: 240px;
}
#result ul, #result ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
#result a:hover, #result #pointer{
    background: #cccccc;
    color: #694D01;
    text-decoration: none;
}
#result .left, #result .right{

}

