/*
  $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: 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: #70d250; text-decoration: underline; }

BODY {
  background: #DFDFDF;
  color: #000000;
  margin: 0px;
}

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

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

FORM {
        display: inline;
}

TR.header {
  background: #0080FF;
}

TR.headerNavigation {
  background: ;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #2878AA;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation {
  color: #FFFFFF;
}

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

TR.headerError {
  background: #ff0000;
}

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

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  background: #2878AA;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

.infoBox {
  background: #B7CBCF;
}

.infoBoxContents {
  background: #B7CBCF;
  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: 10px;
  font-weight: bold;
  text-align: center;
  background: #2878AA;
  color: #ffffff;
}

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

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #1D2F79;
}

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: 11px;
  line-height: 1.5;
}

TD.blue, P.blue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #1D2F79;
}


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

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


.smcwh{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: center;
  background: #2878AA;
  color: #FFFFFF;
  font-weight : bold;
}
.artisthead{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #1D2F79;
  font-weight : bold;
}
.realsmall {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
}

.smallblack {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight : bold;
  color: #1D2F79;
  text-align: center;
}

.smallleft {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight : bold;
  color: #1D2F79;
  text-align: left;
}

TD.gig {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  background: #2878AA;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.venue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
.dist {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
}
.ueber{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #1D2F79;
  font-weight : bold;
}
.download {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight : bold;
  color: #1D2F79;
  text-align: left;
}


.headingsmall {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1D2F79;
}

h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 color: #1D2F79;
}

.angebot{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: #FF0000;
}

.photo{
  height:100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

p {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

#gaestebuch {
	margin: 0;
	padding: 1em 0 0 0;
	text-align: center;
	font-size: 100%;
	font-family: sans-serif;
}

/* Bilder immer vertikal mittig */
#gaestebuch img {
	vertical-align: middle;
}

/* verlinkte Bilder ohne Rahmen */
#gaestebuch a img {
	border: none;
}

/* die Menü-Zeile */
#gaestebuch p#menue {
	margin: 0 2em 1em 2em;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

/* Das Formular */
#gaestebuch form {
	text-align: left;
	padding: 0;
	margin: 0 1em;
}

/* Textabsätze im Formular */
#gaestebuch form p {
	text-align: left;
}

/* betrifft Textabsätze mit class="zentriert" */
#gaestebuch form p.zentriert {
	text-align: center;
}

/* Das DIV um die Eingabefelder herum, beim ersten Eintragen */
#gaestebuch form #angaben {
	float: left;
	width: 50%;
}

#gaestebuch form #angaben p {
	text-align: left;
}

#gaestebuch form #angaben p img {
	padding-right: 5px;
}

/* diese Zeile versteht der IE nicht, daher sind bei ihm die Eingabefelder nicht über die verfügbare Länge */
#gaestebuch form #angaben p input[type=text] {
	width: 100%;
}

/* wieder der Eingabebereich, allerdings in der Vorschau */
#gaestebuch form #angaben2 {
	float: left;
	width: 50%;
}

#gaestebuch form #angaben2 p {
	text-align: right;
	margin: 0;
	padding: 0;
}

#gaestebuch form #angaben2 p img {
	padding-right: 5px;
}

#gaestebuch form #angaben2 p input[type=text] {
	width: 90%;
}

/* Die Eingabe-Box für die Nachricht */
#gaestebuch form textarea {
	width: 100%;
}

/* Das ist die Liste der Einträge (<dl>-Element). Sie besteht aus <dt>- und <dd>-Elementen.
Im <dt> steht der Autor und seine Daten, im <dd> steht seine Nachricht. */
#gaestebuch dl {
	margin: 0 2em;
	padding: 0;
}

/* Die "Kopfleiste" eines jeden Eintrags mit dem Namen des Autors, etc. */
#gaestebuch dt {
	text-align: left;
	margin: 0;
	padding: 1em 0 0.5em 4em;
	color: #204060;
	border: 1px solid #c0c0c0;
	border-bottom: none;
}

/* Dieses span umschließt den Autor. */
#gaestebuch dt span {
	font-weight: bold;
}

/* Icons in der Kopfleiste eines jeden Eintrags */
#gaestebuch dt img {
	vertical-align: middle;
}

/* Der eigentliche Text des Eintrags */
#gaestebuch dd {
	text-align: left;
	margin: 0;
	padding: 0.5em 2em 1em 2em;
	margin-bottom: 1em;
	border: 1px solid #c0c0c0;
	border-top: none;
}

/* Einstellungen für diverse Meldungs-Texte */

/* Fehlermeldung (<p>-Element) */
#gaestebuch .fehler {
	font-size: 100%; display: block;  margin: 0 auto; border: 1px solid red;
}

/* Warnung  (<p>-Element, beinhaltet das bewarnte <input>-Element) */
#gaestebuch .warnung {
	color: #ff0000;
}
#gaestebuch .warnung input {
	background-color: #ffe0e0;
}

