.boxText { 
	font-size: 11px;
}

.boxTextBG {
	font-size: 11px;
	background-color: white;
}
.boxTextBGII {
	
	font-size: 11px;
	background-color: white;
}
.boxTextPrice {
	
	font-size: 10px;
	color: #990000;
}

.errorBox {
	font-family : arial, verdana, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #FFE1E1;
}

.gvBox {
	font-family : arial, verdana, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #FFE1E1;
}
.stockWarning { 
	font-family : arial, verdana, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : arial, verdana, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

TD.conditions {
  background-color: #FFCCCC;
  padding: 5px;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #990000;
}

TR.headerMessage {
	background-color: #ffe1e1;
}

.moduleHeading {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  color: #990000;
  border-bottom: 1px solid #CCCCCC;
  line-height: 23px;
}

TD.headerError {
  font-size: 12px;
  background: #990000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  
  font-size: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  
  font-size: 10px;
}

TD.infoBoxHeading {
padding-left: 6px;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
  background: #474F56;
  height:21px;
  color: #ffffff;
}

TD.infoBoxHeading_right {
padding-left: 6px;
   letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
  background: #474F56;
  height:21px;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-size: 13px;
  background: #F1F3F5; 
}

TD.infoBox_right, SPAN.infoBox_right {
  text-align: center;
  font-size: 10px;
  /*background: #eeeeee; */
  /*border: 1px solid red;*/
  background-image: url(template_img/box_right_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;

}

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: #990000;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #990000;
  background: #dddddd;
}

TD.pageHeading, DIV.pageHeading {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  color: #990000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 13px;
  line-height: 1.4;
}

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: #990000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 13px;
	font-family: arial, verdana, sans-serif;
}

TEXTAREA {
  width: 97%;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  padding:5px;
}

SPAN.greetUser {
  
  font-size: 12px;
  color: #790000;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #F7F8F9;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

.copyright {
    font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #990000;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-weight: bold;
  color: #990000;
}
SPAN.productOldPrice {
  font-weight: bold;
/*	color: #666666;*/
/*	font-size: 11px;*/
}
SPAN.errorText {
  
  color: #990000;
}

SPAN.productDiscountPrice {
  color: #990000;
  font-weight: bold;
}

.smallHeading {
/*	font-size: 11px;*/
	font-weight: bold;
	color: #444444;
	 line-height: 23px;
}

.black {
	color: black !important ;
}

.moduleRow {
  font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #E3EBF2; 
	border: 1px solid;
	border-color: #ffffff;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #F1F3F5; }

.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 { font-size: 10pt; color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox {  font-size: 10px; }
.messageStackError, .messageStackWarning {  font-size: 10px; background-color: #FFE1E1; }
.messageStackSuccess {  font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement {  font-size: 10px; color: #990000; }

.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;
}

.contentsTopics {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  color: #990000;
  border-bottom: 1px solid #CCCCCC;
  line-height: 23px;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}


/***** Global  *****/

html, body {
border:0;
margin:0;
padding:0;
width: 100%;
height:100.05%;
}

body {
font: 13px/1.3 arial, verdana, sans-serif;
color: #666666;
background-image: url(template_img/background.jpg);
background-position: top center;
background-repeat: no-repeat;
background-color: #647079;
margin: 23px 0 0 0;
}

iframe {
font: 13px/1.3 arial, verdana, sans-serif;
color: #666666;
}

img{
	border:0;
}

A {
  color: #000000;
  text-decoration: underline;
}

A:hover {
  color: #990000;
  text-decoration: none;
}

div.copyright a {
	text-decoration:none;
}

div.copyright a:hover {
	text-decoration:underline;
}

FORM {
	display: inline;		   
}

#spalterechts p {
margin: 4px 0 0 0;
padding:0;
line-height: 12px;
}


/***** div Container Gerüst*****/

#dropshadow_top {
margin: 0px auto;
padding-bottom: -10px ;
width:966px;
height: 10px;
background-image: url(template_img/dropshadow_bg-top.png);
background-position: top;
background-repeat: no-repeat;
}

#wrapper {
margin: 0px auto;
width:966px;
/*height: 100%;*/
background-image: url(template_img/dropshadow_bg.png);
background-position: top center;
background-repeat: repeat-y;
}

#header {
margin: 0px auto;
padding: 21px 0 0 0;
width:914px;
height: 150px;
overflow:hidden;
}

#subheader {
margin-left: 13px;
width:927px;
height: 30px;
background-color: #C0C6C9;
border-top:1px solid white;
background-image: url(template_img/subheader_bg.gif);
background-position: top left;
background-repeat: repeat-y;
font-size: 12px;
}

