/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

.boxText { 
	font-size: 10px;
}

.boxTextBG {
	font-size: 10px;
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
}
.boxTextBGII {
	font-size: 10px;
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;     
}
.boxTextPrice {
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-size : 10px;
	font-weight: bold; 
	border: 1px solid #B8B9D6;
	color: #FF0000;
	padding:5px 5px;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

img{
	border:0;
}



FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-size: 10px;
	color: #F5F5F5;
	color:
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #FFFFFF;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #FFFFFF;
}

TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #ffffff;
}

TD.headerInfo {
  font-size: 12px;
  background: #ffffff;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}


.infoBox {
}

.infoBoxContents {
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #666666 url(templates/xtc4/img/frame_down_ra.gif) no-repeat bottom left;
  height:17px;
  color: #ffffff;
}

TD.infoBoxHeading_right {
  font-size: 10px;
  font-weight: bold;
  background: #C4C4C4;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
  border-right: 4px solid;
  background: #E6E6E6; 
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-size: 10px;
  background: #E6E6E6; 

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
}

A.pageResults {
	color: #0000FF;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}



TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}


TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: outset;
  border-width: 1px;
  margin:0 0 5px 0;
  padding: 20px 15px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}
.formAreaSearch input {


}


SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-size: x-small;
	font-weight: bold;
	color: Black;
}



.checkoutBarFrom, .checkoutBarTo {
	font-size: 10px;
	color: #8c8c8c; 
	}
.checkoutBarCurrent { 
	font-size: 10px;
	color: #000000; 
	}

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 {
	font-size: 7pt; 
	}
.heading2 { 
	font-size: 9pt; 
	}
.heading3 {
	font-size: 10pt;
	}
.heading4 {
	font-size: 12pt; 
	}
.heading5 {
	font-size: 16pt; 
	}



/* message box */

.messageBox {
	font-size: 10px;
	}
.messageStackError, .messageStackWarning {
	font-size: 10px;
	background-color: #ffb3b5;
	}
.messageStackSuccess {
	font-size: 10px;
	background-color: #99ff00; 
	}

/* input requirement */

.inputRequirement {
	font-size: 10px;
	color: #ff0000; 
	}

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

/* -----------------------------------------------------------------------------------------
   $Id: ra.css$

   XT-Commerce -Template ReimerArmaturen
   http://www.trcon.de

   Copyright (c) 2006 TRCon
   ---------------------------------------------------------------------------------------*/
