body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Verdana, Arial, sans-serif;
	background-color: #fff;
}

#rrr {
	width: 500px;
	min-height: 500px;
	background-color: #fff;
}

.CNheadline {
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #D6AB29;
	padding-bottom: 9px;
	border-bottom: #425c7f 1px solid;
}

.CNLoginTeaserHeadline {
	font-size: 11px;
	font-weight: bold;
	color: #425c7f;
	padding-top: 16px;
	padding-bottom: 13px;
}

.CNLoginTeaserHeadGrey {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.CNWelcomeText {
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.CNWelcomeText a {
	text-decoration: none;
	color: #425c7f;
}

.CNWelcomeText a:hover {
	text-decoration: underline;
}


#produkte {
	font-size: 11px;
  margin: 0 9px 6px 9px;
  padding: 1px 5px;
  width: 480px;
  height: 160px;
  overflow: auto;
  border: 1px solid #bbb;
}

#produkte .topic {
  padding-left: 4px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
  background: url("../images/topic-close.png") center left no-repeat;
}

#produkte .topic a {
  text-decoration: none;
  color: #333333;
}

#produkte .item {
  padding-left: 14px;
}

#produkte .item .itemCheckbox {
  vertical-align: middle;
}

#produkte .item .itemText {
  vertical-align: middle;
}


#gewichtungen {
	font-size: 11px;
  margin: 0 9px 6px 9px;
  padding: 3px 5px;
  width: 480px;
  border: 1px solid #bbb;
}

#gewichtungen .item {
  background: #fff;
}

#gewichtungen table {
	width: 100%;
	border-collapse: collapse;
  border-spacing: 1px;
}

#gewichtungen td {
	vertical-align: middle;
}

#gewichtungen input {
	padding-right: 2px;
  font-size: 11px;
	text-align: right;
	background: #fff;
	border: 1px solid #999;
}

#gewichtungen a {
  font-size: 11px;
  text-decoration: none;
  color: #425c7f;
}

#gewichtungen a:hover {
  text-decoration: underline;
}

#gewichtungen .slider {
  width: 100px;
  height: 5px;
  border: 1px solid #425c7f;
}


#zeitraum {
  font-size: 12px;
	margin: 0 6px 16px 16px;
  height: 5px;
  border: 1px solid #425c7f;
}


#drucken {
	margin-top: 9px;
	margin-bottom: 11px;
	padding-top: 9px;
  text-align: right;
  border-top: 1px solid #bbb;
}

#drucken a {
  font-size: 11px;
	text-decoration: none;
  color: #425c7f;
}

#drucken a:hover {
  text-decoration: underline;
}

#chart {
  font-size: 11px;
  margin: 0 20px 6px 9px;
  padding: 1px 5px;
  width: 480px;
  height: 340px;
  overflow: hidden;
  borders: 1px solid #bbb;
  position: relative;
}

#chart-legende {
	margin: 4px 0 0 8px;
}

#chart-legende table {
  sborder-collapse: collapse;
  sborder-spacing: 0px;
  table-layout: fixed;
}

#chart-legende .farbfeld {
  width: 12px;
  height: 12px;
  border: 1px #425c7f solid;
}

#chart-legende .text {
	padding-left: 6px;
}

#chart-dreieck {
	position: absolute;
  font-size: 9px;
	text-align: right;
	top: 10px;
	right: 10px;
}

#chart-dreieck table {
	table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0px;
}

#chart-dreieck .renditeCell {
  border-top: 1px #666 solid;
  border-left: 1px #666 solid;
}

#chart-dreieck .xAxis {
	padding-top: 4px;
	color: #333;
  text-align: center;
  line-height: 9px;
  border-top: 1px solid #425c7f
}

#chart-dreieck .yAxis {
	width: 35px;
  color: #333;
  text-align: left;
  border-left: 1px solid #425c7f;
}

#chart-dreieck .text {
  font-size: 11px;
  font-weight: bold;
  color: #425c7f;
  letter-spacing: 0.2em;
}



.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1em; height:1em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background: #425c7f}

.ui-slider-horizontal { height: 0.8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; border: 0; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }






