 /* bodyeinstellungen */
 /* Body allgemein: diese Einstellungenwerden aktiv falls kein aderer Style geladen wird */
body
    {
    /* Abstand zum oberen Rand */
    margin-top: 0px;
    /* Abstand zum rechten Rand */
    margin-right: 0px;
    /* Abstand zum unteren Rand */
    margin-bottom: 0px;
    /* Abstand zum linken Rand */
    margin-left: 0px;
    /* Hintergrundfarbe */
	/*background-color: #e2e4e5;*/
    /* Allgemeine Schriftgröße */
    font-size: 10pt;
    /* Schriftart */
    font-family: arial, sans-serif;
    color: #000;
    /* Scrollbarstyles (nur für Internet Explorer) */
    /* Basisfarbe der Scroll_Leiste */
    /* scrollbar-base-color:#000000;*/
    /* Farbe für 3D-Effekte */
    /*scrollbar-3dlight-color:#0000FF;*/
    /* Farbe für verschiebepfeile */
    /*scrollbar-arrow-color:#0000FF;*/
    /* Farbe für Schatten */
    /*scrollbar-darkshadow-color:#0000FF;*/
    /* Farbe für Oberfläche */
    /*scrollbar-face-color:#000000;*/
    /* Farbe für oberen und linken Rand */
    /*scrollbar-highlight-color:#0000FF;*/
    /* Farbe für unteren und rechten Rand */
    /*scrollbar-shadow-color:#000000;*/
    /* Farbe für freibleibenden Verschiebeweg */
    /*scrollbar-track-color:#000000;*/
    }
td {
	color: #000;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #334549;
}
 /* Startseite */
.body_sta
 {
 	background-image: none;
	background-color: #e2e4e5;
 }

 /* Catalogmenue */
.body_cat
 {
 	background-image: none;
	background-color: #e2e4e5;
 }

 /* Loginframe */
.body_log
 {
 	background-image: none;
	background-color: #e2e4e5;
 }

 /* Basketframe */
.body_bask
 {
 	background-image: none;
	background-color: #e2e4e5;
 }

 /* Bannerframe */
.body_banner
    {
    overflow: auto;
    background-image: url(../images/top/back_topleft.gif);
    }

 /* oberer Frame */
.body_menubar
    {
    background-image: url(../images/top/back_topright.gif);
    }

 /* rechter Menüframe */
.body_right
 {
 background-color: #CCCCCC;
 /* background-image: url(../images/top/back_menueright.gif); */
 background-attachment: fixed;
 background-repeat: repeat
 }

 /* für Formularelemente */

/* Texteingabefelder und Optionslisten*/
.input
     {
     background-color: #CCCCCC;
     color: #000000;
     }
/* Versende und andere Buttons */
.button
     {
     background-color: #CCCCCC;
     font-family: arial, sans-serif;
     font-size: 10pt;
     color: #000000;
     /* border: 1px #cccccc solid;*/
     }
 /* für Formularelemente Ende*/

 /* für zu druckende Dokumente (printlist) */
.printfont
  {
  color: #000000;
  font-size: 11px;
  font-family: arial, sans-serif;
  }

.printbody {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #ffffff;
  font-size: 10pt;
  font-family: arial, sans-serif;
  }

.printhead
  {
  color: #000000;
  font-size: 10px;
  font-family: arial, sans-serif;
  }
/* printlist ende */

/* Grundschriftart */
.font_normal
  {
  color: #000;
  font-size: 10pt;
  font-family: arial, sans-serif;
  }

.font_start
  {
  color: #000;
  font-size: 10pt;
  font-family: arial, sans-serif;
  }

.fontVK
  {
  color: #000000;
  font-size: 10pt;
  font-family: arial, sans-serif;
  }
/* Schrift für überschriften und Hervorgehobenes */
.font_ueberschrift
  {
  font-family: arial, sans-serif;
  color: #000;
  font-size: 12pt;
  font-weight: 600;
  }


.font_catalog
  {
  color: #000;
  font-size: 9pt;
  font-family: arial, sans-serif;
  }


.login_font
  {
  color: #000000;
  font-size: 8pt;
  font-weight: bold;
  font-family: arial, sans-serif;
  }

.hervorgehoben_fett
  {
  font-size: 11pt;
  color: #FF0000;
  font-weight: bold;
  }

