 /* bodyeinstellungen */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

 /* 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: url(../../../../templates/basic/images/main/shop_background2.jpg) no-repeat scroll left top #fff;*/
	background: url(../../../../templates/basic/images/main/background.jpg) no-repeat fixed center #fff;
	background-size: cover;
    /* Allgemeine Schriftgr��e */
    font-size: 11pt;
    /* Schriftart */
    font-family: arial, sans-serif;
    /* 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;*/
    }

#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
    z-index: 1000;
    cursor: wait;
    background: url('../images/overlay.png') repeat 0 0;
    display: none;
    text-align: center;
}

#overlay img {
    display: block;
    margin: 30% auto;
    width: 220px;
    height: 19px;
}

#overlay-panel {
    display: block;
    margin: 0 auto 0;
    width: 220px;
    height: 19px;
/*    background: url('../images/waiting.gif') no-repeat 0 0; */
}

 /* Startseite */
.body_sta
 {
 background-color: #FFFFFF;
 background-attachment: fixed;
 }

 /* Catalogmenue */
.body_cat
 {
 background-color: #CCCCCC;
 background-attachment: fixed;
 /* background-image: url(../images/top/back_left.gif); */
 background-repeat: no-repeat
 }

 /* Loginframe */
.body_log
 {
 background-color: #CCCCCC;
 background-attachment: fixed;
 background-image: url(../images/design/loginback.gif)
 }

 /* Basketframe */
.body_bask
 {
 background-color: #CCCCCC;
 background-attachment: fixed;
 }

 /* 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, textarea, select, option
     {
     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: #000000;
  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: #000000;
  font-size: 12pt;
  font-weight: 600;
  }


.font_catalog
  {
  color: #000000;
  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: #EEEEEE;
  color: #000000;
  font-size: 8pt;
  font-family: arial, sans-serif;
  }

/* Tabellenreihen Startseite */
.tablerow2
  {
  background-color: #000000;
  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: #CCCCCC;
  }

/* 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: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none
  }

.cmenu:hover
  {
  /* background-color: #0000ff;*/
  text-decoration: underline;
  /* width: 140 px; */
  color: #000099;
}

.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: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none
  }

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


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

.link_text:active
  {
  color: #000000;
  }

.link_text:visited
  {
  color: #000000;
  }

.link_text:hover
  {
  color: #000099;
  }

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

.link_list:active
  {
  color: #000;
  }

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

.link_list:link
  {
  color: #000000;
  }

.link_list:visited
  {
  color: #0000FF;
  }

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

.link_gross:active
  {
  color: #000000;
  }

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


.link_gross:link
  {
  color: #000000;
  }

.link_gross:visited
  {
  color: #000000;
  }


/*
 * ---------------------------
 *  F O R M   C O N T R O L S
 * ---------------------------
 */

div,td {
	/* Allgemeine Schriftgr��e */
	font-size: 11pt;
	/* Schriftart */
	font-family: arial, sans-serif;
}

form {
	padding:0;
	margin:0;
	margin-top: 30px;
}

.form_field_caption {
	display:block;
	margin-top: 3px;
	line-height: 11pt;
	font-size: 11pt;
	vertical-align: bottom;
	text-align: left;
	/* border: solid black 1px; */
}

.form_field_caption_inline {
	display:inline;
	margin-top: 3px;
	margin-left: 5px;
	line-height: 11pt;
	font-size: 11pt;
	vertical-align: bottom;
	text-align: left;
	/* border: solid black 1px; */
}

.form_field_caption_2 {
/*	display:inline;
	margin-top: 3px;
	line-height: 11pt; */
	font-size: 11pt;
	vertical-align: top;
	text-align: left;
	/* border: solid black 1px; */
}

.form_field_stored {
	display:inline;
	font-size: 8pt;
	font-family: Courier, Monospace;
	color: black;
}

.form_field_content {
	display: block;
	font-size: 11pt;
	text-align: left;
	vertical-align: middle;
}

.form_field_content_inline {
	display: inline;
	font-size: 11pt;
	text-align: left;
	vertical-align: middle;
}

.form_field_content_2 {
	color: #000;
	font-size: 12pt;
	text-align: left;
	vertical-align: top;
}

.form_fieldset_field {
	margin-top: 10px;
	font-size: 11pt;
	text-align: left;
	vertical-align: top;
}

.form_fieldset_field_2 {
	margin-top: 10px;
	font-size: 11pt;
	text-align: left;
	vertical-align: top;
}

.form_fieldset_content {
	display:inline;
	font-size: 11pt;
	text-align: left;
	vertical-align: top;
}

input.text,textarea,select,option {
	font-family: Courier, Monospace;
	font-size: 12pt;
	color: black;
	/* border: inset black 1px; */
}

input.checkbox {
	color: black;
	/* border: inset black 1px; */
	margin: 0;
}

div#pagecontent {
	display: block;
	margin-left: 100px;
}

div#pagemenu {
	width: 100px;
	display: inline;
	float: left;
	text-align: left;
}

