/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/


/*
FARBSCHEMA:

	Lila:
	dunkel: #cc3399
	
	Pink: 
	halbdunkel: #e4059e
	hell: #66cc00
	
	Grau / Grau
	hell: #e2d9cc
	dunkel: #414449
	
	Green Fonts:
	hell: #499E05

*/
#SITE{
	margin: 0px;
	padding: 0;
	width: 1000px;
	
	background: #fff;
	
/* Zentrierung */
	margin: 0 auto;
}

/* Header */
#Header {
	width: 1000px;
}

#Header h1#logo{
	float:left;
}
#Header h1#logo a{
	display: block;
	height: 103px;
	width: 270px;
	margin: 10px 0;
	cursor: pointer;
	background: url(img/global/logo.gif) no-repeat top;

}
#Header h1#logo a:hover{
	background: url(img/global/logo.gif) no-repeat bottom;
}

#Header h1#logo span{
	display:none;
}

#Header .rightContents{
	margin: 0 0 0 780px;
	display: block;
	text-align: right;
}

ul.topBoxes{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: 0px;
	text-align: center;
}
ul.topBoxes li{
	display: block;
	float: right;
	width: 161px;
	height: 60px;
	margin-top: 10px;
	margin-left: 5px;
}
ul.topBoxes li:hover h4.underline,
ul.topBoxes li:hover h4.underline a{
	color: #7e868b;
}
ul.topBoxes li .content{
	margin: 5px;
}
ul.topBoxes li h4.underline{
	color: #7e868b;
	margin: 0;
	padding: 0px;
}
ul.topBoxes li h4.underline a{
	color: #7e868b;
}

#topBar{
	display: block;
	width: 400px;

	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	color: #666;

	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 10px;
}
#topBar a{
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}
#topBar strong{
	color: #000000;
	font-weight: bold;
}

/* obere navigationsleiste */
div#tabBar{
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

div#tabBar a.tab{
	display: block;
	float: left;
	width: 161px;
	background: #eee;
	margin-right: 5px;
	text-align: center;
	color: #7e868b;
	font-weight: bold;
}
div#tabBar a.tab:hover{
	background: #7e868b;
	color: #fff;
}
div#tabBar a.active, div#tabBar a.active:hover{
	background: #0061aa  url(img/global/smallArrowDown_navi.gif) no-repeat 7px;
	color: #fff;
}
div#tabBar a.lastTab{
	margin-right: 0px;
}

ul.linklist a{display: block; padding: 2px;}

/*
#startTeaser{
	display: block;
	height: 75px;
	padding: 0px;
	color: #7e868b;
	margin-top: 10px;
}

#startTeaser ul.linkList{
	display: block;
	float: left;
	width: 220px;
	margin: 0;
	list-style: none;
	margin-top: 65px;
}
#startTeaser ul.linkList li{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#startTeaser ul.linkList li a{
	display: block;
	padding: 2px 20px;
	background: url(img/global/arrow_greenDot.gif) no-repeat left top;
	font-weight: bold;
}
#startTeaser ul.linkList li a:hover{
	background: url(img/global/arrow_greenDot.gif) no-repeat left bottom;
}

#startTeaser #firstLinkList{
	margin-left: 50px;
}
#startTeaser #secondLinkList{
	margin-left: 100px;
}
#startTeaser #thirdLinkList{
	margin-left: 100px;
}
*/

/* Subheader */
#SubHeader{
	color: #222;
	font-weight: normal;
	background: #fff /*url(img/global/subHeaderBg.gif) no-repeat center*/;
	padding: 10px 0;
}

#SubHeader a{
	color: #222;
	font-weight: normal;
}

#navtrail{
}



.textReplaceButton a{
	display: block;
	float: left;
	margin-left: 3px;
}
.textReplaceButton span{display: none;}
.buttonMeinKonto a{
	width: 72px;
	height: 18px;
	background: #ccc url(img/global/buttonMeinKonto.gif) no-repeat;
}
.buttonWarenkorb a{
	width: 72px;
	height: 18px;
	background: #ccc url(img/global/buttonWarenkorb.gif) no-repeat;
}
.buttonKasse a{
	width: 72px;
	height: 18px;
	background: #ccc url(img/global/buttonKasse.gif) no-repeat;
}
.buttonAbmelden a{
	width: 72px;
	height: 18px;
	background: #ccc url(img/global/buttonAbmelden.gif) no-repeat;
}

#ContentBody{
	overflow:hidden;
}

#NaviLeft{
	width: 240px;
	/* geändert von 200 */
	padding-right: 10px;
	float: left;
}

#NaviRight{
	width: 185px;
	float: right;
	/* disabled */
	display: none;
}

#MainContent{
	margin-left: 15px;
	/* 0 auto */
	color: #000;
}

.clearFloater{
	background: #fff;
	float:left;
	display: block;
	width: 735px;
	/* geändert von 790 */
}

#MainContent .leftContent{
	width: 250px;
	float:left;
	padding: 10px;
	overflow: hidden;
}

#MainContent .leftContent img{
	display: block;
	margin:  auto;
	overflow: hidden;
}

#MainContent .rightContent{
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
}

#MainContent .rightContent h1{
	font-size: 15px;
	font-weight: bold;
}

#MainContent .rightContent #navTabs{
	display: block;
	float: left;
	width: 500px;
}

#MainContent .rightSidebar{
	width: 300px;
	float:right;
}



#Footer{
	height: 20px;
	line-height: 20px;
	padding: 0px 5px;
	margin-top: 5px;
 	clear:left;
	background: #7e868b;
	color: #eee;
}

#Footer a{
	color: #7e868b;
}

a.designlink{
	position: absolute;
	display: block;
	margin-left: 968px;
	margin-top: -8px;
	width: 59px;
	height: 65px;
/*	background: url(img/global/designlink.gif) no-repeat top;*/
}
a.designlink:hover{
/*	background: url(img/global/designlink.gif) no-repeat bottom;*/
}
#Footer a.designlink span{visibility:hidden;}

.ContentBoxFullsize{
	margin: 0px;
	padding: 10px;
	height: auto;
	float:left;
	border-bottom: 1px solid #ccc;
}