BODY {
	color: #000000;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	}
h1 {
	font-size: 130%;
	}
h2	{
	font-size: 110%;
	}
h3	{
	font-size: 100%;
	}
h4	{
	font-size: 90%;
	}
h5	{
	font-size:70%;
	}
DL {
	font-size:95%;
	}
DT {
	font-weight:bold;
	}
a { color:#000000;text-decoration:none; }
a:link { color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }
a:focus { color:#000000; text-decoration:none; }
a:hover { color:#000000; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }





/* ------------------------------------------------------------------ */
/* >>>>>>>>>>>>>>>>>> Layout  Webseite definieren   <<<<<<<<<<<<<<<<< */
/* ------------------------------------------------------------------ */
.indexHome {
	margin-left:auto;
	margin-right:auto;
	border:0;
	margin-top:2px;
	width:940px;
	}
	
/* >>>>>>>>>>>>>>>>>>>> Headerbereich definieren <<<<<<<<<<<<<<<<<<<< */
.indexHeader {
	height:112px;
	width:940px;
	margin:0;
	background: #ffffff url(img/ra-header-bg-f.jpg) no-repeat top left;
	}
.indexMenu {
	float:right;
	margin-top:81px;
	margin-right:-245px;
    }
.zurueckDIV {
	clear:both;
	float:right;
	margin-top:30%;
	}

/* >>>>>>>>>>>>>>>>>>>> MAIN Content definieren <<<<<<<<<<<<<<<<<<<<< */
div.content {
	background-color: #f5f5f5;
	float:right;
	margin:0 0 10px 0;
	padding:10px 10px;
	border:0;
	width:710px;
	min-height:500px;
	height:500px;
	border-bottom:solid 2px #B8B9D6;
	border-left:solid 1px #B8B9D6;
	border-top:solid 1px #B8B9D6;
	border-right:solid 2px #B8B9D6;
	}
div[class] .content {
	height:auto;
	}
.navInfo {
	width:930px;
	height:20px;
	}

/* >>>>>>>>>>>>>>>>>>>>>>> Sidebar definieren <<<<<<<<<<<<<<<<<<<<<<< */
div.sidebar {
	clear:both;
	margin:0;
	border:0;
	float:left;
	width:200px;
    }

/* >>>>>>>>>>>>>>>>> Menuezeile unter dem Header <<<<<<<<<<<<<<<<<<<< */
.navZeile {
	width:940px;
	float:left;
	margin:0 0 10px 0;
	padding:0;
	font-size:10px;
	list-style:none;
	color:#D2D2D5;
	border-bottom: 1px solid #002C6D;
	}
.navZeile a {
	color:#999999;
	text-decoration:none;
	}
.navZeile a:hover {
	color:#FF0000;
	text-decoration: none;
	}
.navRight {
	float:right;
	padding:1px 10px;
	}
.navLeft {
	float:left;
	padding:1px 10px;
	}

/* >>>>>>>>>>>>>>>>>>> Navigationsleiste im Kopf <<<<<<<<<<<<<<<<<<<< */
ul.nav {
	float:left;
	font-size: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul.nav li {
	float:left;
	margin: 0;
	padding: 0;
	}
ul.nav li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 1px 9px 1px 9px;
	color:#D2D2D5;
	text-decoration: none;
	border: 1px outset #798295;
	}
ul.nav li a:hover {
	color: #FF0000;
	text-decoration: none;
	}
ul.nav li a:visited { 
	font-weight:normal; 
	color:#D2D2D5; 
	text-decoration:none; 
	}
ul.nav li a:active { 
	font-weight:normal; 
	color:#D2D2D5; 
	text-decoration:none; 
	}



/* ------------------------------------------------------------------ */
/* >>>>>>>>>>>>> BEGIN Boxen ausser Categorie, Suche    <<<<<<<<<<<<< */
/* >>>>>>>>>>>>> formatieren                            <<<<<<<<<<<<< */
/* ------------------------------------------------------------------ */
div.menBox {
	margin:0 0 8px 0;
	padding-bottom:4px;
	border:0;
	width:193px;
	color:#FFFFFF;
	background: #FFFFFF url(img/menu_frame_bottom.png) no-repeat bottom left;
	}
div.menBox H3 {
	padding: 4px 8px 3px 11px;
	margin:0;
	font-size:13px;
	font-weight:normal;
	color:#FFFFFF;
	border:0;
	background: #FFFFFF url(img/menu_frame_top_f.jpg) no-repeat top left;
	}
div.menBox a {
    font-size: 11px;
    color: #000000;
	text-decoration: none;
    }
div.menBox a:hover {
	color:#FF0000;
	}
div.menBoxHeader {
    font-size: 100%;
    font-weight: bold;
    margin: 0px;
    color: #000000;
	}
div.menBox input {
	font-size: 10px;
	padding-top:5px;
	margin-left:-3px;
	margin-top:10px;
	margin-bottom:5px;
    color:#666666;
    background-color:F5F5F5;
    }
div.menBox form {
 color:#333333;
}
div.menBox form#quick_find input {
font-size:11px;
margin-left:10px;
}
div.menBox form#sign_in {
 margin:0;
 padding:0;
}
div.menBox form#sign_in input {
font-size:10px;
margin:5px 0 0 -3px;
}

ul.menBoxContent {
	margin: 7px 0 7px 10px;
	padding:0;
	font-size:12px;
	color: #000000;
	list-style:none;
  }
ul.menBoxContent li a {
	padding:0 0 2px 0;
	color: #000000;
  }
ul.menBoxContent li a:hover {
	color: #FF0000;
	text-decoration: none;
	}
ul.menBoxContent li a:visited { 
	font-weight:normal; 
	color: #000000;
	text-decoration:none; 
	}
ul.menBoxContent li a:active { 
	font-weight:normal; 
	color: #000000; 
	text-decoration:none; 
	}

ul.menBoxContent_P {
	margin: 7px 5px 7px 10px;
	padding:0;
	font-size:10px;
	color: #000000;
	list-style:none;
  }
ul.menBoxContent_P li a {
	font-size:10px;
	padding:0 0 2px 0;
	color: #000000;
	text-decoration:none;
  }
ul.menBoxContent_P li a:hover {
	color: #FF0000;
	text-decoration: none;
	}
ul.menBoxContent_P li a:visited { 
	font-weight:normal; 
	color: #000000;
	text-decoration:none; 
	}
ul.menBoxContent_P li a:active { 
	font-weight:normal; 
	color: #000000; 
	text-decoration:none; 
	}
	
	

.menBoxContentAdmin {
	padding:5px 0 5px 10px;
	font-size:12px;
	color: #000000;
  }
.menBoxContentAdmin a {
	color:#0033CC;
	text-decoration:underline;
	}


  
ul.menBoxLink {
	margin-top:0;
	margin-right:0;
	margin-left:0;
	margin-bottom:7px;
	padding:0;
	font-size:12px;
	color: #000;
	list-style:none;
	}
ul.menBoxLink li a {
	padding:0 0 0 10px;
	}
/* ------------------------------------------------------------------ */
/* >>>>>>>>>>> ENDE Boxen ausser Categorie, Suche, Sprache <<<<<<<<<< */
/* >>>>>>>>>>> formatieren                                 <<<<<<<<<< */
/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/* >>>>>>>>>>>>> BEGIN Box Sprachauswahl formatieren <<<<<<<<<<<<<<<< */
/* ------------------------------------------------------------------ */
div.boxLanguage {
	margin-right:45px;
	padding-top:6px;
	color:#CCCCCC;
	font-size: 75%;
    font-weight: bold;
    }
div.boxLanguage td.boxLanguageFlaggen {
    padding: 2px 1px 1px 7px;
    border-top: 1px outset #798295;
    border-bottom:1px outset #798295;
    border-right:1px outset #798295;
    border-left:1px outset #798295;
    }
div.boxLanguage td.boxLanguageFlaggen a {
    padding-right:6px;
    }
/* >>>>>>>>>>>>> Ende Box Sprachauswahl formatieren <<<<<<<<<<<<<<<< */
    
/* -------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>> BEGIN HOME Produktuebersicht <<<<<<<<<<<<<<<<< */
/* -------------------------------------------------------------------*/
div.indexProdukte {
    display:block;
	margin:0 0 10px 0;
	padding:0 0 0 20px;
	border:0;
	width:680px;
	float:right;
	}
div[class] .indexProdukte {
	height:auto;
	}
div.boxProduktUebersicht {
	margin:0 0 16px 16px;
	padding:0;
	width:143px;
	height:143px;
	float:left;
	/*background: #F5F5F5 url(img/menu_frame_bottom_grau.png) no-repeat bottom left;*/
	background: #F5F5F5 url(img/frame_bottom_klein.png) no-repeat bottom left;
	}
div.boxProduktUebersicht img {
	padding:0 0 0 15px;
	margin:0;
	
	}
div.boxProduktUebersicht h1 {
	text-align:center;
	padding: 4px 8px 3px 11px;
	margin-top:0;
	font-size:12px;
	color:#000066;
	border:0;
	font-weight: normal;
	background: #F5F5F5 url(img/frame_top_hellblau_klein.png) no-repeat top left;
	}
	
div.boxProduktUebersicht1 {
	margin:0 0 16px 16px;
	padding:0;
	width:143px;
	height:143px;
	float:left;
	background: #F5F5F5 url(img/frame_bottom_klein.png) no-repeat bottom left;
	}
div.boxProduktUebersicht1 img {
	margin-top:11px;
	}
div.boxProduktUebersicht1 h1 {
	padding: 4px 8px 3px 11px;
	margin-top:0;
	font-size:13px;
	color:#000066;
	border:0;
	font-weight: normal;
	background: #F5F5F5 url(img/frame_top_hellblau_klein.png) no-repeat top left;
	}
	
	
div.boxProduktUebersichtL {
	margin:0 0 0 20px;
	padding:0;
width:163px;
	height:163px;
	float:left;
	background: #F5F5F5 url(img/frame_bottom_klein.png) no-repeat bottom left;
	}
div.boxProduktUebersichtL img {
	margin-top:11px;
	}
div.boxProduktUebersichtL h1 {
	padding: 4px 8px 3px 11px;
	margin-top:0;
	font-size:13px;
	font-weight:normal;
	color:#000066;
	border:0;
	background: #F5F5F5 url(img/frame_top_hellblau_klein.png) no-repeat top left;
	}
div.boxProduktUebersichtL1 {
	margin:0 0 0 20px;
	padding:0;
	width:163px;
	height:163px;
	float:left;
	background: #F5F5F5 url(img/frame_bottom_klein.png) no-repeat bottom left;
	}
div.boxProduktUebersichtL1 img {
	margin-top:3px;
	}
div.boxProduktUebersichtL1 h1 {
	padding: 4px 8px 3px 11px;
	margin-top:0;
	font-size:13px;
	color:#000066;
	border:0;
	font-weight: normal;
	background: #F5F5F5 url(img/frame_top_hellblau_klein.png) no-repeat top left;
	}
div.boxProduktUebersichtM {
	margin:0 0 0 16px;
	padding:0;
	width:163px;
	height:163px;
	float:left;
	background: #F5F5F5 url(img/frame_bottom_klein.png) no-repeat bottom left;
	}
div.boxProduktUebersichtM img {
	margin-top:1px;
	}

div.boxProduktUebersichtM h1 {
	padding: 4px 8px 3px 11px;
	margin-top:0;
	font-size:13px;
	color:#000066;
	border:0;
	font-weight: normal;
	background: #F5F5F5 url(img/frame_top_hellblau_klein.png) no-repeat top left;
	}
div.boxProduktUebersichtM1 {
	margin:0 0 0 16px;
	padding:0;
width:163px;
	height:163px;
	float:left;
	background: #F5F5F5 url(img/frame_bottom_klein.png) no-repeat bottom left;
	}
div.boxProduktUebersichtM1 img {
	margin-top:20px;
	}

div.boxProduktUebersichtM1 h1 {
	padding: 4px 8px 3px 11px;
	margin-top:0;
	font-size:13px;
	color:#000066;
	border:0;
	font-weight: normal;
	background: #F5F5F5 url(img/frame_top_hellblau_klein.png) no-repeat top left;
	}
/* >>>>>>>>>>>>>>>>>>> ENDE HOME Produktuebersicht <<<<<<<<<<<<<<<<<< */

/* -------------------------------------------------------------------*/
/* >>>>>> allgemeine Eigenschaften in der ContentBox definieren <<<<<<*/
/* -------------------------------------------------------------------*/
TD.mainFrame {
    font-size: 100%;
    line-height: 1.5;
    border: 1px outset #002C6D;
    }
TD.contentsInfoFrame {	
	background: #f1f1f1;
	border-color: #cccccc;
	border-style: outset;
	border-width: 1px;
	margin:0 0 5px 0;
	padding: 20px 15px;
    }
TD.productListing {
	background: #f1f1f1;
	border-color: #cccccc;
	border-style: outset;
	border-width: 1px;
	margin:0 0 5px 0;
	padding: 20px 15px;
    }
TD.main, P.main {
    font-size: 10px;
	padding: 2px 2px 2px 2px;
    }
/*
.main a {
	color:#9933CC;
	text-decoration:underline;
	}
.main a:hover {
	color:#FF0000;
	text-decoration:none;
	}
*/
/* ----------------------------------------------------------*/
/* Rolloververhalten in den Menueboxendefinieren            */
/* ----------------------------------------------------------*/
.moduleRow {
    font-size: 90%;
    border: 0;
	border: 1px dotted #E6E6E6;
    }
.moduleRowOver {
	font-size: 90%;
	border: 1px solid #E6E6E6;
	}
.moduleRowSelected {
    background-color: #ECF1EE;
    }

/* --------------------------------------------------------- */
/* Content Anzeige anpassen sind alles Standardvorgaben      */
/* --------------------------------------------------------- */
DIV.pageHeading {
    font-size: 120%;
    font-weight: bold;
    color: #000000;
    padding-left:10px;
    padding-top:5px;
}
TD.pageHeading {
    font-size: 120%;
    font-weight: bold;
	color:#333333;
}
.contentsTopics {
	font-size: 14px;
	font-weight:bold;
	padding-left:10px;
    padding-top:5px;
    border-bottom: 1px solid #333333;
}

/* ------------------------------------------------------------------ */
/* >>>>>>>>>>>>>>>> Categorie Uebersicht definieren <<<<<<<<<<<<<<<<< */
/* ------------------------------------------------------------------ */
.contentsInfoHeading {
	font-size: 16px;
	font-weight: bold;
	padding-left:10px;
    padding-top:5px;
    border-bottom: 1px solid #002C6D;
	}
div.Categorie {
	width:100%;
	margin: 0;
	font-weight: normal;
	font-size:14px;
	}
div.Categorie h2 {
	border-bottom: 2px outset #002C6D;
	font-weight:bold;
	font-size:15px;
	color:#002C6D;
	}
div.Categorie p#CategorieDesc p {
	font-weight:none;
	font-size:14px;
	}
