/* -----------------------------------------------------------------------------------------
   $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-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}


.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	color:#4873a6;
	font-size: 11px;
	
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	color:#4873a6;

}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffde14;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	background-color: #ffb3b5;
	padding-top: 7px;
	padding-bottom: 7px;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

BODY {
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img/sky_bg.jpg);
	margin-top: 0px;
}

img{
	border:0;
}

A {
	color: #c7d5e7;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
  color: #FFCC00;
  text-decoration: underline;
}


FORM {
	display: inline;		   
}


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

.headerNavigation {
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #FFCC00; 
  font-size: 10px;
}

A.headerNavigation:hover {
	color: #FFCC00;
	font-size: 10px;
}

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: #66CC66;
	margin: auto;
	padding: 7mm;
}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}



/**/
.infoBox {
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

.infoBoxHeading table td{
	color: #FFCC00;
	font-weight: bold;
	height: 20px;
	text-align: left;
	padding-left: 5px;
	border-top-width: 0px;
	background-position: 0px -3px;
	vertical-align: middle;
}

TD.infoBoxHeading {
	border-top-color: #a1b8d3;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #4873a7;
	color: #FFCC00;
	background-image: url(img/box_th_bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 25px;
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
    font-size:12px;
}

TD.infoBoxHeading_right {
	border-top-color: #a1b8d3;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #4873a7;
	color: #FFCC00;
	background-image: url(img/box_th_bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 25px;
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
}

.infoBoxHeading_right table td{
	color: #FFCC00;
	font-weight: bold;
	height: 20px;
	text-align: left;
	padding-left: 5px;
	border-top-width: 0px;
	background-position: 0px -3px;
	vertical-align: middle;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
 /* background: #E6E6E6; 
  border-color: #C4C4C4;*/
  	background-color: #4873a7;
	color: #c7d5e7;
}

TD.infoBox_right, SPAN.infoBox_right {
 /* font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E6E6E6; */
    font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
 /* background: #E6E6E6; 
  border-color: #C4C4C4;*/
  	background-color: #4873a7;
	color: #c7d5e7;
}


/* Navigation Kategorien Schrift und Schriftgröße */

.infoBox td{
	background-color: #4873a7;
	color: #c7d5e7;
	line-height: 12pt;
}


.infoBox A{
	color: #C6D7E7;
    font-size:11px;
}

.infoBox a:hover{
	color: #FFCC00;
	text-decoration:none;
}


/* Navigation Kategorien Ende */

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-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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

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

TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #e7eef6;
}

pageHeading td{color: #000000;}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

.mainNav {
	background-color: #4A71A5;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFCC00;
	font-weight: bold;
	font-size: smaller;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
    font-size:10px;

}

.mainNav a{
	color: #FFCC00;
}

.main {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;

}
TD.main {
	font-family : Verdana, Arial, sans-serif;
	font-size : 100%;
}

TD.main a{
	font-family : Verdana, Arial, sans-serif;
	font-size : 100%;
	color: #21598C;
}

TABLE.main {
	font-family : Verdana, Arial, sans-serif;
	font-size : 100%;
	padding-left: 20px;
}

.main_content {
	background-color: #E7EFF7;
	vertical-align: top;
}

.main input{
	background-color: #FFFFFF;
	padding: 3px 3px 3px 3px;

}

main table td, main table p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	background-color: #FFFFFF;
	padding-left: 20px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

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

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

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-color: #4A71A5;
	border-width: 1px;
	border-style: solid;
}


input[type=image] {
	border-width: 0px;
	background-color:#E7EFF7;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #FF6600;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  padding-left: 25px
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


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

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: 20588b;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 line-height: 1.2;
 background-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	/*border: 1px solid;*/
	/*border-color: #ffffff;*/
	font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }

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

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

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #4873a7; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #e7eff7; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

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

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; padding-right: 20px; }

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

.navLeft {
	background-image: url(img/bg_left_column.jpg);
	text-align: right;
	border-color: #4873a7;
	background-color: #4873a7;
}

.navLeftLeft {
	width: 10px;
	text-align: right;
	border-color: #4873a7;
	background-color: #e7eef6;
	background-image: url(img/bg_left_left.jpg);
	background-repeat: repeat-x;
}
.navLeftRight {
	width: 5px;
	text-align: right;
	border-color: #4873a7;
	background-color: #e7eef6;
	background-image: url(img/bg_left_left.jpg);
	background-repeat: repeat-x;
}


.navLeftTop {
	background-color: #4A71A5;
	height: 5px;
}

.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 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}


/*
###########################################
#  Add by Bob
############################################
*/
#central table{
}

#navigator{
	background-image: url(img/navigator_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: middle;
	padding-top: 8px;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	font-size: 11px;
	height: 20px;
}

/* hack ie7 und ie6 Abstand nach Filialen zu contentbereich buendig */

*html #navigator {height:30px;}
* html #navigator {height:20px;}

/* hack ende */

#navigator a, #navigator a:visited, #navigator a:link{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#navigator a:active, #navigator a:hover {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}

#navigator ul{
	margin-left: 0px;
	padding-left: 7px;
	padding-right: 7px;
	display: inline;
}

#navigator li{
	margin-left: 0px;
	border-left-color: #628bb5;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 7px;
	padding-right: 7px;
	display: inline;
}

