/*
  $Id: stylesheet.css,v 1.54 2003/05/27 17:06:42 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.osservatore-romano.de
  
  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.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: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0000; text-decoration: underline; }

IMG.cover {
  border: 1px solid #000000;
}
TD.bildunterschrift{
  font-size: 9px;
}


BODY {
/*
  background: transparent url(images/bg_vatikan.jpg) repeat-x;
*/
  background: #FFFFFF;
  color: #000000;
  margin: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px; 
}

A {
  color: #cc0000;
  text-decoration: none;
}

A:hover {
  color: #0066cc;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #FFFFFF;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #FFFFFF;
  color: #cc0000;
  font-weight : bold;
}

A.headerNavigation { 
  color: #cc0000; 
}

A.headerNavigation:hover {
  color: #0066cc;
}

TR.headerError {
  background: #cc0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #cc0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

SPAN.breadcrumb_sep {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #FFFFFF;
  color: #666666;

}

TD.spezial {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 15px;
  background: #cc0000;
  color: #ffffff;
  font-weight : bold;
}

TD.spezial_klein {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #cc0000;
  color: #ffffff;
  font-weight : bold;
}

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;
}

/* zusatz für header.php - mittlere Navigation */

#navi { 
  margin: 0px;  
  margin-bottom: 0px;
  margin-left: -40px;
  margin-right: 0px;
  margin-top: 0px;
}
* html #navi {
  margin-left: 0px;
}

ul#navi li {
  margin: 0px;
  float:left; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: transparent url(images/navi/navi-waagrecht.gif) left repeat-x;
  display:block;
  list-style-type:none;
  width:127px;
  height:24px;
  text-align:center;
  border-right:1px solid #cccccc;
}

* html #navi li {
  width:128px;
}

ul#navi a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  height: 20px;
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 4px 0px 0px 0px;
}

#navi-li { top: 0px; left: 0px;}

#navi-li a:hover { left: 0px; color: #000000; background: transparent url(images/navi/navi-waagrecht-over.gif) left repeat-x;}


* html #navi li ul { left: 0px; }
* html #navi a { left: 0px; height: 24px; }


#navi-li-over a {
  left: 0px;
  background: transparent url(images/navi/navi-waagrecht-over.gif) left repeat-x;
}

SPAN.navi-li-over {
  color: #000000;
}

/* zusatz für include/boxes/categories.php und include/boxes/inhalte.php */
#main_cat{
  font-size: 11px;
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  border-top: 0px solid;
  border-top-color: #FF00FF;
  border-bottom: 1px ;
  border-bottom-color: #999999;
}

#main_cat ul{
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-position: outside;  
}  

#main_cat li {
  background: transparent url(images/navi/navi-senkrecht.gif) repeat-x scroll left;
}

#main_cat a{
  display: block;
  text-indent: 0px;      
  padding: 2px 5px 4px 1px;
  text-decoration: none;
  vertical-align: middle;
  padding-left: 3px;
  border-right:1px solid #000000;
  border-left:1px solid #000000;
  height:17px;
  color: #000000; 
}

* html #main_cat a{    
  padding: 2px 4px 1px 4px; 
  height:23px;
}

#main_cat a:hover {
  color: #000000;
  background: transparent url(images/navi/navi-senkrecht-over.gif) repeat-x scroll left;
}

#main_cat .over a{    
      color: #000000;
	  vertical-align: middle; 
	  border-right:1px solid #000000;
	  border-left:1px solid #000000;
	  background: transparent url(images/navi/navi-senkrecht-over.gif) repeat-x scroll left bottom;
}

/* zusatz für 2reihige Kategorienamen in include/boxes/categories.php */

#main_cat_2reihe{
  font-size: 11px;
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  border-top: 0px solid;
  border-top-color: #FF00FF;
  border-bottom: 1px ;
  border-bottom-color: #999999;
}

#main_cat_2reihe ul{
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-position: outside;  
}  

#main_cat_2reihe li {
  background: transparent url(images/navi/navi-senkrecht-2reihe.gif) repeat-x scroll left;
}