div.Categorie a {
	color:#333333;
	font-weight:bold;
	text-decoration: none;
	}
div.Categorie a:hover {
	color:#FF0000;
	text-decoration: none;
	}
div.Categorie hr {
	margin:0 8%;
	padding:0;
	border: 1px outset #F4F5F5;
	}
div.CategorieListing {
	font-size:10px;
	width:540px;
	margin:0 auto;
	padding: 30px 0 0 0;
  	}
div.CategorieListing ul {
  margin:0;
  padding:0;
  list-style-type:none;
  }
div.CategorieListing ul li {
	background-color:#F1F3F5;
	float:left;
	width:161px;
	margin: 0 15px 15px 0;
	padding: 0;
  	}
.CategorieBild {
	text-align:center;
	margin:0;
	padding-top:20px;
	padding-bottom:20px;
	background: #F5F5F5 url(img/frame_bottom_klein.png) no-repeat top left;
  }
.CategorieLink {
	text-align:center;
	padding:6px 0 7px 0;
	margin:0;

	background: #F5F5F5 url(img/frame_top_hellblau_klein.png) no-repeat bottom left;
	}
div.ProductsListing {
	width:690px;
	margin:0;
	font-size:13px;
	font-weight:normal;
	}
div.ProductsListing h2 {
	border-bottom: 1px outset #333333;
	font-size:14px;
	color:#333333;
	}
