/* font-sizes */
body, table, td, input, select, textarea, option, div.contentrightcontainer h1 {
	font-size:11px;
}
#homelogin a {
	font-size:12px;
}
#midpictext	{
	 font-size:24px;
}	
div.content h1, .rezepttitel, div.contentwide h1 {
	font-size:19px;
}

/* BASIC */
body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-family:Arial, sans-serif;
}
table, td {
	vertical-align:top;
}
.valignbottom {
	vertical-align:bottom;
}
.floatleft {
	float:left;
}
.clearleft {
	clear:left;
	height:1px;
	margin:0;
	padding:0;
}
.clearright {
	clear:right;
	height:1px;
	margin:0;
	padding:0;
}
.floatright {
	float:right;
}
a {
	color: #102D79;
	text-decoration:none;
}	
a:hover	{
	text-decoration: underline;
}
a.pfeilblau {
	background-image:url(../img/pfeil_blau.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:15px;
	color:#102D79;
}
a.blau {
	color: #102D79;
	text-decoration:none;
}
	
a DIV {
	cursor:pointer;
}
.navOn	{ font-weight:bold;}
h2 {
	font-weight:normal;
}
img {
	border:0;
}
ul,li {
	margin:0;
	padding:0;
}
li {
	list-style-type:none;
}
ul.pfeilgrau li {
	background-image:url(../img/pfeil_grau.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:15px;
}
ul.pfeilgrau li.back {
	background-image:url(../img/pfeil_grau_back.gif);	
}
ul.pfeilgrau li a {
	color:#747577;
}
ul.strich li {
	background-image:url(../img/strich_blau.gif);
	background-repeat:no-repeat;
	background-position:left 7px;
	padding-left:7px;
	color:#102D79;
}

input, textarea, select {
	font-family:Arial, sans-serif;
}
form {
	padding:0;
	margin:0;
}
textarea {
	border:1px solid #CECECE;
}
input.submit {
	padding:0 5px;
	overflow:visible;
	width:auto;
	cursor:pointer;   /* 05.05.06, tax: added both cursor (don't know why twice, but this has been done at other places) */
}


/* HEADER */
#header {
	height:216px;
	background-color: #FFFFFF;
	padding-left:50px;
}
#slogan	{
	float:left;
	margin:48px 0 0 0;
}
#headercontent {
	width:900px;
	height:96px;
}
#headermenu	{
	width:649px;
	margin:50px 30px 0 0;
	float:right;
}	
#headermenu ul {
	float:right;
	margin: 0;
	padding: 0;
}
#headermenu ul li {
	display:inline;
	border-left:1px solid #091F51;
}
#headermenu ul li.first {
	border-left:0px;
}
#headermenu ul li.last {
	border-right:1px solid #091F51;
}
#headermenu ul li.cart {      /* tax, 05.05.06: removed cart gif from background to have an alt ext on the img */
	padding-right:12px;
	padding-left:12px;
}
#headermenu ul li.cart a {    /* tax, 05.05.06: added for "removed cart gif from background to have an alt ext on the img" */
	padding:0 0 0 0;
	vertical-align: bottom;
}
#headermenu ul li.schrift {
	background-image:url(../img/ico_schrift.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:12px;
}
#headermenu ul li a {
	color:#102D79;
	padding:0 7px 0 10px;
}

#headermenu img	{
	border:0;
}
#logo {
	margin:30px 0 0 0;
	float:right;
	display:inline;
}

/* MIDDLE */
#mid {
	width:900px;
	height:120px;
	background-repeat:no-repeat;
	position:relative;
}
DIV.middefault {
	background-image:url(../img/bg_default.jpg);
}
DIV.midrezepte {
	background-image:url(../img/bg_rezepte.jpg);
}
DIV.midzubehoer {
	background-image:url(../img/bg_zubehoer.jpg);
}
DIV.midremotedevices {
	background-image:url(../img/bg_remotedevices.jpg);
}
DIV.midgarantie {
	background-image:url(../img/bg_garantie.jpg);
}
DIV.midnewsletter {
	background-image:url(../img/bg_newsletter.jpg);
}
#mylinks {
	float:right;
	width:165px;
	padding-top:36px;
}
#mylinks a {
	color:#000;
}
#midlogin {
	 float:left;
	 display:inline;
	 margin:10px 0 0 15px;
	 width:180px;
	 color:#000000;
}
#midlogin a {
	color:#102D79;
	font-weight:bold;
}
#midpic	{
	 float:left;
}
#midpictext	{
	 padding-top:15px;
	 font-family:Arial, sans-serif;
	 color: #102D79;
}
#mylinks {
	float:right;
	width:165px;
	padding-top:36px;
}
#mylinks a {
	color:#000;
}


#button
	{
	float:left;
	}

/* MENU */

#entrymenu
	{
	background-color: #CCF5FF;
	}

#menu {
	float:left;
	width:180px;
	height:480px;
}
#menu ul {
	margin:0;
	padding:34px 0 16px 23px;
	list-style-type:none;
	line-height:10px;
}
#menu ul li {
	margin:0;
	padding:5px 0 0 0;
}
#menu ul ul	{
	margin:0;
	padding:5px 0 3px 10px;
	list-style-type:none;
}
#menu ul ul li {
	margin:0;
	list-style-type:none;
	line-height:13px;
	padding:0px 0 4px 10px;
}
#menu a	{
	color: #000;
}
	

/* CONTENT */

