body {
	font-family: Arial, sans-serif;
	margin: 0;
	background: url(/dummy/felder.jpg) no-repeat center center;
	background-attachment: fixed;
	color: #313131;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.error {
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	background: #e85113;
	margin: 10px 0;
}
.lv_DataText .lv_Title b {
	color: #e85113;
}
.lv_DataText .lv_Title  {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
}
.ofenname {
	font-family: Times, serif;
	font-size: 16px;
	text-transform: uppercase;
}
a img {
	border: none;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.invert {
	background-color: #4E4E4D;
	color: #FFF;
	padding: 1px 2px;
}
.orange {
	color: #e85113;
}
.dgrau {
	color: #313131;
}
.hgrau {
	color: #4e4e4e;
}
.arrowblack {
	padding-left: 16px;
	background-image: url(/assets/layout/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
.arroworange {
	padding-left: 16px;
	background-image: url(/assets/layout/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
.trans {
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 948px;
  height: 680px;
  margin: auto;
  background: url(start_overlay.jpg) repeat-x center center;
  color: white;
}
.indent {
	padding: 16px;
	background-color: #989898;
}
.indent.hell {
	background-color: #CCC;
}
.indent.vorteil {
	background: #E2E2E2 url(/assets/layout/nav/de/vorteil.png) no-repeat 50% 70%;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #e85113;
}
/*div.button,
a.button:link,
a.button:visited {
	color: #FFF !important;
	padding: 12px 26px 12px 12px !important;
	text-decoration: none !important;
	border: none !important;
	cursor: pointer !important;
	background: transparent url(/assets/layout/button_arrow.png) no-repeat right center !important;
}
*/
div.button,
a.button:link,
a.button:visited {
	font-size: 11px;
	color: #FFF !important;
	text-decoration: none !important;
	border: none !important;
	cursor: pointer !important;
	padding: 2px 26px 2px 10px !important;
	background: #e85113 url(/assets/layout/arrow_white2.gif) no-repeat right center !important;
}
a.button:hover {
	text-decoration: underline !important;
}
div.buttonleft,
a.buttonleft:link,
a.buttonleft:visited {
	font-size: 11px;
	color: #FFF !important;
	text-decoration: none !important;
	border: none !important;
	cursor: pointer !important;
	padding: 2px 10px 2px 26px !important;
	background: #e85113 url(/assets/layout/larrow_white.gif) no-repeat 10px center;
}
a.aText:link,
a.aText:visited {
	display: block;
	padding: 2px 2px 2px 14px;
	border: none;
	background: transparent url(/assets/layout/arrow_orange.gif) no-repeat left center;
}
a.download:link,
a.download:visited {
	display: block;
	padding: 2px 2px 2px 14px;
/*	text-decoration: none; */
	border: none;
	background: transparent url(/assets/layout/down_small.png) no-repeat left center;
}

/*
a[target="_blank"] {
	background: url(/assets/layout/arrow_orange.gif) no-repeat scroll 2px center;
	padding: 1px 1px 1px 12px;	
}
*/
a.ablock:link,
a.ablock:visited {
	display: block;
}
a.backlink:link,
a.backlink:visited {
	display: block;
	font-size: 10px;
	color: #313131;
	background: #ADADAD url(/assets/layout/larrow_orange.gif) no-repeat scroll 6px center;
	padding: 1px 1px 1px 18px;
	text-decoration: none;
}
/*
	layout
*/
#toplinks {
	margin: 8px 0;
	height: 16px;
}
#toplinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#toplinks li {
	float: right;
	margin: 0;
	padding: 0;
}
#toplinks a:link,
#toplinks a:visited {
	display: block;
	margin: 1px 0 0 8px;
/*	margin: 1px 0 0 0;
	border-right: 8px solid #717272;*/
	padding: 2px 4px 2px 16px;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: #717272 url(/assets/layout/arrow_orange.gif) no-repeat 4px center;
}
#toplinks a:hover {
	background-color: #4e4e4d;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#toplinks form {
	margin: 0;
}
#toplinks input {
	border: 1px solid #4e4e4d;
	margin-left: 10px;
	padding: 1px;
	font-size: 10px;
	text-align: center;
}
#toplinks ul.languages {
	float: right;
}
#toplinks ul.languages li {
	float: left;
}





#header {
	height: 79px;
	clear: right;
	margin-bottom: 12px;
}    
#header .left {
	float: left; 
	margin-right: 10px;                      
}
#header .right {
	float: right;
	margin-left: 10px;
}
#topnav {
	float: right;
	width: 740px;
	height: 79px;
/*	background: #4e4e4e; */
}
#topnav.transparent {
	background: url('/assets/layout/grau_transparent.png');
}
#topnav a:link,
#topnav a:visited {
	color: white;
	text-decoration: none;
	font-size: 10px;
	font-family: 'News Gothic MT', Arial, sans-serif;
}
#content {
/*	margin: 12px 0;*/
/*	min-height: 470px;
	min-height: 359px;
	min-height: 340px; */
/*	background: #DDD url(/assets/layout/content_bg.gif) repeat-y top left; */
/* 	background: url(/assets/layout/grau_60.png); */
/* 	background: #989898;*/
	line-height: 1.4em;
}
/* Object Styling for Content */

	

#content h1,
#content h2 {
	font-family: Times, serif;
	text-transform: normal;
	font-weight: normal;
	margin: 0 0 0 0;
}

#content h1 {
	color: #ac7a46;
	font-size: 24px;
	line-height: 1em;
}

#content h2 {
	font-size: 18px;
	line-height: 1em;
}

#content h3 {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

#content h4 {
	color: #E34E08;
	font-size: 12px;
}

