/*
  $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: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; }
.errorBox { font-family: Tahoma, Verdana, Arial, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Tahoma, Verdana, Arial, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: Tahoma, Verdana, Arial, sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }

BODY {
  background-position: center;
  background-repeat: repeat;
  scrollbar-face-color : #efefef;
  scrollbar-shadow-color : #ffffff;
  scrollbar-highlight-color : #efefef;
  scrollbar-3dlight-color : #ffffff;
  scrollbar-darkshadow-color : #efefef;
  scrollbar-track-color : #ffffff;
  scrollbar-arrow-color : #ffffff;
  color: #404e5c;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

a {
  color: #404e5c;
  text-decoration: none;
}

a:hover {
  color: #748f21;
  text-decoration: none;
}

form {
	display: inline;
}

tr.header {
  background: #ffffff;
}

tr.headerNavigation {
  background: #bbc3d3;
}

.headerNavigation {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.headerNavigation a:link {
  color: #ffffff;
  text-decoration: none;
}

.headerNavigation a:visited {
  color: #ffffff;
  text-decoration: none;
}

.headerNavigation a:hover {
  color: #65dc3c;
  text-decoration: none;
}

a.headerNavigation a:active { 
  color: #ffffff; 
}

a.headerNavigation:hover {
  color: #ffffff;
}

tr.headerError {
  background: #8a3221;
}

td.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #8a3221;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

tr.headerInfo {
  background: #00ff00;
}

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

tr.footer {
  background: #bbc3d3;
}

td.footer {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #ffffff;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

td.infoBoxHeading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #404e5c;
}

td.infoBox, span.infoBox {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

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

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

TaBLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #FFFFFF;
  color: #404e5c;
  font-weight: bold;
}

td.productListing-data {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

a.pageResults {
  color: #404e5c;
}

a.pageResults:hover {
  color: #404e5c;
  background: #FFFF33;
}

td.pageHeading, DIV.pageHeading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #404e5c;
}

tr.subBar {
  background: #f4f7fd;
}

td.subBar {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #404e5c;
}

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

td.smallText, span.smallText, P.smallText {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

td.accountCategory {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #404e5c;
}

td.fieldKey {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

td.fieldValue {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

td.tableHeading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

span.newItemInCart {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #8a3221;
}

checkbox, input, radio, select {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

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

span.greetUser {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #748f21;
  font-weight: bold;
}

table.formarea {
  background: #f1f9fe;
  border-color: #748f21;
  border-style: solid;
  border-width: 1px;
}

td.formareaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

span.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #c76170;
  font-weight: bold;
}

span.productSpecialPrice {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #8a3221;
}

span.errorText {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #8a3221;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; color: #404e5c; }
.checkoutBarCurrent { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; color: #404e5c; }

/* message box */

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

/* input requirement */

.inputrequirement { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; color: #8a3221; }

td.pollBoxRow {   
font-family: Tahoma, Verdana, Arial, sans-serif;   
font-size: 11px; border-color: #ffffff;   
border-style: solid;   border-width: 1px;
} 

td.pollBoxText {   
font-family: Tahoma, Verdana, Arial, sans-serif;   
font-size: 11px;   border-color: #ffffff;   
border-style: solid;   
border-width: 0px;
} 

tr.pollOptrow {   
background: #efefef; 
} 
tr.pollFooter { 
  background: #ffffff;
} 
.footer {
	color: #404e5c;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
} 
.footer a:link {
	color: #404e5c;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #404e5c;
}
.footer a:hover {
	text-decoration: none;
	color: #404e5c;
}
.footer a:active {
	text-decoration: none;
	color: #404e5c;
}
.copyright {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404e5c;
}
.copyright a:link {
	color: #404e5c;
	text-decoration: none;
}
.copyright a:visited {
	color: #404e5c;
	text-decoration: none;
}
.copyright a:hover {
	color: #404e5c;
	text-decoration: none;
}
.copyright a:active {
	color: #404e5c;
	text-decoration: none;
}
.maintable {
	background-color: #FFFFFF;
	padding: 0px;
	width: 997px;
}
.ml2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
} 
.ml2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.ml2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.ml2 a:hover {
	color: #65dc3c;
	text-decoration: none;
}
.ml2 a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.se3{            
	border: #748f21 1px solid;
	width: 100%;
	font-size: 11px;
	color: #404e5c;
}
.as {
	color: #404e5c;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.me{
	color: #404e5c;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.pp{
	font-size: 14px;
	color: #404e5c;
	font-weight: bold;
}
/* BOF: additional Images */
.imagesBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* EOF: additional Images */

div.scroll {
height: 69px;
width: 359px;
overflow: auto;
border: 0px;
background-color: #FFFFFF;
scrollbar-face-color : #FFFFFF;
scrollbar-shadow-color : #748f21;
scrollbar-highlight-color : #FFFFFF;
scrollbar-3dlight-color : #748f21;
scrollbar-darkshadow-color : #FFFFFF;
scrollbar-track-color : #FFFFFF;
scrollbar-arrow-color : #748f21;
}
/* submit form */
#submitform {
width: 198px;
height: 207px;
background: #fff url(images/subscribe_background.jpg) no-repeat top left;
text-align:center;
position:relative;
}

.text {
margin:20px 0 0;
width: 160px;
border: 1px solid #3a4534;
filter:alpha(opacity=70);
-moz-opacity:.7;
opacity:.7;
background:#fff;
font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#submit {
width:198px;
height:15px;
text-align: right;
position:absolute;
bottom:15px;
right:18px;
}
#bericht {
margin: 15px auto 0 auto;
text-align:left;
}
#bericht span {
padding:8px;
display:block;
text-align:justify;
}