html {
	height:100%;
	margin-bottom:1px;
	overflow-y:scroll;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

img {
	position:relative;
}

p, label {
	line-height:14pt;
	color:#535353;
}

a {
	color:#535353;
	text-decoration:none;
}

a:hover,
p a {
	color:#e10019;
	text-decoration:underline;
}

/*
* Farben
*/
.dark-grey {
	color:#333;
}

.red {
	color:#e10019;
}

sup {
	vertical-align: baseline;
	font-size: 8pt;
	position: relative;
	top: -0.2em;
}

sup2 {
	vertical-align: baseline;
	font-size: 10pt;
	position: relative;
	top: -0.5em;
}

#stage {
	position:relative;
	margin:0 auto;
	top:25px;
	width:978px;
	background-image:url(../images/stretch.gif);
	background-repeat:repeat-y;
}

#top {
	width:100%;
	height:30px;
	background-image:url(../images/top.gif);
}

#bottom {
	position:relative;
	width:100%;
	height:19px;
	background-image:url(../images/bottom.gif);
	clear:both;
}

#brand {
	position:absolute;
	width:156px;
	height:66px;
	left:765px;
	top:50px;
	background-image:url(../images/brand.gif);
}

#brand a {
	width:100%; 
	height:100%;
	display:block; 
}

#copyrights {
	position:relative;
	top:30px;
	margin:0 auto;
	width:978px;
	text-align:left;
	font-size:8pt;
	color:#c9c9c9;
}

#copyrights span {
	margin-left:50px;
}

#stage div.inner {
	position:relative;
	width:936px;
	height:auto;
	margin-left:21px;
}

#nav {
	position:relative;
	margin-top:140px;
	width:100%;
}

#main-nav,
#child-nav {
	height:27px;
	background-image:url(../images/nav-shadow.png);
	background-repeat:repeat-x;
}

#nav div.nav-points {
	position:absolute;
	margin:9px 0 0 20px;
}


#content .main h1 {
    font-family: AgfaRotisSansSerif, Georgia, Times, serif;
    font-size:22pt;
    margin-bottom:18px;
}

div.nav-points a {
  font-size:11pt;
    padding:0 0 0 9px;
    color:#666;
    text-decoration:none;
    margin-right:20px;
    line-height:16pt;
    margin-top:-2px;
    display:inline-block;
}

div.nav-points a:hover, div.nav-points a.selected {
    color: black;
    text-decoration:none;
    background-image:url(../images/dot-arrow.gif);
    background-repeat:no-repeat;
    background-position:0 40%;
}

#meta-nav-top {
	position:absolute;
	width:550px;
	height:20px;
	left:50px;
	font-size:8pt;
	color:#999;
}

#meta-nav-top a {
	color:#999;
	text-decoration:none;
}

#meta-nav-top .separator {
	width:10px;
	text-align:center;
	display:inline-block;
}

.magnifier-minus, .magnifier-plus {
	width:11px;
	height:12px;
	font-size:8pt;
	display:inline-block;
}

.magnifier-minus {
	background-image:url(../images/mag-minus.gif);
}

.magnifier-plus {
	background-image:url(../images/mag-plus.gif);
}

.magnifier-plus:hover, .magnifier-minus:hover {
	background-position:bottom;
}

#meta-nav-top a:hover,
#meta-nav-bottom a:hover {
	color:#e10019;
}

#meta-nav-bottom {
	position:absolute;
	margin-top:-30px;
	left:50px;
}

#meta-nav-bottom  a {
	font-size:8pt;
	color:#999;
	margin-right:10pt;
	text-decoration:none;
}

#location {
	position:relative;
	margin:14px 0 0 30px;
	color:#898989;
}

#location a {
	font-size:8pt;
	color:#898989;
}

#location .separator {
	width:20px;
	text-align:center;
	display:inline-block;
	vertical-align:1px;
	line-height:11pt;
}