div.ProductsListing img#ProductsImg {
	float:left;
	border: 5px solid #C8CDD2;
	margin-right:40px;
	margin-bottom:30px;
	}
div.ProductsListing p#ProductsDesc {
	float:left;
	font-size:13px;
	font-weight:normal;
	}
div.ProductsArea {
	clear:both;
	float:left;
	width:690px;
	margin:0;
	padding:5px 0 0 0;
}

/* ------------------------------------------------------------------ */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>> CONTENT <<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*                         Product listing                            */
/* ------------------------------------------------------------------ */
div.Products {
	float:left;
	width:99%;
	margin:0;
	padding:5px 0 5px 5px;
	border: 1px solid #B8B9D6;
	}
div.ProductsAlt {
	float:left;
	width:99%;
	margin:0;
	padding:5px 0 5px 5px;
	border: 1px solid #B8B9D6;
	}
div.ProductsImg {
	float:left;
	width:120px;
	padding:1px 1px 1px 1px;
	margin:0;
	}
div.ProductsImg img {
	border: 1px solid #B8B9D6;
	}
div.ProductsDesc {
	float:right;
	width:510px;
	margin:0;
	padding:2px 10px 2px 1px;
	}
	
a.ProductsLink:link {
	color:#0033FF;
	text-decoration:underline;
	}