/* Tabellenreihen allgemein*/
.tablerow1
  {
  background-color: #eee;
  color: #000;
  font-size: 8pt;
  font-family: arial, sans-serif;
  }

/* Tabellenreihen Startseite */
.tablerow2
  {
  background-color: #e2e4e5;
  color: #000;
  font-size: 8pt;
  font-family: arial, sans-serif;
  }

.tablecmenue
  {
  	/*
  background-attachment: fixed;
  background-image: url(../images/top/buttonback.gif);
  background-repeat: repeat
  */
  }

/* Tablestyle der die Farbe des Tabellenkopfes bestimmt*/
.table_head
  {
  background-color: #e2e4e5;
  color: #000;
  }

/* tablestyle der die Farbe der Gitternetzlinien bestimmt*/

.gitterfarbe
  {
  background-color: #000000;
  }

/* tablestyle der die Farbe der Gitternetzlinien auf der Startseite bestimmt*/
.gitterfarbe1 { background-color: #000000; }


.cmenu
  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  display: block;
  }

.cmenu:hover, .cmenu:active, .cmenu:focus
  {
  /* background-color: #0000ff;*/
  text-decoration: underline;
  /* width: 140 px; */
  color: #334549;
}
.cmenu.simple {
	font-weight: normal;
}

.details
  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-decoration: none;
  color: #000000;
  }

.details:hover
  {
 text-decoration: none;
 color: #0000ff;
}

.cmenuindex
  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  text-decoration: none
  }

.cmenuindex:hover
  {
 /* background-color: #0000ff; */
  text-decoration: underline;
  color: #334549;
 }


.link_text
  {
  font-family: arial, sans-serif;
  font-size: 10pt;
  font-weight: solid;
  text-decoration: underline;
  color: #000;
  }

.link_text:active
  {
  color: #334549;
  }

.link_text:visited
  {
  color: #334549;
  }

.link_text:hover
  {
  color: #334549;
  }

.link_list
  {
  text-decoration: none;
  color: #000;
  font-size: 8pt;
  }

.link_list:active
  {
  color: #000;
  }

.link_list:hover
  {
text-decoration: underline;
 color: #334549;
  }

.link_list:link
  {
  color: #334549;
  }

.link_list:visited
  {
  color: #334549;
  }

.link_gross
  {
  font-family: arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.link_gross:active
  {
  color: #334549;
  }

.link_gross:hover
  {
text-decoration: underline;
 color: #334549;
  }


.link_gross:link
  {
  color: #334549;
  }

.link_gross:visited
  {
  color: #334549;
  }

.product_row {
	border: solid #9ba2a5 1px;
	background: #e2e4e5;
	padding: 0;
}
.product_row_content {
}

.product_row_content td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 12px;
}
.product_row_foot td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #111111;
	font-size: 10px;
	border-top: solid #000000 1px;
}

