/* HTML - Tags */

body {
   padding: 0px;
   margin: 0px;
   margin-bottom: 20px;
   font-family: Arial, sans serif;
   font-size: 13px;
   background-color: #FFFFFF;
   color: #666666;
   width: 100%;
   overflow: -moz-scrollbars-vertical;
}

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: 21px;
   display: inline;
   color: #2C89DD;  
}

h2 {
   font-size: 17px;
   display: inline;
   color: #2C89DD;
}

h3 {
   font-size: 17px;
   font-weight: bold;
   display: inline;
   color: #666666;
}

h4 {
   font-size: 15px;
   font-weight: bold;
   display: inline;
   color: #666666;
}

/* Links */

a {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	background-color: #2C89DD;
	color: #FFFFFF;
}

#waehlbar a {
   padding-left: 15px;
   }

#waehlbar a:hover {
   padding-left: 15px;
   background-image: url('../theme/images/arrow_green.gif');
   background-repeat: no-repeat;
   background-position: 0px 0px;
   }

a.spacerlink {
	text-decoration: underline;
	color: #666666;
}
a.spacerlink:hover {
	text-decoration: none;
	color: #FFFFFF;
        background: none;
}


a.red {
	color: #FF3300;
   text-decoration: underline;
}

a.red:hover {
	background-color: #FF3300;
   color: #FFFFFF;
   text-decoration: none;
}

a.link_arrow {
   text-decoration: underline;
   padding-left: 10px;
   background-image: url('../theme/images/arrow.gif');
   background-repeat: no-repeat;
   background-position: 0px 3px;
}

a.backlink {
   text-decoration: underline;
   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;
   background-color: #81BEE1;
   margin-left: 10px;
   padding: 5px;
}




/* Formulare */

input, textarea, select {
   font-family: Arial, sans-serif;
   font-size: 13px;
   color: #454545;
}

.input_error {
   border: 2px solid #FF0000;
}

.button {
   height: 28px;
}


/* Vom System benötigt */

.small {
   font-size: 11px;
   color: #AAAAAA;
}

.strike {
   color: #FF9900;
}

.default_color {
   color: #666666;
}

.menu_cell {
   margin-bottom: 7px;
}


/* Sonstiges */

.grey {
   color: #666666;
}

.orange {
   color: #FF9900;
}

.blue {
   color: #2C89DD;
}

.red {
   color: #FF3300;
}

.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_product_list {
   float: left;
   width: 238px;
   margin-bottom: 10px;
   border: 1px solid #DDDDDD;
   padding: 10px;
}

.box_product_list_2 {
   float: left;
   width: 238px;
   margin-left: 10px;
   margin-bottom: 10px;
   border: 1px solid #DDDDDD;
   padding: 10px;
}

.price {
   font-weight: bold;
   font-size: 14px;
   color: #FF9900;
}

.center {
   text-align: center;
}

.light_grey {
   color: #AAAAAA;
}

.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;
   height: 3px;
   margin-bottom: 7px;
}

.hr_grey_thin {
   background: #DDDDDD;
   height: 1px;
   margin-bottom: 7px;
}

.cart_line {
   border-top: 1px solid #DDDDDD;
   padding-top: 20px;
   padding-bottom: 20px;
}

.row_order {
  border-top: 1px solid #DDDDDD;
}

.bookmark {
   padding: 1px;
   width: 16px;
   height: 16px;
   margin-left: 30px;
   margin-right: 12px;
}

/* Container */

#frame {
   width: 930px;
   margin: auto;
   padding: 0px;
   background-image: url('../theme/images/background.gif');
   background-repeat: no-repeat;
   padding-left: 50px;
}

#logo {
   height: 240px;
   width: 730px;
   float: left;
   }

#blog {
   width: 140px;
   height: 140px;
   margin-top: 50px;
   float:right;
}

#waehlbar {
   padding-left: 0px;
   border-left: 8px solid #CCFF33;
   margin-top: 15px; 
}

#waehlbar a {
   font-size: 13px;
   font-weight: bold;
}

#waehlbar_sub {
   padding-left: 15px;
   border-left: 8px solid #CCFF33; 
}

#cart_empty {
   background-image: url('../theme/images/bg_cart_empty.gif');
   background-repeat: no-repeat;
   width: 260px;
   height: 45px;
   text-align: center;
   padding-top: 12px;
   color: #FFFFFF;
   font-weight: bold;
}

#cart {
   background-image: url('../theme/images/bg_cart.gif');
   background-repeat: no-repeat;
   width: 240px;
   height: 22px;
   text-align: left;
   padding-top: 23px;
   padding-left: 20px;
   color: #FFFFFF;
   cursor: pointer;
   font-size: 11px;
   text-decoration: none;
}

#footer {
   border-top: 3px solid #EDEDED;
   height: 38px;
   text-align: center;
   padding-left: 15px;
   padding-right: 15px;
   font-size: 11px;
   margin-bottom: 20px;
   width: 910px;
   margin:auto;
}


/* Startseite */

#video {
   background-color: #CBFF33;
   padding: 10px;
}

.index_video_links {
   background-color: #EDEDED;
   color: #666666;
   margin-top: 2px;
   padding: 3px;
   padding-left: 20px;
   background-image: url('../theme/images/arrow.gif');
   background-repeat: no-repeat;
   background-position: 7px 6px;
}

.index_video_links_empty {
   background-color: #EDEDED;
   color: #666666;
   margin-top: 2px;
   padding: 3px;
   padding-left: 20px;
}

.index_video_links:hover {
background-color: #CBFF33;   
color: #666666;
   margin-top: 2px;
   padding: 3px;
   padding-left: 20px;
   background-image: url('../theme/images/arrow.gif');
   background-repeat: no-repeat;
   background-position: 7px 6px;
}

.index_video_links a {
   color: #666666;
   text-decoration: none;
}

.index_video_links a:hover {
   color: #666666;
   background-color: #CBFF33;
   text-decoration: none;
}

/* 3 Spalten */

#col_left {
   width: 180px;
   float: left;
}

#col_middle_index {
   width: 400px;
   text-align: left;  
   margin-left: 0px;
   margin-right: 0px;
   float: left;
}

#col_right_index {
   width: 140px;
   float: right;
}

#col_span {
   width: 535px;
   text-align: left;  
   margin-left: 15px;
   margin-bottom: 20px;
   float: left;
}

#col_content {
   width: 715px;
   text-align: left;  
   margin-left: 15px;
}

.clear {
   clear: left;
}

.spacer {
   height: 5px;
   margin: 0px;
}


/* Relativer Tooltip */
.tooltip {
   background-image: url('../uploads/vorteile.jpg');
}

.tooltip:hover {
   background-image: url('../uploads/plus_vorteile4.jpg');
}