a.ProductsLink:hover {
	color:#FF0000;
	text-decoration:underline;
	}
a.ProductsLink:active {
	color:#FF0000;
	text-decoration:underline;
	}
a.ProductsLink:visited {
	color:#0033FF;
	text-decoration:underline;
	}
a.ProductsLink:focus {
	color:#FF0000;
	text-decoration:underline;
	}
	
div.ProductsInfoText a {
color:#0033FF;
text-decoration:underline;
	}
div.ProductsInfoText a:hover {
color:#FF0000;
text-decoration:underline;
	}
	
	
div.ProductsDesc dl {
	display:inline;
	margin:0;
	padding:0;
	}
div.ProductsDesc dt {
	margin:0;
	padding:0 0 0 10px;
	}
div.ProductsDesc dd {
	padding:5px 0 8px 10px;
	margin:0;
	}

div.ProductsDesc ul {
	float:right;
	margin:0;
	padding:0;
}
div.ProductsDesc ul li {
	list-style:none;
	display:inline;
}

.ProductsListingPrice {
	font-size:11px;
	color:#ff3300;
	border-bottom:2px #FF3300 solid;
	font-weight:normal;
	padding:0 0 0px 0;
	margin-bottom:5px;
	vertical-align:middle;
	}
.ProductsListingLink {
	font-size:10px;
	padding:0 0 5px 0;
	margin-bottom:5px;
	}

.ProductsListingLink a {
	font-size:10px;
	text-decoration:underline;
	color:#0033FF;
	padding:0 10px 0 0;
	margin-bottom:5px;
	}

.ProductsListingButton a {
	margin-right:10px;
	padding:0;
	}

.ProductsNav {
	clear:both;
	}

/* ------------------------------------------------------------------ */
/* >>>>>>>>>>>>>>>>>>>>>><<<>>> CONTENT <<<<<<<<<<<><<<<<<<<<<<<<<<<< */
/*                    Produktinfo Detail Anzeige                      */
/* ------------------------------------------------------------------ */
div.ProductsInfo {
	float:left;
	width:98%;
	margin:0;
	padding:10px 0;
	background-color:#F5F5F5;
	}
div.ProductsInfo form.cart_quantity h2 {
	padding:10px 0 10px 10px;
	}
div.ProductsInfoBild {
	float:left;
	width:210px;
	margin:0;
	padding:1px;
	}
div.ProductsInfoBild img {
	border: 1px solid #B8B9D6;
	}

div.ProductsInfoText {
	background-color:#FFFFFF;
	float:right;
	width:430px;
	margin:0;
	padding:10px;
	border: 1px solid #B8B9D6;
	}

