html {
    min-height: 100%;
    width: 100%;
    margin-bottom:1px;
    overflow-y: scroll;
}

body {
    padding: 0;
    margin: 0;
    font-family:  Arial, Verdana,"Sans serif";
    font-size:12px;
}

#background {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

#maincontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}
#all{
    width: 980px;
    margin: 0 auto;
    padding-top: 100px;
}


div {
    padding: 0;
    margin: 0;
}
a {
   text-decoration: none;
   color: #B09234;
}
a:hover {
    text-decoration: underline;
}
a img{
  border:0;
}
h1{
    /* 
    Startseite
    */
    font-family:'Capone W00 Light';
    font-size:42px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b09234;
    text-align:center;
}
h2{
    /* 
    Überschrift der einzelnen Kategorien
    */
    font-family:'Capone W00 Light';
    font-size:32px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b09234;
    text-align: center;
    margin: 10px auto;
}
h3{
    /* 
    Header von bereich z.B. :
    Über uns Seite die Namen
    */
    font-family:'Capone W00 Light';
    font-size:20px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    color: #b09234;
    padding: 0;
    margin: 0;
}

h4{
    /* 
    Zwischenüberschrift der Kategorien
    */
    font-family:'Capone W00 Light';
    font-size:24px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    color: #b09234;
    text-align: center;
    margin: 10px auto;
}


h5{
    font-family:'Capone W00 Light';
    font-size:16px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    color: #000;
    padding: 0;
    margin: 0;
}

img.rahmen{
    border:2px solid #b09234;
}
#all {
margin: 0 auto;
}
#top {
    width:980px;
    height: 170px;
    overflow:hidden;
    
}
.weiter{
    text-align: right;
    color: #b09234;
    font-size: 11px;
}

.container {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 5px 0;
}
#content_left_outer{
    width: 300px;
    float:left;
}
#content_right_outer{
    width: 650px;
    float: right;
}
#content_left{
    width: 260px;
    padding:10px 20px;
    background-color: rgba(255,255,255,0.90);
    -moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;
    box-shadow: 0px 0px 10px #ffffff;
    float:left;
}
#content_right{
    width: 570px;
    padding:10px 40px;
    background-color: rgba(255,255,255,0.90);
    -moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;
    box-shadow: 0px 0px 20px #ffffff;
    float:right;
}
#content_right_header {
    text-align: center;
}
#content_full {
    width: 900px;
    padding:30px 40px;
    background-color: rgba(255,255,255,0.90);
    -moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;
    box-shadow: 0px 0px 10px #ffffff;
}

#footer {
    text-align: center;
    height: 38px;
    background:url('/media/images/templates/Werner/footer-bg.png');
    background-repeat: repeat-x;    
    color: #c6c7bf;
    font-family:'Capone W00 Light';
    text-transform: uppercase;
    font-size: 18px;
    padding-top:7px;
    letter-spacing: 1px;
}
#footer a {
    color: #969696;
    padding: 6px 15px; 
}


#nav {
    background:url('/media/images/templates/Werner/header-bg.png') no-repeat;
    background-position: center top;
    height: 65px;
    width: 100%;
    position:absolute;
    left:0;
    top:0;
    padding-top: 29px;
    z-index: 1000;

}

#TNG_navigation{
    width:980px;
    height:40px;
    background-image:url('/amedia/images/templates/k-ommerce/Top-Nav-off.jpg');
    overflow: hidden;
    margin: 0 auto;
    
    text-transform: uppercase;
}
#TNG_navigation ul{
    margin:0;
    padding:0; 

}
#TNG_navigation li{
    list-style-type: none;

}
#TNG_navigation li.first a{
    display:block;
    font-size: 20px;
    height:16px;
    padding: 8px 20px 14px;
    color: #97988c;
    background-color:transparent;
    margin: 0;
    font-family:'Capone W00 Light';
}
#TNG_navigation li.on a, #TNG_navigation li.first:hover a{
    display:block;
    color:#fff;


}

#TNG_navigation a{
    display:block;
    text-decoration:none;
}
#TNG_navigation ul li.first{
    float:left;
    padding:0;
    text-align:center;
    list-style-type: none;

}

