/* Seite generell */
html, body {
 background : #FFFFFF;
 color : #333333;
 margin: 0;
 padding: 0;
 width:100%;
 height:100%;
}

/* Fehlertext */
.FehlerBox {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 background : #ffb3b5;
 font-weight : bold;
}

/* Lagerwarnung */
.Lagermeldung {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #cc0033;
}

/* Links generell */
A {
 color : #628CC0;
 text-decoration : none;
}

/* Links generell */
A:hover {
 color : #001287;
 text-decoration : underline;
}

/* Formulare generell */
FORM {
 display : inline;
}

/* Navigation Headerbereich */
TR.NavigationsleisteHeader {
 background : url(header/navi_leiste_hg.png) repeat;
}

/* Navigation Headerbereich */
TD.NavigationsleisteHeader {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #ffffff;
 font-weight : bold;
}

/* Navigation Headerbereich */
A.NavigationsleisteHeader {
 color : #001287;
}

/* Navigation Headerbereich */
A.NavigationsleisteHeader:hover {
 color : #ffffff;
}

/* Fehlermeldung im Headerbereich */
.FehlerHeader {
 width:auto; 
 color:#ffffff; 
 background-color:#0F378F;
 font-family : Verdana, Arial, sans-serif;
 text-align : center;
 font-size : 12px;
 font-weight : bold;
}

/* Infomeldung im Headerbereich */
.InformationHeader {
 width:auto; 
 color:#ffffff; 
 background-color:#0F378F;
 font-family : Verdana, Arial, sans-serif;
 text-align : center;
 font-size : 12px;
 font-weight : bold;
}

/* Navigation Footerbereich */
TR.NavigationsleisteFooter {
 background : url(header/footer_leiste_hg.png) repeat;
}

/* Navigation Footerbereich */
TD.NavigationsleisteFooter {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #ffffff;
 font-weight : bold;
}

/* Navigation Footerbereich */
A.NavigationsleisteFooter {
 color : #001287;
}

/* Navigation Footerbereich */
A.NavigationsleisteFooter:hover {
 color : #ffffff;
}

/* Boxeninhalt in standard Farbe */
.Box {
 background : #0F378F;
}

/* Boxen in alternativer Farbe */
.BoxColor {
 background : #0F378F;
}