#content div.img p.imgDesc {
	color: #e4e5e5;
	padding: 0 10px;
	font-size: 10px;
	line-height: 16px;
}
/*
	linke spalte 
*/
td.pix {
	background: #4e4e4d;
	color: #FFF;
}
/*
	inhaltsspalte bei content
*/
td.content {
	background: #DDD;
}
td.content.dark {
	background: #989898;
}
td.content.vorteil {
/*	background: #E2E2E2 url(/assets/layout/nav/de/vorteil.png) no-repeat 50% 70%;*/
	background: #e2e2e2;
}

/*
	rechte spalte bei unternehmensseiten
*/
td.flash {
	background: #4e4e4d;		
}
.flashplayer ul {
	margin: 0;
	padding: 20px 4px 0 20px;
}
.flashplayer li {
	color: #FFF;
	font-size: 18px;
}
#footer {
	padding: 16px 16px 10px 16px;
	margin-top: 12px;
	margin-bottom: 10px;
	background-color: #555;
	border-top: 7px solid #313131;
	border-top: 1px solid #ddd;
/*	background: #50504f url(/assets/layout/footer_bg.gif) repeat-x left top; */
	background: #4e4e4d url(/assets/layout/footer_bg.gif) repeat-x left top;
}
#footer a:link,
#footer a:visited {
	color: white;
	text-decoration: none;
	font-size: 11px;
}
#footer a.remove:link,
#footer a.remove:visited {
	float: right;
}
#footer input#memoryListEmail {
	margin-top: 8px;
	font-weight: normal;
	border: none;
	width: 200px;
	color: #e85113;
	background-color: #444444;
}
#footer #breadCrumbs {
/*	width: 700px;*/
	padding: 10px 0;
}
#footer #breadCrumbs a:link,
#footer #breadCrumbs a:visited {
	color: white;
	background: url(/assets/layout/arrow_orange.gif) no-repeat left center;
	padding: 2px 2px 2px 14px;
	margin-right: 10px;
	text-decoration: none;
}
#footer a.highlight:link,
#footer a.highlight:visited,
#footer a:hover,
#footer #breadCrumbs a:hover {
	color: #e85113;
}
/*
#footer a.button:hover {
	color: #FFF;
	text-decoration: underline;
}
*/
#footer a.highlight:link,
#footer a.highlight:visited {
	color: #e85113;
	background: url(/assets/layout/arrow_orange.gif) no-repeat left center;
	padding: 2px 2px 2px 10px;
}
#footer #breadCrumbs span {
	color: #FFF;
	font: 20px Times, serif;
	text-transform: uppercase;
	background: url(/assets/layout/arrow_orange.gif) no-repeat left center;
	padding: 2px 2px 2px 14px;
}
#footer .box {
	width: 230px;
	float: left;
	margin-right: 10px;
	font-size: 12px;
	color: white;
	margin: 0;
	padding: 10px 0;
}
#footer .box.memory {
	background-color: #666;
	background-color: #727272;
/*	background: #50504f url(/assets/layout/footer_bg.gif) repeat-x left top; */
	width: 200px;
	margin-right: 0;
	float: right;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer .box.memory ul {
	margin: 0 10px;
}
#footer li {
	margin: 0;
	padding: 0;
}

#footer span.bold,
#footer span.orange,
#footer li.bold,
#footer li.orange {
	display: block;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 6px;
	background: #444;
	padding: 2px 0;
}
#footer b {
/*	background: #555;
	padding: 2px; */
}
#subfooter span {
	
}
#subfooter ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
#subfooter li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
#subfooter span,
#subfooter span,
#subfooter a:link,
#subfooter a:visited {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}
#subfooter a:link,
#subfooter a:visited {
	display: block;
	padding: 2px 4px 2px 16px;
	background: #574E4A url(/assets/layout/arrow_orange.gif) no-repeat 4px center;
}
/*
	ofen
*/
#tabs {
	background-color: #ADADAD;
	height: 19px;
}
#tabs a:link,
#tabs a:visited {
	display: block;
	padding: 1px 1px 1px 16px;
	color: #313131;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: url(/assets/layout/arrow_orange.gif) no-repeat 4px center;
}
#tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#tabs li {
	float: right;
	margin: 0;
	padding: 0;
	width: 94px;
	background: url(/assets/layout/arrow_orange.gif) no-repeat 4px center;
	cursor: pointer;
}
#tabs li span {
	display: block;
	padding: 1px 1px 1px 16px;
	color: #313131;
	font-size: 11px;
	font-weight: normal;
}
#tabs li.active {
	background-color: #DDD;
}
#tabs li.active span {
/*	font-weight: bold;*/
}
#vorteil {
	width: 76px;
	height: 76px;
	position: absolute;
	z-index: 999;
}


#data {
	width: 230px;