/* PRODUKTLISTE KOMPAKT */
ul.productListing{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.productListing li{
	float:left;
	display: block;
	width: 155px;
}
ul.productListing li:hover{
}

ul.productListing a.ContentBox{
	display: block;
	padding: 15px;
	color: #7e868b;
}
ul.productListing a.ContentBox:hover{
	color: #0061aa;
}
a.ContentBoxLeft{
	border-right: 0px solid #eee;
}
a.ContentBoxLast{
	background: url(img/global/new.gif) no-repeat 98% 2%;
}

a.ContentBox .ProductImage, A.ProductImage{
	display: block;
	text-align: center;
}
a.ContentBox .name{
	margin: 5px 0;
}
a.ContentBox .preis{
	margin: 5px 0;
}
a.ContentBox .ShippingLink{
	margin: 5px 0;
}
/* // PRODUKTLISTE KOMPAKT */


/* KATEGORIELISTE CI */
ul.categoryListing{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.categoryListing li{
	float:left;
	display: block;
	width: 160px;
	height: 270px;
	margin-right: 5px;
	border: 2px solid #fff;
	cursor: pointer;
	margin-bottom: 5px;
}
ul.categoryListing li:hover{
	border: 2px solid #0061aa;
}

ul.categoryListing li img{
    width: 160px;
	overflow: hidden;
}
ul.categoryListing h3{
	height: 20px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	padding-left: 5px;
	color: #7e868b;
	cursor: pointer;
}
/* // KATEGORIELISTE KOMPAKT */


.borderDiv{
	height:5px;
	background: #eee;
	clear: left;
	display: block;
	margin: 10px 0;
}

ul.pinfoInfoList{
	padding:0;
	margin: 0;
	list-style:none;
}
	ul.pinfoInfoList li{
		display: block;
		height: 24px;
		line-height: 24px;
	}
	ul.pinfoInfoList li img{
		margin-right: 10px;
		vertical-align: middle;
	}

.buyNorArea{
	padding: 0 10px;
	background: #0061aa;
	height: 30px;
	line-height: 30px;
	text-align: right;
	text-align:right;
}

.optionsContainer{
	background: #eaeaea;
	padding: 10px;
}

.optionsContainer h3.moduleHeading{
	padding: 0px;
	margin: 0px;
	color: #555;
}

.ShippingLink, .ShippingLink a{
	font-size: 10px;
	color: #7e868b;
}

h1.ProductPrice{
	color: #800000;
	font-weight: bold;
}





/* Navigations Boxen */
/* Kategorien */
.boxContent .boxText a, 
.boxInformation .boxText a,
.boxCategories .boxText a{
	display: block;
	height: 20px;
	line-height: 20px;
	background: #eee;
	margin: 2px 0;
	padding-left: 20px;
}
.boxContent .boxText a:hover, 
.boxInformation .boxText a:hover,
.boxCategories .boxText a:hover{
	background: #7e868b;
	color: #fff;
}

/* Aktive Kategorien */
.boxCategories a.aktive_kategorie{
	background: #95add6 url(img/global/smallArrowDown_navi.gif) no-repeat 7px;
	padding-left: 20px;
	color: #fff;
	font-weight: bold;
}

/* Unterkategorien */
.boxCategories a.unterkategorie {
	display: block;
	height: 20px;
	line-height: 20px;
	background: #ddd;
	margin: 2px 0;
	padding-left: 30px;
	border: 1px solid #95add6;
}
.boxCategories a.unterkategorie:hover {
	background: #7e868b;
	color:#fff;
}
.boxCategories a.aktive_unterkategorie{
	background: #0061aa url(img/global/smallArrowDown_navi.gif) no-repeat 17px 7px;
	padding-left: 30px;
	color: #fff;
	font-weight: bold;
}



/* Boxen Styles */

.infoBoxHeading {
	text-transform: uppercase;
	color: #fff;
	padding: 10px 15px;
	background: #fff;
	font-weight: bold;
	background: url(img/boxes/boxHeading_black.gif) no-repeat top right;
}
.infoBox_standard .infoBoxHeading {
	color: #fff;
	height: 20px;
	line-height: 20px;
	padding: 0 15px;
	font-weight: bold;
	background: #2f2f2f url(img/boxes/arrow_white_box_heading.gif) no-repeat 7px;
	text-transform: uppercase;
}
.infoBox_Background .infoBoxHeading{
	color: #fff;
	height: 20px;
	line-height: 20px;
	padding: 0 15px;
	font-weight: bold;
	background: #fff url(img/boxes/arrow_white_box_heading.gif) no-repeat 7px;
	border-bottom: 5px solid #eee;
	text-transform: uppercase;
}
.infoBox_Background .infoBoxHeading a,
.infoBox_Background .infoBoxHeading a:hover{color: #7e868b;}
.infoBox_Highlight .infoBoxHeading{
	color: #fff;
	height: 20px;
	line-height: 20px;
	padding: 0 15px;
	font-weight: bold;
	background: #0061aa url(img/boxes/arrow_white_box_heading.gif) no-repeat 7px;
	text-transform: uppercase;
}
.infoBoxHeading a, 
.infoBoxHeading a:hover{
	color: #fff;
}


div.infoBox, 
span.infoBox 
{
}

div.infoBox_right, 
SPAN.infoBox_right 
{
}

.boxText{ 
  color: inherit;
}

#NaviLeft .boxText { 
	padding: 0px 0px 0px 0px;
}

#NaviLeft input.text{
	width: 150px;
	margin-right: 5px;
}

#NaviRight .boxText { 
	padding: 3px 5px;
}

/* Boxes with grey Header*/

div.boxCart .item1 a, div.boxCart .item2 a{
	display: block;
	border-bottom: 1px dashed #66cc00;
	padding: 3px 3px 3px 5px;
	color: #333;
}
div.boxCart .item2 a{
	background: #f3ffeb;
}
div.boxCart strong.total{
	color: #e4059e;
}

.boxAdmin h3{
	display: none;
}

.boxAdmin .item{
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	margin-top: 2px;
	background: #eee;
	color: #7e868b;
}
.boxAdmin .item:hover{
	color: #fff;
	background: #7e868b;
	margin-top: 2px;
}
.boxAdmin .item a{
	color: #414449;
	text-decoration:none;
	font-weight: bold;
	display: block;
}
.boxAdmin .item:hover a{
	color: #fff;
}
.boxAdmin .button{
	padding: 5px;
	float: right;
}

