body {
   margin: 0px;
   padding: 0px;
   font-family: Arial, sans-serif ;
   font-size: 12px;
   color:  #333333;
   width: 100%;
   text-align: left;
   background: url('../uploads/body_bg.png') top left no-repeat;
   }

#frame  {
   width: 960px;
   margin: 0 auto;
   padding: 0px;
   text-align: left;
   }

#header {
   width: 960px;
   height: 200px;
   background: url('../uploads/head_bg.jpg') no-repeat;
   }

#header_menu {
   width: 940px;
   height: 20px;
   padding: 5px 10px 0 10px;
   margin: 0;
   text-align: right;
   color: #336699;
   }

#header_menu a {
   color: #336699;
   }

#header_menu a:hover {
   color: #737373;
   }

#logo {
   width: 600px;
   height: 174px;
   }

#logo a {
   text-decoration: none;
   font-weight: bold;
   font-size: 20px;
   color: #000000;
   }

#main_menu {
   width: 960px;
   height: 40px;
   }

ul#menu{
   width: 700px;
   margin:0;
   padding:0;	
   list-style-type:none;	
   position:relative;
   display:block;
   height:40px;
   font-size:15px;
}

#menu li{
   display:block;	
   float:left;
   margin:0;
   padding:0;
}
	
#menu li a{
   display:block;
   float:left;
   color:#FFFFFF;
   text-decoration:none;
   font-weight:bold;
   padding: 10px 25px 0 25px;
   height: 30px;
   margin: 0;	
}
	
#menu li a:hover{
   color: #E6E6E6;
   text-decoration: underline;
}

#main_menu_ul {
   width: 700px;
   padding: 0;
   margin: 0;
   float: left;
   }

#cart {
   width: 210px;
   padding: 10px 0 0 40px;
   margin: 0;
   float: right;
   height: 40px;
   font-size: 12px;
   font-weight:normal;
   color: #FFFFFF;
   background: url('../theme/images/cart.gif') top left no-repeat;
   }

#cart a{
   color: #FFFFFF;
}

#cart a:hover{
   color: #E6E6E6;
}

#main_content {
   width: 960px;
   background-color: #FFFFFF;
   padding-top: 10px;
   }

#column_left {
   width: 200px;
   background-color: #FFFFFF;
   float: left;
   padding-left: 10px;
   }

#content {
   width: 700px;
   background-color: #FFFFFF;
   float: right;
   margin: 0 10px 10px 0;
   }
   
#footer {
   margin: auto;
   color: #FFF;
   padding-top: 20px;
   text-align: center;
   background-image: url(../theme/images/footer_bg.jpeg);
   background-repeat: repeat-x;
   background-color: #336699;
   height: 80px;
   } 

#footer a {
   color: #FFFFFF;
   }

#footer a:hover {
   color: #E6E6E6;
   text-decoration: underline;
   }

a {
   color: #000000;
   text-decoration: none;
   }

a:hover {
   color: #336699;
   text-decoration: underline;
   }

.vertical_line {
   background-color: #666666;
   }

.box {
    background:#E1EDF9;
    color: #336699;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 0;
}

.box_inner {
padding:5px;
}

.box .head {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    padding-left: 15px;
color:#fff;
background-color:#6FA3D5;
}

.box h1 {
   margin-bottom: 3px;
   font-weight: bold;
   color: #336699;
   font-size: 12px;
   }

.box h2 {
   margin-bottom: 3px;
   color: #336699;
   font-size: 12px;
   }

.box_footer {
   width: 200px;
   color: #000000;
   margin: 5px 15px;
   float: left;
   }

.box_footer a {
   color: #000000;
   }

.box_footer a:hover {
   color: #336699;
   }
   
.default_color {
   color: #666666;
   }

.default_color a {
   color: #666666;
   }

.breadcrumb {
   border-bottom: 1px solid #666666;
   margin-bottom: 20px;
   padding-bottom: 5px;
   margin-top: 10px;}


.product_image {
   width: 130px;
   height: 125px;
   margin: 10px auto 5px auto;
   text-align: center;
   }

.product_price {
   height: 40px;
   text-align: center;
   }

.product_name {
   height: 60px;
   margin: 5px;
   text-align: center;
   }
   
.product_box {
   width: 200px;
   height: 275px;
   float: left;
   margin: 0 10px 10px 0;
   padding: 0 5px;
   border: 0.1em solid #E5E5E5;
   text-align: center;
   }

.product_box a {
   font-weight: bold;
   color: #336699;
	}
   
.price {
   font-size: 14px;
   font-weight: bold;
   color: #336699;
   text-align: right;
   }
  
.strike {
   color: #999999;
   }
 