#innenwrapper {
margin-left: 13px;
width: 953px;
background-color: white;
clear:both;
}

#nav {
float:left;
width:199px;
background-image: url(template_img/nav_bg.gif);
background-position: top left;
background-repeat: repeat-y;
padding-left: 30px
/*border-bottom: 1px dotted red;
border-right: 1px dotted red;*/
}

#content {
margin: 28px 0 0 26px;
float:left;
width:446px;
min-height:530px;
}

#spalterechts {
margin: 26px 0 0 26px;
float:left;
width:200px;
/*border: 1px dotted red;*/
}

.clear {
	clear: both;
}

div.copyright{
font-size: 9px;
/*	margin-top: -30px;*/
clear: both;
}

/***** Navigation*****/

#subheader ul{
    margin: 0 0 0 255px;
	padding: 0;
}

#subheader ul li {
	float: left;
	 display: inline;
 	 margin: 0 39px 0 0;
	padding: 0 0 0 0;
 	height: 30px;
 	line-height: 30px;
 	vertical-align: middle;
	list-style-type: none;
	text-align: center;
/*	background-color: red;*/
}

#subheader ul li a{
text-decoration:none;
color: #566069;
}

#subheader ul li a:hover{
color:white;
}

#subheader ul li a.aktiv{
color: white;
}

#nav ul.infobox {
	list-style: none;
	margin: 1px 0 0 0;
	padding:0;

}

#nav ul.infobox li{
	background-color: #F1F3F5;
	border-bottom: 1px solid white;
	margin: 0;
	padding:0 0 0 23px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}

#nav ul.infobox li a {
	display:block;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
		outline: none !important ;
		font-size: 12px;
}

#nav ul.infobox li a:link, #nav ul.infobox li a:visited, #nav ul.infobox li a:active{
	color: #6D7A83;
}


#nav ul.infobox li a:hover {
	color: #990000;
	font-weight:bold;
}

#nav ul.infobox li a.aktiv{
	color: #990000;
	font-weight: bold;
}

#nav ul.navilist{
	list-style: none;
	margin: 1px 0 0 0;
	padding:0;

}

#nav ul.navilist li{
	border-bottom: 1px solid white;
	margin: 0;
	padding:0;
/*	padding:0 0 0 13px;*/
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}

#nav ul.navilist li.maincat_submenue, #nav ul.navilist li.maincat {
	background-color: #7B8993;
}

#nav ul.navilist li.subcat_level1 {
	background-color: #F7F8F9;
}

#nav ul.navilist li a {
	display:block;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	outline: none !important ;
	font-weight: bold;
	font-size: 12px;
	}
	
	
	#nav ul.navilist  li.maincat_submenue a,#nav ul.navilist  li.maincat a {
	color:white;
	}
	
		#nav ul.navilist li.maincat_submenue a:hover, #nav ul.navilist li.maincat a:hover{
	background-color: #96A0A9;
	}
	
	#nav ul.navilist  li.maincat_submenue a.gewaehlt,#nav ul.navilist  li.maincat a.gewaehlt {
		background-color: #990000 !important ;
	}
	
	#nav ul.navilist li.subcat_level1 a {
	color:#758186;
	}
	
	#nav ul.navilist li.subcat_level1 a:hover {
	background-color: #E1E6EA;
	}
	
	#nav ul.navilist  li.subcat_level1 a.gewaehlt {
		color: #990000;
	}
	
	#nav table.kundenlogin .kundenloginheader{
		padding-bottom:10px;
		padding-top:10px;
	}
	
	#nav table.kundenlogin {
		border: 1px solid #C1C7CA;
		font-size: 11px;
		padding: 0 0 0 11px !important;
	}
	
	#nav table.kundenlogin td {
		/*padding: 0 0 0 10px;*/
	}
	
	
	#nav table.kundenlogin a {
		color: #8D99A0;
		text-decoration: underline;
	}
	
		#nav table.kundenlogin a:hover {
		text-decoration: none;
	}
	
	#nav table.kundenlogin input {
		border: 1px solid #C1C7CA;
		height: 15px;
		margin-right: 3px;
		font-size: 11px;
	}
	
	#nav table.kundenlogin input:focus {
	background-color: #F7F8F9;
	}
	
	#nav table.kundenlogin input:hover {
	border: 1px solid black ;
	}
	