.boxBestsellers a.bestSellerLink,
.boxBestsellers div.count{
	/*display: block; */
	height: 40px; 
	line-height: 20px;
	margin-top: 2px;
}
.boxBestsellers div.count{
	float: left;
	margin-right: 2px;
	height:20px;
	background: #0061aa;
	padding: 0 2px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.boxBestsellers a.bestSellerLink{
	background: #fff;
	/*overflow:hidden;*/
}

a.cartEmpty{
	width: 240px;
	display: block;
	padding: 5px;
	padding-left: 50px;
	background: url(img/global/cartButton.gif) no-repeat left center;
	font-weight: bold;
}
a.cartFull{
	width: 240px;
	display: block;
	padding: 5px;
	padding-left: 50px;
	background: url(img/global/cartButton_full.gif) no-repeat left center;
	font-weight: bold;
}




/* Module Styles */

#newProductsHeading_german{
	background: url(img/grafischeHeader/german/newProductsHeader.gif) no-repeat;
	height: 20px;
	
	padding: 10px 0 10px 60px;
	font-size: 16px;
	color: #e4059e;
	margin: 10px 0;
}
#newProductsHeading_english{
	background: url(img/grafischeHeader/english/newProductsHeader.gif) no-repeat;
	height: 20px;
	
	padding: 10px 0 10px 60px;
	font-size: 16px;
	color: #e4059e;
	margin: 10px 0;
}
.moreCategoiesHeader_german{
	background: url(img/grafischeHeader/german/moreCategoiesHeader.gif) no-repeat;
	height: 20px;
	
	padding: 10px 0 10px 60px;
	font-size: 16px;
	color: #e4059e;
	margin: 10px 0;
}
.moreCategoiesHeader_english{
	background: url(img/grafischeHeader/english/moreCategoiesHeader.gif) no-repeat;
	height: 20px;
	padding: 10px 0 10px 60px;
	font-size: 16px;
	color: #e4059e;
	margin: 10px 0;
}

ul.pInfoCols{
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	overflow: hidden;
	margin-bottom: 10px;
}
ul.pInfoCols li.col1,
ul.pInfoCols li.col2,
ul.pInfoCols li.col3{
	list-style: none;
	display: block;
	float: left;
	padding: 10px 0;
}
ul.pInfoCols li.col1{
	margin-right: 10px;
	text-align: center;
	width: 300px;
}
ul.pInfoCols li.col2{
	margin-right: 10px;
	width: 415px;
}
ul.pInfoCols li.col3{
	margin-right: 0px;
	width: 415px;
}

.moPicThumbnails{
	clear: both;
	border-top: 1px solid #eee;
	padding-top: 10px;
}

.moPicThumbnails a{padding: 4px; float: left;}
.moPicThumbnails a img{
	width: 100px;
	float: left;
	background: #eee;
	padding: 3px;
}
.moPicThumbnails a img:hover{
	background: #ddd;
}

.optionHeading{
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	background: #eee;
	margin: 0px;
	color: #7e868b;
	font-weight: bold;
	text-transform: uppercase;
}

.subModuleContainer{
	padding: 10px;
	background: url(img/global/bgFormArea.gif) repeat-x top;
}
.subModuleContainer .content{
	padding: 10px;
	background: #fff;
}

.modulNavigation{display: block; margin-top: 15px;}