/*	height: 455px; */
	float: left;
	background-color:  #989898;
	overflow: hidden;
}
#dataofen {
	height: 368px;
	height: 351px;
	margin: 0;
	padding: 0 16px;
}
#dataoverview {
/*	height: 451px; */
	margin: 0;
	padding: 0 16px;
}
#data a:link,
#data a:visited {
	display: block;
	margin-top: 2px;
	padding: 1px 1px 1px 16px;
	color: #313131;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: #ADADAD url(/assets/layout/arrow_orange.gif) no-repeat 4px center;
}
#data h1 {
	margin: 0;
	padding: 16px 0 0 0;
	color: white;
	font: 20px Times, serif;
	text-transform: uppercase;
}
#data h2 {
	margin: 0 0 10px 0 ;
	font: 16px Times, serif;
	line-height: 18px;
}
#data p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#data ul {
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0;
}
#data li {
	margin: 0;
	font-size: 11px;
	background: url() no-repeat left center;
	display: block;
	padding: 9px 0 7px 30px;
	clear: both;
}
#data li.masse {
	background-image: url(/assets/layout/icons/masse.gif);
}
#data li.raum {
	background-image: url(/assets/layout/icons/raum.gif);
}
#data li.leistung {
	background-image: url(/assets/layout/icons/leistung.gif);
}
#data li.speichermasse {
	background-image: url(/assets/layout/icons/speichermasse.gif);
}
#data li.drehbar {
	background-image: url(/assets/layout/icons/drehbar.gif);
}
#data li.rikatronic {
	background-image: url(/assets/layout/icons/rikatronic.gif);
}
#data li.raumluft {
	background-image: url(/assets/layout/icons/raumluft.gif);
}
#data li.raumluftunabhaengig {
	background-image: url(/assets/layout/icons/raumluftunabhaengig.gif);
}
#data li.eckofen {
	background-image: url(/assets/layout/icons/eckofen.gif);
}
#data li.backfach {
	background-image: url(/assets/layout/icons/backfach.gif);
}
#data li.warmhaltefach {
	background-image: url(/assets/layout/icons/warmhaltefach.gif);
}
#data li.ceranfeld {
	background-image: url(/assets/layout/icons/ceranfeld.gif);
}
#data li.raumluftunabhaengig {
	background-image: url(/assets/layout/icons/raumluftunabhaengig.gif);
}
#data li.pellets {
	background-image: url(/assets/layout/icons/pellets.gif);
}
#data li.modem {
	background-image: url(/assets/layout/icons/modem_gsm.gif);
}
#data li.leise {
	background-image: url(/assets/layout/icons/leise.gif);
}
#data li.raumluftgeblaese {
	background-image: url(/assets/layout/icons/raumluftgeblaese.gif);
}
#data li.flachebauweise {
	background-image: url(/assets/layout/icons/flachebauweise.gif);
}
#data li.preis {
	background-image: url(/assets/layout/icons/preis.gif);
}
.nowrap {
	white-space: nowrap;
}
#preview {
	width: 364px;
	height: 455px;
	float: left;
	overview: hidden;
	cursor: url(/assets/layout/zoom2.cur), move;
}
#panes {
	width: 376px;
	height: 455px;
	float: left;
	background-color:  #DDD;
	overflow: auto;
}
#panes h4 {
	clear: both;
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 11px;
}
#panes a,
#panes p {
	font-size: 11px;
}
/*
#colors .korpus {
	width:50px;
	text-align: right;
	float: right
}
#colors .colors {
	width: 280px;
	text-align: left;
	float: left;
}
#colors .korpus  div.color {
	float: right;
	margin: 0 0 8px 0;
}
*/
#colors .korpus,
#colors .colors {
	margin-left: 78px;
}
#colors h4 {
	float: left;
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 11px;
	width: 70px;
}
#colors div.color {
	float: left;
	font-size: 9px;
	line-height: 10px;
	margin: 0 22px 2px 0;
	margin: 0 14px 2px 0;
	min-height: 54px;
	width: 42px;
}
#colors div.color.last {
	margin: 0 0 2px 0;
}
#colors div.color img {
	width: 40px;
	height: 30px;
	border: 1px solid #989899;
	margin: 0 0 2px 0;
}
#colors div.color.active {
	color: black;
}
#colors div.color.active img {
	border-color: white;
}
#userpics {
	height: 87px;
	background-color: #989898;
	overflow: hidden;
}
#viewport {
	overflow: hidden;
	margin: 0 30px;
}
#glider {
	width: 1000px;
	height: 87px;
	background-color: #989898;
	overflow: hidden;
}
#userpics span {
	display: block;
	cursor: pointer;
	padding: 34px 10px 0 10px;
	float: left;
	color: #e85113;
	font-size: 30px;
}
#userpics img {
	border: 0;
	margin: 13px 4px 0 0;
}
#zoom {
	background: url(http://media.networx.at/www.rika.at/oefen/eco/full_me_speckstein.jpg) no-repeat center center;
	height: 455px;
}
#preloader {
	display: block; 
	margin: 40px; 
	padding: 20px; 
	background-color: #989898; 
	color: #FFF;
	text-align: center;
}
#preloader img {
	margin-top: 12px;
	text-align: center;
}
#previewer {
	border: 2px solid white;
	width: 50px;
	height: 80px;
	z-index: 10000;
}
#info,
#environment {
	overflow: auto;
}
#info p,
#environment p {
	margin: 16px 0;
/*	font-size: 12px; */
	text-align: justify;
}
#environment h4 {
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 11px;
}

/*
	ofen uebersicht
*/
#ofenliste {
	width: 740px;
	width: 734px;
	margin-left: 230px;
/*	margin-left: 236px; */
	border-left: 6px solid #DDD;
	background-color: #DDD;
}
#ofenliste .ofen {
	width: 150px;
	height: 200px;
	display: block;
	overflow: hidden;