.crumb {
   font-size: 10px;
   color: #999999;
   margin-top: 5px;
   line-height: 12px;
   width: 150px;
   text-align: right;
   }

.small {
   font-size: 11px;
   color: #000000;
   }

#product_box .crumb a {
   font-size: 11px;
   color: #336699;
   margin-top: 10px;
   line-height: 12px;
   font-weight: normal;
}

.distance {
   width: 150px;
   text-align: right;
   } 

.cleaner {
   clear: both;
   }
   
.input {
   font-size: 11px;
   color: #333333;
   } 

.button {
   border: 0;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
   background: #6498CA;
   cursor: pointer;
   text-align: left;
   font-size: 12px;
   font-family: Arial, sans-serif ;
   } 

.button_search {
   border: 0;
   background: #FFFFFF;
   cursor: pointer;
   } 

.product_image_small {
   width: 85px;
   height: 85px;
   } 

.product_image_big {
   width: 305px;
   height: 305px;
   } 

li {
   padding-top: 5px;
   }
   
.copyright {
   font-size: 11px;
   }

h1 {
    color: #5D8CC0;
    font-size: 28px;
    margin-bottom: 0;
}
   
h2 {
   font-size: 14px;
   color: #336699;
   margin-bottom: 5px;
   } 

h3 {
   font-size: 14px;
   color: #336699;
   margin: 0px;
   }  
   
.hr {
   background-color: #999999;
   height: 1px;
   margin-top: 10px;
   } 

.hr2 {
   background-color: #999999;
   height: 1px;
   margin-bottom: 10px;
   } 
   
.td_order {
   border-bottom: 1px solid #999999;
   }

.td_order2 {
   padding-top: 30px;
   }

.row_order {
   border-bottom: 1px solid #CCCCCC; 
   } 
   
.paginating {
   border-top: 1px solid #999999;
   padding-top: 5px;
   margin-top: 15px;
   }
  
.chargroup {
   color: #666666;
   }  

.funcbar {
   margin-top: 10px;
   margin-bottom: 25px;
   }  
 
.blog_comment {
   margin-bottom: 30px;
   margin-top: 15px;
   border-bottom: 1px solid #999999;
   padding-bottom: 10px;
   }  

.msg_error {
   color: #FF0000;
   padding: 5px;
   padding-left: 10px;
   background-color: #FFE5E5;
   }

.msg_done {
   color: #169D00;
   padding: 5px;
   padding-left: 10px;
   background-color: #D0EBCC;
   }

.input_error {
   border: 2px solid #FF0000;
   }

.product_review_flop {
   background-image: url('../theme/images/star_flop.gif');
   background-repeat: repeat-x;
   width: 110px;
   height: 19px;
   overflow: hidden;
   }

.product_review_top {
   background-image: url('../theme/images/star_top.gif');
   background-repeat: repeat-x;
   height: 19px;
   overflow: hidden; 
   }

.bookmark {
   border: 1px solid #BBBBBB;
   padding: 1px;
   width: 16px;
   height: 16px;
   margin-left: 30px;
   margin-right: 12px;
}

/*** Menüstruktur ***/

.menu_selected {
font-style:italic;
}

.menu_level_1 {
    background-color: #5685B9;
    border-top: 1px solid #FFFFFF;
    font-size: 14px;
font-weight:bold;
    line-height: 32px;
    padding-left: 15px;
    text-decoration: none;
}
.menu_level_1 a, .menu_level_2 a, .menu_level_3 a, .menu_level_4 a {
color:#fff;
}
.menu_level_2 {
background-color: #6FA3D5;
    font-size: 13px;
    line-height: 26px;
    padding-left: 25px;
border-top: 1px solid #C3DAF3;
}
.menu_level_3 {
    background-color: #9BC2EB;
    font-size: 12px;
    line-height: 26px;
    padding-left: 30px;
border-top: 1px solid #E1EDF9;
}

.menu_level_4 {
    background-color: #AFCEEF;
    font-size: 11px;
    line-height: 26px;
    padding-left: 40px;
   font-size: 12px;
border-top: 1px solid #E1EDF9;
}

#trustedbox {
font-size:11px;
text-align:center;
}

#lastviewed_inner, #sale_inner {
border:1px solid #ccc;
background-color:#fff;
text-align:center;
padding:5px;
line-height:15px;
}

#lastviewed_inner a, #sale_inner a {
    color: #336699;
    font-weight: bold;
}

#searchbox form {
background-color:#fff;
border:1px solid #ccc;
padding:5px;
}

#searchbox input[type="text"] {
width:150px;
border:1px solid #E1EDF9;
    height: 18px;
    line-height: 18px;
}

#showTocToggle1 {
  display: none;
}