.error, .hinweis{padding:10px;}
.error{border: 1px solid #f00; color:#f00;}
.hinweis{border: 1px solid #ff7fd5; color:#c39;}

/* Nice Table */
table.list{
	width: 100%;
	border-collapse:collapse; 
}
table.list th{
	background: #0061aa;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	color: #fff;
	border-right:1px solid #fff;
}
table.list th.hinweis{
	background: #eee;
	margin: 2px 0;
	color: #7e868b;
	padding: 5px 10px;
	border: 0;
}
table.list td{
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	border-bottom: 1px solid #ddd;
}
table.list tr.row1{
	background: #eee;
}
table.list tr.row2{
	background: #fff;
	border-collapse:collapse; 
}
table.list tr.row1:hover, table.list tr.row2:hover{
	background: #ddd;
}


/* Global Elements */

.underline {
	border-bottom: 1px solid #51990F;
	padding-bottom: 5px;
}

.boxSpacer{
	display: block;
	clear: both;
	height: 10px;
}

.leftFloater{
	float:left;
}

.rightFloater{
	float:right;
	margin-right:15px;
	padding-left:5px;
}

.leftAligner{
	text-align:left;
}

.rightAligner{
	text-align:right;
}

ul.hoizontalItemLister{
	padding: 10;
	list-style: none;
	overflow: hidden;
	margin: 10px 0px;
}

ul.hoizontalItemLister img{
	width: 100px;
	list-style: none;
	overflow: hidden;
	margin: 10px 0px;
}

ul.hoizontalItemLister li{
	display:block;
	float:left;
	padding: 5px;
}

ul.hoizontalItemLister li a h1{
	font-size: 14x;
	font-weight: bold;
}

.buttonDelete input{
	border: 1px solid #CC0000;
	color:#FF0000;
	margin:0;
}

.toolBar{
	padding: 5px;
}

.toolBar hr,  hr, div.hrDiv{
	text-align: center;
	height: 1px;
	margin: 5px 0;
	color: #ddd;
	background: #ddd;
}

.gradient_ttb_300{
	background: url(img/global/gradient_ttb_300.gif) repeat-x center;
	padding: 10px;
}





/* Stndard HTML Tags */

BODY{

/* Margins */
	margin: 0;
	padding: 0;

/* Font */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7E868B;
	font-size: 11px;
	line-height: 1,2em;
	
/* Style */
	background: #fff /*url(img/global/bgBody.gif) repeat-x*/;
	border-top: 3px solid #0061aa;
}

img{
	border:0;
}

A {
  color: #7e868b;
  text-decoration: none;
}

A:hover {
  color: #63696ds;
  text-decoration: none;
}

FORM {
	display: inline;		   
}

select, input, textarea, checkbox, radio { font-size: 99%; display:inline;}

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

P{
	display: block;
	margin: 10px 0;		   
}

ul{
	display: block;
	margin: 0 30px;
}

.h,1 h2, h3, h4{
	color: #7e868b;
	margin: 10px 0px 5px 0px;
}
.formArea h3{color: #000000; padding: 10px 0;}








input.text,
input.password{
	margin:0; 
	padding:0;
	height: 20px;
	line-height: 20px;
	padding-left: 3px;
	border: 1px solid #ddd;
}


.contentsTopics, 
.pageHeading, 
.moduleHeading,

h1.contentsTopics, 
h1.pageHeading, 
h1.moduleHeading
{
	color: #7e868b;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	border-bottom: 5px solid #eee;
}

h3.moduleHeading
{
	color: #414449;
	font-weight: normal;
	margin: 0;
	padding: 3px 0;
}

.underline{border-bottom: 5px solid #eee;}

.section{
	margin: 10px 0px;
	width:750px;
}
.boxSection{
	padding: 5px;
}

/* Box Serch */
div.boxSearch_active div.boxText{
	color: #fff;
	padding: 5px!important;
	background: #0061aa!important;
}
div.boxSearch_active div.boxText a{color: #fff!important;}

div.boxSearch div.boxText{
	color: #fff;
	padding: 5px!important;
	background: #eee!important;
}
div.boxSearch div.boxText a{color: #7e868b!important;}

.boxTextBG {
	font-size: 10px;
	background-color: #eee;
	padding: 5px;
}
.boxTextBGII {
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.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;
}

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


.headerNavigation {
}

A.headerNavigation {
	font-weight: bold;
}

A.headerNavigation:hover {
}


.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;
}


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

TR.headerInfo {
  background: #00ff00;
}


.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.infoBox {
}

.infoBoxContents {
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

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;
}


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

A.pageResults{
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	background: #7e868b;
	color: fff;
}

A.pageResults:hover {
  background: #0061aa;
	color: #fff;
}


TR.subBar {
  background: #f4f7fd;
}


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

.main, P.main {
}


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


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


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


.fieldValue {
  font-size: 12px;
}


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

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

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

.formArea {
  background: #eee;
	padding: 10px;
	clear: both;
}
	.formArea label{
		display: block;
		width: 150px;
		float: left;
		padding: 5px;
	}


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

.copyright {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  color: #fff;
}
.copyright a {
  color: #fff;
}
.parseTime {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #fff;
}
A.copyright:hover {
  color: #fff;
  text-decoration: underline;
}


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

SPAN.productSpecialPrice {
  color: #cc0000;
}
SPAN.productOldPrice {
	color: #999;
	font-size: 80%;
	text-decoration: line-through;
	font-weight: bold;
}
SPAN.errorText {
  color: #ff0000;
}

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

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

.moduleRow {
	background-color: #f5f5f5;
	padding: 3px;
	margin: 3px;
}
.moduleRowOver { 
	background-color: #f1f1f1;
	padding: 3px;
	margin: 3px;
}
.moduleRowSelected {
	background: #ddd;

	padding: 3px;
	margin: 3px;
	}

.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; }

/* Sitemap Tables */
.sitemap_heading a {
	display: block;
	height: 25px;
	line-height: 25px;
	background: #7e868b;
	color: #fff; 
}

.sitemap_heading a:hover {
	color:#eee; 
	text-decoration:none;
}

.sitemap_sub {
	height: 20px;
	line-height: 20px;
	margin-top: 2px;
}

.sitemap_sub a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	background: #eee;
	color: #7e868b; 
	margin-top: 2px;
}
.sitemap_sub a:hover {
	background: #0061aa;
	color: #fff;
	text-decoration:none;
}


/* 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;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.tableListingI {
	background-color: #f1f1f1;
}

.tableListingII {
	background-color: #f9f9f9;
}

.tableBody {
	padding: 5px;
}

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

/* nur für <= IE6 */
* html img#capTop_Content, * html img#capBottom_Content{
  width: 100%;
}

* html .clearFloater{
	background: #fff;
	float:left;
	display: block;
	width: 780px;
}

* html ul.productListing li{
	float:left;
	display: block;
	width: 155px;
}

* html ul.pInfoCols li.col3{
	margin-right: 0px;
	width: 300px;
}


/* / nur für <= IE6 */



/* Hacks & Standard HTML Tags */
* { margin:0; padding:0; font-size: 100%; }

html { height: 100% }

fieldset, img { border:0; }

.clear{
	clear: both; 
	display: block;  
}

.clearfix {display: inline-block;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
* html .clear {height: 1%;}
/* End hide from IE-mac */

.ie6Fix{
    width:99%;
}


/* TOOLS */
.fll{float:left;}
.flr{float:right;}

.cll{clear:left;display:block;}
.clr{clear:right;display:block;}
.clb{clear:both;display:block;}



/* MODS */

.productNavigator{
	background: #f1f1f1;
	padding: 10px;
}

.ui-tabs-panel ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.greenBoxHead { color:#8ea0ad; font-weight:bold; font-size:16px; padding-left:15px; }

/* Typo */

span.attention, span.notice, span.alert, span.download, span.approved, span.media, span.note, span.cart, span.camera, span.doc {display: block;padding: 8px 10px 8px 36px;margin: 15px 0;width:575px;}
span.attention {color: #B79000;border: 1px solid #E7BD72;background: #FFF3A3 url(img/typo/attention.png) 10px 50% no-repeat;}
span.notice {color: #648434;border: 1px solid #9BCC54;background: #CDEFA6 url(img/typo/notice.png) 10px 50% no-repeat;}
span.alert {color: #CF3738;border: 1px solid #FFACAD;background: #FFD5D5 url(img/typo/alert.png) 10px 50% no-repeat;}
span.download {color: #1C6B8B;border: 1px solid #6ABCE2;background: #A8CDE3 url(img/typo/download.png) 10px 50% no-repeat;}
span.approved {color: #666;border: 1px solid #a8a8a8;background: #ccc url(img/typo/approved.png) 10px 50% no-repeat;}
span.media {color: #C76E34;border: 1px solid #FFBB65;background: #FFE0B6 url(img/typo/media.png) 10px 50% no-repeat;}
span.note {color: #B79000;border: 1px solid #E7BD72;background: #FFF3A3 url(img/typo/note.png) 10px 50% no-repeat;}
span.cart {color: #666;border: 1px solid #C5C5C5;background: #E6E6E6 url(img/typo/cart.png) 10px 50% no-repeat;}
span.camera {color: #666;border: 1px solid #C5C5C5;background: #E6E6E6 url(img/typo/camera.png) 10px 50% no-repeat;}
span.doc {color: #C76E34;border: 1px solid #FFBB65;background: #FFE0B6 url(img/typo/doc.png) 10px 50% no-repeat;}

ul.bullet-1, ul.bullet-2, ul.bullet-3, ul.bullet-4, ul.bullet-5, ul.bullet-6, ul.bullet-7, ul.bullet-8 {padding-left: 15px !important;overflow: hidden;margin-left: 5px !important;}
ul.bullet-1 li,  ul.bullet-2 li, ul.bullet-3 li, ul.bullet-4 li, ul.bullet-5 li {list-style: none;padding-bottom: 3px !important;margin-bottom: 5px !important;padding-left: 10px !important;}
ul.bullet-6 li, ul.bullet-7 li, ul.bullet-8 li {list-style: none;padding-bottom: 3px !important;margin-bottom: 5px !important;padding-left: 22px !important;}

ul.bullet-1 li {background: url(img/typo/bullet-1.png) 0 5px no-repeat !important;}
ul.bullet-2 li {background: url(img/typo/bullet-2.png) 0 5px no-repeat !important;}
ul.bullet-3 li {background: url(img/typo/bullet-3.png) 0 5px no-repeat !important;}
ul.bullet-4 li {background: url(img/typo/bullet-4.png) 0 5px no-repeat !important;}
ul.bullet-5 li {background: url(img/typo/bullet-5.png) 0 5px no-repeat !important;}
ul.bullet-6 li {background: url(img/typo/bullet-6.png) 0 2px no-repeat !important;}
ul.bullet-7 li {background: url(img/typo/bullet-7.png) 0 2px no-repeat !important;}
ul.bullet-8 li {background: url(img/typo/bullet-8.png) 0 3px no-repeat !important;}

pre {padding: 10px;background: #f6f6f6;border-top: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;border-left: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}

blockquote {display: block;font-style: normal;font-size: 120%;line-height: 150%;width: auto;padding: 10px 20px 10px 20px;margin: 15px 0;background: #f6f6f6;border-top: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;border-left: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
blockquote.blue, blockquote.red, blockquote.green, blockquote.purple, blockquote.orange, blockquote.brown, blockquote.grey {display: block;font-style: italic;font-size: 120%;line-height: 150%;width: auto;padding: 0px 20px;margin: 15px 0;border: 0;background: 0;}
blockquote.blue{color: #0D507A;}
blockquote.red{color: #D12E2E;}
blockquote.green{color: #74A824;}
blockquote.purple{color: #9E0E87;}
blockquote.orange{color: #CC8300;}
blockquote.brown{color: #8B6846;}
blockquote.grey {color: #666;}
blockquote.quotes {display: block;background: url(img/typo/quote-start.png) 0 5px no-repeat;padding: 0px 20px 0 38px;margin: 20px 0;font-size: 120%;line-height: 150%;width: auto;color: #666;border: 0;}
blockquote.quotes p {padding: 0 38px 0 0;margin-top: 0;background: url(img/typo/quote-end.png) 100% 100% no-repeat;}

span.dropcap, span.dropcap-blue, span.dropcap-red, span.dropcap-green, span.dropcap-purple, span.dropcap-orange, span.dropcap-brown, span.dropcap-grey {display: block;font-size: 260%;float: left;margin: 0px 4px 0 0;line-height: 100%;}
span.dropcap {color: #333;}
span.dropcap-blue {color: #0D507A;}
span.dropcap-red {color: #D12E2E;}
span.dropcap-green {color: #74A824;}
span.dropcap-purple {color: #9E0E87;}
span.dropcap-orange {color: #CC8300;}
span.dropcap-brown {color: #8B6846;}
span.dropcap-grey {color: #666;}

.important, .important-blue, .important-red, .important-green, .important-purple, .important-orange, .important-brown, .important-grey {padding: 15px;margin: 15px 0;}
span.important-title, span.important-title-blue, span.important-title-red, span.important-title-green, span.important-title-purple, span.important-title-orange, span.important-title-brown, span.important-title-grey {position: absolute;display: block;margin-top: -24px;background: #fff;padding: 0 8px;font-weight: bold;font-size: 120%;}
.important {border: 1px solid #333;}
.important-blue {border: 1px solid #0D507A;}
.important-red {border: 1px solid #D12E2E;}
.important-green {border: 1px solid #74A824;}
.important-purple {border: 1px solid #9E0E87;}
.important-orange {border: 1px solid #CC8300;}
.important-brown {border: 1px solid #8B6846;}
.important-grey {border: 1px solid #666;}
span.important-title {color: #333;}
span.important-title-blue {color: #0D507A;}
span.important-title-red {color: #D12E2E;}
span.important-title-green {color: #74A824;}
span.important-title-purple {color: #9E0E87;}
span.important-title-orange {color: #CC8300;}
span.important-title-brown {color: #8B6846;}
span.important-title-grey {color: #666;}

.bankuebeweisung {padding-top: 5px;}

/* subcolums
------------------------------------------------------------------*/

.c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l { float: left }
.c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r { float: right; margin-left: -5px }

.c25l, .c25r { width: 25% }
.c33l, .c33r { width: 33.333% }
.c50l, .c50r { width: 50% }
.c66l, .c66r { width: 66.666% }
.c75l, .c75r { width: 75% }
.c38l, .c38r { width: 38.2% } /* Goldener Schnitt */
.c62l, .c62r { width: 61.8% } /* Goldener Schnitt */

.subc { padding: 0 0.5em 0 0.5em; }
.subcl { padding: 0 1em 0 0; }
.subcr { padding: 0 0 0 1em; } 



/*  ---------- Header - Topnavi ---------- */

#Header #topnavi
{
    width: 1000px;
    height: 24px;
    background: url(/templates/div9/portallinks/schwarzer_balken.png) repeat-x;
}

#Header #topnavi .rightpart
{
    float:right;
    margin-right: 7px;
}

#Header #topnavi ul
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #c0c0c0;
    height: 24px;
    line-height: 24px;
    float:left;
    margin-left: 13px;
}
#Header #topnavi ul li {float:left; list-style:none;}
#Header #topnavi ul li .last {border-right: none;}
#Header #topnavi ul a {color: #c0c0c0; border-right: 1px solid #c0c0c0;}
#Header #topnavi ul a, #Header #topnavi ul a:hover {text-decoration: none; height: 11px; padding: 0 10px;}
#Header #topnavi ul a:hover{color: #dedede;} 

/* Auftritte -------------------- */


#auftritte {
  width: 560px;
  float:left;
  margin-top:10px;
}

#auftritte ul{
  list-style:none;
}

#auftritte div{
  margin:5px;

}


#auftritt1 {
  float:left;
  width:130px;
}

#auftritt2 {
  float:left;
  width:130px;
  margin-left:5px;
}

#auftritt3 {
  float:left;
  width:130px;
  margin-left:5px;
}

#auftritt4 {
  float:left;
  width:130px;
  margin-left:5px;
}


/*  ---------- Layout Sidebar ---------- */

.randspalten_box
{
    background: url(/templates/div9/portallinks/bg_randspalten_box.png) no-repeat;   
    float:left;
    margin-top: 22px;
    width: 240px;
}

    .abodetail  { margin-top: 0; }

.randspalten_box .ende
{
    background: url(/templates/div9/portallinks/bg_randspalten_box_bottom.png) no-repeat;
    width:240px;
    height:4px; 
    overflow: hidden;
    float:left;
}

#sidebar .verlauf
{
    background: url(/templates/div9/portallinks/bg_randspalten_verlauf.png) 4px bottom no-repeat;
    min-height: 43px;
    float:left;
    width: 240px;
}

#sidebar .verlauf p
{
    width: 216px;
/*    float:left;
    display:inline;
*/
}

#sidebar .verlauf p a
{
    color:#797979;
    text-decoration: none;
    float:left;
    margin-left: 33px;
    width: 160px;
    font-size: 12px;
}

#sidebar .verlauf p .pfeil
{
    margin:0;
    width: 15px;
}

#sidebar .verlauf p a img
{
    margin: 3px 0 0 0;
    float:right;
}


.randspalten_box h4
{
    font-family: georgia, serif;
    font-style: italic;
    font-size: 16px;
    margin: 15px 0 14px 20px;
}

.randspalten_box h4 img
{
    margin-right: 8px;
    padding-right:8px;
    border-right: 1px solid #cccccc;
}

.randspalten_box p
{
    color:#797979;
    line-height: 130%;
    margin: 5px 0 5px 20px;
}

#sidebar .randspalten_box ul
{
    width:240px;
    float:left;
}

#sidebar .randspalten_box li
{
    width:240px;
    float:left;
	list-style:none;
}

#sidebar .randspalten_box li a
{
    width: 220px;
    font-family: georgia, serif;
    font-style: italic;
    float:left;
    margin-left: 4px;
    display:inline;
}

#sidebar .randspalten_box .arrow-list
{
    color: #454445;
    margin: 0 0 0 25px;
    padding-bottom: 10px;
    width: 210px;
}

#sidebar .randspalten_box .arrow-list li
{
    background: url(/images/etm_shop/pfeil_roter_bg.png) no-repeat;
    padding-left: 30px;
    width: 175px;
    margin-bottom: 10px;
    line-height: 120%;
}

.abologo    {margin: 10px 0 5px 25px; }

.search_top input {margin-left:8px; height:19px; float:left;}
.search_top input value {text-align:bottom;}

.sublinks li a{font-size: 7px; margin-top:100px; margin-left:3px;}

/* Top Angebote */
.top-selling h3 { margin:12px 0 6px 0; color:#000000; font-size:1.0em; }
.top-selling table { border-top:1px solid #ccc; width:735px; }
.top-selling tr.odd { background:#eee url(images/content/top_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.top-selling tr.even { background:#fff url(images/content/top_selling_tr_even_bg.gif) 0 100% repeat-x; }
.top-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.top-selling .product-img { float:left; border:2px solid #dcdcdc; }
.top-selling .product-description { margin-left:107px; line-height:1.3em; }

/* Listen Category */
.eins_cat {padding: 5px;}
ul.eins_cat li {background:#005fad; list-style-type:square; width:275px; margin-top:3px;}
ul.eins_cat li a h3 {color:#ffffff; font-size:1.1em; margin-left:6px;}