ul#ProductsCart {
	margin:0;
	padding: 0;
	}
ul#ProductsCart li {
	list-style:none;
	display:inline;
	}
ul#ProductsCart li#ProductsMenge input {
	padding:3px 0 0 0;
	margin-bottom:4px;
	margin-left:300px;	
	margin-top:0;
	margin-right:0;
	font-size:12px;
	width:20px;
	}
ul#ProductsCart li#ProductsButton input {
	padding:0;
	margin:0;
	}

div.ProductsInfoText dt {
	font-weight:bold;
	border-bottom:1px solid #B8B9D6;
	padding:0 0 2px 0;
	}
div.ProductsInfoText dd {
	font-weight:normal;
	padding:8px 0 0 0;
	}
div.ProductsInfoText dl dd#ProductsTextRight {
	padding: 0 0 0 220px;
	font-weight:normal;
	font-size:11px;
	}
div.ProductsInfoText dl dd#ProductsShippingLink {
	margin:0;
	padding: 0 0 0 310px;
	font-size:10px;
	}
div.ProductsInfoText dl dd#ProductsShippingLink a {
text-decoration:underline;
	}
	
/* ------------------------------------------------------------------ */	
/* >>>>>>>>>>>>> BEGIN FORMATIERUNG CATEGORIE MENUE <<<<<<<<<<<<<<<<< */
/* ------------------------------------------------------------------ */
/*  Categorie Menuebaum                                               */
/*  Formatierung der Categorie Menueleiste                            */
/* ------------------------------------------------------------------ */
ul.navilist {
	margin-left:15px;
	margin-top:10px;
	margin-left:0;
	margin-bottom:10px;
	padding:0;
	}
ul.navilist li {
	margin-left:15px;
	font-weight:normal;
	padding:1px 0 1px 0;
	font-size:12px;
	list-style: none;
	}
ul.navilist li a {
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	}
ul.navilist li a:hover {
	font-size:12px;
	color:#FF0000;
	font-weight:none;
	text-decoration:none;
	}


/* >>>>>>>> Erste Ebene aktiv formatieren <<<<<<<<< */
ul.navilist li a.hauptmenue {
	color:#333333;
	text-decoration:none;
	}
	
ul.navilist li a.hauptmenue.active {
	color:#FF0000;
	text-decoration:underline;
	}
	
/* >>>>>>>> Ersten aktiven Untermenue LINK formatieren <<<<<<<<< */
ul.navilist a.submenue.active {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
	list-style-type:none;
	}
	
/* >>>>>>> Untermenues formatieren <<<<<<< */
ul.navilist li.subcat_level1 {
	font-size:11px;
	text-indent: 15px;
	list-style: none;
	background: no-repeat left top url(img/navilist_1d.png); 
	}
ul.navilist li.subcat_level2 {
	font-size:11px;
	text-indent:25px;
	list-style: none;
	background: no-repeat left top url(img/navilist_2d.png); 
	}
ul.navilist li.subcat_level3 {
	font-size:11px;
	text-indent: 35px;
	background: no-repeat left top url(img/navilist_3d.png); 
	}
ul.navilist li.subcat_level4 {
	font-size:11px;
	text-indent: 45px;
	background: no-repeat left top url(img/navilist_4d.png); 
	}
ul.navilist li.subcat_level5 {
	font-size:10px;
	text-indent: 65px;
	background: no-repeat left top url(img/navilist_5d.png); 
	}
ul.navilist li.subcat_level6 {
	font-size:11px;
	text-indent: 70px;
	background: no-repeat left top url(img/navilist_6d.png); 
	}

/* >>>>>>>>> Link in Untermenues formatieren <<<<<<<<< */
ul.navilist li.subcat_level1 a {
	font-size:11px;
	font-weight:normal;
	}
ul.navilist li.subcat_level2 a {
	font-size:11px;
	font-weight:normal;
	}
ul.navilist li.subcat_level3 a {
	font-size:11px;
	font-weight:normal;
	}
ul.navilist li.subcat_level4 a {
	font-size:11px;
	font-weight:normal;
	}
ul.navilist li.subcat_level5 a {
	font-size:11px;
	font-weight:normal;
	}
ul.navilist li.subcat_level6 a {
	font-size:11px;
	font-weight:normal;
	}
	
ul.navilist li.subcat_level1 a:hover {
	font-size:11px;
	font-weight:normal;
	color:#FF0000;
	text-decoration:none;
	}
ul.navilist li.subcat_level2 a:hover {
	font-size:11px;
	font-weight:normal;
	color:#FF0000;
	text-decoration:none;
	}