#content {
	position:relative;
	background-image:url(../images/content-bg.gif);
	background-repeat:repeat-y;
	width:100%;
	float:left;
}

#content .main {
	position:relative;
	width:550px;
	padding:40px 0px 100px 45px;
	float:left;
}

#content .main-full {
    width:871px;
}

#content .main p {
	width:auto;
}

#content .small-text {
	font-size:8pt;
}

#content .big-text {
	font-size:11pt;
}

#content .marginal {
	position:relative;
	width:276px;
	height:auto;
	font-size:8pt;
	float:right;
}

#content .marginal ul,
#content .marginal ol,
#content .marginal p {
	margin:0 30px 0 50px;
}

#content .marginal ul ul,
#content .marginal ol ol {
	margin:0 10px;
}

#content .marginal li {
	line-height:15pt;
}

#content-top-shadow {
	position:absolute;
	width:100%;
	height:8px;
	top:0;
	left:0;
	background-image:url(../images/content-top-shadow.gif);
}

#content .li {
	list-style:circle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

#content li.main-list-elements {
	margin-top:8px;
}

#content .main li {
	list-style:circle;
	list-style-position:outside;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:15pt;
	color:#535353;
}

#content .main ol {
	margin-bottom:15pt;
	margin-left:10pt;
}

#content .main li a {
	color:#e10019;
	text-decoration:underline;
}

/*
* Navigation für Marginalspalte
*/
#marginal-nav {
	position: relative;
}

#marginal-nav a {
	padding-left:10px;
}

#marginal-nav a:visited {
	color:#8d8d8d;
	text-decoration:none;
}

#marginal-nav a:hover, #marginal-nav a.selected, #marginal-nav a:focus {
	background-image:url(../images/dot-arrow.gif);
	background-position:0 40%;
	color:#e10019;
	text-decoration:underline;
}

/*
* Produkteigenschaften Komponent
*/
#product-properties {
	margin-top:25px;
	width:485px;
}

.controls a, .controls .separator {
	position:relative;
	font-size:8pt;
	vertical-align:middle;
	line-height:19px;
	display:inline-block;
	height:19px;
	background-image:url(../images/product-property-option_bg.gif);
	background-repeat:no-repeat;
	padding:0 15px 0 20px;
}

.controls .separator {
	width:11px;
	background-image:url(../images/product-property-option_sizer.gif);
	padding:0;
	margin-right:-11px;
}

#property-content-output {
	border:1px solid #ccc;
	width:100%;
	float:left;
}

#property-content-output .text, #property-content-output p.text {
	font-size:9pt;
	width:240px;
	text-align:left;
}

#property-content-output .text a {
	color:#535353;
	width:220px;
	text-decoration:none;
}

#property-content-output .text a:visited {
	color:#8d8d8d;
	text-decoration:none;
}

#property-content-output .text a:hover {
	color:#e10019;
	text-decoration:underline;
}

#property-content-output .text2 {
	font-size:9pt;
	text-align:left;
	margin-bottom:5px;
}

#property-content-output .content-head {
	background-image:url(../images/line-stretch.gif);
	background-repeat:repeat-x;
	width:100%;
	height:19px;
	vertical-align:middle;
	font-size:8pt;
	line-height:19px;
	text-align:center;
}

#property-content-output .content-left {
	position:relative;
	width:220px;
	float:left;
}

#property-content-output .content-right {
	position:relative;
	width:220px;
	float:left;
}

#property-content-output ul,
#property-content-output ol {
	line-height:12pt;
	color:#666;
	font-weight:normal;
	margin:20px 0;
}

#property-content-output li {
	list-style:circle;
}

#property-content-output li.list-elements {
	margin-top:8px;
}

#property-content-output li.list-elements a {
	color:#535353;
	text-decoration:none;
}

#property-content-output li.list-elements a:visited {
	color:#8d8d8d;
	text-decoration:none;
}

