/* HTML - Tags */

body {
   padding: 0;
   margin: 0;
   font-family: Arial, sans-serif;
   font-size: 14px;
   color: #373134;
   width: 100%;
   text-align: left;
   background: url('../theme/images/body_bg.jpg') top left repeat-x #FFFFFF;
}

ul {
   list-style-type: square;
   margin-top: 0px;
   margin-bottom: 0px;
}

li {
   margin-left: -15px;
   margin-bottom: 3px;
}

.li_box {
   margin-left: -25px;
   margin-bottom: 3px;
}

h1 {
   font-size: 14px;
   font-weight: normal;
   display: inline;
   color: #D3252A;  
}

h2 {
   font-size: 14px;
   font-weight: normal;
   display: inline;
   color: #D3252A;
}

h3 {
   font-size: 14px;
   font-weight: normal;
   display: inline;
   color: #D3252A;
}

/* Links */

a {
	text-decoration: none;
	color: #373134;
}

a:hover {
	text-decoration: underline;
	color: #D3252A;
}

a.header_menu {
	color: #FFFFFF;
}

a.header_menu:hover {
	color: #FFFFFF;
   text-decoration: underline;
}

a.link_arrow {
   padding-left: 10px;
   background-image: url('../theme/images/arrow.gif');
   background-repeat: no-repeat;
   background-position: 0px 3px;
}

a.backlink {
   padding-left: 10px;
   background-image: url('../theme/images/arrow_back.gif');
   background-repeat: no-repeat;
   background-position: 0px 3px;
}

a.link_arrow:hover {
   text-decoration: underline;
}

a.main_menu {
   font-weight: bold;
   font-size: 14px;
   color: #FFFFFF;
   text-decoration: none;
   margin: 0px;
   margin-left: 10px;
   padding: 5px;
   line-height: 30px;
}

a.main_menu:hover {
   color: #FFFFFF;
   text-decoration: none;
   margin-left: 10px;
   padding: 5px;
}

/* Formulare */

input, textarea, select {
   font-family: Arial, sans-serif;
   font-size: 13px;
   color: #454545;
}

.button {
   border: 0;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
   cursor: pointer;
   text-align: left;
   font-size: 12px;
   font-family: Arial, sans-serif;
   }

.btn_search {
   background-color: ;
   background-repeat: no-repeat;
   height: 23px;
   width: 80px;
   border: 0px;
   padding-left: 12px;
   color: #FFFFFF;
   font-weight: bold;
   margin-right: 10px;
}

.input_error {
   border: 2px solid #FF0000;
}


/* Vom System benötigt */

.small {
   font-size: 11px;
   color: #AAAAAA;
}

.strike {
   color: #FF0000;
}

.default_color {
   color: #454545;
}


/* Sonstiges */

.color {
   color: #CB7B4A;
}

.msg_error {
   color: #FF0000;
   padding: 5px;
   padding-left: 10px;
   background-color: #FFE5E5;
}

.msg_done {
   color: #169D00;
   padding: 5px;
   padding-left: 10px;
   background-color: #D0EBCC;
}

.box_header {
   padding: 0;
   color: #D3252A;
   font-weight: normal;
   font-size: 14px;
   line-height: 20px;
   margin-bottom: 5px;
}

.box_body {
   padding: 0;
   background: #FFFFFF;
   margin-bottom: 25px;
}

.box_cell {
   margin-bottom: 7px;
}

.box_product_list {
   float: left;
   width: 230px;
   margin-bottom: 10px;
   border: 1px solid #DDDDDD;
   padding: 10px;
}

.box_product_list_2 {
   float: left;
   width: 230px;
   margin-left: 10px;
   margin-bottom: 10px;
   border: 1px solid #DDDDDD;
   padding: 10px;
}

.product_box {
   width: 160px;
   height: 275px;
   float: left;
   margin: 0 10px 10px 0;
   padding: 5px;
   text-align: center;
   }

.product_box a {
   color: #000000;
	}

.product_image {
   width: 130px;
   height: 130px;
   margin: auto;
   text-align: center;
   }

.product_price {
   height: 40px;
   text-align: center;
   }

.product_name {
   font-size: 14px;
   color: #000000;
   height: 50px;
   margin: 5px;
   text-align: center;
   }

.price {
   font-size: 14px;
   color: #D3252A;
}

.crumb {
   font-size: 10px;
   margin-top: 1px;
   line-height: 12px;
   text-align: center;
   }

.product_box .crumb a {
   font-size: 10px;
   margin-top: 10px;
   line-height: 12px;
   font-weight: normal;
}

.light_grey {
   color: #333333;
}

.text_arrow {
   padding-left: 10px;
   background-image: url('../theme/images/arrow.gif');
   background-repeat: no-repeat;
   background-position: 0px 3px;
}

.product_review_flop {
   background-image: url('../theme/images/star_flop.gif');
   background-repeat: repeat-x;
   text-align: left;
   width: 110px;
   height: 19px;
}

.product_review_top {
   background-image: url('../theme/images/star_top.gif');
   background-repeat: repeat-x;
   height: 19px;
   overflow: hidden;
}

.chargroup {
   padding: 1px;
   padding-left: 5px;
   padding-right: 5px;
   color: #FFFFFF;
   background: #81BEE1;
   font-size: 15px;
}