.contentsolo {                    /* 28.04.06 tax: added for content without title or other element at the top */
	margin:36px 0 0 0;
}

#contentholder	{
	float:left;
	margin-top:0px;
	width:720px;
}
#contentcontainer {
	background-image:url(../img/bg.gif);
	background-repeat:repeat-y;
	width:900px;/*
	overflow:hidden;*/
	margin-left:50px;
}
#contentcontainer #backtooverview {
	float:right;
	width:165px;
	padding:5px 0 0 0;
	/*height:19px;*/
	height:14px;
}
#contentcontainer #backtooverview a {
	color:#777777;
}
div.content {
	float:left;
	width:540px;
	padding-bottom:20px;
	color:#4B4B4C;/*
	background-color:red;*/
}
div.content p {
	margin:0 15px 10px 15px;
}
div.content p.marginbottom5 {
	margin:0 15px 2px 15px;
}
div.content p a {
	text-decoration:underline;
}
div.content p a.pfeilblau {
	text-decoration:none;
}
div.content p a.pfeilblau:hover {
	text-decoration:underline;
}
div.content table td	{
	color:#4B4B4C;
}
div.contentwide	{
	width:695px;
	margin: 24px 0 0 15px;
	padding-bottom:50px;
}
#contenthead {
	width:510px;
	overflow:auto;
}
#contentheadtext {
	width:250px;
	float:left;
}
#contentheadpic	{
	width:165px;
	float:right;
}
div.content h1 {
	margin:14px 0 0 15px;
	padding:0;
	font-weight:normal;
	color:#777777;
	height:22px;
}

div.contentwide h1 {
	padding:0;
	font-weight:normal;
	color:#777777;
}

div.content input.submit {
	border:1px solid #95B0CF;
	background-color:#fff;
	color:#02438C;
	font-weight:bold;
}