/*	margin: 0 20px 20px 0; */
	margin: 16px;
	float: left;
	background-color: #adadad;
	cursor: pointer;
}
#ofenliste a:link,
#ofenliste a:visited {
	display: block;
	width: 150px;
	height: 200px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 10px;
	color: grey;
	cursor: pointer;
}
#ofenliste span.name {
	display: block;
	padding: 4px;
	color: white;
	font: 12px Times, serif;
	text-transform: uppercase;
	text-decoration: none;
}
#ofenliste span.img {
	display: block;
	width: 150px;
	height: 180px;
	overflow: hidden;
	cursor: pointer;
}
img.stoerer {
	position:absolute; 
	z-index: 100
}
#preview img.stoerer {
	margin-left: 214px;
}
/*
	ofen 360 links
*/
div.ofen360 {
	width: 75px;
	height: 110px;
	display: block;
	overflow: hidden;
/*	margin: 0 20px 20px 0; */
	margin: 16px;
	float: left;
	background-color: #adadad;
	cursor: pointer;
}
div.ofen360 a:link,
div.ofen360 a:visited {
	display: block;
	width: 75px;
	height: 110px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 10px;
	color: grey;
	cursor: pointer;
}
div.ofen360 span.name {
	display: block;
	padding: 4px;
	color: white;
	font: 12px Times, serif;
	text-transform: uppercase;
	text-decoration: none;
}
div.ofen360 span.img {
	display: block;
	width: 75px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
}

div.radio {
	float: right;
	width:20px;
	height:20px;
	background: url(/assets/layout/checkboxSprite.png) no-repeat 0 0;
	cursor: pointer;
}
div.radio span {
	display: block;
	font-size: 10px;
	text-align: center;
	padding: 3px;
}
div.slider {
	float: right;
	width:64px;
	height:20px;
	background: url(/assets/layout/btnWide.png) no-repeat center center;
	cursor: pointer;
}
div.slider span {
	display: block;
	font-size: 8px;
	text-align: center;
	padding: 2px 0 0 0;
	white-space: nowrap;
}
/*
	keine suchergebnisse
*/
#noMatchMsg {
	width: 300px;
	height: 90px;
	overflow: hidden;
/*	padding: 20px; */
}
#noMatchMsg h3 {
	margin: 0 0 6px 0;
	font-size: 14px;
}
#noMatchMsg p {
	margin: 0 0 6px 0;
	font-size: 11px;
}
/*
	formulare
*/
form p.text {
	margin: 4px 12px 4px 0;
	font-size: 11px;
}
input.M,
input.P, textarea.P,
input.F, textarea.F {
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: black;
	background-color: #CCC;
	width: 450px;
	border: 1px solid #CCC;
}
input.C {
	color: black;
	background-color: transparent;
}
input.S,
input.formSubmit {
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #FFF;
	padding: 2px 26px 2px 10px;
	border: none;
/*	background: transparent url(/assets/layout/button_arrow.png) no-repeat right center;*/
	background: #e85113 url(/assets/layout/arrow_white2.gif) no-repeat right center;
}
th.form {
	border: 1px solid #B8C4D0;
	background-color: #e0e1e2;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}
input.marked,
textarea.marked {
	border-color: #BF2F28;
}


/*
	sitemap
*/
.ce_sitemap {
	list-style-type: none;
	margin: 0;
	padding: 0;
/*	border: 1px solid red; */
	float: left;
	width: 118px;
}
b.sitemap {
	width: 118px;
	display: block;
	float: left;
	padding: 4px 0;
	color: #e85113;
}
.ce_sitemap.p2 {
}
.ce_sitemap.p3 {
}
.ce_sitemap.p4 {
}
.ce_sitemap.p5 {
}
.ce_sitemap.p6 {
}
.ce_sitemap.p7 {
	margin-left: 0px;
}
.ce_sitemap.p8 {
}
.ce_sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ce_sitemap li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ce_sitemap a:link,
.ce_sitemap a:visited {
	text-decoration: none;
	display: block;
	color: #434343;
	background: transparent url("/assets/layout/arrow_orange.gif") no-repeat 0% 50%;
	padding: 2px 2px 2px 10px;
}
.ce_sitemap a:hover {
	color: black;
}

/*
	kasten
*/
div.kasten {
	margin: 0 0 16px 0;
	text-align: left;
	clear: left;
	padding: 0 12px 12px 12px;
	margin: 16px 0;
	background: #EEE;
}
div.kasten .header {
	padding: 16px 0;
	font-weight: bold;
}
div.kasten div.pic {
	float: left;
}
div.kasten img {
	border: none;
	margin-right: 10px;
}
div.kasten .content {
/*	padding-top: 10px; */
}
div.kasten .content .text {}
div.kasten .footer {
	clear: both;
}
div.kasten .footer a:link,
div.kasten .footer a:visited {
	display: block;
	color: #FFF;
	background: #e85113 url(/assets/layout/arrow_white2.gif) no-repeat right center;
	padding: 4px 4px 4px 16px;
	text-align: left;
	text-decoration: none;
}
/*
	parameter slider
*/
div.parameters {
/*	width: 110px; 
	max-width: 540px;*/
}
ul.parameters {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}
ul.parameters li {
	margin: 0;
	cursor:pointer;
	border-left: 1px solid #ccc;
	text-align: center;
	display: block;
	float: left;
	width: 120px;
/*	height: 54px; */
}
ul.parameters li.first {
	border-left: none;
	width: 80px;
}
ul.parameters li.firstline {
	border-left: none;
	border-bottom: 1px solid #ccc;
	margin-left: 90px;
	width: 400px;
}
ul.parameters li.newline {
	cursor: default;
	border-left: none;
	width: 90px;
	clear: left;
	text-align: right;
}
ul.parameters li.highlight {
	color: #313131;
	background-color: #EEE;
}
ul.parameters li b {
/*	font-family:Times,serif; */
	display: block;
	padding: 4px;
	font-size:16px;
	font-weight:normal;
	white-space: nowrap;
}
ul.parameters li p {
	margin: 4px 0 0 0;
	font-size: 10px;
}
ul.parameters li.newline b {
	padding: 4px 8px 4px 2px;
	font-size: 11px;
/*	line-height: 0.9em; */
	white-space: normal;
}

/*
	prototip
*/
.prototip .default .toolbar {
	background-color:#EEE;
	color: #989898;
	font-weight: bold;
}
.prototip .default .title {
	text-align: center;
}
/*
	folding ULs
*/
ul.fold {
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	list-style-type: none;	
}
ul.fold ul {
	margin: 10px 10px 10px 24px;
	padding: 0;
	list-style-type: none;
/*	border-left: 1px solid #EEE;
	border-bottom: 1px solid #EEE;*/
}
ul.fold li {
	margin: 0;
	display: block;
	padding-bottom: 1px;
	margin-bottom: 10px;
	background: #EEE;
}
ul.fold ul li.odd {
	background: #EEE;
}
ul.fold ul li.even {
	background: #EEE;
}
ul.fold div.fold {
	font-weight: bold;
	background: url(/assets/layout/arrow_orange.gif) no-repeat 6px center;
	padding: 6px 0 4px 20px;
	cursor:pointer;
/*	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;*/
}
ul.fold div.fold.open {
	background-image: url(/assets/layout/darrow_orange.gif) ;
}
ul.fold div.fold.leaf.open {
	border-color: #CCC;
	background-color: #DDD;
}
ul.fold div.fold.highlight {
	color: #e85113;
}
ul.fold ul div.fold {
/*	font-weight: normal; */
}
ul.fold ul.leaf {
	padding: 10px 10px 10px 20px;
	margin: 0;
	border-color: #CCC;
	background-color: #DDD;
}
ul.fold ul.leaf li {
	background: transparent;
}
/*ul.fold ul.leaf ul {
}
ul.fold ul.leaf li {
	background: url(/assets/layout/arrow_black.gif) no-repeat left 3px !important;
	padding-left: 12px !important;
}*/
ul.fold ol {
	padding: 0;
	margin: 12px 0 0 16px;
	list-style-type: none;
}
ul.fold ol li {
	background: url(/assets/layout/arrow_black.gif) no-repeat left 3px !important;
	padding-left: 12px !important;
	list-style-type: none;
}
/*
	glossar
*/
span.glossar{
	cursor: pointer;
	padding-left: 14px;
	text-decoration: none;
	background: url(/assets/layout/i.png) no-repeat left center;
	
}

#dataoverview span.glossar{
/*	padding-left: 0;
	background-image: none;
	border-bottom: 1px dotted #666;
*/
	padding: 0 14px 0 0;
	background: url(/assets/layout/i.png) no-repeat right center;
	text-decoration: underline;

}

