/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 14px; }
.boxText a:active { font-family: Verdana, Arial, sans-serif; font-size: 14px; color: white; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: black; text-decoration: blink; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; }

.cttable .divBox .divBox_0 { width: 300px; }


.bottommenu {
	width: 100%;
	color: #FEF56B;
	margin: 10px 10px 10px 230px;
	}

.bottommenu a {
	font-weight: bold;
	color: #FEF56B;
	padding: 20px 10px 50px 10px;
	}

.prodInfUS { 
	font-weight: bold; 
	float: left;
	width: 250px;
	clear: both;
	padding: 0px;
	margin: 0px;
	}

.prodInfUS1 { 
	font-weight: bold; 
	width: 60%; 
	float: left; 
	clear: none;
	}

.prodInfUS2 { 
	width: 30%; 
	float: right; 
	clear: none;
	height: 40px;
	width: 120px;
	}

.prodInfUS3 { 
	padding-top: 10px; 
	height: 25px; 
	width: 100%; 
	float: left; 
	clear: both;
	}

.prodInfUS4 { 
	width: 30%; 
	padding-top: 40px; 
	float: right; 
	clear: right;
	}

.pNewBox { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 14px; 
	margin:0 10px 20px 30px;
}		
	
.catBox { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 14px; 
	margin: 0px 10px 30px 50px;
	}

.catBox h5 { 
	font-size: 14px; 
	font-family: Verdana, Arial, sans-serif; 
	margin: 5px 0px 5px 0px;
	padding: 0px;
	}

.catBox a { 
	color: black;
	font-family: Verdana, Arial, sans-serif; 
	}

.actItem { text-decoration: underline; }

BODY {
	  background-color:black;
  margin: 0px;
	color: #333333;
font-family: Verdana,Arial,sans-serif;
font-size:12px;
}

.torso {
	width: 1000px;
   background-color: black;
	left: 50%;
	height: 1000px;
	border: 1px solid black;
	position: absolute; 
	margin: 0px 0px 0px -500px;
	top: 30px;
	z-index: 1;
}

.lefthalf {
	float: left;
	width: 272px;
	height: auto;
	}

.imagemenu {
	width: 242px;
	height: auto;
	float: left;
	padding: 20px 10px 0px 20px;
	}

.imagemenu a:hover {
  color: #FEF56B;
  text-decoration: underline;
}

.logoff_text {
	font-family: verdana;
	color: #fef56b;
	font-size: 12px;
}
	
.imp {
	float: left;
	height: auto;
	width: 242px;
	margin-bottom: 12px;
	font-family: verdana;
	color: #fef56b;
	font-size: 12px;
	vertical-align: middle;
	}

.imp text {
	vertical-align: center;
	}

.imp img {
	margin-right: 10px;
	float: left;
	}

.imp input {
	vertical-align: top;
	border-color: black;
	background-color: #fef56b;
	margin-top: 6px;
	}

#impSearch img a {
	margin-top: 35px;
	margin-left: -125px;
	position: absolute;
	}

#impSearch a {
	float: left;
	}

.leftBoxTorso {
	top: 10px;
	width: 272px;
	min-height: 239px;
	}

.leftBoxHead {
	background-image: url(images/box_head_small.jpg);
	width: 272px;
	height: 36px;
	float: left;
	}

.leftBoxContent {
	background-image: url(images/box_torso_small.jpg);
	width: 272px;
	min-height: 200px;
	float: left;
	}

.leftBoxFoot {
	background-image: url(images/box_foot_small.jpg);
	width: 272px;
	height: 3px;
	float: left;
	}


.righthalf {
	position: absolute;
	left: 272px;
	}

/*

.righthalf {
	float: right;
	width: 728px;
	height: auto;
	clear: none;
	}

*/

.header {
	margin: 0px;
	padding: 0px;		
   background-color: black;
	height: 151px;
	width: 728px;
	}

.header img {
	margin-left: 0px; 
	border: 0px;
	}

.contenttorso {
	width: 728px;
	height: auto;
	margin-top: 20px;
	}

.contentheader {
	width: 728px;
	height: 60px;
	background-image: url(images/box_head_big.jpg);
	background-repeat: no-repeat;
   background-color: black;	
	}

.contenttext  {
	padding: 10px 80px 20px 80px;
	min-height: 300px;
	width: 560px!important;
	width: 696px;
	background-image: url(images/box_torso_big.jpg);
	background-repeat: repeat-y;
	}

.contenttext a {
	color: black;
	text-decoration: none;
	}

.justitext {
	padding: 10px 80px 20px 80px;;
	min-height: 300px;
	width: 560px;
	background-image: url(images/box_torso_big.jpg);
	background-repeat: repeat-y;
	text-align: justify;
	}

.contenttext h1 {
	color: #555555;
	font-size: 18px;
	}

.cttable {
	width: 100%;
	margin-bottom: 30px;
	color: black;
	}

.cttable a {
	color: black;
	}

.contentfooter {
	width: 728px;
	height: 4px;
	background-image: url(images/box_foot_big.jpg);
	background-repeat: no-repeat;
   background-color: black;	
	}

.divBox {

	}

.erjahr a { padding-left: 25px; }