/* Erfolgsmeldung (<p>-Element) */
#gaestebuch .erfolg {
	display: block;
	border: 1px solid #00ff00;
	background: #eeffee;
	margin: 1em 2em;
	padding: 0.5em;
}

/* dieses <div> enthält den HTML-Code aus der Datei "scripts/gb-meldung.html" */
#gaestebuch #hinweis {
	float: right;
	position: relative;
	border: solid 1px #ff0000;
	width: 45%;
	text-align: left;
	margin: 0px auto 20px auto;
	padding: 0.5em;
	background-color: #ffdfdf;
}

/* dieses <p> enthält einen Hinweis nach dem Abschicken, wenn das GB auf "moderiert" gestellt ist */
#gaestebuch #moderiert-hinweis {
	text-align: left;
	width: 75%;
	border: 1px solid red;
	background: #ffe0e0;
	padding: 5px 15px;
	margin: 0 auto 5px;
}

#gaestebuch #hinweis h2 {
	margin: 0;
	padding: 0;
	font-size: 110%;
}

/* Smilies-Box (<div>) */
#smileys {
	display: none;
	float: right;
	width: 45%;
}

#gaestebuch .neue-zeile {
	clear: both;
}

#gaestebuch span.linksbuendig {
	float: left;
}

#gaestebuch span.rechtsbuendig {
	float: right;
}

/* Link, der zur Eingabemaske führt */
#gaestebuch #neues-posting {
	margin: 0;
	padding: 0 0 0 18px;
	background: url(images/edit.gif) no-repeat;
}

/* Dieses Element soll für menschliche Besucher nicht sichtbar sein */
#gaestebuch #sig {
	display: none;
}

/* Admin-Links */
#gaestebuch #admin-settings {
	padding: 0 0 0 20px;
	background: url(images/settings.gif) no-repeat;
}

#gaestebuch .admin-edit {
	padding: 0 0 0 18px;
	background: url(images/edit.gif) no-repeat;
}

#gaestebuch .admin-kill {
	padding: 0 0 0 18px;
	background: url(images/recycle.gif) no-repeat;
}

#gaestebuch .admin-ok {
	padding: 0 0 0 18px;
	background: url(images/ok.gif) no-repeat;
}

#gaestebuch #zurueck-link {
	text-decoration: none;
	font-size: 80%;
	color: black;
	border: 1px solid #808080;
	padding: 2px 5px 2px 25px;
	background: #ffffff url(images/x.gif) no-repeat 6px 2px;
}

#gaestebuch #admin-kill-button {
	margin: 0 10px;
	padding: 1px 1px 1px 18px;
	background: #ffffff url(images/recycle.gif) 1px 1px no-repeat;
	border: 1px solid #808080;
	cursor: pointer;
}

/* Layout für den Einstellungsbereich des Adminbereichs des Gästebuchs */
#gaestebuch #einstellungen {
	font-size: 90%;
	margin: 0 50px 50px;
	padding: 20px;
	background: #e0f0f0;
	border: 1px dotted #808080;
}

#gaestebuch #einstellungen h2 {
	margin: 0;
	padding: 0 20px;
	background: #d0f0f0;
	border: 1px dotted #808080;
}

#gaestebuch #einstellungen input {
	border: 1px solid #808080;
	padding: 0 5px;
}

#gaestebuch #einstellungen #anzahl {
	width: 1.3em;
}

#gaestebuch #einstellungen #mail {
	background: #ffffff url(images/email.gif) no-repeat 2px center;
	padding: 0 0 0 20px;
	width: 20em;
}

#gaestebuch #einstellungen select {
	border: 1px dotted #909090;
}

#gaestebuch #einstellungen #submit {
	float: right;
	padding: 1px 5px 1px 25px;
	background: #ffffff url(images/save.gif) no-repeat 5px center;
	cursor: pointer;
}

#gaestebuch #einstellungen #zurueck-link {
	float: left;
}

#gaestebuch #einstellungen li span.rechtsbuendig {
	float: right;
	font-size: 80%;
	line-height: 200%;
	padding: 0;
	margin: -1.5em 0 0 0;
	height: 1em;
	overflow: visible;
}

#gaestebuch #einstellungen #auto-link {
	text-decoration: none;
	font-size: 80%;
	color: black;
	border: 1px solid #808080;
	padding: 2px 5px 2px 25px;
	background: #ffffff url(images/settings.gif) no-repeat 4px center;
}

#gaestebuch #admin-pfad-warnung {
	width: 80%;
	margin: 0 auto 15px auto;
	padding: 0 10px;
	border: 1px solid #ff0000;
	background: #ffa0a0;
	font-size: 80%;
	text-align: left;
}

/* Infobox für Debug-Ausgabe */
pre {
	display: block;
	position: absolute;
	top: 50px;
	right: 10px;
	width: 350px;
	padding: 10px;
	text-align: left;
	border: 2px solid red;
	background: #ffeeee;
	overflow: auto;
}