span.glossary,
u.glossary {
	cursor: pointer;
	display: inline !important;
/*	text-decoration: underline;
	color: #e85113; 
	color: #313131;*/
	padding-left: 14px !important;
	text-decoration: none;
	text-decoration: underline;
	background: url(/assets/layout/i.png) no-repeat left center;
	
}
#data u.glossary {
	cursor: pointer;
	text-decoration: none;
	padding: 0;
	background: none;
/*	color: #313131; */
}

ul.glossarLinks,
ul.glossar,
ul.glossar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: left;
}
ul.glossarLinks li {
	float: left;
}
ul.glossarLinks a:link,
ul.glossarLinks a:visited {
	display: block;
	padding: 3px;
	margin-right: 15px;
	text-decoration: none;
	color:#989898;
	font-size:16px;
	font-weight: normal;
/*	text-transform: uppercase;
	font-family: Times, serif;	*/
}
ul.glossarLinks a:hover {
	background-color: #ccc;
}
/*
	rikatronic
*/
span.rt3 {
	color: #FFF;
	background-color: #85ae2d;
	font-size: 12px;
	padding: 2px 4px 0 4px;
	font-family: Arial, sans-serif;
	text-transform: none;
}
#ofenliste span.rt3 {
	font-size: 9px;
	padding: 2px 4px 2px 4px;
}
div.selected span.rt3 {
	display: inline;
	padding: 2px 4px 0 4px;
}
div.ofendata span.rt3, div.ofenvergleich_legende span.rt3 {
    float: none;
}

ul.fold div.letter {
/*	background-color: #ccc;
	padding: 3px; */
	color:#333;
	font-size:18px;
	padding: 10px 0 6px 20px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Times, serif;	
}
/*
#content ul.glossar h3 {
	font-size:16px;
	font-weight: normal;
	text-transform: none;
	margin: 16px 0 4px 0;
	cursor: pointer;
}

ul.glossar p {
	margin: 0;
}
*/
.prototipLoader {
	margin-top: 12px;
	height: 19px;
	width: 48px;
	border: 8px solid #989898;
	overflow: hidden;
}
.prototip h1 {
	color:#989898;
	font-size:16px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Times, serif;
}
/*
	slide strip
*/
div.slidestrip {
	margin: 16px -16px;
	background-color: #D4D4D4;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
div.slidestrip a.start:link,
div.slidestrip a.start:visited {
	color: #333;
	padding: 16px 16px 16px 24px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: url(/assets/layout/arrow_orange.gif) no-repeat 14px center;
}
div.slidestrip div {
	padding: 0 16px;
}
div.slidestrip img {
	border: 0;
}
div.slidestrip a.more:link,
div.slidestrip a.more:visited {
	font-size: 9px;
	padding: 8px 16px;
	color: #666;
	display: block;
	text-decoration: none;
	text-align: right;
}
div.slidestrip a.more:hover {
	color: #000;
}
/*
	scroll strip
*/
div.scrollStrip {
	margin: 4px -16px 16px -16px;
	width: 590px;
	background-color: #D4D4D4;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}
div.scrollStrip span {
	display: block;
	cursor: pointer;
	padding: 40px 10px 10px 10px;
	float: left;
	color: #e85113;
	font-size: 30px;
}
div.scrollStrip .viewport {
	margin-bottom: 8px;
	overflow: hidden;
}
a.slideshow:link,
a.slideshow:visited {
	display: block;
	margin: 8px 38px;
	font-size: 12px;
	font-weight: bold;
	background: url(/assets/layout/arrow_orange.gif) no-repeat scroll left center;
	padding: 1px 1px 1px 12px;
	text-decoration: none;	
}

/*
	presse
*/
#press {

}
#press div.press {
	height: 70px;
	margin-bottom: 16px;
/*	padding-bottom: 4px; */
/*	background: #d3d3d3 url(/assets/layout/white2grey_60.gif) repeat-x top left;*/
	background: #EEE;
}
#press div.images {
	float: left;
	width: 230px;
	margin-right: 16px;
}
div.press .content {
	margin-left: 242px;
	padding: 0 8px 2px 8px;
}