ul.navilist li.subcat_level3 a:hover {
	font-size:11px;
	font-weight:normal;
	color:#FF0000;
	text-decoration:none;
	}
ul.navilist li.subcat_level4 a:hover {
	font-size:11px;
	font-weight:normal;
	color:#FF0000;
	text-decoration:none;
	}
ul.navilist li.subcat_level5 a:hover {
	font-size:11px;
	font-weight:normal;
	color:#FF0000;
	text-decoration:none;
	}
ul.navilist li.subcat_level6 a:hover {
	font-size:11px;
	font-weight:normal;
	color:#FF0000;
	text-decoration:none;
	}
	
	
	
/* >>>>>>>>>> aktiven Link im Untermenue formatieren <<<<<<<<<< */
ul.navilist li.subcat_level1 a.active {
	display:block;
	color:#FF0000;
	text-decoration:none;
	font-weight:normal;
	list-style: none;
	background: no-repeat left top url(img/navilist_leer.png); 
	}
ul.navilist li.subcat_level2 a.active {
	display:block;
	color:#FF0000;
	text-decoration:none;
	font-weight:normal;
	list-style: none;
	background: no-repeat left top url(img/navilist_leer.png);  
	}
ul.navilist li.subcat_level3 a.active {
	display:block;
	color:#FF0000;
	text-decoration:none;
	font-weight:normal;
	list-style: none;
	background: no-repeat left top url(img/navilist_leer.png);  
	}
ul.navilist li.subcat_level4 a.active {
	display:block;
	color:#FF0000;
	text-decoration:none;
	font-weight:normal;
	list-style: none;
	background: no-repeat left top url(img/navilist_leer.png); 
	}
ul.navilist li.subcat_level5 a.active {
	display:block;
	color:#FF0000;
	text-decoration:none;
	font-weight:normal;
	list-style: none;
	background: no-repeat left top url(img/navilist_leer.png);  
	}
ul.navilist li.subcat_level6 a.active {
	display:block;
	color:#FF0000;
	text-decoration:none;
	font-weight:normal;
	list-style: none;
	background: no-repeat left top url(img/navilist_leer.png); 
	}
.submenue active {

}

.active {
background-image:none;
}
/* ----------------------------------------------------------------- */
/* >>>>>>>>>>>>> ENDE FORMATIERUNG CATEGORIE MENUE <<<<<<<<<<<<<<<<< */
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* >>>>>>>>>>>>> START FORMATIERUNG COMPANY SEITE  <<<<<<<<<<<<<<<<< */
/* ----------------------------------------------------------------- */
.CompanyDesc {
	padding:0;
	margin:0;
	}
.CompanyDesc dt {
	font-size:14px;
	font-weight:bold;
	padding:20px 0 10px 15px;
	margin:0;
	}
.CompanyDesc dd {
	font-size:12px;
	font-weight:normal;
	padding:0 25px 0 0;
	}





/* ----------------------------------------------------------------- */
/* >>>>>>>>>>>>>> START FORMATIERUNG Sitemap Tables <<<<<<<<<<<<<<<< */
/* ----------------------------------------------------------------- */
div.Sitemap {
	width:100%;
	float:left;
	font-size:small;
	padding:30px 0 20px 15px;
	}
div.SitemapCat {
	margin:0 0 0 10px;
	padding:0;
	width:192px;
	float:left;
	}
div.SitemapCat a {
	color:#000000;
	text-decoration:none;
	}
div.SitemapCat a:hover {
	color:#FF0000;
	text-decoration:none;
	}
div.SitemapCat h3 {
	text-align:center;
	padding: 4px 8px 3px 11px;
	margin-top:0;
	font-size:13px;
	color:#000066;
	border:0;
	background: #F5F5F5 url(img/menu_frame_top_hellblau.png) no-repeat top left;
	}
	
.ulSitemap {
	color:#000000;
	font-weight:8px;
	list-style-image: none;
	list-style-type:none;
	}	
.liSitemap {
	font-size:9px;
	}
.hrefSitemap {
	font-size:9px;
	}
.catSitemap {
	font-size:13px;
	font-weight:bold;
	}

	
div.SitemapCatR {
	margin:0 0 16px 16px;
	padding:0;
	width:192px;
	height:192px;
	float:left;
	background: #F5F5F5 url(img/menu_frame_bottom_grau.png) no-repeat bottom left;
	}
div.SitemapCatR a {
	color:#000000;
	text-decoration:none;
	}
div.SitemapCatR a:hover {
	color:#FF0000;
	text-decoration:none;
	}