div.contentright {
	width:180px;
	float:left;
	margin-top:21px;
	margin-bottom:10px;/*
	background-color:blue;*/
}
div.contentright.bottom {
	margin-top:141px;
	background-image:url(../img/bg_punkte_right.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
div.contentrightcontainer {
	background-image:url(../img/bg_punkte_right.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:9px 0 0 15px;
	color:#4C4C4C;
}
div.contentrightcontainer div#servicelinks {
	height:56px;
}
div.contentright.bottom div.contentrightcontainer {
	padding-bottom:11px;
}
div.contentrightcontainer form {
	margin-top:3px;
}
div.contentrightcontainer h1 {
	color:#4C4C4C;
	margin:0 0 5px 0;
}
div.contentrightcontainer p {
	padding:0;
	margin:0 0 10px 0;
}
div.contentrightcontainer p a {
	color:#102D79;
	text-decoration:underline;
}
div.contentrightcontainer input {
	border:1px solid #CECECE;
	margin:3px 0 8px 0;
	color:#4B4B4C;
}
div.contentrightcontainer select {
	margin:2px 0 8px 0;
}
div.contentrightcontainer input.submit {
	margin-top:2px;
	border:1px solid #95B0CF;
	background-color:#fff;
	color:#02438C;
	font-weight:bold;
	float:right;
}
div.contentrightcontainer ul.pfeilgrau {
	margin-top:0px;
}
div.contentrightcontainer ul.pfeilgrau li a {
	color:#777777;
}
div.topcontentrightcontainer {
	margin-top:68px;	
}
div.contentrightcontainerNoLine {
	padding:9px 0 0 15px;
}
div.contentrightcontainerNoLine p {
	padding:0;
	margin:0 0 10px 0;
}

table.marginleft {
	margin-left:15px;
}
table.geraetetable {
	margin-top:37px;
	width:525px;
}
table.geraetetable tr td {
	background-image:url(../img/bg_punkte_horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
	padding:10px 0 10px 0px;
}
table.geraetetable tr.titel td {/*
	background-image:none;*/
	font-weight:bold;
	padding:0 2px 2px 0px;
}
table.geraetetable tr td.noborder {
	background-image:none;
	border:0 !important;
}

table.warrantytable td {
	padding:5px 0 5px 0;
	border-bottom:1px solid #CADDF0;
}
table td.punktepfeil {
	background-image:url(../img/bg_garantiedaten_pfeil.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:30px;
}
table td.punktehorizontal, .punktehorizontal {
	background-image:url(../img/bg_punkte_horizontal.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:10px;
}
div.punktehorizontal {
	width:525px;
}
table td.punktehorizontalmitte {
	background-image:url(../img/bg_punkte_horizontal.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:1px;
}
table td.punktevertikal, p.punktevertikal {
	background-image:url(../img/bg_punkte_vertikal.gif);
	background-repeat:repeat-y;
	background-position:right;
}


.alignright {
	text-align:right;
}

div.divider {
	background-image:url(../img/bg_punkte_horizontal.gif);
	background-repeat:repeat-x;	
	background-position:left 6px;
	margin-top:0px;
	height:15px;
}
	
div.shopsizer {
	height:68px;	
}
	
/* FORMS */
a.buttonlink { 
	border:1px solid #95B0CF;
	background-color:#fff;
	color:#02438C;
	font-weight:bold;
	padding:0 10px;
	height:auto;
	text-align:center;
	line-height:16px;
}
a.checkbox {
	font-weight:bold;
	padding:2px 5px;
}
div.content .buttonlink {  /* buha 18.4.2006: added for getting buttonlink without underline */
	text-decoration:none;
}
div.contentright .buttonlink {  /* buha 20.4.2006: added for getting buttonlink without underline */
	text-decoration:none;
}
a.buttonlink:hover {
	color:#02438C;
	text-decoration:none;
}
a.buttonlinkdisabled {
	border:1px solid #95B0CF;
	background-color:#fff;
	color:#808080;	
	font-weight:bold;
	padding:2px 2px;        /* tom 13.10.06  changed from padding 5px to 2px. So the disabled buttons and the enabled buttons have the same size */
	height:10px;            /* tax 24.4.06: added height and text-align, for equal looking with buttonlink */
	text-align:center;
	cursor:default;         /* tax 24.4.06: added to help visualizing the disabled status */
}
a.buttonlinkdisabled:hover {
	color:#808080;
}

a.buttondevicelink:link,  a.buttondevicelink:visited, a.buttondevicelink:active
	{
	border: 1px solid #8B8B8B;
	background-color: #8B8B8B;
	color: #3B3B3B;
	}

a.buttondevicelink:hover {
	background-color: #8B8B8B;
	border: 1px solid #8B8B8B;
	color: #FFF;
}

.contentformtextarea {
	border: 1px solid #102D79;
	width:100%;
	height:100px;
	margin-bottom:10px;
}
.contentforminput {
	border:1px solid #CECECE;
	color:#4B4B4C;
	padding:0 0 0 3px;
	width:200px;
	height:18px;
	margin-bottom:7px;
}
.contentforminputshort {
	border:1px solid #CECECE;
	color:#4B4B4C;
	padding:0 0 0 3px;
	width:55px;
	height:18px;
	float:left;
	margin-bottom:7px;
}
.contentforminputveryshort {
	border:1px solid #CECECE;
	color:#4B4B4C;
	padding:0 0 0 3px;
	width:25px;
	height:18px;
	float:left;
	margin-bottom:7px;
}
.contentforminputinline {
	border:1px solid #CECECE;
	color:#4B4B4C;
	padding:0 0 0 3px;
	width:55px;
	/*float:left;*/			/* tom-27.9  commented 'float:left' out, because the input-fileds in the shopstatistic are not displayed correct.  */
	margin:0;
}
.contentforminputlong {
	float: left;
	display:inline;
	border:1px solid #CECECE;
	color:#4B4B4C;
	padding:0 0 0 3px;
	width:128px;
	height:18px;
	float:right;
	margin-bottom:7px;
}
.contentselect {
	border:1px solid #CECECE;
	color:#4B4B4C;
	padding:0 0 0 3px;
	width:200px;
	height:18px;
	margin-bottom:7px;
}

.contentformtable {
	padding-bottom:5px;
	width:200px;
}
.contentformbuttontd {
	padding-top:2px;
}

.contentformtd {
	padding-bottom:10px;
}

.contentformradio {
	margin:0;
	padding:0;
	position:relative;/*
	top:2px;*/
	height:13px;
}

td.input.contentformradio {
	margin:0;
	padding:0;
	position:relative;
	top:1px !important;
}

.contentformcheckbox {
	margin:0;
	padding:0;
	position:relative;
	top:-2px;
}

td.input.contentformcheckbox {
	margin:0;
	padding:0;
	position:relative;
	top:1px !important;
}


.formnomargin {
	margin:0;
}

.rightforminput {
	width:150px;
	border:1px solid #CECECE;
	color:#4B4B4C;
	margin:2px 0 8px 0;
}
.rightformselect {
	width:152px;
	margin:2px 0 8px 0;
	color:#4B4B4C;
}

.disabledbutton
	{
	border:1px solid #CEEEFE;
	background-color: #CEEEFE;
	color: #B4BDD6;
	}

td.noborder {
	background-image:none;
	border:0 !important;
}

/*ERRORS*/
table.contenterror {
	margin-top:15px;	/* tax-12.04.06: hinzugefuegt; tom-17.08.06 geaendert */
	margin-left:15px;	
}
td.contenterror {
	background-image:url(../img/ico_error.gif);
	background-repeat:no-repeat;
	height:24px;
	width:30px;
}
td.contenterrortext {
	vertical-align: middle !important;
	font-weight: bold;
}

/* REZEPTE */
/*rezept detail*/
.rezeptheader {/*
	margin-bottom:30px;
	width:540px;
	position:relative;*/
}
.rezepttitel {
	margin:14px 0 4px 15px;
	color:#777777;/*
	background-color:red;*/
}
.rezepttext {
	float:left;
	display:inline;
	width:155px;
	margin:0 9px 0 15px;
	font-weight:bold;
}
.rezeptbild {
	float:right;
	color:#747577;
	width:360px;
}
.rezeptbild img {
	/*margin-bottom:4px;*/
}
.rezeptbild .mehrinfo {
	float:right;
	padding-right:10px;
}
.rezeptaufwand {
	width:170px;
}
.rezeptaufwand table {
	margin-left:15px;
	margin-bottom:13px;
}
.rezeptaufwand table tr.link td {
      color:#102D79;
      cursor:pointer;
}
.rezeptaufwand table tr.link.hover td span {
      text-decoration:underline;
}
.rezeptaufwand .punkte {
	vertical-align:bottom;
	padding-bottom:2px;
	background-image:url(../img/bg_punkte.gif);
	background-repeat:repeat-x;
	background-position:left 2px;
}
.rezeptaufwand .ratingpunkte {
	background-image:url(../img/bg_punkte.gif);
	background-repeat:repeat-x;
	background-position:left 7px;
	vertical-align:bottom;
	padding-bottom:1px;
}
.rezeptaufwand .ratingpunkte.links {
	padding-bottom:3px;
}
.rezeptaufwand .punkte span, 
.rezeptaufwand .ratingpunktelinks span, 
.rezeptaufwand .ratingpunkte span {
	background-color:#F9F9F9;
	padding:0 0px;
}
.rezepttable {
	/* margin-bottom:15px; */
	padding-top:2px;
}
.rezepttable td {
	vertical-align:top;
	padding-bottom:14px;
}
.rezepttable tr.titel td {
	background-image:url(../img/bg_punkte.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:3px;
}
.rezepttable tr td.zutat {
	text-align:right;
	padding:2px 10px 0 0;
}

/*rezept uebersicht*/
.legend {
	float:left;
	display:inline;
	margin:3px 0 19px 15px;
}
.rezeptuebersicht {
	margin:0 0 15px 15px;
}
.rezeptuebersicht tr td {
	padding-top:9px;
	padding-right:3px;
	color:#4B4B4C;
	background-image:url(../img/bg_punkte_rezeptuebersicht.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
.rezeptuebersicht tr td a, .rezeptuebersicht tr td span {
	color:#4B4B4C;
	background-color:#F9F9F9;
	padding:0 3px 0 0;
}
.rezeptuebersicht tr td span {
	padding-left:3px;
}
.rezeptuebersicht tr td.titel {
	font-weight:bold;
}
.rezeptuebersicht tr td.icon {
	background-image:none;
	vertical-align:bottom;
}

/*rezept aktuell*/
div.content .rezeptaktuell {
	margin: 40px 0px 0px 0px;
}
div.content .rezeptaktuell tr td {
}
div.content .rezeptaktuell tr td.titel {
	background-image:url(../img/bg_punkte_horizontal.gif);
	background-repeat:repeat-x;
	background-position:left 0;
	padding:5px 0 0 15px;
}
div.content .rezeptaktuell tr td.titel .art {
	color:#9F9F9F;
}
div.content .rezeptaktuell tr td.bild {
	padding-bottom:26px;
}
div.content .rezeptaktuell tr td.bild img {
	margin-bottom:3px;
}
div.content .rezeptaktuell tr td.bild .art {   /* 12.05.06 tax: added class for new device name below overwiew imag */
	color:#9F9F9F;
	float:right;
	margin:-14px 8px 0 0;    /* the pure float right puts the text on the next line ... */
}
div.content .rezeptaktuell tr td.detail {
	padding:5px 0 5px 116px;
}

div.rezeptKeinBild {
	margin-left:10px;
	margin-top:15px;
}

table.rezeptKeinBild {
	background:#EAE8E8; 
}
		
	
/*geraetesteuerung*/
.geraetesteuerunglogin {
	margin-top:4px;
	background-image:url(../img/bg_punkte_horizontal.gif);
	background-repeat:repeat-x;
	background-position:left top;
	width:525px;
	height:136px;
}
.geraetesteuerunglogin .punktehorizontal {
	width:525px;
}
.geraetesteuerunglogin .punktevertikal {
	background-image:url(../img/bg_geraetesteuerung_pfeil.gif);
	background-repeat:repeat-y;
	background-position:right top;
}


textarea.rezeptnotizen {
	width:100%;
	height:150px;
	border:1px solid #CECECE;
	padding:5px;
}
textarea.contactnotizen {
	width:100%;
	height:100px;
	border:1px solid #102D79;
	padding:5px;
}

/* FOOTER */

#contentfooter {
	background-color: #fff;
	text-align:right;
	width:770px;
	color:#102D79;
}
#contentfootercontent {
	padding:10px 0;
}
#footermenu a {
	margin:10px 8px 10px 8px;
}
.footeradminmenu {
	float:left;
	margin-left:30px
}	
#homedevice {
	position: absolute;
  	left: 230px;
  	top: 216px;
  	z-index: 8;	
	visibility: hidden;
}
table.contenttable {                   /* tax-15.04.06: added, for use with generic tables */
	margin:0 14px 0 15px;
}

/* shopStatistic styles: */
table.shopstatistic {
	border-collapse: collapse;
	margin-top: 20px;
}
		 
table.shopstatistic tr td {
	padding: 10px 0px 10px 15px;
	background-image:url(../img/bg_punkte_horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
}

th.shopstatistic {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
	/*padding-bottom: 10px;
	border-bottom: 1px solid;
	border-bottom-color: black;*/
}
	
td.shopstatisticLeft {
	width: 50px;
	text-align: left;
	/*border-bottom: 1px solid;
	border-bottom-color: gray;*/
}

td.shopstatisticMiddle {
	width: 80px;
	text-align: left;
	/*border-bottom: 1px solid;
	border-bottom-color: gray;*/
}

td.shopstatisticRight {
	width: 100px;
	text-align: left;
	/*border-bottom: 1px solid;
	border-bottom-color: gray;*/
}
	
div.shopstatistic {
	padding: 10px 0px 0px 15px;
}	
	
div.shopstatisticLine {
	margin-right: 155px;
	background-image:url(../img/bg_punkte_horizontal.gif);
	background-repeat:repeat-x;	
	background-position:left 6px;
}	

td.buttonLeft {
	padding: 10px 0px 10px 15px;
}
	
span.contenterrorStatistic {
	background-image:url(../img/ico_error.gif);
	background-repeat:no-repeat;
	height:24px;
	width:450px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
}

.tooltip {
	display:none;
	background-color:#FFFDE3;
	position:absolute;
	top:100px;
	left:100px;
	width:210px;
	border:1px solid black;
}

/*zubehoershop*/
div.contentrightcontainer.zubehoer {
	background-position:left bottom;
	background-image:none;
}

/*allgemein*/
.hide {
	display:none;
}

#modellnummerassistenttransparent {
	position:absolute;
	height:100%;
	width:100%;
	background-color:#000;
	filter: Alpha(Opacity=80);
	-moz-opacity: 0.80;
	opacity: .8;
	z-index:5;
	display:none;
}
#modellnummerassistent {
	position:absolute;
	width:725px;
	height:468px;
	z-index:10;	
}
#modellnummerassistent .close {
	text-align:right;
	width:721px;
	padding:2px;
}
#modellnummerassistent .close a {
	color:#fff;
	text-decoration:none;
}
#modellnummerassistent .title {
	padding:16px 18px 14px 18px;
	font-size:18px;
	color:#4b4b4c;
	background-color:#e2e2e2;
}
#modellnummerassistent .contentwrapper {
	background:#fff url(../img/bg_modellnummerassistent.gif) repeat-y left top;
	height:479px;
}