#property-content-output li.list-elements a:hover {
	color:#e10019;
	text-decoration:underline;
}

#property-content-output .thumb-container {
	position:relative;
	margin-left:20px;
	margin-top:15px;
	margin-bottom:20px;
}

#property-content-output .thumb {
	cursor:pointer;
	margin-right:2px;
	margin-bottom:3px;
}

#property-content-output .content-image {
	position:relative;
	display:block;
	width:155px;
	height:155px;
	margin:20px 0 20px 20px;
	border:1px solid #ccc;
	cursor:pointer;
}

#property-content-output .content-image img {
	margin:0;
	padding:0;
	cursor:pointer;
}

#property-content-output .content-image-download {
	position:relative;
	display:block;
	width:155px;
	height:155px;
	margin:20px 0 20px 20px;
	border:1px solid #ccc;
	cursor:default;
}

#property-content-output div.lupe {
	position:absolute;
	left:120px;
	top:120px;
	z-index:2000;
	background-image:url(../images/mag-plus_grey.gif);
	width:22px;
	height:22px;
	cursor:pointer;
}

/*
* Tabellen
*/

table.product-data {
	width:100%;
}

table.product-data td, table.product-data th {
	background-repeat:repeat-x;
	height:19px;
	vertical-align:middle;
	line-height:19px;
	font-size:8pt;
	text-align:center;
}

table.product-data .r1 td, table.product-data .r1 th {
	background-image:url(../images/table-r1.gif);
}

table.product-data .r2 td {
	background-image:url(../images/table-r2.gif);
}

table.double-row .r1 td {
	background-image:url(../images/table-r1_dbl.gif);
}

table.double-row .r2 td {
	background-image:url(../images/table-r2_dbl.gif);
}

table.product-data span.rn, table.product-data span.ln {
	width:3em;
	text-align:right;
	display:inline-block;
}

table.product-data span.ln {
	margin-right:5pt;
}

table.product-data .r1 td:first-child, table.product-data .r2 td:first-child {
	text-align:left;
	padding-left:17px;
}

table.special-format td {
	text-align:right;
	padding-right:40px;
}

table.special-format .r1 td:first-child, table.special-format .r2 td:first-child {
	text-align:right;
	padding-right:40px;
}

input.searchButton {
	font-size:8pt;
	width:58px;
	height:19px;
	background-image:url(../images/search-button.gif);
	border:none;
}

#search-result {
	position:relative;
	margin:0 -45px;
}

#search-result a:hover {
	text-decoration:none;
}

.shadowed-layer {
  position:relative;
  width:660px;
  padding-bottom:45px;
  margin-left: -45px;
  background-image:url(../images/search-result.gif);
}

.shadowed-layer .label {
  position:relative;
  margin-left:45px;
  top:17px;
  font-size:14pt;
  color:#333;
}

.shadowed-layer .info {
  position:relative;
  margin-left:45px;
  top:25px;
  color:#000;
  line-height:13pt;
  width:550px;
}

div.searchResultItem {
	position:relative;
	width:660px;
	padding-bottom:45px;
	background-image:url(../images/search-result.gif);
}

div.searchResultItem .resultLabel {
	position:relative;
	margin-left:45px;
	top:17px;
	font-size:14pt;
	color:#333;
}

div.searchResultItem .resultInfo {
	position:relative;
	margin-left:45px;
	top:25px;
	color:#666;
	line-height:13pt;
	width:550px;
}

div.selectField {
	position: relative;
	width: 150px;
	margin: 0;
	padding: 0;
	background: #efefef url(../images/dropdown-back.jpg) no-repeat 0% 550%;
	cursor: default;
	line-height: 16px;
	vertical-align: middle;
}