#TNG_navigation ul li ul.drop{
    display:none;
    position:absolute;
    z-index: 1000;

}
#TNG_navigation ul li.first:hover>ul.drop{
    display: block; 
    border:1px solid #fff;
}
#TNG_navigation ul li.first ul.drop li a{
    background-color: #484032;
    background-image:none;

}
#TNG_navigation ul li.first ul.drop li a{
    font-size:16px;
    color: #c6c7bf;
}
#TNG_navigation ul li.first ul.drop li a:hover{
    color: #ffffff;
}
#TNG_navigation ul li.first ul.drop li ul li a{
    font-size:16px;
    padding:4px 5px 4px 5px;
}
.leftnav{
    margin: 0;
    padding: 0;
}
.leftnav li{
    list-style-type: none;
    padding:4px 0;
}
.leftnav li.level_02,.leftnav li.level_02_selected{
    padding-left:20px;
}
.leftnav li.level_03,.leftnav li.level_03_selected{
    padding-left:30px;
}
.leftnav li.level_02 a, .leftnav li.level_02_selected a, .leftnav li.level_03 a, .leftnav li.level_03_selected a{
    font-size: 14px;
}
.leftnav li.level_01_selected a, .leftnav li.level_02_selected a, .leftnav li.level_03_selected a{
    font-weight: bold;
}

.leftnav a{
    font-family:'Capone W00 Light';
    font-size: 16px;
    letter-spacing: 1px;
    color:#000000;
}

.OverviewProducts-Default{
    
}
.OverviewProducts-Default_imgspace{
    float:left;
    width:140px;
    text-align:center;
    overflow:hidden;
}
.OverviewProducts-Default_imgspace{
    height:120px;
    text-align:right;
    overflow:hidden;
}
.OverviewProducts-Default_textspace{
    float:left;
    width:400px;
    padding-right:10px;
    overflow:hidden;
}
.OverviewProducts-Default_titlelink, .OverviewProducts-Default_titlelink:hover{
    font-family:'Capone W00 Light';
    font-size: 16px;
    letter-spacing: 1px;
    color:#b09234;
}

.OverviewProducts-Werner{
    height: 140px;
    width: 570px;
    border-bottom: 1px solid #000;
    margin: 0 0 10px 0;
    
    
}
.OverviewProducts-Werner-title {
  width:  180px;
  height: 140px;
  padding-top: 0px;
  float:left;
    
}
.OverviewProducts-Werner-img {
   width:  90px;
  height: 140px;
  float:left; 
  text-align: center;
}

.OverviewProducts-Werner-price {
    width:  180px;
  height: 130px;
  float:left;
}
.OverviewProducts-Werner-menge {
  width:  60px;
  height: 140px;
  float:left;
}

.OverviewProducts-Werner-quantity-field {
    width: 40px;
    margin-top: 50px;
    border: 1px solid #000;
    background-color:transparent;
}


.OverviewProducts-Werner-warenkorb {
  width:  60px;
  height: 130px;
  float:left;
}
.OverviewProducts-Werner-warenkorb input{
 margin-top: 45px;
}


/* 
Anfang Kontaktformular
*/




.button{

    font-family:'Capone W00 Light';
    background-color: none;
    text-align: left;
    font-size:16px;
    cursor:pointer;
    color:#B09234;
}
.button:hover{
    color:#000;

}

#submit {
    border: none;
    padding:0;
    cursor:pointer;
    margin-left:130px;

}



div.Kontakt {
    margin-top:20px;
    width:540px;

}
div.Kontakt div.row{
    width:540px;
    height: 28px;
    padding-top: 3px;
    margin:0 0 10px 0;
     font-family:'Capone W00 Light';
    font-size:16px;
    color: #224141;

}


div.Kontakt span.field_disc {

     font-family:'Capone W00 Light';
    font-size:16px;
    margin: 3px 0 0 10px;
    width: 120px;
    display: block;
    float: left;
    color: #224141;
}


div.Kontakt div.row input {
    border:0;
    background:url('/media/images/templates/Werner/Kontaktformular/form-bg.jpg') no-repeat;
    
    font-size: 14px; 
    height:17px;
    width:396px; 
    padding:4px;
    padding-left: 10px;
    margin:0 0 0 0;

}



div.textarea textarea{
    border:0;
    background:url('/media/images/templates/Werner/Kontaktformular/textarea-bg.jpg') no-repeat;
    font-size: 14px;
    height:186px;
    width:396px;
    padding:4px;
    padding-left: 10px;
    resize:none;
    margin-bottom: 10px;

}
div.error_row {
height: 20px;
overflow: hidden;

}
div.error_row p, .error_row span {

    color: #b62020!important;
     font-family:'Capone W00 Light';
    font-size:16px;
    margin: 0;

}



/* 
Ende Kontaktformular
*/

.tooltip {
    background-color: #fff;
    width: 180px;
    margin: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px auto;
}

.Teammitglied {
    margin: 40px auto;
}
.Teammitglied a {
    color: #000;
}
.ca{
    margin-top:20px;
    border:1px solid #aaaaaa;
}
.ca h3 a{
    padding:5px;
    background-color:#dddddd;
    width:100%;
    display:block;
    font-size:14px;
    font-weight: bold;
    box-sizing: border-box;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}