html, body, form, fieldset {
    margin: 0;
    padding: 0;
}
    
.body {
    background: #FFFFFF;
    color: #6e6e6e;
    font-family:"Lucida Grande", Arial, sans-serif;
    line-height: 1.4;
    font-size:11px;
}
    
.clearfix{
  clear:both;
}  
    
/* Normal link */
a {
    color: #6e6e6e;
    text-decoration: none;
}
    
a:hover, a:active, a:focus {
    color: #6e6e6e;
    text-decoration: underline;
}
    
a img {
    border: none;
}
    


/* Small text */
.small {
    font-size: 9px;
}

img {
    margin: 0;
    padding: 0;
}
    
    
/* Heading */

h4 {
    font-size: 18px;
    margin: 0px 0px 20px 0px;
    padding:0px;
    border-bottom:1px solid #6e6e6e;
}
    
h5 {
    font-size: 16px;
}
    
h6 {
    font-size: 14px;
}
    
/*h4 {
    font-size: 12px;
    text-transform: uppercase;
}*/

p, pre, blockquote, ul{
    margin: 10px 0;
    padding: 0;
}

ul {
    list-style: none;
}


th {
    font-weight: bold;
    padding: 5px;
    text-align: left;
}

fieldset {
    border: 1px solid #B1BCC9;
    padding: 10px 5px;
}

fieldset a {
    font-weight: bold;
}

fieldset.input {
    padding: 0;
}

hr {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #cccccc;
    height: 1px;
}

td, div {
    font-size: 100%;
}

/* FORM */
form {
    margin: 0;
    padding: 0;
}

form label {
    cursor: pointer;
}

input, select, textarea, .inputbox {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 100%;
}




 
#wrapper{
    margin-left: auto;
    margin-right: auto;
    width:978px;
    padding-left:6px;
    padding-right:6px;
    background-image:url(/layout/ichzapfe/shadow_bg.png);
    background-repeat:repeat-y;
}

#page_end{
    background-image:url(/layout/ichzapfe/footer_end.png);
    background-repeat:no-repeat;
    height:15px;
    margin-bottom:25px;
    width:990px;
    margin-left: auto;
    margin-right: auto;
}




#left_column{
    float:left;
    width:190px;
    margin-top:10px;
    border-right:1px solid #e7e8e6;
}


#right_column{
    float:right;
    width:772px;
    margin-top:3px;
    padding-top:5px;
    padding-left:15px;
    padding-right:0px;
}

#footer{
    background-color:#f4f4f4;
    padding:0 20px 5px 20px;
}




.header_top{
    font-size:14px;
    height:40px;
    padding:3px 5px 0 5px;
    background-image:url(/layout/ichzapfe/header_gradient.png);
    background-repeat:repeat-x;
    border-top:1px solid #cdcdcd;
}

.header_middle{
    height:95px;
    border-bottom:1px solid #c7c7c7;
}

.header_separator{
    width:1px;
    float:left;
    padding-top:10px;
}

.header_box1{
    height:95px;
    width:244px;
    float:left;
    text-align:center;
}

.header_box2{
    height:95px;
    width:229px;
    padding-left:15px;
    float:left;
    background-image:url(/layout/ichzapfe/bubbles_header_middle.png);
    background-repeat:no-repeat;
    background-position:bottom;
}

.header_box3{
    height:95px;
    width:470px;
    float:left;
    padding-left:10px;
}



.header_button a{
    display:block;
    border:1px solid #c7c7c7;
    width:215px;
    height:20px;
    padding-left:5px;
    padding-top:3px;
    margin-top:5px;
    font-size:14px;
}

.header_button a:hover{
    display:block;
    background-image:url(/layout/ichzapfe/navigation_hover_bg.png);
    background-repeat:repeat-x;
    border:1px solid #c7c7c7;
    color:#fff;
    width:215px;
    height:20px;
    padding-left:5px;
    padding-top:3px;
    margin-top:5px;
    font-size:14px;
    text-decoration:none;
}

