BODY {
position:relative;
	color: #000000;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
}

.bg {background:url(img/koipond_background_out.gif) top left repeat-x;}

.boxText { 
	color:#999999;
}

.boxTextBG {
	background-color: #f1f1f1;
}

.boxTextBGII {
	background-color: #FFFF99;
}
.boxTextPrice {
	color: #FF0000;
}

.tooltip {
	position: absolute;
	display: none;
	background-color: #FFF;
	-moz-opacity: 0.8;
	filter: alpha(Opacity=80);
	border: solid #CCC 1px;
	width:auto;
	padding: 8px;
	}

.errorBox {
	font-weight: bold;
	color:#ED1A28;
	background-color:#FFFF00;
	border: 1px solid;
	border-color:#ED1A28;
	padding:4px;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	color: #70d250;
	text-decoration: underline;
}

.main_table {
	color: #000000;
	margin: 0px;
}

img{
	border:0;
}

A {
  color:#666666;
  text-decoration: none;
}

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

FORM {
	display: inline;		   
}


TR.header {
	background-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: #00ff00;
}

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

.infoBox {
}

.infoBoxContents {
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

P.infoBoxHeading {
  font-size: 12px;
  font-weight: bold;
  font-variant:small-caps;
  text-align:left;
  background: #FFFFFF;
  color: #ED1A28;
}

TD.infoBoxHeading {
  font-size: 12px;
  font-weight: bold;
  font-variant:small-caps;
  text-align:left;
  background: #FFFFFF;
  height:30px;
  color: #ED1A28;
}

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

TD.adminHeading {
  font-weight: bold;
  background-image:url(img/koipond_background_admin.gif);
  border-bottom: 1px solid;
  border-color:#999999;
  height:28px;
  color: #000000;
}

TD.headingTop {
  font-size: 12px;
  font-weight: bold;
  font-variant:small-caps;
  padding-left:10px;
  background-color:#E9E9E9;
  height:30px;
  color: #ED1A28;
}

TD.headingTop_left {
  font-weight: bold;
  background-color:#ED1A28;
  height:30px;
  width:10px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  background: #FFFFFF; 
}

TD.infoBox_right, SPAN.infoBox_right {
  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-bottom: 1px dotted #CCCCCC;
  padding: 5px 0 5px 0;
  spacing:0;
}

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

TD.productListing-data {
}

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

A.pageResults:hover {
  color:#666666;
  text-decoration:none;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.smallText, SPAN.smallText, P.smallText {
}

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 {
  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: #FFFFFF;
}

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

TD.copyright {
  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-size: 9px;
  vertical-align:2px;
  color: #ED1A28;
  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;
}

.moduleRow {
 font-size: 11px;
 line-height: 1.5;
 background-color:#E5E5E5;
 border: 1px solid;
 border-color: #CCCCCC;

}
.moduleRowOver { 
	background-color: #FFFF99; 
	border: 1px solid;
	border-color: #CCCCCC;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #ED1A28; }

.moduleRowleft {
 font-size: 11px;
 height:14px;
 vertical-align:bottom;
 padding-bottom:1px;
 background-color: #FFFFFF;
 border-bottom: 1px solid;
 border-color: #E6E6E6;
 padding-left:5px;
 color:#999999;
}

.moduleRowOverleft { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
    font-size: 11px;
	}
	
.moduleRowSelectedleft { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { 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 { color: #FFF; background-color: #666; padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFF;}
.sitemap_heading a:hover {color:#CCC; text-decoration:none;}

.sitemap_sub {font-size: 9pt; color: #000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000;}
.sitemap_sub a:hover {color:#999; text-decoration:none;}


/* message box */

.messageBox { }
.messageStackError, .messageStackWarning { }
.messageStackSuccess { color:#006600; }

/* input requirement */

.inputRequirement {color:#ED1A28;}

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

.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-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #F5F5F5;
	border-top: 1px dotted #ccc;
}

.tableListingII {
	background-color: #FFF;
	border-top: 1px dotted #ccc;
}

.tableBody {
padding: 5px;
}

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

h1 {
  font-size: 12px;
  font-weight: bold;
  font-variant:small-caps;
  color: #ED1A28;
  padding:0px;
  margin:0px;
  line-height:12px;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  font-variant:small-caps;
  color: #ED1A28;
  padding:0px;
  margin:0px;
  line-height:12px;
}

.product_listing_v1_img {
  padding-right:15px;
}

TD.cross_selling, P.cross_selling {
  font-size: 11px;
  line-height: 1.5;
  padding: 2px;
  border-bottom: #ccc 1px dotted;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

ul {
  list-style-image:url(img/koi_li.png);
  margin-left:-20px;
}

p.techdata_title {
  font-weight:bold;
  color:#009900;
  padding-bottom:5px;
  border-bottom: 1px dotted #CCCCCC;
}

ul.techdata_list {
  list-style-image:url(img/koi_li.png);
  margin-left:-20px;
}

.products_default_left {
  border: 1px solid #d4d4d4;
  margin-left: 4px;
  margin-bottom: 4px;
}

.products_default_right {
  border: 1px solid #d4d4d4;
}

/* --------------------------------------
           bereits überarbeitet
-------------------------------------- */

.clr { clear:both; }
.fll { float:left; }

.red { color: #ED1A28; }


h1 { line-height: 30px; font-size: 12px; font-weight: bold; font-variant:small-caps; margin:0 0 5px 0; padding-left:20px; color: #ED1A28; background: #E9E9E9 url(img/tl_bg.gif) left top no-repeat; }
h2 { height: 14px; line-height: 14px; font-size: 12px; font-weight: bold; font-variant:small-caps; margin: 6px 8px; color: #ED1A28; overflow: hidden;}
h3 { font-size: 12px; font-weight: bold; font-variant:small-caps; color: #ED1A28; padding:0px; margin: 10px 0; line-height:12px; }
h5 { line-height: 30px; font-size: 12px; font-weight: bold; font-variant:small-caps; margin: 5px 0px; padding-left:20px; color: #ED1A28; background: #E9E9E9 url(img/tl_bg.gif) left top no-repeat; }
h6 { font-size: 12px; font-weight: bold; font-variant:small-caps; text-align:left; height:30px; color: #ED1A28; border-bottom: #ccc 1px dotted; margin-bottom: 0px;}


.h1_pm { float: right; color:#333; }

#main_newsletter { height: 70px; background: url(img/koi_news.gif) right top no-repeat; border: 1px solid #CCC; margin-top:6px; font-size:12px; padding: 30px 60px 0px 15px; text-align:left; }
#main_newsletter a { color: #009900; }

#main_welcome { height: 80px; background: url(img/koipond_top_line_welcome.gif) left top no-repeat; margin-top:5px; font-size:11px; padding: 10px 220px 10px 10px; text-align:left; overflow:hidden; }

#main_manu_1 { margin-top:5px; border: 1px solid #cccccc; }
#main_manu_1 img { padding: 5px 7px; }
#main_manu_2 { margin-top:5px; border: 1px solid #cccccc; }
#main_manu_2 img { padding: 5px 6px; }

#main_paypal { margin-top:5px; }

.pdl { width: 49%; height: 150px; min-height: 150px; float:left; border: 1px solid #d4d4d4; margin-bottom: 4px; }
.pdr { width: 49%; height: 150px; min-height: 150px; float:right; border: 1px solid #d4d4d4; margin-bottom: 4px; }
.ppl { float:right; width: 100px; margin: 60px 15px 0 0; text-align: right; }
img.fll { max-height: 120px; float:left; margin-left: 10px; }

/* quick_find */
#suche { position:relative; right:0; top:-1px; width:190px; height:30px; background: url(img/quick_find.png) 25px no-repeat; }
#suche input#but { position:absolute; right:0; }
#suche input#txt { border:0; background:none; width:100px; position:absolute; top:9px; left:35px; color:#666; font:normal 12px; }
#suche .search { position:absolute; margin-top:-15px; margin-left:20px; color:#95a0ab; visibility:hidden; }

#partner { width: 780px; line-height:16px; margin: 0 auto; text-align:center; font-size: 11px; color: #666; margin-top: 10px;}
#partner a { color: #666; }
#partner img {padding-bottom:2px; vertical-align:middle;}

.shopping_cart { width:200px; height: 70px; float: right; }

.cspi { float:left; width: 60px; border-bottom: #ccc 1px dotted; font-size: 11px; line-height: 30px; padding: 2px; }
.cspn { float:left; width: 370px; padding-right: 10px; overflow:hidden; border-bottom: #ccc 1px dotted; font-size: 11px; line-height: 30px; padding: 2px; text-align:left;}
.cspp { float:left; width: 130px; border-bottom: #ccc 1px dotted; font-size: 11px; line-height: 30px; padding: 2px; text-align:right; }

.ap_pr { float:left; width: 30%; padding: 8px;}

.cat_desc { margin-bottom:10px; }
.man_drop { float:right; margin-bottom:10px; }

.pr_li { height:170px; border-bottom: 1px dotted #CCCCCC; margin: 0 0 0 0; }
.pr_lii { float:left; width: 150px; max-height: 150px; margin: 0px 15px 0 0; text-align:center; }
.pr_li2 { float:left; width:260px; }
.pr_li3 { float:left; width:140px; text-align:right;}

.page_res_l { float:left; width:50%; line-height:30px; margin: 0 0 10px 0; }
.page_res_r { float:right; width:50%; line-height:30px; text-align:right; margin: 0 0 10px 0; }

#cat_left, #info_left, #infb_left { font-size: 11px; }
#cat_left ul, #info_left ul, #infb_left ul { list-style-image:none; list-style-type:none; margin-left:-34px; }
#cat_left li, #info_left li, #infb_left li { width:93%; line-height:20px; padding: 0 0 1px 15px; border-bottom: 1px solid #E6E6E6; color:#999999; background:url('img/icon_arrow.gif') left no-repeat;}


.page {text-align:left; margin:0px auto 0px !important; padding:0 !important; width:780px;}

#top_menu {float:right; font-size:11px; color:#FFF; font-weight:bold; border-right:#FFF 1px solid; height:30px; overflow:hidden; }
#top_menu ul, #top_menu li {list-style-type:none; list-style-image:none; padding:0; margin:0;}
#top_menu ul {height:30px;}
#top_menu ul li {float:left; height:30px; line-height:28px; border-right:#FFF 1px solid; margin-right:1px; background:url('img/topmenu_sp.png') right  no-repeat; padding:0 19px 0 19px;}
#top_menu a {color: #FFFFFF;}
#top_menu a:hover {color:#CCCCCC; text-decoration:none;}

.toplogo, .top29w {float:left; width:200px; background:#FFF; text-align:center;}
.top29w {height:29px; line-height:28px;}
.toplogo {height:140px; padding: 10px 0 0 0;}
.header_background {float:right; width:580px; height:150px; background-image:url(img/koipond_background_top.jpg);}

.red {color:#ED1A28;}

#navtrail, #navtrail2, #cartcheck {font-size:11px; padding: 0 5px; text-align:left; float:left; margin-bottom:3px; overflow:hidden; white-space:nowrap; line-height:30px; }
#navtrail {float:right; color:#999; width:440px;}
#navtrail2 {background:#CCC; color:#333; width:940px;}
#navtrail a {font-size:11px; color:#999;}
#navtrail a:hover {color:#666; text-decoration:none;}
#navtrail2 a {font-size:11px; color:#333;}
#navtrail2 a:hover {color:#333; text-decoration:none;}
	
#cartcheck {float:right; font-weight:bold; color:#ED1A28; width:120px; text-align:center; }

.navLeft {float:left; border-right:1px solid #fff; width:170px; padding:0 15px 10px 15px; margin:0;}

#content {float:right; width:578px; font-size:11px;}
#footer1, #footer2 {float:left; height:40px; font-size:11px; text-align:center; padding: 7px 0;}
#footer1 {width:200px; background:#ED1A28;}
#footer2 {width:580px; background:#e9e9e9; color: #666;}
#footer1 img {padding-top:3px;}

.copyright { color:#CCC; text-align:center;}
.copyright a {color:#CCC;}



/* löschen */
A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color:#CCCCCC;
  text-decoration:none;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-size: 11px;
	color: #FFFFFF;
	font-weight : bold;
	border-right: 1px solid;
	border-color: #FFFFFF;
	height:29px;
}
TD.breadcrump {
	color: #999999;
}

A.breadcrump { 
  color: #999999; 
}

A.breadcrump:hover {
  color:#666666;
  text-decoration:none;
}

TD.breadcrump2 {
	font-weight:bold;
	color: #ED1A28;
}

A.breadcrump2 { 
  color:#ED1A28;
}

A.breadcrump2:hover {
  color:#FF0000;
  text-decoration:none;
}

TR.footer {
  background: #c4c4c4;
  background-image: url(img/koipond_background_top.jpg);
}

TD.footer {
  margin:10px;
  text-align:center;
  color: #666666;
  background: #e9e9e9;
}

TD.footer2 {
  background: #ED1A28;
  text-align:center;
  color: #666666;
}