#main_cat_2reihe a{
  display: block;
  text-indent: 0px;      
  padding: 1px 5px 5px 1px;
  text-decoration: none;
  vertical-align: top;
  padding-left: 3px;
  border-right:1px solid #000000;
  border-left:1px solid #000000;
  height:30px;
  color: #FFFFFF; 
}

* html #main_cat_2reihe a{    
  padding: 0px 4px 0px 4px; 
  height:35px;
}

#main_cat_2reihe a:hover {
  color: #000000;
  background: transparent url(images/navi/navi-senkrecht-2reihe-over.gif) repeat-x scroll left;
}

* html #main_cat_2reihe a:hover {
  padding: 0px 4px 0px 4px;
  height:35px;
}


#main_cat_2reihe .over a{    
      color: #000000;
	  vertical-align: middle; 
	  border-right:1px solid #000000;
	  border-left:1px solid #000000;
	  background: transparent url(images/navi/navi-senkrecht-2reihe-over.gif) repeat-x scroll left;
}






	
/* Zusatz für die Buttons */ 	
TD.buttonschrift, P.buttonschrift, LI.buttonschrift, UL.buttonschrift {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TR.footer {
  background: #f9fa00;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #f9fa00;
  color: #000000;
  font-weight: bold;
}

.infoBox {
  background: #F0F0F0; 
}

.infoBox_extra {
  background: #F0F0F0;
}

.infoBox_navi {
  background: #F0F0F0;
}

.infoBoxContents {
  background: #F0F0F0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContents_extra {
  background: #F0F0F0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContents_navi {
  background: #F0F0F0;
  font-family: Verdana, Arial, sans-serif; 
  color: #cc0000;
}

.infoBoxContents_navi_sv {
  background: #F0F0F0;
  font-family: Verdana, Arial, sans-serif; 
  font-size: 10px;
  color: #cc0000;
}

.ShoppingBoxContents {
  background:images/bg_navi.gif;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #F0F0F0;
  color: #cc0000;
}


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: #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;
}

TD.kat_uebersicht {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TABLE.productListing {
  background-color: #FFFFFF;
}

TABLE.productListing-data {
  background-color: #FFFFFF;
  
}
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #E8E8E8;
  color: #cc0000;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #cc0000;
}

A.pageResults:hover {
  color: #0066cc;
  background: #FAFAFA;
}

TD.pageHeading, DIV.pageHeading, SPAN.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, LI.main, UL.main, SPAN.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.main_bold, P.main_bold, LI.main_bold, UL.main_bold, SPAN.main_bold {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  font-weight: bold;
}

SPAN.main_grau {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #999999;
}


TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.unterText, SPAN.unterText, P.unterText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #0066cc;
}

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: #0066cc;
}

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: #000000;
  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;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #FF0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #FF0000;
}

SPAN.rabattText {
  font-family: Verdana, Arial, sans-serif;
  color: #cc0000;
}

TD.highlights, SPAN.highlights {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

TD.highlights_13, SPAN.highlights_13 {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}


TD.start_date_month_year {
  color: #FF0000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
}


TD.productPriceInListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #F0F0F0;
}

TD.productPriceInProdInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ccFFcc;
}