#zubehoertopcontainer {
	position:relative;
	margin-top:4px;
}
table.zubehoer {
	height:39px;
	background-color:#C2C2C2;
}
table.zubehoer.hell {
	background-color:#f9f9f9;
}
table.zubehoer td {
	color: #FFF;
	padding:3px 0 0 0;
	font-weight:bold;
	width:88px;
	background-repeat:no-repeat;
	background-position:right bottom;
	vertical-align:middle;
	line-height:12px;
}
table.zubehoer td.first {
	padding-left:7px;
	width:81px;
}
table.zubehoer td a {
	color:#fff;
	text-decoration: none;
}
table.zubehoer td.textactive {
	background-image:url(../img/bg_zubehoer_aktiv.gif);
	background-position:-6px bottom;
	color: #FFF;
}
table.zubehoer td.textactive.first {
	background-position:left bottom;
}
table.zubehoer td.textpassive {
	background-image:url(../img/bg_zubehoer_passiv.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	color: #FFF;
}
table.zubehoer td.arrowpassive {
	background:url(../img/zubehoer_passiv.gif) no-repeat;
	padding-left:3px;
	width:14px;
	vertical-align:top;
}
table.zubehoer td.arrowpassive2 {
	background:url(../img/zubehoer_aktiv2.gif) no-repeat;
	padding-left:3px;
	width:14px;
	vertical-align:top;
}
table.zubehoer td.arrowaktive {
	background:url(../img/zubehoer_aktiv.gif) no-repeat;
	padding-left:3px;
	width:14px;
	vertical-align:top;
}

#zubehoerwahl {
	background:url(../img/bg_zubehoerwahl.jpg) repeat-x #f9f9f9;
	width:526px;
	padding-right:14px;
}
#zubehoerwahl .anmelden {
	padding:5px 0 4px 0;
	margin-bottom:11px;
	text-align:right;
	height:31px;
	background:url(../img/bg_punkte_horizontal.gif) repeat-x left bottom;
}