#navigator li.first{
	text-align: center;
	display: inline;
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}

/*####################################################*/
.categories_links_middle {
	border-top-color: #4A71A5;
	border-top-style: solid;
	border-top-width: 1px;

}

.categories_links_bottom {
	color: #4A71A5;
	font-weight: bold;
	padding-top:10px

}

.categories_links_middle a, .categories_links_bottom a{
	color: #4A71A5;

}
.categories_links_top {

}
.categories_links table{
	border-color: #4A71A5;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}

.frame_table{
	background-image: url(img/sky_bg.jpg);
}

#central .main .main_content .pageHeading table{
	background-image: url(img/page_heading_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 18px;
	color: #4A71A5;
	vertical-align: top;
	height: 69px;
	border-bottom-color: #4A71A5;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#central .main .main_content .pageHeading td {
	padding-left: 20px;
}
#central .main .main_content .main {
	color: #000000;
}
#central .main .main_content .main a {
	color: #000000;
}


.contentsTopics {
	background-image: url(img/page_heading_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 18px;
	color: #4A71A5;
	vertical-align: middle;
	height: 69px;
	border-bottom-color: #4A71A5;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.contentsTopics_success {
	background-repeat: no-repeat;
	background-position: right;
	font-size: 18px;
	color: #4A71A5;
	vertical-align: middle;
	height: 69px;
	border-bottom-color: #4A71A5;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#central .main .main_content .moduleHeading {
	background-image: url(img/page_heading_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 18px;
	color: #4A71A5;
	vertical-align: middle;
	height: 69px;
	border-bottom-color: #4A71A5;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-left: 20px;
}


#central .main .main_content .product_listing .product_item {

}
#central .main .main_content .product_listing {
	text-align: center;
	vertical-align: middle;
}


.product_name a {
	color: #000000;
}

#ce.product_name {
	vertical-align: middle;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.product_price {
	font-weight: bold;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000000;
}
.product_item {
	border-top-color: #4A71A5;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #4A71A5;
	border-bottom-color: #4A71A5;
	border-left-color: #4A71A5;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
}
.product_image {
	border-bottom-color: #4A71A5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#central .main_content #cart_quantity .product_info .main .product_info_left .main .contentsTopics {
	background-image: url(none);
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 20px;
	padding-left: 0px;
}
#central .main_content #cart_quantity .product_info .main .product_info_left .main strong {
	font-size: 20px;
	font-weight: bold;
	color: #21598c;
}
#central .main_content #cart_quantity .product_info .main .product_info_left .main a {
	color: #21598c;
}

#central .main_content #cart_quantity .product_info .main .product_info_left .main{
	padding-bottom: 10px;
	color: #215994;
	padding-left: 0px;
}

#central .main_content #cart_quantity .product_info .main .product_info_right img{
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-color: #4A71A5;
}
#central .main_content #cart_quantity .product_info  .main .product_info_right {
	text-align: center;
	vertical-align: top;
}
#central .main_content #cart_quantity .product_info  .main .product_info_left{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #215994;
	padding-left: 0px;
}



.headed_table th {
	background-image: url(img/box_th_bg.jpg);
	color: #C6D7E7;
	text-align: center;
}
.headed_table .main img {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-color: #4A71A5;
}
.headed_table .main {
	border-width: 0px;
}
.headed_table td {
	color: #4A71A5;
	border-color: #4A71A5;
}
.headed_table .main a {
	color: #4A71A5;
}
#central .main .main_content .loginHeader .contentsTopics {
	background-image: url(img/page_heading_bg_login.jpg);
	padding-left: 10px;
	padding-right: 10px;
}

.contentsTopics_price {
	color: #4873a7;
}

}
#central .main .main_content tbody {
	padding-right: 10px;
	padding-left: 10px;
}
#central .main .main_content .headed_table .main img {
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
}
.loginHeader {
	border-bottom:#E7EFF7 solid 1px;
}
#central .main_content .cartHeader .contentsTopics {
	background-image: url(img/page_heading_bg_cart.jpg);
}
.headed_table .summary a {
	color: #0033FF;
}
.main img {
	border: 1px solid #4A71A5;
}
.listMarker img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#central .main_content .product_listing .product_item .product_name {
	text-align: center;
}
.navigation .smallText {
	font-size: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.navigation a:hover {
	background: none;
}

.categories_links_top img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.one_map {
	border-bottom: 1px solid #205085;
	margin-bottom: 11px;
}
.one_map img {
	border: 2px solid #4873A7;
}
.f_col {
	padding: 0 90px 15px 40px;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.f_col div {
	background: url(img/bg_zag.gif) no-repeat left top;
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #FEFEFF;
	text-align: center;
	width: 297px;
	padding: 12px 0 13px 0;
}
.f_col span {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
.t_col {
	font-family: Verdana;
	font-size: 14px;
	color: #205085;
	padding: 0 90px 15px 0;
}


.printIcon img{
	border: none;
}

.activeCategory {
	color: #FFCC00;
}

#pictureBox {
 border: 0px solid black;
}

#picturebox img {margin:2px}

.contentsTopics {font-size:12px}

#pictureBox_thumbs {display:visible} /*blendet die Thumbs unter dem Bild bei den Produkdetails aus */

.back a {color:#4a71a5; font-size:12px}

h1 {font-size:20px}

#start {margin-top:-10px}
