html, body{
    background: #444 repeat-x center top;
    text-align: center;
	font-size:  12px;
	font-family:  Helvetica,Geneva,Arial,SunSans-Regular,sans-serif !important;
	line-height: 16px;
    padding: 0;
    margin:0;
}



#wrapper{
    background: #FFF;
    width: 960px;
    margin: auto;
    text-align: left;
    overflow: visible;
    margin-top:40px;
    margin-bottom:40px;
    padding: 20px;
    box-shadow:1px 10px 10px #000;
    -moz-box-shadow:1px 10px 10px #000;
    position: relative;


}

#butterfly{
   background: url(../img/butterfly.png) no-repeat left bottom;
   height: 146px;
   width: 200px;
   position: absolute;

   z-index: 999;

   top: -15px;
   right: -95px;
   display:none;
}


#header{
    background: #FFF url(../img/header.jpg) no-repeat center bottom;
    height: 260px;
    border-bottom: 5px solid #FFF;

}

#footer{
    background: #f5a120  url(../img/hd_orange.jpg) repeat-x center center;
    color: #FFF;
    text-align: right;
    padding: 5px;
    text-shadow:2px 2px 2px #333;
    box-shadow:2px 2px 2px #999;
}


#header_text{
    background: #f5a120  url(../img/hd_orange.jpg) repeat-x center center;
    color: #FFF;
    text-align: justify;
    white-space: normal;
    letter-spacing: 3px;
    padding: 5px;
    text-shadow:2px 2px 2px #333;
    height: 20px;
    text-align-last: justify;
}

#header_text h1{
    text-transform: uppercase;
    margin:0;
    font-size: 22px;
}

#top_menu{
    border-top: 5px solid #ea5906;
    background:  url(../img/hd_grey.jpg) repeat-x center center;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#top_menu a, #top_menu span{
    text-decoration: none;
    color: #222;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
    text-shadow:1px 1px 1px #FFF;
}

#top_menu a:hover, .active{
    background: url(../img/hd_orange.jpg) repeat-x center center;
    color: #FFF;
    text-shadow:1px 1px 1px #333333
}

#top_menu ul{
    margin: 0px;
    padding: 0px;
}

#top_menu li{
    display: inline;
    margin: 0;
    padding: 0;
}

#left_menu, #right_menu{
    width: 247px;
    padding-right: 5px;
    margin-bottom: 10px;
    overflow: auto;
}

#left_menu{
    float:left;
}

#right_menu{
    float:right;
}


.box{
    border: 1px solid #D2D2D2;
    overflow: auto;
    padding: 0;
    margin: 0  0 20px 0;
    box-shadow:0px 2px 2px #333;
    -moz-box-shadow:0px 2px 2px #333;
}


.box .box_head{
    background: url(../img/hd_orange.jpg) repeat-x center center;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    text-shadow:2px 2px 2px #333333
}
.box .box_content{
    background: url(../img/bg_grey.jpg) repeat-x bottom center;
    overflow: auto;
    padding: 10px;
}

.box .box_content img{
    margin: 0;
}


#content{
    float: right;
    text-align: justify;
    margin-bottom: 20px;
    overflow: auto;
    width: 700px;
}

.right-margin{
    margin-right: 260px;
}


#img_container{
    float: right;
}


#inner{
  overflow: auto;
}

#product_menu{
    margin: -10px;
    padding:0;
    display: block;
}

#product_menu li{
    display: block;
    margin: 0;
    padding:0;
}

#product_menu a,.basket li a{
    display: block;
    background: url(../img/bg_grey.jpg) repeat-x bottom center;
    text-decoration: none;
    color: #222;
    font-weight: bold;
    padding: 5px;
    text-shadow:1px 1px 1px #FFF;
}

#product_menu a:hover, #product_menu a.active, .basket li a:hover, .basket li a.active{
    background: url(../img/hd_orange.jpg) repeat-x center center;
    color: #FFF;
    text-shadow:1px 1px 1px #333333
}