#zubehoerwahl .anmelden select {
	width:180px;
	margin:0 14px 0 27px;
}
#zubehoerwahl .anmelden .text {
	text-align:left;
	float:left;
	padding-left:2px;
	margin-left:33px;
}
#zubehoerwahl .anmelden .jetztanmelden {
	float:right;
	display:block;
	width:150px;
	padding-top:5px;
}
#zubehoerwahl .anmelden .jetztanmelden a {
	color:#102d79;
	font-weight:bold;
	padding-left:15px;
	background:url(../img/pfeil_jetztanmelden.gif) no-repeat left 2px;
}

#zubehoerwahl .geraete {
	margin:0 0 0 0;
}
#zubehoerwahl .geraete .geraet {
	float:left;
	display:inline;
	margin:0 0 16px 34px;
	text-align:center;
	font-weight:bold;
}
#zubehoerwahl .geraete .geraet a {
	text-decoration:none;
	color:#4b4b4c;
}
#zubehoeruebersicht {
	margin-top:16px;
}
#zubehoeruebersicht #bubblewrapper,
#zubehoerdetail #bubblewrapper {
	position:absolute;
	background:url(../img/bg_zubehoerbubblelinks.png) no-repeat left top;
	width:214px;
	height:174px;
	display:none;
	z-index:100;
}
#zubehoeruebersicht #bubble,
#zubehoerdetail #bubble {
	padding:10px 20px 10px 20px;
	padding:0px 20px 0px 20px;
	background:url(../img/bg_zubehoerbubblerechts.png) no-repeat right bottom;
	height:175px;
}
#zubehoeruebersicht #bubble .bubblerot,
#zubehoeruebersicht #bubble .bubblegruen,
#zubehoeruebersicht #bubble .bubbleblau,
#zubehoerdetail #bubble .bubblerot,
#zubehoerdetail #bubble .bubblegruen,
#zubehoerdetail #bubble .bubbleblau {
	display:none;
}
#zubehoeruebersicht #bubble p,
#zubehoerdetail #bubble p {
	padding:0;
	margin:0 0 5px 0;
}

#zubehoeruebersicht .suche {
	margin-left:19px;
	background:url(../img/bg_zubehoersuche.gif) no-repeat left top;	
	padding:5px 10px;
	line-height:20px;
}
#zubehoeruebersicht .suche a {
	color:#4b4b4c;
}
#zubehoeruebersicht .suche input.submit {
	float:none;
	border:1px solid #95B0CF;
}
#zubehoeruebersicht .suche input {
	float:none;
	border:1px solid #CECECE;
}