/* Boxeninhalt in standard Farbe */
.Boxeninhalt {
 background : #ffffff;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* Boxeninhalt in alternativer Farbe */
.BoxeninhaltColor {
 background : #ffffff;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* Boxeninhalt grauen Hintergrund */
.BoxeninhaltGrau {
 background : #E6E6E6;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* Boxen in standard Farbe */
.BoxCenter {
 background : #0F378F;
}

/* Boxen in alternativer Farbe */
.BoxColorCenter {
 background : #0F378F;
}

/* Boxeninhalt in standard Farbe */
.BoxeninhaltCenter {
 background : #ffffff;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* Boxeninhalt in alternativer Farbe */
.BoxeninhaltColorCenter {
 background : #ffffff;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* Notizbox im Checkout */
.Notizbox {
 background : #0F378F;
}

/* Notizbox im Checkout */
.NotizboxInhalt {
 background : #efefef;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* Boxenkopf in standard Farbe */
TD.BoxenKopf {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 font-weight : bold;
 background : url(boxen/boxen_12.png) repeat;
 color : #ffffff;
}

/* Boxenkopf in standard Farbe */
A.BoxenKopf {
 color : #ffffff;
}

/* Boxenkopf in standard Farbe */
A.BoxenKopf:hover {
 color : #ffffff;
}

/* Boxenkopf in alternativer Farbe */
TD.BoxenKopfColor {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 font-weight : bold;
 background : url(boxen/boxen_12.png) repeat;
 color : #ffffff;
}

/* Boxenkopf in alternativer Farbe */
A.BoxenKopfColor {
 color : #ffffff;
}

/* Boxenkopf in alternativer Farbe */
A.BoxenKopfColor:hover {
 color : #ffffff;
}

/* Boxenkopf in standard Farbe */
TD.BoxenKopfCenter {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 font-weight : bold;
 background : url(boxen/boxen_12.png) repeat;
 color : #ffffff;
}

/* Boxenkopf in standard Farbe */
A.BoxenKopfCenter {
 color : #ffffff;
}

/* Boxenkopf in standard Farbe */
A.BoxenKopfCenter:hover {
 color : #ffffff;
}

/* Boxenkopf in alternativer Farbe */
TD.BoxenKopfColorCenter {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 font-weight : bold;
 background : url(boxen/boxen_12.png) repeat;
 color : #ffffff;
}

/* Boxenkopf in alternativer Farbe */
A.BoxenKopfColorCenter {
 color : #ffffff;
}

/* Boxenkopf in alternativer Farbe */
A.BoxenKopfColorCenter:hover {
 color : #ffffff;
}

/* Umrandung Boxen */
TD.Box , SPAN.Box {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* Listendarstellungen bsp. produktlisting */
TR.ListeDunkel {
 background : #ffffff;
}

TD.ListeDunkel {
 background : url(http://1001-tuer.de/xo/partner/1000/templates/1001_01_blau/images/table_produktbewertung_bg2.jpg) repeat;
}

/* Listendarstellungen bsp. produktlisting */
TR.ListeHell {
 background : #ffffff;
}

TD.ListeHell {
 background : url(http://1001-tuer.de/xo/partner/1000/templates/1001_01_blau/images/table_produktbewertung_bg.jpg) repeat;
}

/* Navigation der Listensplits*/
A.ListenSplitNavigation {
 color : #333333;
}

/* Navigation der Listensplits*/
A.ListenSplitNavigation:hover {
 color : #333333;
 background : #cccccc;
}

/* Seitentitel meist rechts oben */
.SeitenTitel {
 font-family : Verdana, Arial, sans-serif;
 font-size : 12px;
 font-weight : bold;
 color : #0F378F;
}

/* Text normale Schrift in roter Farbe */
.Text11rot {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 line-height : 1.5;
 color : #B22222;
}

/* Text normale Schrift in standard Farbe */
.Text11 {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 line-height : 1.5;
}

/* Tabellenkopf in der Produktbeschreibung */
.table_product_info  {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 font-weight : bold;
 line-height : 1.5;
 text-indent: 1.5em;
 height : 26px;
 background-image: url(http://1001-tuer.de/xo/partner/1000/templates/1001_01_blau/images/1/header/multishop_ende.png);
 background-repeat:repeat-x;
}

/* Tabelle + Text Ersparnis - Produktbeschreibung */
.ersparnis  {
 font-family : Verdana, Arial, sans-serif;
 font-size : 12px;
 font-weight : bold;
 color : #FF4500;
 line-height : 1.5;
 text-indent: 1.5em;
 height : 25px;
 background-image: url(http://1001-tuer.de/xo/images/ics/bg_table_ersparnis.gif);
 background-repeat:repeat-x;
}

/* ERROR_CONDITIONS_NOT_ACCEPTED */
.error_message_header  {
 font-family : Verdana, Arial, sans-serif;
 font-size : 12px;
 font-weight : bold;
 color : #000000;
 line-height : 1.5;
 height : 25px;
 background-image: url(http://1001-tuer.de/xo/images/ics/bg_table_error_message.jpg);
 background-repeat:repeat-x;
}

/* Tabelle Produktbeschreibung F?llung kaufen */
.table_pinfo_fuellung  {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 font-weight : bold;
 color : #FFFFFF;
 line-height : 1.5;
 height : 80px;
 background-image: url(http://1001-tuer.de/xo/partner/1000/templates/1001_01_blau/images/spacer_bestelltabelle.gif);
 background-repeat:repeat-x;
}

/* Text normale Schrift mit Auflistung */
.Text11List {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 line-height : 1.5;
 list-style-image: url(http://1001-tuer.de/xo/partner/1000/templates/1001_01_blau/images/1/boxen/categories_arrow_right.gif);
}

/* Text normale Schrift mit Auflistung unterstrichen */
.Text11Listunderline {
 font-family : Verdana, Arial, sans-serif;
 text-decoration : underline;
 color:#628CC0;
 font-size : 11px;
 line-height : 1.5;
 list-style-image: url(http://1001-tuer.de/xo/partner/1000/templates/1001_01_blau/images/1/boxen/categories_arrow_right.gif);
}

/* Text Schrift weiss */
.Text11weiss {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 line-height : 1.5;
 color : #FFFFFF;
}

/* Text Schrift weiss Fett */
.Text11weissFett {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 line-height : 1.5;
 color : #FFFFFF;
 font-weight : bold;
}

/* Text normale Schrift in alternativer Farbe */
.Text11Color {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 line-height : 1.5;
 color : #0F378F;
}

/* Text unverbindliche Preisempfehlung Hersteller */
.Text12 {
 font-family : Verdana, Arial, sans-serif;
 font-size : 12px;
 line-height : 1.5;
 color : #950420;
 font-weight : bold;
}

.Text11Fett {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 line-height : 1.5;
 font-weight : bold;
}

/* Text kleine Schrift in standard Farbe */
.Text10 {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

.Text8 {
 font-family : Verdana, Arial, sans-serif;
 font-size : 8px;
}

/* Text kleine Schrift in alternativer Farbe */
.Text10Color {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #0F378F;
}

/* Produktbildanzeige xanario_pinfo */
TD.imageManager , SPAN.imageManager , P.imageManager {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #ffffff;
}

/* Produktbildanzeige xanario_pinfo */
A.imageManager {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #333333;
}

/* Produktbildanzeige xanario_pinfo */
A.imageManager:hover {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #ffffff;
}

/* Produktbildanzeige xanario_pinfo */
TD.imageManagerColor , SPAN.imageManagerColor , P.imageManagerColor {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #0F378F;
}

/* Produktbildanzeige xanario_pinfo */
A.imageManagerColor {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #001287;
}

/* Produktbildanzeige xanario_pinfo */
A.imageManagerColor:hover {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #0F378F;
}

/* */
TD.fieldKey {
 font-family : Verdana, Arial, sans-serif;
 font-size : 12px;
 font-weight : bold;
}

/* */
TD.fieldValue {
 font-family : Verdana, Arial, sans-serif;
 font-size : 12px;
}

/* Tabellen?berschriften */
TD.tableHeading {
 font-family : Verdana, Arial, sans-serif;
 font-size : 12px;
 font-weight : bold;
}

/* neues Produkt in der Warenkorbbox */
SPAN.newItemInCart {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #ff0000;
}

/* Formular Eingabefelder */
INPUT {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 border-right: 1px solid;
 border-top: 1px solid;
 border-left: 1px solid;
 border-bottom: 1px solid;
 border-color : #0F378F;
}

INPUT.TEXT {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 border-right: 1px solid;
 border-top: 1px solid;
 border-left: 1px solid;
 border-bottom: 1px solid;
 border-color : #0F378F;
}

/* Formular Memofelder */
TEXTAREA {
 width : 100%;
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 border-right: 1px solid;
 border-top: 1px solid;
 border-left: 1px solid;
 border-bottom: 1px solid;
 border-color : #0F378F;
}

/* Formulartasten */
INPUT.BUTTON {
 border-right: medium none;
 border-top:  medium none;
 border-left:  medium none;
 border-bottom:  medium none;
}


/* Formulare */
INPUT.selection {
 border-right: medium none;
 border-top:  medium none;
 border-left:  medium none;
 border-bottom:  medium none;
}

/* Formulare */
CHECKBOX , RADIO , SELECT , FILE , OPTION {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
}

/* */
TABLE.formArea {
 background : #ffffff;
 border-color : #0F378F;
 border-style : solid;
 border-width : 1px;
}

/* */
TD.formAreaTitle {
 font-family : Tahoma, Verdana, Arial, sans-serif;
 font-size : 12px;
 font-weight : bold;
 color : #0F378F;
}

/* */
SPAN.markProductOutOfStock {
 font-family : Tahoma, Verdana, Arial, sans-serif;
 font-size : 12px;
 color : #c76170;
 font-weight : bold;
}

/* */
SPAN.productSpecialPrice {
 font-family : Verdana, Arial, sans-serif;
 color : #ff0000;
}

/* */
SPAN.errorText {
 font-family : Verdana, Arial, sans-serif;
 color : #ff0000;
}

/* */
.moduleRow {
 background-color : #E1E1E1;
}

.moduleRowOver {
 background-color : #CCCCCC;
 cursor: pointer;
}

/* */
.moduleRowSelected {
 background-color : #B4B4B4;
}

/* */
.checkoutBarFrom , .checkoutBarTo {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #8c8c8c;
}

/* */
.checkoutBarCurrent {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #000000;
}

/* linke Tabellespalte im Layout */
TD.leftBox {
 background : #ffffff;
}

/* mittlere Tabelle im Layout */
TD.centerBox {
 background : #ffffff;
}

/* rechte Tabellespalte im Layout */
TD.rightBox {
 background : #ffffff;
}

/* */
TD.headerImage {
 background : url(header/header_hg.gif) repeat;
}

/* */
.dataTableHeadingRow {
 background-color : #c9c9c9;
}

/* */
.dataTableHeadingContent {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #ffffff;
 font-weight : bold;
}

/* */
.dataTableRow {
 background-color : #f0f1f1;
}

/* */
.dataTableRowSelected {
 background-color : #dee4e8;
}

/* */
.dataTableRowOver {
 background-color : #ffffff;
}

/* */
.dataTableContent {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #001287;
}

/* Multishopleiste */
TD.tab {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #ffffff;
 font-weight : bold;
}

/* Multishopleiste */
A.tab {
 color : #ffffff;
}

/* Multishopleiste */
A.tab:hover {
 color : #ffffff;
}

/* Multishopleiste */
TD.ontab {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #ffffff;
 font-weight : bold;
}

/* Multishopleiste */
A.ontab {
 color : #ffffff;
}

/* Multishopleiste */
A.ontab:hover {
 color : #ffffff;
}

/* Shopumrandung */
.tableShop {
 background-color : #ffffff;
 border-left : 1px solid;
 border-right : 1px solid;
 border-top : 1px solid;
 border-bottom : 1px solid;
 border-color : #ffffff;
}

/* */
.menueTableRow {
 background : url(boxen/categories_row.gif) repeat;
}

/* */
.menueTableRowOver {
 background : url(boxen/categories_row_over.gif) repeat;
}

/* */
.menueTableContent {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* */
A.menueTableContent {
 color : #001287;
 text-decoration : none;
}

/* */
A.menueTableContent:hover {
 color : #ffffff;
 text-decoration : none;
}

/* Artikelname auf der xanario_pinfo seite */
.products_name {
 color : #922a49;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 12px;
 font-weight : bold;
}

/* Artikelnummer auf der xanario_pinfo seite  */
.products_model {
 color : #0F378F;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 10px;
 font-weight : bold;
}

/* Produktpreis auf der xanario_pinfo seite */
.products_price {
 color : #922a49;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 11px;
 font-weight : bold;
}

/* allgemeine Behandlung bei Grafiken */
img {
 border-left: 0px;
 border-bottom: 0px;
 border-right: 0px;
 border-top: 0px;
}


/* wenn im Forumsbereich zitiert wird  */
.forumZitat {
 background : #ffd8d8;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* wenn im Forumsbereich Programmiercode eingegeben wird */
.forumCode {
 background : #D4FFFF;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* ?berschriftslinks im Forum */
TD.UeberschriftForum {
 color : #001287;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 font-weight : bold;
}

/* ?berschriftslinks im Forum */
A.UeberschriftForum {
 color : #001287;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 font-weight : bold;
}

/* ?berschriftslinks im Forum */
A.UeberschriftForum:hover {
 color : #001287;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 font-weight : bold;
}

/* Hintergrund im Forum */
.ForumBoxeninhalt {
 background : url(http://1001-tuer.de/xo/partner/1000/templates/1001_01_blau/images/forum_bg.jpg) repeat;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

.ForumBoxeninhaltHell {
 background : #FFFFFF;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

.ForumBoxeninhaltDunkel {
 background : url(http://1001-tuer.de/xo/partner/1000/templates/1001_01_blau/images/forum_bg2.jpg) repeat;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

.Suchergebnis {
 background : #FFCCCC;
}

/* Remano Links im Footer */
.remano {
  font-size: 9px; 
  color: #ffffff;
}

/* Remano Links im Footer */
a.remano {
  color: #ffffff;
}

/* Remano Links im Footer */
a.remano:hover {
  color: #ffffff;
}

/* style f?r centerboxen_02 */
.box_style_01 {
 border-width: 0px; 
}

.box_style_img_01, .box_style_name_01, .box_style_preis_01 {
  border-style: solid; border-color: #0F378F; text-align: center; 
  font-family: Verdana,sans-serif; font-size: 10px; text-decoration: none
}

.box_style_name_01 { 
 background-color: #0F378F; padding-top: 2px; border-width: 1px; height: 35px; vertical-align: text-top; 
}

.box_style_preis_01 { 
 padding-top: 2px; border-width: 1px; height: 35px; vertical-align: text-top; padding-bottom: 2px; 
}

.box_style_img_01 { 
 border-width: 0px 1px; height: 150px;
}

/* style f?r centerboxen_03 */
.box_style_02 { 
 border: 1px solid #0F378F;
 height: 150px;
 padding: 2px; 
}

.box_style_img_02 { 
 float: left;
 width: 105px;
}

.box_style_name_02 {
 text-align: center;
 font-weight: bold;
 height: 30px;
}

.box_style_description_02 { 
 text-align: left;
 font-weight: normal;
 height: 90px;
}

.box_style_price_02 { 
 text-align: right;
 font-weight: bold;
 padding-right: 5px;
 height: 30px;
}

TD.Text11Module {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 border-bottom: 1px solid; 
 border-color: 6E8EEE;
}

.leistenHintergrund {
  background : url(boxen/boxen_12.png) repeat;
}

.leistenHintergrundText {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 color : #FFFFFF;
}

.linkWarenkorbHeader {
  color: #0F378F; 
  text-decoration: none;
}

/* Kategorienbox */
#kategorien {
  margin: 0; 
  padding: 0;
  font-size: 11px;
}

#kategorien ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left:0.8em; 
  padding-left:0.8em;
  list-style-type: none; 
}
		
#kategorien li {
  list-style-image:url(boxen/bullet.gif);
}

#kategorien li a{
  color: #000000; 
}

#kategorien li a:hover{
  color: #000000; 
}

.kategorienactive {
  font-weight: bold;
}

.nowrap  { 
  white-space:nowrap; 
}

#ContainerFilialen fieldset{
 border-style: solid;
 border-width: 1px;
 border-color: #0F378F;
}

#ContainerFilialen td {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	vertical-align:top;
}

/*liveshopping begin*/


#liveshopping p {
 border: 0px;
 margin: 0px;
 padding: 0px;
}

#liveshoppingpinfo p {
 border: 0px;
 margin: 0px;
 padding: 0px;
}



#liveshopping {
	vertical-align: top;
	border: 1px solid #cccccc;
	padding: 0px;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	font-size: 11px;
	min-height: 95px;
	height: auto;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;
}

#liveshopping:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#liveshoppingpinfo {
	vertical-align: top;
	border: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	min-height: 95px;
	height: auto;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;
}

#liveshoppingpinfo:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#liveshoppingtime	{
	font-size:24px;
	font-weight:bold;
	color: #EDEDED;
	padding:0px;
}

#lsheader {
	padding-top: 5px;
	margin-left: 30px;
	font-size: 12px;
	font-weight:bold;
	color: #EDEDED;
}

.lsaktionstext {
	color: #FF9900;
	font-weight: bold;
}

.lssteuertext {
	font-size: 9px;
}

a.lslink	{
	color: #FF9900;
}

#lsangebotbox {
	padding:0;
	float:left;
	margin-top: 20px;
 	margin-left: 4px;
 	margin-right: 4px;
 	margin-bottom: 4px;
	width: 100%;
}

#lsboximage	{
	margin-right: 5px;
}

#lsboxname h2	{
	padding: 0;
	margin: 0;
	font-size: 18px;
}

#lsboxdescription	{
	margin-top: 20px;
	color: #000000;
	font-weight: normal;
}

#lsbestand	{
	height:25px;
	margin:0;
	margin-left: 4px;
	padding:0;
	font-size:9px;
	color:	#000000;
	line-height:20px;
	text-align:center;
}

#lsbestandleft	{
	height:25px;
	float:left;
	width:11px;
}

#lsbestandcenter1	{
	height:25px;
	float:left;
	background-repeat:repeat-x;
	text-align: center;
}

#lsbestandcenter2	{
	height:25px;
	float:left;
	background-repeat:repeat-x;
	text-align: center;
}

#lsbestandright	{
	height:25px;
	float:left;
	width:17px;
}

#lspreisbox	{
	padding:0;
	float:left;
	margin-top: 4px;
 	margin-left: 4px;
 	margin-right: 4px;
 	margin-bottom: 4px;
	width: 100%;
	color: #000000;
}

.lsaktionspreis	{
	font-size: 24px;
	font-weight: bold;
	color: #FF9900;
}
/*liveshopping end*/

/*Actomic - Artikel konfiguration beginn*/
		.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	
	overflow: hidden;
	font-size: 1.2em;
	width: 100%;
	clear: both;
}
.toggle_container .block {
	padding: 20px;

}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container h3 {

}
.toggle_container img {

}
.trigger{
	font-size:14;
	
	
}