.moduleRow { }
.moduleRowOver { background-color: #FAFAFA; cursor: hand; }
.moduleRowSelected { background-color: #F0F0F0; }

.checkoutBarFrom { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #cc0000; }
.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: 11px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #2BBD39; background-color: #FAFAFA; font-weight: bold;}

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }


/* zusatz für product_info.php, product_listing.php, und alle foreign rights.php */

TD.pageTitel {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}

TD.pageAutor {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
}

TD.smallText_Autor, SPAN.smallText_Autor, P.smallText_Autor {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #666666;
}

TD.pageUntertitel {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.pageReihe {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

TR.catbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TD.catbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* zusatz für anfahrtsseiten */
#anfahrt_leiste { font-family: Verdana, Arial, sans-serif; margin: 0px; height: 20px; background-color: #E8E8E8; }
#anfahrt_leiste a { font-family: Verdana, Arial, sans-serif; font-size: 12px; height: 20px; display: block; color: #cc0000; text-decoration: none; padding: 2px 0px 0px 0px;}
#anfahrt_leiste a:hover {  background-color: #cc0000; color: #FFFFFF; }

/* zusatz für infobriefe */
TD.datum {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #cc0000;
  font-weight: bold;
  background: #FFFFFF;
}
TD.main-rot {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color:#000000;
  background: #FFF1F3;
}  
TR.titel-rot, TD.titel-rot {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color:#FFFFFF;
  background: #BA4A5C; 
}
SPAN.titel-rot {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color:#FFFFFF;
  font-weight: bold;
  text-decoration: underline; 
}
SPAN.titel-rot-autor {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color:#FFFFFF;
  text-decoration: underline; 
}
TD.main-cover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color:#000000;
  background: #F2F2F2;
}
TD.main-grau {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color:#000000;
  background: #F2F2F2;
}


/* cms */

TD.dachzeile {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}
TD.schlagzeile, SPAN.schlagzeile {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

TD.zutext {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

/* Boxen für Navi column left*/
TD.navi_top, DIV.navi_top {
  width: 135px;
  padding: 0px 4px 0px 4px;
  background:transparent url(images/infobox/bg-top-navi.gif) no-repeat left top;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}

TD.navi_bottom, DIV.navi_bottom {
  width: 135px;
  padding: 4px 0px 6px 0px; 
  background:transparent url(images/infobox/bg-bottom-navi.gif) no-repeat scroll left bottom; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

/* für startseite.php */
TD.start_top, DIV.start_top {
  width: 152px;
  padding: 0px 4px 0px 4px;
  background:transparent url(images/infobox/bg-top-start.gif) no-repeat left top;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}
TD.start_top_lang, DIV.start_top_lang {
  width: 200px;
  padding: 0px 4px 0px 4px;
  background:transparent url(images/infobox/bg-top-start-lang.gif) no-repeat left top;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}

TD.start_top_lang_300, DIV.start_top_lang_300 {
  width: 300px;
  padding: 0px 4px 0px 4px;
  background:transparent url(images/infobox/bg-top-start-lang-300.gif) no-repeat left top;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}

TD.start_top_lang_400, DIV.start_top_lang_400 {
  width: 400px;
  padding: 0px 4px 0px 4px;
  background:transparent url(images/infobox/bg-top-start-lang-400.gif) no-repeat left top;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}

/* Boxen für column left*/
TD.left_top, DIV.left_top {
  width: 135px;
  padding: 2px 4px 0px 4px;
  background:transparent url(images/infobox/bg-top-navi.gif) no-repeat left top;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}

TD.left_middle, DIV.left_middle {
  width: 135px;
  padding: 2px 4px 0px 4px;
  background:transparent url(images/infobox/bg-middle-navi.gif) no-repeat left top;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 1.5;
}

TD.left_bottom, DIV.left_bottom {
  width: 135px;
  padding: 4px 4px 6px 4px; 
  background:transparent url(images/infobox/bg-bottom-navi.gif) no-repeat scroll left bottom; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.left_top_rot, DIV.left_top_rot {
  width: 135px;
  padding: 2px 4px 0px 4px;
  background:transparent url(images/infobox/bg-top-navi-rot.gif) no-repeat left top;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  line-height: 1.5;
  font-weight: bold;
}


TD.zeile_1_left {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  font-weight: bold;
/* Rand -> oben */
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:#000000;
/* Rand -> unten */
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#000000;    
/* Rand -> links */
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:#000000;
/* Rand -> rechts */
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:#000000;
}
TD.zeile_1 {
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
/* Rand -> oben */
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:#000000;
/* Rand -> unten */
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#000000;
/* Rand -> rechts */
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:#000000;
}
TD.zeile_X_left {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
/* Rand -> unten */
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#000000;
/* Rand -> links */
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:#000000;  
/* Rand -> rechts */
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:#000000;
}
TD.zeile_X {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
/* Rand -> unten */
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#000000;
/* Rand -> rechts */
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:#000000;
}

TD.ArtikelError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #cc0000;
  color: #ffffff;
  font-weight : bold;

}