#zubehoeruebersicht .artikel,
#zubehoerdetail .artikel {
	margin-top:15px;
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
	width:525px;
}
#zubehoerdetail .detailbeschrieb {
	float:left;
	width:143px;
	padding-left:5px;
}
#zubehoerdetail .detailbeschrieb a {
	color:#4b4b4c;
	text-decoration:none;
}
#zubehoeruebersicht .image {
	float:left;
	width:148px;
}
#zubehoeruebersicht .artikeltext,
#zubehoerdetail .artikeltext {
	float:left;
	width:376px;
}
#zubehoerdetail .artikeltext {
	background:url(../img/bg_punkte_vertikal.gif) repeat-y left top;
	position:relative;
}
#zubehoerdetail .artikeltext .blaettern {
	position:absolute;
	left:-144px;
	width:144px;
	bottom:5px;
}
#zubehoerdetail .animation {
	margin-bottom:3px;
}

#zubehoerdetail .hideanimation {
	visibility: hidden;
}

#zubehoerdetail .showanimation {
	visibility: visible;
}

#zubehoerdetail .artikeltext .blaettern .animation a {
	color:#4b4b4c;
}
#zubehoerdetail .artikeltext .blaettern a {
	color:#bababa;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}
#zubehoerdetail .artikeltext .blaettern a.aktiv {
	color:#4b4b4c;
}
#zubehoeruebersicht .punkte,
#zubehoerdetail .punkte {
	background:url(../img/bg_punkte_horizontal.gif) repeat-x left top;
	margin-left:20px;
	line-height:4px;
}
#zubehoeruebersicht .modellnummer .punkte,
#zubehoerdetail .modellnummer .punkte {
	margin-left:0px;
	line-height:6px;
	background:url(../img/bg_punkte_horizontal.gif) repeat-x left 2px;
}
#zubehoeruebersicht .artikeltitel,
#zubehoerdetail .artikeltitel {
	float:left;
	display:inline;
	font-weight:bold;
	margin:2px 0 5px 19px;
	font-size:12px;
}
#zubehoerdetail .artikeltitel {
	font-size:11px;
}
#zubehoeruebersicht .artikeltitel a,
#zubehoerdetail .artikeltitel a {
	color:#4b4b4c;
	text-decoration:none;
}
#zubehoeruebersicht .artikelpreis,
#zubehoerdetail .artikelpreis {
	font-size:12px;
	float:right;
	width:100px;
	text-align:right;
	font-weight:bold;
	padding-top:2px;
}
#zubehoerdetail .artikelpreis {
	font-size:11px;
}
#zubehoeruebersicht .artikelbeschreibung,
#zubehoerdetail .artikelbeschreibung {
	margin:0 0 10px 19px;
}
#zubehoeruebersicht .artikelbeschreibung {
	cursor:pointer;
}
#zubehoeruebersicht .artikelbeschreibung a,
#zubehoerdetail .artikelbeschreibung a {
	color:#4b4b4c;
	text-decoration:none;
}
#zubehoeruebersicht .passtnicht,
#zubehoeruebersicht .passt,
#zubehoeruebersicht .passtvielleicht,
#zubehoerdetail .passtnicht,
#zubehoerdetail .passt,
#zubehoerdetail .passtvielleicht {
	margin-left:0px;
	padding-left:19px;
	background:url(../img/ico_passtnicht.gif);
	background-repeat:no-repeat;
	background-position:-1px 3px;
}
#zubehoeruebersicht .passtvielleicht,
#zubehoerdetail .passtvielleicht {
	cursor:pointer;
	background-image:url(../img/ico_passtvielleicht.gif);
}
#zubehoeruebersicht .passt,
#zubehoerdetail .passt {
	background-image:url(../img/ico_passt.gif);
}
#zubehoeruebersicht .rot, #zubehoeruebersicht .gruen, #zubehoeruebersicht .blau,
#zubehoerdetail .rot, #zubehoerdetail .gruen, #zubehoerdetail .blau {
	color:#d20000;
	font-weight:bold;
}
#zubehoeruebersicht .gruen,
#zubehoerdetail .gruen {
	color:#0ca500;
}
#zubehoeruebersicht .blau,
#zubehoerdetail .blau {
	color:#102d79;
}
#zubehoeruebersicht .submit,
#zubehoerdetail .submit {
	margin:0 0 4px 0;
	float:right;
}
#zubehoeruebersicht .modellnummer,
#zubehoerdetail .modellnummer {
	margin-left:19px;
}
#zubehoeruebersicht .modellnummer a,
#zubehoerdetail .modellnummer a {
	color:#4b4b4c;
	text-decoration:none;
}
#zubehoeruebersicht .modellnummer input,
#zubehoerdetail .modellnummer input {
	width:48px;
	border:1px solid #95B0CF;
}
#zubehoeruebersicht .modellnummer input.submit,
#zubehoerdetail .modellnummer input.submit {
	width:auto;
}

#zubehoerdetail {
	margin-top:0px;
}
#zubehoerdetail .artikelblaettern {
	text-align:right;
	margin-right:15px;
}
#zubehoerdetail .artikel {
	margin-top:2px;
}
#zubehoerdetail .imagegross {
	width:525px;
	padding-bottom:1px;
	background:url(../img/bg_punkte_horizontal.gif) repeat-x left bottom;
}
#zubehoerdetail .flash {
	display: none;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom:1px;
	background:url(../img/bg_punkte_horizontal.gif) repeat-x left bottom;
}

