body {
   padding: 0px;
   margin: 0px;
   margin-bottom: 20px;
   font-family: Trebuchet MS, Arial, sans serif;
   font-size: 12px;
   background-color: #FFFFFF;
   color: #37638A;
   width: 100%;
}

table {
   text-align: left;
   font-size: 12px;
   font-family: Trebuchet MS, Arial, sans serif;
   color: #37638A;
   }
   
/*------------------- container ---------------*/

#frame {
   width: 960px;
   margin:0 auto;
   text-align:left;
   }

#header {
   background-image: url('../theme/images/bg_head.gif');
   height: 190px;
   }
   
#logo {
   width: 400px;
   height: 50px;
   position: relative;
   top: 30px;
   left: 15px;
   font-size: 20px;
   font-weight: bold;
   text-align: center;
   float: left;
   }

#header_menu {
   position: relative;
   top: 30px;
   right: 30px;
   float: right;
   }

#search {
   position: relative;
   top: 90px;
   left: 550px;
   width: 300px;
   }

#main_menu {
   width: 960px;
   height: 50px;
   padding-top: 10px;
   text-align: center;
   font-size: 14px;
   font-weight: bold;
   }

#content {
   width: 960px;
   background-image: url('../theme/images/bg_content.gif');
   background-repeat: repeat-y;
   padding-bottom: 0px;
   padding-left: 25px;
   }

#column_left {
   width: 220px;
   float: left;
   margin-left: 0px;
   margin-right: 15px;
   padding: 0px;   
   }



#column_right {
   width: 220px;
   float: left;
   margin-left: 15px;
   margin-right: 0px;
   }




#column_middle {
   float: left;
   width: 440px;
   }

 * html #column_middle {margin-left:-3px; margin-right:-3px;}  

#column_2cols {
   width: 675px;
   margin:0px;
   display: table;
   }

#footer {
   text-align: center;
   font-size: 11px;
   }

#footer p {
   margin-top: 10px;
   margin-bottom: 20px;
   color: #42B1C9;
   }

.clear {
clear: both;
}

/*------------------- Links ---------------*/

a {
   color: #37638A;
   }

a:hover {
   color: #42B1C9;
   }

#main_menu a {
   color: #37638A;
   margin-right: 20px;
   }

#main_menu a:hover {
   color: #42B1C9; 
   }

a.link_bullet {
   text-decoration: underline;
   padding-left: 13px;
   background-image: url('../theme/images/bullet.gif');
   background-repeat: no-repeat;
   background-position: 0px 5px;
}

a.backlink {
   text-decoration: underline;
   padding-left: 15px;
   background-image: url('../theme/images/arrow_back.gif');
   background-repeat: no-repeat;
   background-position: 0px 3px;
   }
   


/*------------------- Boxen ---------------*/

#box {
   background: url('../theme/images/box_top.gif') top no-repeat;
   padding-top: 0px;
   padding-right: 0px;
   margin-bottom: 30px;
   width: 220px;
}

.box_head {
   width: 220px;
   text-align: center;
   font-size: 14px;
   font-weight: bold;
   padding-top: 10px;
   margin-bottom: 10px;
   }

.box_content {
   width: 194px;
   margin-left: 13px;
   margin-right: 13px;
   line-height: 20px;
   }


/*------------------- Überschriften ---------------*/

h1 {
font-size: 18px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
}

h2 {
font-size: 16px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
}

h3 {
color: #42B1C9;
font-size: 14px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 10px;
}

/*------------------- Sonstiges ---------------*/

.alternative_color {
   color: #42B1C9;
   }

.alternative_color a {
   color: #42B1C9;
   }

.btn_search {
   width: 150px;
   text-align: left;
   border: 0px;
   text-decoration: underline;
   color: #37638A; 
   cursor: hand;
   font-weight: bold;
   background-color: #FFFFFF;
   font-size: 12px;
   margin-left: 0px;
   padding-left: 5px;
   }

*+html .btn_search, * html .btn_search {margin-bottom: 3px}

.inputfield {
   font-family: Trebuchet MS, Arial, sans serif;
   color: #37638A;
   border: 1px solid #37638A;  
   padding-left: 3px;
   padding-right: 3px;
   }

.input_error {
   border: 2px solid #FF0000;
   }

.border_small {
   width: 80px;
   height: 80px;
   background-image: url('../theme/images/bildrahmen_klein.gif');
   }

.small_grey {
   font-size: 10px;
   color: #999999;
   line-height: 11px;
   }

.small_grey a {
   font-size: 10px;
   color: #999999;
   line-height: 11px;
   }

.small_grey p {
   margin-top:3px;
   margin-bottom:0px;
   }

.price {
   font-weight: bold;
   font-size: 14px;
   color: #37638A;
   }

ul {
   list-style: none;
   margin: 0px;
   padding-left: 0px;
   }

li {
   padding-left: 13px;
   background-image: url('../theme/images/bullet.gif');
   background-position: 0px 5px;
   background-repeat: no-repeat;
   }

#breadcrumb {
   border-bottom: 1px solid #37638A;
   width: 440px;
   padding-bottom: 5px;
   margin-bottom: 15px;
   }

#breadcrumb2 {
   border-bottom: 1px solid #37638A;
   width: 440px;
   padding-bottom: 5px;
   margin-bottom: 15px;
   }

#breadcrumb a {
   padding-left: 5px;
   }

.blog_post {
   margin-bottom: 30px;
   }

.td_order {
   border-bottom: 1px solid #CCCCCC;
   }

.td_order2 {
   border-top: 1px solid #CCCCCC;
   }

.row_order {
   border-top: 1px solid #CCCCCC;
   }

.cart_line {
   border-top: 1px solid #F5F5F5;
   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 #42B1C9;
   color: #37638A;
   }
   
.blog_post .funcbar {
   margin-top: 15px;
   }

.blog_comment {
   margin-bottom: 20px;
   border: 1px solid #42B1C9;
   padding: 10px;
   }

.msg_error {
   border: 1px solid #FF0000;
   color: #FF0000;
   padding: 5px;
   padding-left: 10px;
   }

.msg_done {
   border: 1px solid #42B1C9;
   padding: 5px;
   padding-left: 10px;
   }

.contactbox {
   border: 1px solid #42B1C9;
   padding: 5px;
   line-height: 22px;
   }

#paginating {
   border-top: 1px solid #37638A;
   width: 440px;
   padding-top: 5px;
   margin-top: 15px;
   }

.chargroup {
   border-bottom: 1px solid #37638A;
   width: 440px;
   padding-bottom: 5px;
   margin-bottom: 15px;
   }

.bookmark {
   border: 1px solid #BBBBBB;
   padding: 1px;
   width: 16px;
   height: 16px;
   margin-left: 22px;
   margin-right: 7px;
}


/*** Menüstruktur ***/

.menu_selected {
   font-weight:bold;
   color: #42B1C9;
}

.menu_level_1 {
   margin: 0px 0px 5px 0px;
}
.menu_level_2 {
   margin: 0px 0px 5px 15px;
   font-size: 12px;
}
.menu_level_3 {
   margin: 0px 0px 5px 25px;
   font-size: 12px;
}

.menu_level_4 {
   margin: 0px 0px 5px 30px;
   font-size: 12px;
}