#press a:link,
#press a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
/*	text-transform: uppercase;*/
/*	display: block; edit by flo 161210*/ 
	padding: 0;
}
#press a:hover {
	background-position: bottom left;
}
div.press.artikel {
	
}
div.press .content p {
}
/*
	questions
*/
div.question {
	clear: left;
	margin-bottom: 16px;
	padding: 0 12px 12px 12px;
	margin: 16px 0;
/*	border: 1px solid #989898; */
/*	background: #D3D3D3 url(/assets/layout/white2grey_60.gif) repeat-x scroll left top;*/
	background: #EEE;
}
div.question div.q {
	color: #333;
	margin: 0 -12px 0 -12px;
	padding: 16px;
	font-weight: bold;
/*	background: #CCC;
	border-bottom: 1px solid #989898; */
}
div.question label {
	clear: both;
	padding: 4px 6px;
	background: #DDD;
	display: block;
	margin: 2px 0;
	cursor: pointer;
}
div.question label input {
	float: right;
}
div.question label span {
	cursor: pointer;
}
div.submit {
	text-align: right;
}
#steps {
	height: 40px;	
}
#steps div {
	float: left;
	margin-right: 10px;
	border: 1px solid #989898;
	width: 110px;
	padding: 4px;
}
#steps div.active {
	background-color: #ccc;
}
/*
	ofenvergleich
*/
#ofenvergleich {
	background-color: #989898;
}
div.selector {
	height: 22px;
	padding: 0 4px;
}
div.selector span {
	display: block;
	margin: 0 4px;
	padding: 2px 0;
	cursor: pointer;
	background: url(/assets/layout/down_small.png) no-repeat right center;
	border-bottom: 1px solid #777;
}
div.selected {
	padding: 0;
}
div.selected span {
	display: block;
	margin: 0;
	padding: 2px 0;
}
div.selector select {
	width: 210px;
}
div.headers {
/*	height: 210px; */
}
div.headers p {
	margin: 6px 8px;
	height: 20px;
	text-align: left;
	font-family: Times;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
}
div.headers .pic {
	text-align: center;
	background-color: #ADADAD;
	padding: 6px 0;
}
div.ofenvergleich_legende {
	float: left;
/*	width: 310px;*/
	width: 340px;
	background-color: #989898;
}
div.ofenvergleich {
	float: left;
/*	width: 210px;*/
	width: 200px;
	min-height: 22px;
	background-color: #989898;
/*	border-left: 1px solid #777;*/
	margin-left: 10px;
}
div.ofendata ul,
div.ofenvergleich_legende ul,
div.ofenvergleich ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: left;
}
div.ofendata ul {
	margin: 0 -16px;
}
div.ofenvergleich li,
div.ofenvergleich_legende li {
	margin: 0;
	font-size: 11px;
	padding: 2px 16px;
}
div.ofenvergleich_legende li {
	font-weight: bold;
	letter-spacing: -0.05em;
}
div.ofendata li {
	margin: 0;
	font-size: 11px;
	padding: 2px 16px;
}
div.ofenvergleich li {
	padding: 2px 35px;
	text-align: right;
}
div.ofendata span,
div.ofenvergleich_legende span {
	float: right;
}
div.ofenvergleich li.h,
div.ofenvergleich_legende li.h {
	padding-top: 16px;
	font-weight: bold;
	color: #FFF;
}
div.ofendata li.h {
	padding-top: 16px;
	font-weight: bold;
	color: #666;
}
div.ofendata li.o,
div.ofenvergleich li.o,
div.ofenvergleich_legende li.o {
	background-color: #ADADAD;
/*	background-color: #E85113;
	background-color: #4e4e4d; */
}
div.ofenvergleich li.o {
	background-color: #BBB;
/*	background-color: #E85113;
	background-color: #4e4e4d; */
}
div.ofendata div.ofentext span,
#info div.ofentext p {
	float: none;
	margin: 0;
}
/*
	haendlersuche
*/
#hsuche input.S {
/*	padding: 12px 12px 12px 20px;
	color: #FFF;
	border: none;
	background: #e85113 url(/assets/layout/arrow_white.gif) no-repeat 8px center; */
}
#suche_plz {
	float: left;
	width: 290px;
}
#suche_plz p {
	clear: left;
	margin: 0;
	padding: 0;
	height: 30px;
}
#suche_plz span {
	display: block;
	float: left;
	padding: 2px;
}
#suche_plz select {
	padding: 2px;
	color: #666;
	border: none;
	background: #CCC;
	width: 140px;
	float: right;
}
#suche_plz input {
	padding: 2px;
	color: #666;
	border: none;
	background: #CCC;
	width: 140px;
	float: right;
}
#suche_kat {
	float: right;
	width: 270px;
}
#suche_kat p {
	clear: left;
	margin: 0;
	padding: 0;
}

