/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333333;
	background-color: #cccccc;
}
img {
	border: none;
}
/* allgemeine Stile */
.fett {
	font-weight: bold;
	color: #333333;
}
.klein {
	font-size: 11px;
}
.kursiv {
	font-style: italic;
}
.hochgestellt {
	vertical-align: top;
}
.farbigHinterlegt {
	background-color: #FFCC33;
}
.hellgrau {
	color: #CCCCCC;
}
h1 {
	font-size: 20px;
	visibility: hidden;
}
h2 {
	margin-bottom: 12px;
	font-size:15px;
	font-weight: bold;
}
h3 {
	margin-bottom: 4px;
	font-size:13px;
	font-weight: bold;
}
p {
	margin-bottom: 12px;
}
/* Ebene, die alles umfasst */
#overall_1 {
	width: 868px;
	margin: auto;
	text-align: left;
	background-image: url(../img/bg_overall.jpg);
	background-repeat: repeat-y;
}
/* für die Darstellung der Schatten-Korrektur oben rechts */
#corner  {
	float: right;
}

/* Ebene, die rechts 8px margin hat -> Darstellung des Schattens */
#overall_2 {
	margin-right: 8px;
	border: 1px solid #ffffff;
}
/* Ebene, welche das Titelbild enthält */
#header {
	height: 82px;
	overflow: hidden;
	border-bottom: 1px solid #ffffff;
}
/* Ebene mit den horizontal angeordneten Navigations-Links */
#horizNav {
	position: relative;
	padding: 4px 12px 4px 190px;
	background-color: #e8e8e8;
	border: 1px solid #999999;
	font-size: 13px;
	font-weight: bold;
}
#horizNav ul {
	list-style-type: none;
}
#horizNav ul, #horizNav li {
	display: inline;
}
#horizNav li {
	margin-left: 6px;
	margin-right: 6px;
	color: #996600;
}
#horizNav a:link, #horizNav a:visited, horizNav a:active {
	color: #333333;
	text-decoration: none;
}
#horizNav a:hover {
	color: #996600;
	text-decoration: none;
}
/* die Sprachwahl links in der horizontalen Navigationsleiste */
#sprachwahl {
	position: absolute;
	right: 22px;
	top: 4px;
	width: 50px;
	color: #996600;
}
/* das Hilfe-Icon rechts in der horizontalen Navigationsleiste */
#helpIcon {
	position: absolute;
	right: 15px;
	top: 5px;
	border: none;
}
/* Uebergeordnete Ebene links mit den Haupt-Navigationspunkten 
   Die negative margin-top setzt ihren oberen Rand exakt auf die Linie der horiz. Navigationsleiste*/
#vertNav {
	width: 180px;
	float: left;
	margin-top: -1px;
}
/* Listen / Zusammenfassung der Links zu Gruppen */
#vertNav ul {
	margin: 0 1px 8px 1px;
	text-align: right;
	list-style-type: none;
}

/* Zu den Shops gehörende Listen: Saiten-Shop-Gruppe, Zubehör-Shop-Gruppe, Links zum Einkauf-Status */

/* Shop-Titelfeld mit Link (der Link selbst hat ein padding von 3px, deshalb hier padding 1px */
#vertNav .shopListTitle {
	padding: 1px;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #cccccc;
}
#vertNav .shopListTitle a:link, .shopListTitle a:visited, .shopListTitle a:active {
	color: #333333;
	display: block;
	padding: 7px 5px;
	text-decoration: none;
	background-image: url(../img/bg_ShopNavi.gif);
}
#vertNav .shopListTitle a:hover {
	display: block;
	padding: 7px 5px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../img/bg_ShopNavi_o.gif);
}
/* Wenn der Shop ausgewählt ist, besteht kein Link. padding 1px, dafür der Text mit span für blockDarstellung; anderer Hintergrund */
#vertNav .shopListTitleActive {
	padding: 1px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #cccccc;
	background-image: url(../img/bg_ShopNavi.gif);
}
#vertNav .titelTextBlock {
	display: block;
	padding: 7px 5px;
	background-image: url(../img/bg_ShopNavi_a.gif);
}
/* Alle verlinkten Felder des Shops, d.h. alle der Gruppen Saiten-Shop, Zubehör-Shop und 'Einkaufsinformationen */
#vertNav .shopListItem {
	padding: 1px;
	font-size: 12px;
	border-bottom: 1px solid #999999;
	background-color: #cccccc;
}
#vertNav .shopListItem a:link, .shopListItem a:visited, .shopListItem a:active {
	color: #333333;
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	background-image: url(../img/bg_ShopNavi.gif);
}
#vertNav .shopListItem a:hover {
	color: #ffffff;
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	background-image: url(/img/bg_ShopNavi_o.gif);
}
#vertNav .shopListItemActive {
	color: #ffffff;
	font-weight: bold;
	padding: 1px;
	font-size: 12px;
	border-bottom: 1px solid #999999;
	background-color: #cccccc;
}
#vertNav .shopTextBlock {
	display: block;
	padding: 3px 5px;
	background-image: url(../img/bg_shopNavi_o.gif);
}