.article_item {
    overflow:auto;
    box-shadow:0px 2px 2px #333;
    -moz-box-shadow:0px 2px 2px #333;
    border: 1px solid #D2D2D2;
    margin-bottom: 30px;
}


.inner_article{
    overflow:auto;
    background: url(../img/bg_grey.jpg) repeat-x bottom center;
    padding: 10px;
    padding-bottom: 20px;
    position: relative;
}

.inner_article .description{
    margin-left: 200px;
}

.sub_items{
    overflow: auto;
    background: url(../img/bg_grey.jpg) repeat-x bottom center;
}

.sub_items ul {
    margin: 0; padding: 0;
}

 .sub_items ul li{
    list-style: none;
    float: left;

}

.sub_items ul li a{
    background: url(../img/bg_grey.jpg) repeat-x bottom center;
    display: block;
    width: 224px;
    height: 50px;
    padding: 4px 4px;
    border-right: 0;
    border-bottom: 1px solid #999;
    color: #222;
    text-shadow:1px 1px 1px #FFF;
    font-size: 10px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

.sub_items ul li.odd a{
    border-right: 1px solid #999;
    width: 224px;
}


.sub_items ul li a:hover{
    background: #f29200 url(../img/hd_orange.jpg) repeat-x bottom center;

    color: #FFFFFF !important;
    text-shadow: 1px 1px 1px #333333 !important;
}



.article_item h2, .sub_items h2{
    background: url(../img/hd_grey.jpg) repeat-x center center;
    margin: -10px -10px 10px -10px;
    line-height: 18px;
    padding: 5px 0 5px 10px;
    color: #FFF;color: #222;
    text-shadow:1px 1px 1px #333333;
    text-shadow:1px 1px 1px #FFF;
    font-size: 14px;
}

.sub_items h2{
    margin: 0;
    font-size: 12px;
    line-height: 14px;
}


.inner_article img{
    float: left;
    margin-right: 10px;
    margin-bottom: -10px;
    border: 1px solid #D2D2D2;
}

table{
     border-collapse: collapse;
}

table tr td, table tr th{
    padding: 2px;
}

table tr th{
    text-align: center;
}


table tr.odd{
    background: #fff5c6;
}


#content h1{
    background:  url(../img/hd_orange.jpg) repeat-x center center;
    padding: 5px;
    margin: 0 0 5px 0;
    color: #FFF;
    font-weight: bold;
    text-shadow:1px 1px 1px #333333;
    font-size: 14px;
}


#login span, #register span{
    display: inline-block;
    width: 120px;
    font-weight: bold;
}

#login input[type=text], #register input[type=text],
#login input[type=password], #register input[type=password]{
    width: 335px;
    margin: 5px 0;
}

#login input[type=submit], #register input[type=submit]{
    width: 305px;
    margin: 5px 0;
}

a.button, input.button{
    background:  url(../img/hd_grey.jpg) repeat-x center center;
    color: #222;
    text-shadow:1px 1px 1px #FFF;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    border: 1px solid #D2D2D2;
    text-align: center;
    margin: 5px 0px 5px 5px;
    height: 16px;
    display: inline-block;

    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}


a.button:hover, input.button:hover{
    background: url(../img/hd_orange.jpg) repeat-x center center;
    color: #FFF;
    text-shadow:1px 1px 1px #333333;
}

#tabs-1 li{
    list-style-image: url(../img/kreuz.png);
}

#article_menu{
    margin-top: -5px;
    margin-bottom: 10px;
    overflow:hidden;
    background: url(../img/bg_grey.jpg) repeat-x bottom center;
    height: 90px;
    border: 1px solid #D2D2D2;
    position: relative;
}

#article_order_menu{
    margin-left: 10px;
    width: 200px;
    padding: 5px;
    border-left: 2px solid #D2D2D2;
    position: absolute;
    top:0px;
    right:10px;
    height: 150px;
}


#article_menu .headline{
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

span.headline{
    font-weight: bold;
    display:block;
    margin-top: 10px;
}

#image {
    width: 212px;
    text-align: center;
    background: #9f9f9f;
    border: 1px solid #D2D2D2;
    float: left;
    overflow:auto;
}