div.selectField div.status {
	height: 21px;
	display: block;
	background-image: url(../images/dropdown-btn-sprite.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	cursor: pointer;
}

div.selectField:hover div.status {
	background-position: 100% 100%;
}

div.selectField div.status div.selected {
	padding: 3px 5px;
	font-size: 7pt;
	color: #000;
	display: block;
	overflow: hidden;
	cursor: pointer;
	margin-right: 26px;
	height: 14px;
}

div.optContainer {
	display: none;
	position: absolute;
	padding: 5px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	width: 150px;
	height: 170px;
	overflow: auto;
	left: 0px;
	top: 21px;
	line-height: 12px;
}

div.optGroup div.optLabel {
	font-weight: bold;
}

div.opt {
	font-size: 8.5pt;
	cursor: default;
	padding: 2px 2px 2px 2px;
	color: #838383;
}

div.optGroup div.opt {
	cursor: default;
	padding: 2px 2px 2px 15px;
}

div.optContainer div.selected {
	color: #000;
	background-image: url(../images/dropdown-back-over.gif);
	background-repeat: repeat;
}

div.optContainer div.disabled {
	color: #dddddd;
}

div.optContainer div.over {
	color: #000;
	background-image: url(../images/dropdown-back-over.gif);
	background-repeat: repeat;
}

#content .main-table td.main {
	position: inherit;
	width: 615px;
	vertical-align: top;
	padding-top: 14px;
	padding-right: 60px;
	float: none;
}

.main-table {
	width: 936px;
	border-collapse: collapse;
}

.marginal-top {
	vertical-align: top;
	width: 274px;
	height: 96px;
}

.marginal-middle {
	vertical-align: middle; 
	width: 274px;
}

.marginal-bottom {
	vertical-align: bottom;
	width: 274px
}

.main-table #location {
	margin: 0 0 0 -15px;
	margin-bottom: 40px;
}

.icons {
	position: absolute;	
	text-align: right;
	right: 63px;
	bottom: 17px;
}

.dot-arrow-button {
	background-image: url(../images/dot-arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px;
	padding-left: 14px;
}

label {
    line-height:normal;
}

.product-caption {
    clear:both;
}

.product-caption a {
    color: #535353;
    text-decoration: none;
}

.product-caption a:hover {
    color: #e10019;
    text-decoration: underline;
}

/* Welcome */
#welcome {
    width: 100%;
}

#welcome h1 {
    color: #333;
    font-size: 24pt;
    margin-bottom: 10pt;
}

#welcome .nav-area {
    margin-top: 20px;
}

#welcome .title {
    margin-left: 60px;
}

#welcome .entry {
    
}

#welcome .bar {
    height: 42px;
    background: #f5f5f5 url(../images/welcome/bar-default.gif) repeat-x;
    cursor: pointer;
}

#welcome .bar-empty {
    height: 42px;
    background: #f5f5f5 url(../images/welcome/bar-default.gif) repeat-x;
}

#welcome .bar-active {
    background: #f5f5f5 url(../images/welcome/bar-active.gif) repeat-x;
}

#welcome .bar span {
    font-size: 12pt;
    margin-left: 50px;
    margin-top: 15px;
    padding-left: 10px;
    display: inline-block;
}

#welcome .bar span.active {
    background: url(../images/dot-arrow.gif) no-repeat 0 50%;
}

#welcome .content {
    background: url(../images/welcome/bar-default.gif) repeat-x;
    height: 283px;
    display: none;
    cursor: pointer;
}

.disc-list li {
  list-style-type: disc !important;
}

#welcome .body {
  margin-top: 20px;
  border-top: 5px solid #e5e5e5;
}

#welcome .body div {
  width: 450px;
  cursor: pointer;
  float: left;
}

#welcome div.inner {
  margin: 20px;
}

#welcome .body div.left {
  border-right: 5px solid #e5e5e5;
}

#welcome div.inner p {
  width: 380px;
  margin-left: 28px;
}

#welcome div.inner img {
  margin-top: 15px;
  margin-left: 28px;
}