#zubehoerdetail .registertab {
	margin:10px 0 0 14px;
}
#zubehoerdetail .registertab ul {
	width:510px;
	height:19px;
	background:url(../img/bg_punkte_horizontal.gif) repeat-x left bottom;
}
#zubehoerdetail .registertab ul li {
	background: url(../img/bg_registertab.gif) no-repeat left top;
	width:145px;
	padding:2px 0 0 0;
	margin-right:23px;
	display:block;
	float:left;
}
#zubehoerdetail .registertab ul li a {
	padding:0 0 3px 10px;
	color:#777777;
	display:block;
	background:url(../img/bg_punkte_horizontal.gif) repeat-x left bottom;
	text-decoration:none;
	cursor:pointer;
}
#zubehoerdetail .registertab ul li.aktiv a {
	font-weight:bold;
	background-image:none;
}
#zubehoerdetail #register1 {
}
#zubehoerdetail #register2 {
	display:none;
}
#zubehoerdetail .register {
	margin:0 0 0 14px;
	padding:10px;
	height:120px;
	background:url(../img/bg_register.gif) no-repeat left bottom;
}
#zubehoerdetail .register table {
	float:left;
	margin-right:19px;
}
#zubehoerdetail .register .text {
	float:left;
	width:320px;
}
#zubehoerdetail .register .registerscroll {
	height:111px;
	width:500px;
	overflow:auto;
	scrollbar-face-color: #fff; 
	scrollbar-highlight-color: #777; 
	scrollbar-shadow-color: #777; 
	scrollbar-3dlight-color: #fff; 
	scrollbar-arrow-color: #777; 
	scrollbar-track-color: #fff;
	scrollbar-darkshadow-color: #fff;
}
#zubehoerdetail .register .modell {
	padding:2px 0;
	width:483px;
	background:url(../img/bg_punkte_horizontal.gif) repeat-x left bottom;
}
#zubehoerdetail .register .modell.aktiv {
	font-weight:bold;
}
#zubehoerdetail .register .punkte {
	width:483px;
	margin-left:0;
	line-height:1px;
	background:url(../img/bg_punkte_horizontal.gif) repeat-x left top;
}
#zubehoerdetail .modellnummer .punkte {
	margin-left:0;
}

#zubehoerwarenkorb {
	margin-top:15px;
}
#zubehoerwarenkorb .erklaerung {
	width:520px;
	background-repeat:no-repeat;
	background-position: -3px 3px;
}
#zubehoerwarenkorb .passtvielleicht {
	background-image:url(../img/ico_passtvielleicht.gif);
}
#zubehoerwarenkorb .passtnicht {
	background-image:url(../img/ico_passtnicht.gif);
}
#zubehoerwarenkorb .blau {
	color:#102d79;
	font-weight:bold;
}
#zubehoerwarenkorb .rot {
	color:#d20000;
	font-weight:bold;
}
#zubehoerwarenkorb .artikel {
	width:525px;
}
#zubehoerwarenkorb tr.last td {
	border-bottom:1px solid #777777;
}
#zubehoerwarenkorb .titel {
	border-top:1px solid #777777;
	font-size:12px;
	font-weight:bold;
	padding:2px 0 2px 15px;
	background:url(../img/bg_punkte_horizontal.gif) repeat-x left bottom;
}
#zubehoerwarenkorb .titel a {
	color:#4b4b4c;
	text-decoration:none;
}
#zubehoerwarenkorb .nummer {
	padding:4px 0 0 15px;
}
#zubehoerwarenkorb .stueckpreis {
	text-align:right;
	padding:4px 5px 0 0;
}
#zubehoerwarenkorb .plusminus {
	padding-top:4px;
}
#zubehoerwarenkorb .preis {
	text-align:right;
	padding-top:4px;
}
#zubehoerwarenkorb td.stueck {
	text-align:right;
	padding-top:2px;
}
#zubehoerwarenkorb input.stueck {
	border:0;
	background-color:transparent;
	font-weight:bold;
	width:12px;
	padding:1px 0;
	margin:0;
	text-align:right;
}
#zubehoerwarenkorb .passtvielleicht {
	/* only the passtvielleicht element with an action may have an pointer cursor */
	padding:2px 0 0 15px;
	background:url(../img/ico_passtvielleicht.gif) no-repeat -3px 5px;
}
#zubehoerwarenkorb .passtvielleicht a { 
	/* only the passtvielleicht element with an action may have an pointer cursor */
	cursor:pointer;
}
#zubehoerwarenkorb .passtvielleicht a {
	color:#4b4b4c;
	text-decoration:none;
}
#zubehoerwarenkorb .passt {
	padding:2px 0 0 15px;
	background:url(../img/ico_passt.gif) no-repeat -5px 5px;
}
#zubehoerwarenkorb .passtnicht {
	padding:2px 0 0 15px;
	background:url(../img/ico_passtnicht.gif) no-repeat -5px 5px;
}
#zubehoerwarenkorb .loeschen {
	padding:1px 0 4px 0;
}
#zubehoerwarenkorb a.buttonlink {
	height:12px;
	padding:0 10px;
}
#zubehoerwarenkorb .zwischensumme,
#zubehoerwarenkorb .chf {
	text-align:right;
}
#zubehoerwarenkorb .chf {
	text-align:right;
	padding-top:4px;
}
#zubehoerwarenkorb div.punkte {
	background:url(../img/bg_punkte_horizontal.gif) repeat-x left top;
	line-height:4px;
}
#zubehoerwarenkorb tr.punkte td {
	padding-bottom:3px;
	background:url(../img/bg_punkte_horizontal.gif) repeat-x left bottom;
}
#zubehoerwarenkorb tr.punkte .text,
#zubehoerwarenkorb tr.total .text {
	padding:3px 0 3px 15px;
}
#zubehoerwarenkorb tr.punkte .preis,
#zubehoerwarenkorb tr.punkte .chf,
#zubehoerwarenkorb tr.punkte .zwischensumme,
#zubehoerwarenkorb tr.total .preis,
#zubehoerwarenkorb tr.total .chf {
	padding-top:3px;
}
#zubehoerwarenkorb tr.total td {
	padding-bottom:3px;
	border-bottom:1px solid #777777;
}
#zubehoerwarenkorb .weitereartikel {
	padding:5px 0 4px 0;
	text-align:right;
}
#zubehoerwarenkorb .modellnummer {
	line-height:22px;
	display:none;
}
#zubehoerwarenkorb .modellnummer input {
	width:48px;
	border:1px solid #95B0CF;
}
#zubehoerwarenkorb .modellnummer input.submit {
	width:auto;
}
#zubehoerwarenkorb .modellnummer a {
	color:#4b4b4c;
	text-decoration:none;
}