#image img{
  margin: 5px;
  border: 1px solid #D2D2D2;
}


.message{
    margin: 5px 0px;
    padding: 5px;
    padding-left: 30px;
    font-weight: bold;
}

.critical{
    border: 2px solid #F00;
    color: #F00;
    background: url(../img/iconError.gif) no-repeat 5px center;
}

.warning{
    border: 2px solid #f39100;
    color: #f39100;
    background: url(../img/iconWarning.gif) no-repeat 5px center;
}

.success{
    border: 2px solid #38aa34;
    color: #38aa34;
    background: url(../img/iconSuccess.gif) no-repeat 5px center;
}

.basket{
    margin: -10px -10px 0 -10px;
    padding: 0;
    display: block;
    overflow:auto;
}

.basket li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    list-style-position: outside;
}

.basket li a span{
    display: inline-block;
    width: 20px;
    text-align: right;
}


.box .totalSum{
    border-top: 1px solid #444;
    text-align: right;
    padding: 10px;
    margin: 0 -10px;
}

ul.articlelist{
    border: 1px solid #eb5a07;
}


ul.articlelist, ul.articlelist ul, ul.contentlist{
    margin: 0;
    padding: 0;
}

ul.articlelist li, ul.contentlist li {
    padding: 0px;
    list-style: none;
}

ul.articlelist li a, ul.contentlist a{
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #222;
    font-weight: bold;
    padding: 5px;
    text-shadow:1px 1px 1px #FFF;
}

ul.e1 li a{
    padding-left: 30px;
}

ul.e2 li a{
    padding-left: 60px;
}

ul.e4 li a{
    padding-left: 90px;
}


ul.articlelist li a:hover, ul.articlelist li .active, ul.contentlist li a:hover, ul.contentlist li .active{
    background: url(../img/hd_orange.jpg) repeat-x center center;
    color: #FFF;
    text-shadow:1px 1px 1px #333333
}


ul.articlelist li{
    background: #eb5a07 url(../img/hd_orange.jpg) repeat-x top left;
    color: #FFF;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    text-shadow:2px 2px 2px #333333;
}

ul.e0 li, ul.contentlist li {
    background:  #959595 url(../img/hd_grey.jpg) repeat-x top left;
    text-transform: uppercase;
}

ul.contentlist li i{
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
    float: right;
    display: block;
}


ul.image, #file-uploader ul{
    padding: 0;
    margin: 0;
}
ul.image li, #file-uploader ul li{
    float: left;
    position: relative;
    display: block;
    padding: 0;
    width: 200px;
    height: 210px;
    margin: 5px;
    border: 1px solid #666;
    text-align: center;
    vertical-align: center;
}

h3.headline{
    background: url(../img/hd_grey.jpg);
    margin: 5px 0 0;
    padding: 5px;
}



/*UI-TABS anpassung************************************************************/

.ui-tabs{
    padding: 0 !important;
    border:0;
}

.ui-tabs .ui-tabs-panel{
    padding: 0;
}


.ui-tabs .ui-tabs-nav{
    padding: 0 !important;
    background: url(../img/hd_grey.jpg) repeat-x top center !important;
}

.ui-tabs .ui-tabs-nav li{
    top: 0px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ui-tabs .ui-tabs-nav li a{
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
    color: #222;
    font-weight: bold;
    text-shadow:1px 1px 1px #FFF;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    border: 0 !important;
    background: url(../img/hd_orange.jpg) repeat-x top center !important;

}

.ui-state-active a, .ui-state-hover a{
    color: #FFFFFF !important;
    text-shadow: 1px 1px 1px #333333 !important;
}


.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    background: url(../img/hd_orange.jpg) repeat-x top center !important;
    border: 0 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background: transparent;
    border: 0 !important;

}

.ui-accordion .ui-state-default{
    background: url(../img/hd_grey.jpg) repeat-x top center !important;
}

.ui-accordion .ui-state-active, .ui-accordion .ui-state-hover{
    background: url(../img/hd_orange.jpg) repeat-x top center !important;
}