.header_button_2 a{
    display:block;
    border:1px solid #c7c7c7;
    width:215px;
    height:18px;
    padding-left:5px;
    padding-top:3px;
    margin-top:2px;
    font-size:14px;
}

.header_button_2 a:hover{
    display:block;
    background-image:url(/layout/ichzapfe/navigation_hover_bg.png);
    background-repeat:repeat-x;
    border:1px solid #c7c7c7;
    color:#fff;
    width:215px;
    height:18px;
    padding-left:5px;
    padding-top:3px;
    margin-top:2px;
    font-size:14px;
    text-decoration:none;
}

#service_navigation{
    z-index:20;
    position:absolute;
    border:1px solid #c7c7c7;
    background-color:#fff;
    width:220px;
    padding:0px;
    margin-top:-1px;
}

#service_navigation a{
    border:0px;
    font-size:11px;
    height:15px;
    margin:0px;
    padding:5px;
    width:210px;
}

#info_navigation{
    z-index:20;
    position:absolute;
    border:1px solid #c7c7c7;
    background-color:#fff;
    width:220px;
    padding:0px;
    margin-top:-1px;
}

#info_navigation a{
    border:0px;
    font-size:11px;
    height:15px;
    margin:0px;
    padding:5px;
    width:210px;
}





.menu{
  margin:0px;
  padding: 0;
}


.menu ul.left_menu{
    margin:0px 0px 5px 0px !important;
    padding: 0;
}



.menu li a:hover{
    color: #f09322;
    text-decoration:none;
}



.menu li.level1 a {
    background: url(/images/arrow.png) no-repeat 99% center;
    font-size:12px;
    padding:3px 5px 3px 5px;
    border-top:1px dotted #babdb6;
    border-bottom:0px;
    display:block;
    width: 95%; /*need for ie6 transparent*/
}




.sub_cat{
    display:none;
}



#div.moduletable h6,div.moduletable_menu h6,div.moduletable_text h6,div.moduletable_hilite h6 {  
    margin: 0 ;
    padding: 5px 10px;
    background: url(/images/grad3.gif) repeat-x bottom #A8A8A8;
    color: #FFFFFF;
}


div.moduletable_hilite h6 {
    background: url(/images/grad2.gif) repeat-x bottom #eba537;
}



#footer h5{
    color:#6e6e6e
    font-size:14px;
    font-weight:bold;
    margin-top:0px;
}



.footer_info{
    width:300px;
    float:left;
    margin-top:10px;
    margin-bottom:10px;
}




.art_name{
    height:53px;
    padding:0px 5px;
}
    
.art_img{
    height:120px;
    width:227px;
    padding-left:18px;
}


.art_price{
    height:33px;
    background-image:url(/images/grad2.gif);
    background-repeat:repeat-x;
    background-color:#e58c01;
    color:#fff;
    text-align:left;
    padding:2px 5px;
    font-weight:normal;
}   
 
     





.article_order_form h4{
    margin:6px 0px 12px 0;
}

.article_top_left{
    float:left;
    width:370px;
    text-align:center;
}

#galerieview {
    padding:5px;
    margin-top:10px;
    outline-style: solid;
    outline-width: 1px;
    outline-color:#CCCCCC;
    background: #F8F8F7;
}

.article_top_right{
    float:right;
    padding-left:10px;
    margin-left:10px;
    width:385px;
    border-left:1px solid #c7c7c7;
}  

.article_top_right .uvp{
    text-decoration:line-through;
    font-weight:bold;
    font-size:14px;
}

.article_top_right .Price{
    font-size:24px;
    font-weight:bold;
    color:#f09322;
}

.details p{
    padding-right:10px;
}

.details h5{
   font-size:14px;
   font-weight:bold;
   padding: 3px 10px;
   background: url(/images/grad2.gif) repeat-x bottom #A8A8A8;
   color: #FFFFFF;
}

                                              