/*Uebersicht*/
.zubehoerwarenkorb {
	margin-top:26px;
	background-image:url(../img/bg_punkte_horizontal.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.zubehoerwarenkorb tr td {
	background-image:url(../img/bg_punkte_horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	/* color: #FFF;    what is this for!?!?  */
	padding:6px 0 6px 15px;
}
.zubehoerwarenkorb tr td table tr td {
	padding:1px 0;
}
.zubehoerwarenkorb tr td.noborder {
	background-image:none;
}
.zubehoerwarenkorb tr td input.stueck {
	color:#4B4B4C;
	border:0;
	background-color:transparent;
	font-weight:bold;
	width:12px;
	padding:1px 0;
	margin:0;
	text-align:right;
}
.zubehoerwarenkorb tr td .preis {
	width:40px;
	float:right;
}

#blaettern {
	width:525px;
	margin-top:20px;
	background:url(../img/bg_punkte.gif) repeat-x left top;	
	padding-top:5px;
}
#blaettern .zurueck {
	float:left;
	margin-left:15px;	
	padding:0 10px;
	height:auto;
	line-height:14px;
}
#blaettern .weiter {
	float:right;
	padding:0 10px;
	height:auto;
	line-height:14px;
}

#aktuell .image {
	float:left;
	display:inline;
	padding:6px 5px;
	margin-left:11px;
	border: 10px;
	/*background:url(../img/bg_zubehoer_aktuell.jpg) no-repeat;	*/
}
#aktuell .text {
	float:left;
	margin:3px 0 0 13px;
	width:343px;
}
#aktuell .preis {
	display:block;
	text-align:right;
	margin-bottom:6px;
	padding-bottom:0px;
	width:344px;
	background:url(../img/bg_punkte.gif) repeat-x left 8px;
}
#aktuell .submit {
	margin-top:9px;
}
#aktuell a {
	color:#4b4b4c;
	text-decoration:none;
}
div.garantiebalken,
div.zubehoerbalken {
	background-image:url(../img/bg_garantiebalken.gif);
	background-repeat:repeat-x;
	background-position:left 5px;
	text-align:center;
}
div.garantiebalken span,
div.zubehoerbalken span {
	color:#4b4b4c;
	font-weight:bold;
	background-color:#F9F9F9;
}

.contentright .warenkorb {
	background-color:#e2e2e2;
	cursor:pointer;
}
.contentright .warenkorb .titel {
	padding:8px 0 9px 15px;
	color:#e2e2e2;
	font-weight:bold;
	background:#777777 url(../img/ico_warenkorb.gif) no-repeat 141px 7px;
}
.contentright .warenkorb .artikel {
	padding:2px 10px 3px 15px;
}
.contentright .warenkorb a {
	color:black;
}
.contentright .warenkorb a:hover {
	text-decoration: none;
}
.contentright .punkte {
	background:url(../img/bg_punkte_horizontal.gif) repeat-x left top;
	line-height:4px;
}


/* Garantiedaten */

table.garantiedaten td {
	color: #FFF;
	padding: 11px 10px 5px 15px;
	font-weight:bold;
	height:40px;
	width:155px;
	background-repeat:no-repeat;
	background-position:right top;
}

table.garantiedaten td a {
	color:#fff;
	text-decoration: none;
}

table.garantiedaten {
	margin:40px 0 23px 0;
}

table.garantiedaten td.active {
	background-image:url(../img/bg_garantiedaten_aktiv.gif);
	color: #FFF;
}

table.garantiedaten td.activeend {
	background-image:url(../img/bg_garantiedaten_end_aktiv.gif);
	color: #FFF;
}

table.garantiedaten td.visited {
	background-image:url(../img/bg_garantiedaten_passiv.gif);
	color: #FFF;
}

table.garantiedaten td.disabled {
	background-image:url(../img/bg_garantiedaten_passiv.gif);
	color: #FFF;
}

table.garantiedaten td.disabledend {
	background-image:url(../img/bg_garantiedaten_end_passiv.gif);
	color: #FFF;
}