.form_message {
	font-size: 10pt;
	color: green;
	background:#efe;
	border: dotted 1px green;
	padding: 3px;
	margin: 1px;
}

.form_error {
	font-size: 10pt;
	color: red;
	background:#fee;
	border: dotted 1px red;
	padding: 3px;
	margin: 1px;
}

div#list_customers {
	text-align: center;
}

fieldset {
	display: block;
	float: none;
	vertical-align: top;
	border: solid #666666 1px;
	background: #d3d5d6;
	color: #000;
	font-size: 9pt;
	margin-bottom: 7px;
}

fieldset legend {
	background: #e2e4e5;
	border: solid #666666 1px;
	color: #000;
	padding: 2px 6px;
	margin-top: 5px;
}

label {
	font-size: 12pt;
	line-height: 1.3em;
	color: #000;
}

label.marked {
	color: red;
}

.form_commands {
	display: block;
	text-align: right;
	vertical-align: top;
	margin-top: 10px;
}

.form_commands #Submit {
	font-weight: bold;
	color: green;
}

.form_commands #Reset {
	font-weight: normal;
	color: red;
}

.form_commands #Cancel {
	font-weight: normal;
	color: red;
}

input.button_save,input.button_next {
	display: inline;
	font-weight: bold;
	color: green;
	font-size: 28px;
	padding: 8px 16px;
	cursor: pointer;
}

input.button_next {
	display: inline;
	font-weight: bold;
	color: green;
}

input.button_save:hover ,input.button_next:hover {
	background-color: #fff;
}


input.button_cancel,input.button_back {
	display: inline;
	font-weight: normal;
	color: red;
}

input.button_reset {
	display: inline;
	font-weight: normal;
	color: black;
}

div.form_error {
	color: red;
	display: block;
	text-align: center;
}

div.form_message {
	color: green;
	display: block;
	text-align: center;
}

h1,h2,h3,h4	{ font-family:Verdana,sans-serif; margin:0; margin-bottom:0.5em }
/*
h1	{ font-size:120%; padding:0.2em 0.5em; background-color:#666; color:#ccc }
h2,h3,h4	{ font-size:110%; border-bottom-color:#999; margin-top:2em }
h3,h4	{ font-size:100%; color:#333 }
*/
#pagecontent	{ margin:2em }

ul	{ margin-top:0 }
li	{ margin-bottom:0.6em }

.contentfollows	{ margin-bottom:0 }
.contentbefore	{ margin-top:0 }

ul.wizzard_pages {
	display: block;
	float: none;
	width: 140px;
	margin: 10px;
	padding: 0;
}
ul.wizzard_pages li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style: none;
	display: block;
	float: none;
	width: 120px;
	margin: 3px 0 0 0;
	padding: 0;
	border: 1px solid #000000;
}
ul.wizzard_pages li a,
ul.wizzard_pages li a:link,
ul.wizzard_pages li a:visited {
	display: block;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	color: #000000;
}

li.wizzard_page_enabled {
	background: #CCCCCC;
}
li.wizzard_page_disabled {
	background: #AAAAAA;
}
li.wizzard_page_current {
	background: #CCCCFF;
	font-weight: bold;
}

/*
.radio {
	padding: 0;
	margin: 0.1em 0 0 0;
}
*/
.checkout_promotions {
	display: block;
	text-align: center;
	margin-top: 30px;
}
.checkout_promotions_item {
	display: block;
	width: 170px;
	height: 250px;
	overflow: hidden;
	float: left;
	border: solid #666666 1px;
	padding: 5px;
	margin: 5px;
	background: #e2e4e5;
	font-size: 10px;
}
.checkout_promotions_item td,
.checkout_promotions_item td a {
	text-decoration: none;
	font-size: 10px;
}



/* /////
// New styles
///// */
td.frameleft,td.frameright {
	background-color: #e2e4e5;
	width: 160px;
	text-align: center;
	vertical-align: top;
}
td.frameright {
	vertical-align: bottom;
}

.energylevel {
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	background-repeat: no-repeat;
	width: 66px;
	height: 27px;
	margin-right: 4px;
	vertical-align: top;
	font-size: 0;
}
.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);}

#CHECKOUT_ADDRESS_address > .form_tab_content > .form_fieldset_field:nth-child(5), #CHECKOUT_ADDRESS_address > .form_tab_content > .form_fieldset_field:nth-child(8) {
	display: none;
}

@media (max-width: 1024px) {
	* {
		box-sizing: border-box;
	}
	body > table > tbody > tr:first-child, .frameright {
		display: none !important;
	}
	.frameleft, body > table > tbody > tr:last-child > td {
		display: block;
		width: 100%;
		height: auto;
	}
	ul.wizzard_pages {
		width: 100%;
		margin: 0;
		padding: 5px 0;
	}
	ul.wizzard_pages li {
		display: inline-block;
		margin: 5px 5px;
	}
	.middletable table, input[type="text"], select, textarea {
		max-width: 100% !important;
		width: 100% !important;
	}
	img, td, div {
		max-width: 100%;
	}
	.tabset_content_active {
		max-width: 95vw;
		overflow: scroll;
	}
}