/* 'normale' Listen, d.h. die nicht zum Shop gehören (Bsp. Welt der Saiten) */
#vertNav .listTitle {
	padding: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #cccccc;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.listTextBlock {
	padding: 7px 3px;
	display: block;	
	background-image: url(../img/bg_Navi.gif);
	}
#vertNav .listItem {
	padding: 1px;
	border-bottom: 1px solid #999999;
	font-size: 12px;
	background-color: #cccccc;
}
.listItem a:link, .listItem a:visited, .listItem a:active {
	color: #333333;
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	background-image: url(../img/bg_Navi.gif);
}
.listItem a:hover {
	color: #ffffff;
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	background-image: url(../img/bg_Navi_o.gif);
}
/* Wenn ein Item ausgewählt ist, besteht kein Link. padding 1px, dafür der Text mit span für blockDarstellung; anderer Hintergrund */
#vertNav .listItemActive {
	color: #ffffff;
	font-weight: bold;
	padding: 1px;
	border-bottom: 1px solid #999999;
	font-size: 12px;
	background-color: #cccccc;
}
#vertNav .textBlock {
	display: block;
	padding: 3px 5px;
	background-image: url(../img/bg_Navi_o.gif);
}
#vertNav #warenkorbInfo {
	padding: 4px 5px 4px 5px;
	font-size: 11px;
	color: #333333;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #e6e6e6;
}

/* Der freie Container für den Inhalt auf allen Seiten */
#editable {
	width: 676px;
	float: right;
	background-color: #ffffff;
}
#editable a {
	color: #666666;
	text-decoration: none;
}
#editable a:hover {
	color: #ff6600;
	text-decoration: none
}
/* Auf den meisten Seiten umrahmt ein zweiter, untergeordneter Container 'normalContent', der für die Randabstände zuständig ist, den Inhalt.  */
#normalContent {
	margin: 16px 16px 16px 16px;
}
/* Auf der Homepage exisiteren drei Container; ein übergeordneter, einer für den Inhalt, und einer als rechte Randspalte für die News */
#homeContent {
	width: 486px;
	float: left;
}
/* wegen IE-Fehler bei grössenangaben -> Zweiter Container, der die Randabstände festlegt */
#homeContent_2 {
	margin: 12px 16px 16px 16px;
}

/* Ticker: die id der Ebene heisst 'ticker', die id für den span 'tickertext'. Span nötig für JavaScript-Bezug */
#ticker {
	height: 50px;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

/* Stile für die News-Kasten in der rechten Spalte der Eingangsseite */
#homeNews {
	width: 180px;
	float: right;
	margin-top: -1px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
#homeNewsTitle {
	padding: 6px 6px 4px 6px;
	border-bottom: 1px solid #999999;
	background-image: url(../img/bg_news.jpg);
}
.homeNewsItem {
	padding: 4px 6px;
	font-size: 11px;
	border-bottom: 1px solid #999999;
	background-image: url(../img/bg_news.jpg);
	background-repeat: no-repeat;
}
#homeNews a {
	color: #333333;
	text-decoration: none;
}
#homeNews a:hover {
	color: #996600;
	text-decoration: none;
}
/* Angaben für die Seite manufacturer.asp */
.manufactItem {
	width: 284px;
	float: left;
	margin: 0 16px 10px 0;
	padding: 4px;
	border: 1px solid #cccccc;
	font-size: 10px;
}
.manufactItem img {
	float: left;
	margin-right: 8px;
}