#divBox_0_0 { height: 0px; width: 0px; float: left; }
#divBox_0_1 { height: 20px; float: left; width: 116px; margin: 0px; padding: 0px; }
#divBox_0_2 { height: 20px; float: right;  margin: 0px; padding: 0px; }
#divBox_0_2 a, .erjahr a { font-size: 12px; color: black; padding-right: 50px;}
#divBox_0_3 { display: none;  height: 20px; width: 100%; float: left; clear: both;  margin: 0px; padding: 0px; }
#divBox_0_1 a { font-size: 12px; }
.SSO { width: 116px; float: left; }
.pdListDivFoot { clear: both; }
.hrhr { width: 100%; float: left; clear: both; padding: 0px 0px 10px 0px; }

.divBox_0 {
	width: 120px;
	float: left;
	clear: both;
	}

.divBox_1 {
	float: left;
	width: 310px;
	clear: none;
	padding-bottom: 10px;
	padding-right: 20px;
	}

.divBox_1 p {
	text-align: justify;
	}

.divBox_1 a { color: black; }

.divBox_2 {
	height: 20px;
	float: left;
	clear: none;
	}

.divBox_3 {
	height: 100px;
	float: left;
	clear: none;
	margin-top: 50px;
	}


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

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


FORM {
	display: inline;
}

.header a img { margin: 20px; }

TR.header {
  background: #ffff00;

}

TR.headerNavigation {
  background: #bbc3d3;

}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;

  color: #555555;
  font-weight : bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;

}

A.headerNavigation { 
  color: #555555; 
}

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

.headerError {
	padding: 10px 80px 0px 80px;
	color: red;
	width: 560px;
	background-image: url(images/box_torso_big.jpg);
	background-repeat: repeat-y;
	}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;

  color: #555555;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {

}

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

TR.footer {
 /* background: #bbc3d3; */
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
/*  background: #bbc3d3; */
  color: #555555;
  font-weight: bold;
}

.infoBox2 a {
	color: black;
	}


.infoBox {
	color: #555555;
	margin-left: 45px;
	width: 120px;
}

.infoBox td { width: 120px; }

.infoBox a {
	color: black;
}

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

}


.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {

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



TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-align: center; 
}

TD.infoBox, SPAN.infoBox {
  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 solid black;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #555555;
  background-color: #fff88e;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #fff88e;
   color: #555555;
	border: 1px solid black; 

}
.productListing-data a img {
	margin-top: 7px;
	}

.productListing A {
  text-decoration: none;
  background-color: #fff88e;
  color: #555555;
}

.productListing A:hover {
  color: #AABBDD;
  text-decoration: underline;
}


A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

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

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

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

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

h1 {
	color: #fef56b;
	font-size: 14px;
	}

/*
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.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; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; text-decoration: blink; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FEF56B; background-color: black; }

/* input requirement */

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

/* Aksellib */

.alertBoxOverlay {
        z-index: 22;
	background-color: black;
	opacity: 0.45;
	height: 100%;
	width: 100%;
	position: fixed;
	visibility: visible;
        }

.alertBox {
        background-color: white;
        border: 1px solid black;
        color: white;
        font-weight: bold;
        font-size: 11px;
        z-index: 23;
}

.alertBox a img {
        border-width: 0px;
}

.aB1 {
        width: 238px;
        height: 17px;
        float:left;
        border: 1px solid black;
        padding: 0px 0px 0px 5px;
        margin: 1px;
        background-image: url(/aksellib/images/verlauf_box.jpg);
}

.aB2 { 
        width: 17px;
        height: 17px;
        float:left;
        border: 1px solid black;
        margin: 1px;
        background-image: url(/aksellib/images/verlauf_box.jpg);
        background-position: right;
}

.aB3 { 
        width: 254px;
        color: black;
        height: 55px;
        float:left;
        border: 1px solid black;
        padding: 5px 5px 5px 5px;
        margin: 1px;
        background-image: url(/aksellib/images/verlauf_box.jpg);
}

.aB3 a {
        color: white;
        text-decoration: none;
        margin-top: 4px;
        }

/*
.onlineReader_bg {
	background-color: black;
	height: 100%;
	width: 100%;

   }

*/
.onlineReader_bg {
	z-index: 20;
	position: absolute;
	visibility: visible;
	}

.onlineReader {
        background-color: white;
        border: 1px solid black;
        color: white;
        font-weight: bold;
        font-size: 11px;
        z-index: 23;
}

.onlineReader_leiste {

	height: 20px;
	border-bottom: 1px solid black;
	margin: 0px;
	padding: 0px;
	color: black;
	font-family: Verdana, Arial, sans-serif; font-size: 10px;
	}


.onlineReader_leiste p {
	float: left;
	width: 700px;
	margin: 2px 0px 0px 5px;
	padding: 0px;
	}

.onlineReader_leiste a img {
	height: 17px;
	float: right;
	vertical-align: right;
	border-left-width: 2px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding-top: 1px;
	border-color: black;
	}



.pfeil_links {
	border-width: 0px;
	}

.pfeil_rechts {
	border-width: 0px;

	}


.pfeil_links_div { 
	border-width: 0px;
	float: left;
	height: 100%;
	width: 50px;
	vertical-align: center;
	padding-left: 10px;
	}

.pfeil_rechts_div { 
	border-width: 0px;
	float: left;
	height: 100%;
	width: 41px;
	vertical-align: center;
	padding-left: 10px;
	padding-right: 10px;
	}


#readsheet {
	border: 1px solid black;
	margin-top: 20px;
	}

#readSheetDiv {
		overflow: auto;
		float: left;
}

.hw1 {
	width: 50%;
	text-align: left;
	float: left;
	}

.hw2 {
	width: 50%;
	text-align: right;
	float: left;
	}


.main a u{ 
	color: #555555; 
	text-decoration: none;
	}