/***** Spalte Rechts*****/

#spalterechts .warenkorb {
	color: #990000 !important;
}

/***** content*****/

#innenwrapper #content table.category_nav {
	margin-bottom: 5px;
}

#innenwrapper #content span.produktlisting_produktbeschreibung {
	line-height: 12px;
	font-weight: normal !important;
	font-size: 11px;
}

#innenwrapper #content td.infoBoxHeading {
letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  color: #990000;
  border-bottom: 1px solid #CCCCCC;
  line-height: 13px;
  background-color: transparent;
}

#innenwrapper #content .producttable_left {
	background-color: white;
	width: 110px;
	text-align: left;
}

#innenwrapper #content .producttable_rightA, #innenwrapper #content .kontoverw_rightA {
	background-image: url(template_img/produkttabelle_bg_A.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#innenwrapper #content .producttable_rightB, #innenwrapper #content .kontoverw_rightB {
	background-image: url(template_img/produkttabelle_bg_B.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#innenwrapper #content .producttable_rightA, #innenwrapper #content .producttable_rightB{
	height: 34px;
}


#innenwrapper #content span.produktlisting_preis {
	color: #990000;
}

#innenwrapper #content span.produktlisting_untertitel, #spalterechts span.warenkorb_untertitel {
	font-size: 11px;
}

#innenwrapper #content a.produktlisting_name {
	text-decoration: underline ;
}

#innenwrapper #content a:hover.produktlisting_name {
	text-decoration: none ;
}

#nav .adminboxleft {
padding: 11px 0 0 23px;
	font-size: 11px;
}

#content .test {
	border: 1px solid red;
}

#content .produktcontent {
	/*line-height: 14px;*/
}

#content .shoppingcart input {
	font-size: 11px;
}

#content .product_navigator {
	font-weight: bold;
	font-size: 11px;
	color: #cccccc;
	border: 1px dotted #cccccc;
}

#content .product_navigator a {
	color: #666666;
}

#content .product_navigator a:hover {
	color: #990000;
}

#content .product_navigator_artikelzahl {
	color:#999999;
	font-weight: normal;
}

#content .warenkorbhinweis {
	background-color: #F7F8F9;
}

#content table.vertriebspartner {
	background-image: url(template_img/vertriebspartner_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	font-size: 10px;
	line-height: 11px;
}

#content table.vertriebspartner td.ueberschrift{
	font-size: 11px;
	line-height: 30px;
}


#content table.vertriebspartner a{
	color:#666666;
	text-decoration: none;
}

#content table.vertriebspartner a:hover{
	text-decoration: underline;
}

#content td.buttonabstand img {
	margin-bottom: 2px;
}

#content table caption {
	text-align:left;
	font-weight: bold;
	margin-bottom: 14px
}

#content table th {
	text-align:left;
	font-weight: normal;
	margin:0;
	padding:0;
	border-bottom: 1px dotted #999999;
}

#content table.ankauf {
	border: 1px solid #cccccc;
}

#content table.ankauf th {
	font-weight: bold;
}

#content img.wirueberuns {
	padding-right: 13px;
}

#content ol {
margin:0 0 0 12px;
padding: 0 0 0 12px;
}

#content ul {
margin:0 0 0 8px;
padding: 0 0 0 8px;
list-style-type: square;
}

#content ol li, #content ul li{
margin:5px 0 5px 0;
}

#content table td.main {
padding-top: 4px;
}

/*Hack für IE7*/
*+html #content table td.main
{
padding-top: 12px;
}

/*Hack für IE6*/
* html #content table td.main
{
padding-top: 12px;
}

#content table.warenkorbhinweis td.main {
	padding-top: 4px;
}

