html {
   overflow-y: scroll
   }

body {
   padding: 0px;
   margin: 0px;
   margin-bottom: 20px;
   font-family: Arial, sans serif;
   font-size: 12px;
   background-color: #FFFFFF;
   color: #666666;
   width: 100%;
   }

table {
   text-align: left;
   font-size: 12px;
   font-family: Arial, sans serif;
   }
   
/*------------------- container ---------------*/

#frame {
   width: 960px;
   margin:0 auto;
   text-align:left;
   }

#header {
   height: 233px;
   width: 960px;
   }
   
#logo {
   width: 231px;
   height: 231px;
   float: left;
   background-color: #FD9600;
   }

#logo_text {
   padding-left: 20px;
   padding-top: 50px;
   }

#header_menu {
   width: 960px;
   height: 30px;
   text-align: right;
   padding-top: 10px;
   }

#footer {
   text-align: right;
   font-size: 11px;
   border-top: 2px solid #FD9600;
   padding-top: 10px;
   }


.clear {
   clear: both;
   }

#breadcrumbbox {
  width: 717px;
  height: 29px;
  border-top: 2px solid #FD9600;
  border-bottom: 2px solid #FD9600;
  margin-bottom: 2px;
  display: table;
  }

 


/*------------------- Boxen im Headbereich ---------------*/

#box_head {
   width: 231px;
   height: 233px;
   margin-left: 12px;
   float: left;
   }

#box_head_content_cart {
   background-color: #669900;
   width: 231px;
   height: 176px;
   margin-bottom: 2px;
   color: #F8F3E4;
   font-size: 14px;
   line-height: 22px;
   }

#box_head_content {
   background-color: #669900;
   width: 231px;
   height: 176px;
   margin-bottom: 2px;
   color: #F8F3E4;
   }

#box_head .price {
   font-weight: bold;
   font-size: 14px;
   color: #CCC6B3;
   }

.box_head_content_indent {
   padding: 15px;
   }

#box_head_bottom {
   background-color: #FD9600;
   width: 231px;
   height: 53px;
   font-size: 18px;
   font-weight: bold;
   }



#box_head .small {
   font-size: 11px;
   line-height: 11px;
   color: #CCC6B3;
   }

.box_head_bottom_indent {
   padding-left: 15px;
   padding-top: 12px;
   }

.bg_produkt {
   background-color: #CCC6B3;
   }



/*------------------- Spalten ---------------*/

#column_left {
   width: 231px;
   float: left;
   margin-left: 0px;
   margin-right: 12px;
   padding: 0px;   
   }

 * html #column_left {margin-right:9px;} 

#column_right {
   width: 231px;
   float: right;
   margin-left: 12px;
   margin-right: 0px;
   }

 * html #column_right {margin-left:-3px; margin-right:0px;}

#column_middle {
   float: left;
   width: 474px;
   display: table;
   padding-top: 10px;
   }

 * html #column_middle {margin-left:3px; margin-right:0px;}  

#column_2cols {
   width: 717px;
   margin:0px;
   display: table;
   padding-top: 10px;
   }

* html #column_2cols {margin-left:0px; margin-right:-3px;} 




/*------------------- Hauptnavigation ---------------*/


#main_menu {
   width: 231px;
   }

#main_menu .button{
   width: 231px;
   height: 31px;
   background-color: #FD9600;
   margin-bottom: 2px;
   font-size: 14px;
   font-weight: bold;
   }

#main_menu .button_distance {
   margin-left: 20px;
   padding-top: 7px;
   }

#main_menu a {
   color: #F8F3E4;
   }

#main_menu a:hover {
   color: #CCC6B3; 
   }


/*------------------- Suche ---------------*/

#search {
   background-color: #FFFFFF;
   width: 231px;
   height: 31px;
   margin-bottom: 2px;
   }

#search .indent {
   padding-top: 4px;
   margin-left: 20px;
   }

.btn_search {
   width: 50px;
   text-align: left;
   border: 0px;
   text-decoration: underline;
   color: #666666; 
   cursor: hand;
   font-weight: bold;
   background-color: #FFFFFF;
   font-size: 12px;
   padding-left: 5px;
   }

*+html .btn_search {margin-bottom: 3px;}

*html .btn_search {margin-bottom: 3px;}



/*------------------- Links ---------------*/

a {
   color: #666666;
   }

a:hover {
   color: #FD9600;
   }

#logo_text a {
   font-size: 18px;
   color: #F8F3E4;
   text-decoration: none;
   font-weight: bold;
   }

#header_menu a {
   color: #666666;
   }

#header_menu a:hover {
   color: #FD9600;
   }

#box_head a {
   color: #F8F3E4;
   }

#box_head a:hover {
   color: #CCC6B3;
   }

#box_head_bottom a {
   color: #CCC6B3;
   }

#box_head_bottom:hover a {
   color: #F8F3E4;
   }
   
#box a {
   color: #363636;
   }

#box a:hover {
   color: #660033;
   }

#productbox a {
    color: #666666;
    font-size: 14px;
    }

#productbox a:hover {
    color: #FD9600;
    font-size: 14px;
    }

#productbox .small a {
   font-size: 10px;
   }