.hr_grey {
   background: #DDDDDD;
   width: 100%;
   height: 3px;
   margin-bottom: 7px;
}

.cart_line {
   border-top: 1px solid #DDDDDD;
   padding-top: 20px;
   padding-bottom: 20px;
}

.cleaner {
   clear: both;
   }

/* Container */

#frame {
   width: 960px;
   margin: 0 auto;
   padding: 0;
   text-align: left;
}

#header {
   width: 960px;
   height: 170px;
}

#header_menu {
   width: 380px;
   height: 30px;
   padding: 10px 10px 0 10px;
   margin: 0;
   text-align: right;
   float: right;
   color: #FFFFFF;
   }

#header_menu a {
   color: #FFFFFF;
   }

#header_menu a:hover {
   color: #E5E5E5;
   }

#hotline {
   width: 280px;
   height: 30px;
   padding: 7px 0 0 20px;
   margin: 0;
   text-align: left;
   float: left;
   font-size: 16px;
   font-weight: bold;
   color: #FFFFFF;
   }

#logo {
   width: 200px;
   height: 120px;
   float: left;
   }

#logo a {
   text-decoration: none;
   font-weight: bold;
   font-size: 20px;
   color: #000000;
   }

#main_menu {
   width: 750px;
   height: 65px;
   float: left;
   }

ul#menu{
   width: 530px;
   margin:0;
   padding:0;	
   list-style-type:none;	
   position:relative;
   display:block;
   font-size:14px;
}

#menu li{
   display:block;	
   float:left;
   margin:0;
   padding:0;
}
	
#menu li a{
   display:block;
   float:left;
   color:#FFFFFF;
   text-decoration:none;
   font-weight:normal;
   padding: 12px 20px 0 20px;
   margin:0;	
}
	
#menu li a:hover{
   color: #C0C0C0;
}

#main_menu_ul {
   width: 750px;
   padding: 0;
   margin: 0;
   float: left;
   }

#box_search {
   width: 200px;
   float: right;
   padding-top: 10px;
}

#cart {
   width: 200px;
   padding: 0;
   margin: 0;
   float: right;
   height: 50px;
   font-size: 12px;
   font-weight:normal;
   color: #555555;
   }

#cart a{
   color: #555555;
   }

#cart a:hover{
   color: #000000;
   }

#box_service {
   width: 250px;
   padding: 0;
   margin: 0 20px 0 0;
   float: right;
   height: 50px;
   font-size: 12px;
   font-weight:normal;
   color: #555555;
   }

#trustedshops {
   width: 250px;
   padding: 0;
   margin-right: 20px;
   float: right;
   height: 50px;
   font-size: 12px;
   font-weight:normal;
   font-family: Verdana;
   color: #555555;
   }

#trustedshops a{
   color: #555555;
   font-size: 10px;
   font-weight:normal;
   font-family: Verdana;
   }

#trustedshops a:hover{
   color: #000000;
   }

#footer {
   margin: auto;
   color: #555555;
   padding-top: 30px;
   text-align: center;
   background-image: url(../theme/images/footer_bg.jpg);
   background-repeat: repeat-x;
   height: 50px;
   }


#footer a {
   color: #555555;
   }

#footer a:hover {
   color: #000000;
   }

#breadcrumb {
   width: 940px;
   padding: 10px;
}

#hr_breadcrumb {
   background: #DDDDDD;
   width: 960px;
   height: 5px;
}

/* 3 Spalten */

#column_left {
   width: 190px;
   float: left;
}

#column_middle {
   width: 550px;
   text-align: left;  
   margin-left: 15px;
   margin-right: 15px;
   float: left;
}

#column_right {
   width: 190px;
   float: left;
}

#column_2cols {
   width: 735px;
   text-align: left;  
   margin-left: 15px;
   float: left;
}

.clear {
   clear: left;
}

.spacer {
   height: 5px;
   margin: 0px;
}

/* Blog */

.blog_post {
   margin-bottom: 20px;
   line-height: 20px;
}

.blog_comment {
   margin-bottom: 20px;
   line-height: 20px;
   background: #F1F1F1;
   border-left: 3px solid #DDDDDD;
   padding: 15px;
}

.blog_post .funcbar {
   margin-top: 15px;
   border-left: 3px solid #81BEE1;
   background: #F1F1F1;
   padding: 7px;
   padding-left: 10px;
}

/* Produkt */
.td_order {
   background-color: #F1F1F1;
}

.td_order2 {
   background-color: #F1F1F1;
   border-top: 1px solid #DDDDDD;
}

.row_order {
  border-top: 1px solid #DDDDDD;
}

.bookmark {
   border: 1px solid #BBBBBB;
   padding: 1px;
   width: 16px;
   height: 16px;
   margin-left: 30px;
   margin-right: 12px;
}

/*** Menüstruktur ***/

.menu_selected {
   color: #D3252A;
}

.menu_level_1 {
   margin: 0px 0px 5px 0px;
}
.menu_level_2 {
   margin: 0px 0px 5px 10px;
}
.menu_level_3 {
   margin: 0px 0px 5px 20px;
}

.menu_level_4 {
   margin: 0px 0px 5px 30px;
   background: url('../theme/images/arrow.gif') no-repeat;
}