/* die Klasse clearing -> Aufheben des floats */
.clearing {
	height: 1px;
	clear: both;
}
/* Fusstext jeder Seite */
#footer {
	width: 868px;
	clear: both;
	margin: auto;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
	color: #696969;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #996600;
}
/* Für die Seiten str_select.asp und acc_select.asp: dreispaltige Darstellung */
/* die Spalten haben die Klasse .selectColumn; die Breite der Spalten wird auf s_select.asp resp z_select.asp dynamisch erzeugt*/
.selectColumn {
	float: left;
	margin-right: 6px;
	margin-bottom: 30px;
}
.selectColumn h3 {
	background-color: #ffffff;	
}

/* Listen in den Spalten */
.selectColumn ul {
	padding-top: 3px;
	list-style-type: none;
	background-image: url(../img/bg_tree.gif);
}
/* Listenpunkte */
/* Allgemeine Deklaration für alle / der Rahmen verhindert den Peekaboo-Bug im IE*/
.selectColumn li {
	position: relative;
	padding: 2px 0 2px 16px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}
/* Individuelle Deklarationen */
/* normaler Listenpunkt mit Abzweigungen nicht ausgewählt */
.selectColumn .multiItem {
	font-weight: normal;
	background-image: url(../img/bg_treeNod_p.gif);
}
/* letzter Listenpunkt mit Abzweigungen nicht ausgewählt */
.selectColumn .multiItemLast {
	font-weight: normal;
	background-image: url(../img/bg_treeNod_p_last.gif);
}
/* normaler Listenpunkt mit Abzweigungen ausgewählt */
.selectColumn .multiItemSelected {
	font-weight: bold;
	background-image: url(../img/bg_treeNod_m.gif);
}
/* letzter Listenpunkt mit Abzweigungen nicht ausgewählt */
.selectColumn .multiItemLastSelected {
	font-weight: bold;
	background-image: url(../img/bg_treeNod_m_last.gif);
}
.selectColumn .singleItem {
	font-weight: normal;
	background-image: url(../img/bg_treeNod.gif);
}
/* letzter Listenpunkt mit Abzweigungen nicht ausgewählt */
.selectColumn .singleItemLast {
	font-weight: normal;
	background-image: url(../img/bg_treeNod_last.gif);
}
.selectColumn .singleItemSelected {
	font-weight: bold;
	background-image: url(../img/bg_treeNod.gif);
}
/* letzter Listenpunkt mit Abzweigungen nicht ausgewählt */
.selectColumn .singleItemLastSelected {
	font-weight: bold;
	background-image: url(../img/bg_treeNod_last.gif);
}

/* Hilfe-Liste (ul) der Auswahl-, Katalog- und Bestellen-Seiten */
.help {
	font-size: 11px;
	color: #993300;
	padding: 3px 3px 3px 20px;
	margin-bottom: 12px;
	border: 1px dashed #996600;
}
/* Styles für die Katalog-Saiten --------------------------------------- */
/* Pfadangabe auf den Katalogseiten */
#path {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}
/* Printer-Image auf den Katalogseiten */
#printer {
	float: right;
	width: 20px;
	height: 20px;
	border: 0;
}
/* Produktetabellen auf den Katalogsaiten, Tabelle auf der Seite 'addItem.asp' und auf 'shoppingCart.asp' */
.productTable {
	width: 644px;
	font-size: 12px;
}
/* Für die Produkteauflistung: kleinere Schrift */
#str_catalog .productTable, #acc_catalog .productTable {
	font-size: 11px;
}
/* Für die Einzelsaiten-Darstellung andere Breite der Tabelle */
.singleStringColumn .productTable {
	width: 100%;
}
.productTable td {
	padding: 2px 4px 0 0;
	vertical-align: top;
}
.productTable .tableHead {
	height: 32px;
	background-image: url(../img/bg_catalogTableTitle.gif);
	line-height: 15px;
	background-repeat: repeat-x;
	font-weight: bold;
}
.productTable .tableHead td {
	padding-top: 3px;
}