#hsuche .extended {
	clear: left;
	color: #333;
	font-weight: bold;
	background: url(/assets/layout/right_small.png) no-repeat left center;
	background: url(/assets/layout/arrow_orange.gif) no-repeat left center;
	margin: 16px 0;
	padding: 6px 0 6px 16px;
	padding: 6px 0 6px 12px;
	cursor:pointer;
}
#hsuche .extended.open {
	background-image: url(/assets/layout/down_small.png) ;
	background-image: url(/assets/layout/darrow_orange.gif) ;
}
#suche_oefen {
}
#suche_oefen div.kamin {
/*	width: 158px;
	float: left; */
}
#suche_oefen div.pellet {
/*	width: 108px;
	float: left; */
	clear: left;
}
#suche_result {
	width: 440px;
	float: right;
/*	background-color: #DDD; */
}
#suche_result div.inner {
	margin: 16px;
}
div.ofen360.select {
	margin: 0 16px 12px 0;
}
div.ofen360.select.active {
	background-color: #e85113;
}
div.ofen360.select span.name {
	font-size: 11px;
}

/*
	hsuche ergebnisse
*/
div.hresult {
	width: 330px;
	margin: 0;
	text-align: left;
	padding: 16px;
	background: #EEE;
/*	background: #D3D3D3 url(/assets/layout/white2grey_60.gif) repeat-x scroll left top;*/
}
div.hresult div.logo {
	float: left;
	padding: 0 16px 16px 0;
}
div.hresult p.hlink,
div.hresult a.hlink:link,
div.hresult a.hlink:visited {
	color: #E85113;
	display: block;
	margin: 0;
	padding: 0px 0 0px 16px;
	text-decoration: none;
	font-weight: bold;
	background: url(/assets/layout/right_small.png) no-repeat left center;
}
div.hresult div.content {
	display: block;
	padding: 0 0 0 16px
}
div.hresult div.hresult_oefen {
	margin-top: 24px;
}
div.hresult ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: left;
}
div.hresult li {
	display: block;
	margin: 0;
	padding: 0 10px 4px 0;
	float: left;
}
div.hresult li.h {
	float: none;
	clear: left;
}
div.hresult li b{
	clear: left;
	display: block;
	padding: 12px 0 4px 0;
}
div.adds {
	width: 330px; 
	float: right; 
	background-color: #CCC;
}
div.adds ul {
	margin: 12px;
}
div.adds li {
	float: none;
	padding: 3px 0;
	font-style: italic;
}
div.hadds {
	width: 330px; 
	float: right; 
	margin-top: -16px;
}


/*
	progress
*/
.progress ol {
display:block;
/*float:left; */
height:47px;
height:30px;
/*list-style-image:none;*/
list-style-position:outside;
/*list-style-type:none;*/
padding: 0;
margin: 0;
overflow:hidden;
}
.progress ol li {
display:block;
float:left;
}
.progress ol li.wasActive a span,
.progress ol li.beforeActive a span {
	color: #333;
}
.progress ol li.firstActive p span,
.progress ol li.lastActive p span,
.progress ol li.active p span {
	color:#FFF;
}

.progress ol li.first {
background:transparent url(/ngw_base/img/navigation/nav_process_sprite.png) no-repeat scroll left -240px;
background:transparent url(/ngw_base/img/navigation/nav_process_sprite.png) no-repeat scroll left -248px;
padding-left:5px;
}
.progress ol li.firstActive {
background:transparent url(/assets/layout/nav_process_sprite.png) no-repeat scroll left -288px;
background:transparent url(/assets/layout/nav_process_sprite.png) no-repeat scroll left -296px;
padding-left:5px;
}
/*
.progress ol li p,
.progress ol li.wasActive a,
.progress ol li.beforeActive a {
color:#000000;
text-decoration: none;
}
*/
.progress ol li p {
background:transparent url(/assets/layout/nav_process_sprite.png) no-repeat scroll right -96px;
background:transparent url(/assets/layout/nav_process_sprite.png) no-repeat scroll right -104px;
display:block;
float:left;
height:27px;
padding:11px 24px 9px 10px;
padding:0px 24px 9px 10px;
position:relative;
margin: 0 0 15px 0;
}
.progress ol li.active p,
.progress ol li.firstActive p {
background-position:right -144px;
background-position:right -152px;
}
.progress ol li.beforeActive a,
.progress ol li.beforeActive p {
background-position:right -192px;
background-position:right -200px;
}
.progress ol li.last p,
.progress ol li.last a {
background-position:right 0;
}
.progress ol li.lastActive a,
.progress ol li.lastActive p {
background-position:right -48px;
background-position:right -56px;
}
.progress ol li a span,
.progress ol li p span {
bottom:13px;
display:block;
float:none;
left:31px;
position:absolute;
font-size:10px;
font-weight:bold;
line-height:12px;
color:#5C5E61;
width:184px;
}
/*
	nummern
*/
.progress ol li a b, .progress ol li p b {
display:block;
bottom:12px;
/*height:20px;*/
left: 0;
position:absolute;
width:24px;
font-size: 20px;
font-size: 16px;
text-align: right;
color: #666;
}
.progress ol li.active p b,
.progress ol li.firstActive p b,
.progress ol li.lastActive p b {
	color:#FFF;
}

