html {
   overflow-y: scroll
   }

body {
   padding: 0px;
   margin: 0px;
   margin-bottom: 20px;
   font-family: Trebuchet MS, Arial, sans serif;
   font-size: 12px;
   background-color: #FFFFFF;
   color: #999999;
   width: 100%;
   background-image: url('../theme/images/bg.jpg');
   background-position: center top;
   background-repeat: no-repeat;
}

table {
   text-align: left;
   font-size: 12px;
   font-family: Trebuchet MS, Arial, sans serif;
   color: #999999;
   }
   
/*------------------- container ---------------*/

#frame {
   width: 960px;
   margin:0 auto;
   text-align:left;
   overflow: hidden;
   }

*+html #frame {
      padding-left: 1px;
   }

*html #frame {
      padding-left: 1px;
   }

#header {
   margin-left: 15px;
   height: 129px;
   }

#header_menu {
   margin-bottom: 15px;
   }

#search {
   margin-bottom: 20px;
   } 

#main_menu {
   width: 930px;
   height: 29px;
   padding-top: 0px;
   padding-bottom: 0px;
   background-color: #DA549B;
   margin-left: 15px;
   text-align: center;
   font-size: 14px;
   font-weight: bold;
   }

.main_menu_distance {
   padding-top: 5px;
   }

#content {
   width: 960px;
   background-image: url('../theme/images/bg_content_shadow.jpg');
   background-repeat: repeat-y;
   padding-bottom: 0px;
   }

#content2 {
   width: 960px;
   background-image: url('../theme/images/bg_content.jpg');
   background-position: top;
   background-repeat: no-repeat;
   padding-bottom: 0px;
   padding-top: 25px;
   min-height: 323px;
   }

#column_left {
   width: 180px;
   float: left;
   margin-right: 15px;
   padding-left: 23px; 
   }

#column_right {
   width: 180px;
   float: left;
   margin-left: 20px;
   margin-right: 0px;
   }

#column_middle {
   float: left;
   width: 520px;
   }

 * 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;
   }

.clear {
clear: both;
}

/*------------------- Links ---------------*/

a {
   color: #DA549B;
   font-weight: bold;
   }

a:hover {
   color: #999999;
   }

#main_menu a {
   color: #FFFFFF;
   margin-right: 20px;
   margin-top: 5px;
   }

#main_menu a:hover {
   color: #F6CEE2; 
   }

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 4px;
   }

#footer a {
   color: #999999;
   font-weight: normal;
   }

#footer a:hover {
   color: #DA549B;
   }   

/*------------------- Farben ---------------*/

.rosa {
   color: #DA549B;
   }



/*------------------- Boxen ---------------*/

#box {
   margin-bottom: 30px;
   }

#box h1 {
   color: #C85692;
   font-size: 14px;
   margin-bottom: 6px;
   }




/*------------------- Überschriften ---------------*/

h1 {
   font-size: 18px;
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 0px;
   color: #C85692;
   }

h2 {
   font-size: 16px;
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 0px;
   }

h3 {
   color: #DA549B;
   font-size: 14px;
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 10px;
   }

h4 {
   color: #C85692;
   font-size: 16px;
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 0px;
   }


/*------------------- Sonstiges ---------------*/

.alternative_color {
   color: #F0B1D1;
   }

.btn_search {
   width: 150px;
   text-align: left;
   border: 0px;
   text-decoration: underline;
   color: #DA549B; 
   cursor: hand;
   font-weight: bold;
   background-color: #FFFFFF;
   font-size: 12px;
   margin-top: 5px;
   padding-left: 5px;
   }

*+html .btn_search, * html .btn_search {margin-bottom: 3px}

.inputfield {
   font-family: Trebuchet MS, Arial, sans serif;
   color: #999999;
   border: 1px solid #C85692;  
   padding-left: 3px;
   padding-right: 3px;
   font-size: 11px;
   }

.input_error {
   border: 2px solid #FF0000;
   font-family: Trebuchet MS, Arial, sans serif;
   color: #999999; 
   padding-left: 3px;
   padding-right: 3px;
   font-size: 11px;
   }

.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 p {
   margin-top:3px;
   margin-bottom:0px;
   }

.price {
   font-weight: bold;
   font-size: 14px;
   color: #C85692;
   }

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 #999999;
   width: 520px;
   padding-bottom: 5px;
   margin-bottom: 15px;
   }

#breadcrumb2 {
   border-bottom: 1px solid #999999;
   width: 520px;
   padding-bottom: 5px;
   margin-bottom: 15px;
   }

#breadcrumb2 img {
   margin-bottom: 0px;
   }

.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 #DA549B;
   color: #DA549B;
   }
   
.blog_post .funcbar {
   margin-top: 15px;
   }

.blog_comment {
   margin-bottom: 20px;
   border: 1px solid #DA549B;
   padding: 10px;
   }

.msg_error {
   border: 1px solid #FF0000;
   color: #FF0000;
   padding: 5px;
   padding-left: 10px;
   }

.msg_done {
   border: 1px solid #A7BB50;
   padding: 5px;
   padding-left: 10px;
   }

.contactbox {
   border: 1px solid #DA549B;
   padding: 5px;
   line-height: 22px;
   }

#paginating {
   width: 520px;
   padding-top: 5px;
   margin-top: 15px;
   }

.chargroup {
   border-bottom: 1px solid #999999;
   width: 520px;
   padding-bottom: 5px;
   margin-bottom: 15px;
   }

.char {
   background-color: #C85692;
   color: #FFFFFF;
   padding: 2px;
   width: 10px;
   text-align: center;
   }


/*** Menüstruktur ***/

.menu_selected {
   font-weight:bold;
   color: {config.colors.box_header};
}

.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;
}