/* Style für die Produkt-Bilder im Saitenkatalog */
#str_catalog .productPic {
	width: 50px;
	height: 50px;
	margin-right: 8px;
}
/* Style für die Produkt-Bilder im Zubehörkatalog */
#acc_catalog .productPic {
	width: 80px;
	height: 50px;
	margin-right: 8px;
}
/* Stil für die Spalten auf der Katalog-Seite für Einzelsaiten */
/* Die Titelzeile */
#str_catalog .singleStringTitle {
	width: 620px;
	clear: both;
	font-weight: bold;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	padding: 3px;
	background-color: #ffffcc;
}
/* Ebene für das Label-Pic */
#str_catalog .singleStringImg {
	width: 54px;
	float: left;
	margin: 0 12px 12px 0;
}
/* Ebenen mit den Saiten-Tabellen */
#str_catalog .singleStringColumn {
	width: 178px;
	float: left;
	margin: 0 10px 0 0;
}
/* Tabellenzeilen im Warenkorb / normal und selektiert */
.tableData {
	padding-top: 10px;
	background-image: url(../img/bg_tableData.gif);
}
.tableDataSelected {
	padding-top: 10px;
	background-image: url(../img/bg_tableDataSelected.gif);
}
/* Style für das Warenkorb-Bild */
#productTable .cart {
	margin: 1px 0 -2px 10px;
	border: 1px solid #f0f0f0;
}
/* die Links am unteren Ende der Kataloge */
.footLinks {
	clear: both;
	padding: 3px;
	margin-bottom: 6px;
	border: 1px solid #cccccc;
	font-size: 11px;
	background-color: #f7f7f7;
}
/* Seiten des Saiten-Kataloges: das Symbol zum schliessen des Hilfe-Fensters in der Hilfe-Ebene */
#closeHelp {
	float: right;
	margin: 3px 3px 0 0;
	border: none;
}
/* Seiten des Saiten-Kataloges: Icons für Hilfe, Hilfe-Ebene öffnen */
.helpIcon {
	width: 16px;
	height: 16px;
	float: right;
	border: none;
	margin-top: 4px;
	margin-left: 6px;
}
/* die Buttons, die im Inhaltsbeeich der Seiten  Warenkorb, s_addItem, bestellen */
.buttonLayer {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 16px;
}
.buttonLayer img, .buttonLayer input {
	margin-right: 12px;
}
/* Ebene für die Nachrichten auf der Seite aktuell */
.aktuell {
	margin-bottom: 12px;
	padding: 4px;
	border: 1px solid #cccccc;
	background-image: url(../img/bg_news.jpg);
	background-repeat: repeat-x;
}
/* Formularstile */
/* Inputfelder in 'normalen' Formularen */
.standardInput {
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cc6600;
	font-size: 13px;
	padding-left: 2px;
	background-image: url(../img/bg_input.gif);
}
/* Inputfelder im Warenkorb und addItem.asp */
.shoppingCartInput {
	border: 1px solid #cc6600;
	font-size: 11px;
	padding-right: 2px;
	background-image: url(../img/bg_input.gif);
	text-align: right;
}
/* Im Warenkorb wird in diesem Feld der Gesamtpreis bei eingegebener Menge gezeigt */
.invisibleInput {
	width: 40px;
	font-size: 11px;
	border: 0;
	text-align: right;	
}
/* Im Warenkorb bei Mengenänderungen wird in diesem Feld der Gesamtpreis bei eingegebener Menge gezeigt */
.invisibleInputSelected {
	width: 40px;
	font-size: 11px;
	border: 0;
	text-align: right;
	background-image: url(../img/bg_tableDataSelected.gif);	
}
.checkbox {
	margin-top: 8px;
	margin-right: 4px;
}
/* Ebene für Fehlermeldungen und Rückmeldungen/Bestätigungen */
.errorMessage {
	font-size: 11px;
	color: red;
	margin-bottom:16px;
}
.formularZeile {
	margin-top: 3px;
}
#transmitOrder_1 .label, #transmitOrder_2  .label {
	display: block;
	width: 150px;
	float: left;
	padding-top: 4px;
	padding-right: 6px;
	text-align: right;
}
/* Ausgabe der Gutschein-Meldetexte auf der Seite transmitOrder_2 */
.gutscheinAusgabeText {
	font-size: 12px;
	color: #FF0000;
	margin: 12px 0 0 156px;
}
.gutscheinAusgabeText .fett {
	font-weight: bold;
	color: #CC3300;
}	
/* Auf den Seiten, wo zwei Buttons nebeneinander vorkommen / linker Abstand des 2. Buttons vom 1. */
.button2 {
	margin-left: 12px;
}