#detail a {
   color: #660033;
   }

#detail a:hover {
   color: #FD9600;
   }

a.cart_delete  {
   text-decoration: none;
   font-size: 18px;
   color: #666666;
   font-weight: bold;
   }

a.cart_delete:hover  {
   color: #FD9600;
   }

/*------------------- Boxen ---------------*/

#box {
   margin-bottom: 2px;
   width: 231px;
   color: #363636;
   }

.box_head {
   width: 231px;
   height: 31px;
   font-size: 14px;
   font-weight: bold;
   color: #660033;
   background-color: #CCC6B3;
   }

.indent_head {
   padding-top: 7px;
   margin-left: 20px;
   }

.box_content {
   width: 231px;
   line-height: 20px;
   background-color: #FFFFFF;
   padding-bottom: 20px;
   padding-top: 10px;
   }

.indent_content {
   margin-left: 20px;
   }

#box .alternative_color {
   color: #666666;
   }

/*------------------- Produktbox ---------------*/

#productbox {
   border-bottom: 2px solid #BFB8A3;
   margin-bottom: 20px;
   padding-bottom: 10px;
   }

.product_bg {
   border: 5px solid #BFB8A3;
   background-color: #FFFFFF;  
   width: 110px;
   height: 110px;
   }

#detail {
   border-left: 2px solid #BFB8A3;
   padding-left: 10px;
   }


.bg_produkt_content {
   background-color: #BFB8A3;
   }
   
.price {
   font-weight: bold;
   font-size: 14px;
   color: #666666;
   }

/*------------------- Überschriften ---------------*/

h1 {
   font-size: 18px;
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 0px;
   color: #B15300;
   }

h2 {
   font-size: 16px;
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 0px;
   color: #FD9600;
   }

h3 {
   font-size: 14px;
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 10px;
   color: #666666;
   }

/*------------------- Sonstiges ---------------*/

.alternative_color {
   color: #A35656;
   }

.alternative_color a {
   color: #A35656;
   }

.bullet {
   color: #660033;
   font-weight: bold;
   }

.bullet_list {
   margin-top: 6px;
   }

*+html .bullet_list {margin-top: 7px;}


.inputfield {
   font-family: Arial, sans serif;
   color: #666666;
   border: 1px solid #FFCB80;  
   padding-left: 3px;
   padding-right: 3px;
   background-color: #FFFFFF;
   }

.input_error {
   border: 2px solid #FF0000;
   }

.small {
   font-size: 10px;
   color: #666666;
   line-height: 11px;
   }

.small p {
   margin-top:10px;
   margin-bottom:0px;
   }

#breadcrumb {
   width: 717px;
   padding-top: 8px;
   }

#breadcrumb a {
   padding-left: 5px;
   }

.blog_post {
   margin-bottom: 30px;
   }

.td_order {
   border-bottom: 1px solid #BFB8A3;
   }

.td_order2 {
   border-top: 1px solid #BFB8A3;
   }

.row_order {
   border-top: 1px solid #BFB8A3;
   }

.cart_line {
   border-top: 1px solid #BFB8A3;
   padding-top: 20px;
   padding-bottom: 20px;
   }



.product_review_top {
   background-image: url(../theme/images/star_top.gif);
   background-repeat: repeat-x;
   height: 20px;
   overflow: hidden;
   }

.product_review_flop {
   background-image: url(../theme/images/star_flop.gif);
   background-repeat: repeat-x;
   height: 20px;
   overflow: hidden;
   width: 110px;
   }

.btn {
   background-color: #FFFFFF;
   border: 1px solid #FFCB80;
   color: #666666;
   }
   
.blog_post .funcbar {
   margin-top: 15px;
   }

.blog_comment {
   margin-bottom: 20px;
   border: 1px solid #FFCB80;
   padding: 10px;
   }

.msg_error {
   border: 1px solid #FF0000;
   color: #FF0000;
   padding: 5px;
   padding-left: 10px;
   background-color: #FFFFFF;
   }

.msg_done {
   border: 1px solid #20D602;
   color: #20D602;
   padding: 5px;
   padding-left: 10px;
   background-color: #FFFFFF;
   }

.contactbox {
   border: 1px solid #FFCB80;
   padding: 5px;
   line-height: 22px;
   }

#paginating {
   width: 100%;
   padding-top: 5px;
   margin-top: 15px;
   }

.chargroup {
   border-bottom: 1px solid #BFB8A3;
   width: 100%;
   padding-bottom: 3px;
   margin-bottom: 15px;
   font-size: 14px;
   color: #FD9600;
   }

.bookmark {
   border: 1px solid #BBBBBB;
   padding: 1px;
   width: 16px;
   height: 16px;
   margin-left: 30px;
   margin-right: 12px;
}

/*** Menüstruktur ***/

.menu_selected {
   font-weight:bold;
}

.menu_level_1 {
   margin-left: 0px;
}
.menu_level_2 {
   margin-left: 15px;
   font-size: 11px;
}
.menu_level_3 {
   margin-left: 25px;
   font-size: 11px;
}

.menu_level_4 {
   margin-left: 30px;
   font-size: 11px;
}