.product_col_price {
	text-align: right;
	padding: 3px 6px 3px 3px;
}
.product_col_manufacturer {
	padding: 3px 3px 0 6px;
	display: inline;
	font-size: 14px;
}
.product_col_name {
	padding: 0 3px 3px 6px;
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.product_col_intro {
	padding: 0 0 0 6px;
	display: block;
	font-size: 11px;
}
.product_col_number {
	padding: 0 3px 3px 6px;
	font-size: 10px;
	font-weight: bold;
	color: #ddd;
}
.product_col_buttons {
	padding: 0 3px 3px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #ddd;
}

.product_col_image {
	width: 150px;
}

.product_quantity {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 14px;
	display: inline;
	text-align: center;
	padding: 2px;
	margin: 0;
	font-weight: bold;
	border: inset 1px;
	background: #EEEEEE;
}
.product_cartbutton {
	display: inline;
	height: 29px;
	width: 33px;
	padding: 0;
	margin: 0;
}
.product_col_cart {
	vertical-align: bottom;
	padding: 0 6px 6px 3px;
}
.product_col_quantity {
	vertical-align: bottom;
	padding: 0px 3px 6px 3px;
}

.product_col_vlb {
	background: #FF6666;
	border-left: solid #000000 1px;
}
.product_col_vlexpr {
	background: #66FF66;
	border-left: solid #000000 1px;
}
.product_col_vlbot {
	background: #FFFF66;
	border-left: solid #000000 1px;
}
.product_col_vlbot2 {
	background: #9999FF;
	border-left: solid #000000 1px;
}
.hint_vlb {
	padding: 3px;
	background: #FF6666;
	border: solid #000000 1px;
	vertical-align: middle;
	font-size: 14px;
}
.hint_vlbot {
	padding: 3px;
	background: #FFFF66;
	border: solid #000000 1px;
	vertical-align: middle;
	font-size: 14px;
}
.hint_vlbot2 {
	padding: 3px;
	background: #9999FF;
	border: solid #000000 1px;
	vertical-align: middle;
	font-size: 14px;
}
.hint_vlexpr {
	padding: 3px;
	background: #66FF66;
	border: solid #000000 1px;
	vertical-align: middle;
	font-size: 14px;
}


.product_col_vk {
	border-right: solid #000000 1px;
}
.product_col_kb {
	border-right: solid #000000 1px;
}
.product_col_free2 {
	border-left: solid #000000 1px;
}

a.product_button1 {
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 26px;
	width: 88px;
	height: 26px;
	background: url("/vshop/css/button1.gif") no-repeat center center;
	text-decoration: none;
}
a.product_button2 {
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 26px;
	width: 129px;
	height: 26px;
	background: url("/vshop/css/button2.gif") no-repeat center center;
	text-decoration: none;
}

a.product_button3 {
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 26px;
	width: 129px;
	height: 26px;
	background: url("/vshop/css/button3.gif") no-repeat center center;
	text-decoration: none;
}

a.product_button1:link,
a.product_button1:visited {
	color: #000;
}
a.product_button2:link,
a.product_button2:visited {
	color: #000;
}

a.product_button1:hover {
	text-decoration: none;
	color: #fafafa;
}
a.product_button2:hover {
	text-decoration: none;
	color: #fafafa;
}

.list_price {
	display: inline;
	color: #334549;
	font-size: 24px;
	line-height: 24px;
}
.list_kgeprice {
	display: inline;
	color: #334549;
	font-size: 10px;
	line-height: 14px;
}
.list_request {
	display: inline;
	color: #334549;
	font-size: 18px;
	line-height: 18px;
}

.list_price_2 {
	display: inline;
	color: #334549;
	font-size: 12px;
}

.list_price_orig {
	display: inline;
	color: #334549;
	font-size: 12px;
	text-decoration: line-through;
}

.list_price_orig_2 {
	display: inline;
	color: #334549;
	font-size: 12px;
	text-decoration: line-through;
}

.product_row_foot {
	background: #d3d5d6;
}
.product_col_express {
	color: #000;
	background: #3333FF;
	border-left: solid #000000 1px;
	font-size: 10px;
}
.product_col_express b {
	color: #000;
}
a.season,
a.season:link,
a.season:visited,
a.season:hover,
a.season:active {
	font-size: 18px;
	border: outset 2px;
	background: #CCCCCC;
	padding: 3px 6px;
}
a.season_selected,
a.season_selected:link,
a.season_selected:visited,
a.season_selected:hover,
a.season_selected:active {
	color: #666666;
	font-size: 18px;
	border: inset 2px;
	background: #CCCCCC;
	padding: 3px 6px;
}
.product_col_pictures {
	border-top: solid #000000 1px;
}

.font#9ba2a5 {
	color: #000;
}

/* MAIN MENU */
#lowermenubox {
	position: relative;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
#lowermenubox a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
	text-shadow: 1px 1px 2px #fff;
}
#lowermenubox a:hover {
	color: #334549;
}
#lowermenubox a:first-child {
	margin-left: 0;
}

.energylevel {
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	background-repeat: no-repeat;
	width: 66px;
	height: 27px;
	margin-left: 4px;
	vertical-align: top;
}
.level-appp {background-image: url(../images/energieverbrauch_appp.png);}
.level-app {background-image: url(../images/energieverbrauch_app.png);}
.level-ap {background-image: url(../images/energieverbrauch_ap.png);}
.level-a {background-image: url(../images/energieverbrauch_a.png);}
.level-b {background-image: url(../images/energieverbrauch_b.png);}
.level-c {background-image: url(../images/energieverbrauch_c.png);}
.level-d {background-image: url(../images/energieverbrauch_d.png);}
.level-e {background-image: url(../images/energieverbrauch_e.png);}
.level-f {background-image: url(../images/energieverbrauch_f.png);}
.level-g {background-image: url(../images/energieverbrauch_g.png);}