/*
.progress ol li a b, .progress ol li p b {
background:transparent url(/assets/layout/nav_process_numbers_sprite.png) no-repeat scroll 7px -1px;
bottom:13px;
display:block;
height:20px;
left:0;
position:absolute;
text-indent:-2000px;
width:28px;
}

.progress ol li.beforeActive a b.no1, .progress ol li.firstActive p b.no1, .progress ol li.wasActive a b.no1 {
background-position:right -121px;
}
.progress ol li a b.no2, .progress ol li p b.no2 {
background-position:right -21px;
}
.progress ol li a b.no3, .progress ol li p b.no3 {
background-position:right -41px;
}
*/
/*
	tooltip
*/
.tooltip ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 2px;
	list-style-type: none;
	clear: left;
}
.tooltip li {
	margin: 0;
}
/*
	gestreifte tabelle
*/
table.gestreift {
	
}
table.gestreift th,
table.gestreift td {
	vertical-align: top;
	padding: 6px;
}
table.gestreift p {
	margin: 0;
}
table.gestreift thead tr {
	background: #e85113;
}
table.gestreift thead p {
	color: #FFF;
}
table.gestreift tr.o th {
	background-color: #eee;
}
table.gestreift tr.e th {
	background-color: #ccc;
}
table.gestreift tr.o td {
	background-color: #eee;
}
table.gestreift tr.e td {
	background-color: #ccc;
}

table.gestreift td {
/*	border-left: 1px solid #989898;*/
}

/*
	suche
*/
#searchFull { }
#searchFull div.searchResult {
/*	border-bottom: 1px solid white; */
	margin-top: 20px;
}
#searchFull div.searchContent {
	padding-bottom: 16px;
}
#searchFull div.searchContent span.search {
	color: #FFF;
	padding: 3px;
	background-color: #e85113;
}
#searchFull div.searchResult  {
	padding: 2px 16px;
	background: #D3D3D3 url(/assets/layout/white2grey_60.gif) repeat-x scroll left top;
}
#searchFull a.searchResult:link,
#searchFull a.searchResult:visited {
	margin: 10px 0;
	text-align: left;
	font-weight: bold;
	display: block;
	padding: 6px 6px 6px 16px;
	background: url(/assets/layout/right_small.png) no-repeat scroll left center;
}

#searchFull a.searchResult:hover {
/*	letter-spacing: 2px; */
}

/*
	downloads
*/
ul.downloads {
	padding: 0 0 0 12px;
}
/*
	zubehoer
*/
#zbliste {
	
}
#zbplatten div.platte {
	float: left;
	width: 100px; 
	border: 2px solid #FFF;
	background-color: #FFF;
}
#zbliste div.img {
/*	background-color: #FFF;
	padding: 8px;*/
/*	border: 1px solid  #e85113;*/
}
#zbliste div.img img {
	border: 1px solid  #989898;
}
#zbliste table {
	border-collapse: collapse;
	margin: 10px 0 40px 0;
/*	width: 338px;
	border: 1px solid #989898;*/
}
#zbliste td {
	border-collapse: collapse;
	border: 1px solid #989898;
	text-align: center;
}
#zbliste thead th {
	border-collapse: collapse;
	border: 1px solid #e85113;
	padding: 2px 4px;
	background-color: #e85113;
	color: #FFF;
}
#zbliste thead td {
	padding: 2px 4px;
	font-weight: bold;
}
#zbliste tbody tr td {
	padding: 2px 4px;
}
#zbliste tbody tr td.d {
	text-align: left;
}
#zbliste tbody tr.o td {
	background-color: #eee;
}
#zbliste tbody tr.e td {
	background-color: #ccc;
}
#zbplatten div.highlight,
#zbliste tbody tr.highlight td {
	border: 2px solid #e85113;
/*	border-color: #e85113;*/
/*	background-color: #e85113;*/
}
/*
	datenpflege
*/
ul.datenpflege {
/*	width: 680px;*/
	margin: 16px;
	padding: 0;
}
ul.datenpflege li {
	clear: both;
	list-style-type: none;
/*	list-style-image: url(/assets/layout/arrow_hgrau.gif);*/
	background: url(/assets/layout/arrow_hgrau.gif) no-repeat left center;
	padding: 0 0 0 12px;
}
ul.datenpflege li.active {
	background-image: url(/assets/layout/arrow_orange.gif)
/*	list-style-image: url(/assets/layout/arrow_orange.gif);*/
}
ul.datenpflege span {
	color: #333;
	font-size: 10px;
}
ul.datenpflege span.mod {
	float: right;
}
ul.datenpflege li a:link,
ul.datenpflege li a:visited {
	text-decoration: none;
	color: #333;
}
ul.datenpflege li.active a:link,
ul.datenpflege li.active a:visited {
	color: #e85113;
}
/*
	coverflow / protoflow
*/
.coverflow {
	width: 155px; 
	background: transparent url('/assets/layout/protoflow/shadow.png'); 
	height: 205px; 
	overflow: hidden; 
	padding: 0;
}
/*
	interview mit leidenschaft
*/
a.leidenschaft {
	float: right;
	display: block;
	width: 250px;
	height: 140px;
	margin:0 0 0 10px;
	background: transparent url('/assets/layout/ofen_leidenschaft.png');
	text-decoration: none;
}
a.leidenschaft span.header {
	display: block;
	color: #e85113;
	font-family: Arial;
	font-size: 11px;
	width: 220px;
	height: 20px;
	margin: 5px 0 0 20px;
}
a.leidenschaft span.bubble {
	display: block;
	color: #FFF;
	font-size: 10px;
	width: 100px;
	margin: 28px 0 0 13px;
	line-height: 1.2em;
	text-align: center;
}
a.leidenschaft.it span.header,
a.leidenschaft.es span.header {
	font-size: 9px;
}
a.leidenschaft.nl span.header,
a.leidenschaft.fr span.header {
	font-size: 10px;
}