.trigger a{
	text-decoration: none;

	
	
}
/*Actomic - Artikel konfiguration end*/

/* by Gorfy - Blog-Anzeige */
.blogbox {
 background : url(http://1001-tuer.de/xo/partner/1000/templates/1001_01_blau/images/3/blog/boxen_12_bg.png);
 background-repeat:repeat-x;float:left;
 font-family : Verdana, Arial, sans-serif;
 font-size : 14px;
 text-indent: 0.5em;
 line-height : 1.5;
 color : #79aae5;
}

.blogcontent {
 list-style-image: url(http://1001-tuer.de/xo/partner/1000/templates/1001_01_blau/images/1/boxen/categories_arrow_right.gif);
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 line-height : 1.5;
 color : #000000;
 border-left:1px groove #cccccc;
 border-right:1px groove #cccccc;
 border-top:1px groove #cccccc;
 border-bottom:1px groove #cccccc;
}

.blogkomentar {
 list-style-image: url(http://1001-tuer.de/xo/partner/1000/templates/1001_01_blau/images/1/boxen/categories_arrow_right.gif);
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 line-height : 1.5;
 color : #000000;
}
/* by Gorfy - ENDE Blog-Anzeige */

/* jcarousel begin*/

.jcarousel-container {
	position: relative;
}

.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
	float: left;
	list-style: none;
	width: 75px;
	height: 75px;
}

.jcarousel-next {
	z-index: 3;
	display: none;
}

.jcarousel-prev {
	z-index: 3;
	display: none;
}

/* skin jcarousel begin*/
.jcarousel-skin-1 .jcarousel-container {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.jcarousel-skin-1 .jcarousel-container-horizontal {
	width: 530px;
	padding: 20px 40px;
}

.jcarousel-skin-1 .jcarousel-clip-horizontal {
	width:  530px;
	height: 100px;
}

.jcarousel-skin-1 .jcarousel-item {
    width: 55px;
    height: 100px;
}

.jcarousel-skin-1 .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-1 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-1 .jcarousel-next-horizontal {
    position: absolute;
    top: 28px;
    right: 5px;
    width: 32px;
    height: 78px;
    cursor: pointer;
    background: transparent url(boxen/jcarousel_next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-1 .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-1 .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-1 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-1 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-1 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-1 .jcarousel-prev-horizontal {
    position: absolute;
    top: 28px;
    left: 5px;
    width: 32px;
    height: 78px;
    cursor: pointer;
    background: transparent url(boxen/jcarousel_prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-1 .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-1 .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-1 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-1 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-1 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
/* skin jcarousel end*/

/* jcarousel end*//*----------------------------------------------------------------------------