div.SitemapCatR h3 {
	text-align:center;
	padding: 4px 8px 3px 11px;
	margin-top:0;
	font-size:13px;
	color:#000066;
	border:0;
	background: #F5F5F5 url(img/menu_frame_top_hellblau.png) no-repeat top left;
}
div.SitemapCatL {
	clear:both;
	margin:0 0 0 16px;
	padding:0;
	width:192px;
	height:192px;
	float:left;
	background: #F5F5F5 url(img/menu_frame_bottom_grau.png) no-repeat bottom left;
	}
div.SitemapCatL a {
	color:#000000;
	text-decoration:none;
	}
div.SitemapCatL a:hover {
	color:#FF0000;
	text-decoration:none;
	}
div.SitemapCatL h3 {
	text-align:center;
	padding: 4px 8px 3px 11px;
	margin-top:0;
	font-size:13px;
	color:#000066;
	border:0;
	background: #F5F5F5 url(img/menu_frame_top_hellblau.png) no-repeat top left;
	}


/*
.sitemap_heading href {
	color:#000000;
	text-decoration:none;
	}
.sitemap_heading a {
	color:#000000;
	text-decoration:none;
	}
.sitemap_heading a:hover {
	color:#000000; 
	text-decoration:none;
	}
*/
.sitemap_sub {
	font-size: 9pt;
	color: #000000;
	text-decoration:none;
	padding: 2px 2px;
	}
.sitemap_sub a {
	color:#000000;
	text-decoration:none;
	}
.sitemap_sub a:hover {
	color:#999999;
	text-decoration:none;
	}
/* ----------------------------------------------------------------- */
/* >>>>>>>>>>>>>> ENDE FORMATIERUNG Sitemap Tables <<<<<<<<<<<<<<<<< */
/* ----------------------------------------------------------------- */

/* ------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>> BEGIN Footerdefinition <<<<<<<<<<<<<<<<<<<<< */
/* ------------------------------------------------------------------*/
.footer {
	clear:both;
	padding:0;
	border:0;
	width:940px;
	margin: 0 auto;
	color:#999999;
	font-size:10px;
	border-top: 1px solid #002C6D;
	}
.footer td {
	padding:0 5px 0 5px;
	}
.footer a {
	color:#999999;
	text-decoration:none;
    }
.footer a:hover {
	color:#FF0000;
	text-decoration: none;
    }
/* ------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>> ENDE Footerdefinition <<<<<<<<<<<<<<<<<<<<<< */
/* ------------------------------------------------------------------*/
/* ------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>> BEGIN ShoppingCartdefinition <<<<<<<<<<<<<<<<<< */
/* ------------------------------------------------------------------*/
	
.ShoppingCartContent {
	}
.detailsShoppingCart {
font-size:10px;
}	

/* 
Intelli Search suggest list layout
Change this lines as you like to asign other colours,
fonts, borders etc. to the Intelli Search suggest List
*/
div#intelliSearchResult {
	position:absolute;
	width:250px;
	z-index:1;
	background-color:#EDF3FF;
	padding:0px;
	margin:-4px 0px 0px 2px;
	border-style:solid;
	border-color:#999999;
	border-width:0px 1px 0px 1px;
	display:none;
	visibility:hidden;
}

div#intelliSearchResult a {
	display:block;
	padding:4px;
	width:240px;
	border-style:solid;
	border-color:#999999;
	border-width:0px 0px 1px 0px;
	font-size:10px;
}

div#intelliSearchResult a:hover {
	display:block;
	background-color:#3366CC;
	color:#FFFFFF;
	text-decoration:none;
}

.trShippingLink {
font-size:9px;
padding-left:70px;
padding-bottom:8px;
text-align:left;
}


.trProductsLink {
font-size:10px;
text-align:center;
}
.trProductImg {
color:#CC0033;
}
.trProductPrice {
font-size:10px;
padding: 2px 0 0 30px;
text-align:left;
}
.trAngebotsLink {
border-top:solid 1px #B8B9D6;
padding:2px 0 0 1px;
margin-right:5px;
text-align:left;
}

div.trProductsImg img {border: 1px solid #B8B9D6;}

.Search_Box {float:right; padding:5px 0 0 10px;}
.Search_Box a {color:#FFFFFF;font-size:9px;}
.Search_Box form#quick_find input {font-size:11px;margin:0 3px 1px 0;}
.button {background-color:transparent; color:#FFFFFF; border: 0px; padding:1px 2px; font-size:10px;}
.button:hover {background-color:transparent; color:#FF0000; border: 0px; padding:1px 2px; font-size:10px;}