/* 
	CSS October Labs
	Version 9.0
	(c) 2006
	
	CSS Style for Stenger Bike Webshop
	
	@charset "iso-8859-1";

*/

/* ----------------- breiten ---------------- */
div.document { 
	padding: 0;
	margin:  0;
	width: 1005px;
}

div#head h1 a {
	display: block;
	width: 700px;
}

#navigation {
	width: 200px;
	margin: 0 0px 0 10px; 
	padding: 10px;
	float: left;
}

div#nav ul {
	padding: 10px;
	margin: 0px 0px 0 135px;
}

#main {
	margin-left: 240px;
	width: 743px;
}

table.art-list, table.art-grid {
	width: 740px;
}

.warenkorb {
	position: relative;
	width: 350px;
	margin: 0px;  
	padding: 0px;
}

div.warenkorb th.col-1 { width: 50px; }
div.warenkorb th.col-2 { width: 150px; }
div.warenkorb th.col-3 { width: 100px; }
div.warenkorb th.col-4 { width: 50px; }

/* ----------------- body ---------------- */

body {
	padding: 0;
	margin:  0;
	background-color: #333;
}

body, td, th, input, textarea, .release  { /* redundant rules for bad browsers  */
	font-family: verdana, sans, arial, helvetica, sans-serif;
	
}

textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

input, td, th {
	font-size: 12px;
}

div.document { /* ie sux */
	padding: 0;
	margin:  0;
	color: #ccc;
}
td {
	color: #ccc;
}

/* --------- kopf (logo) ------------- */
div#head {
	margin: 0px;
	height: 95px;
}

div#head h1 {
	top: 0;
	left: 0px;
	margin: 0 0px 0 10px; /* oben, links, unten, rechts */
	font-size: 2px;
	height: 8px;
	z-index: 100;
}

div#head h1 a {
	display: block;
	height: 90px;
	background: transparent url("/images/basic/headlogo_2.gif") no-repeat top left;
	text-indent: -700em;
	text-decoration: none;
} 

/* --------- headline bild ------------- */
div#main h1 {
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	height: 28px;
	background: transparent url("/images/basic/rote_linie3.jpg") no-repeat bottom left;
	letter-spacing: 0px;
}

div#main h1.non-img, div#main a h1 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	height: 15px;
	background: none;
	letter-spacing: 0px;
}

/* --------- menu flaggen ----- */

div#flags {
	float: left;
	padding: 15px 2px 0 25px;
	margin: 0 1px 0 0;
}

div#flags a img {
	border: 1px solid #555;
}

div#flags a:hover img {
	border: 1px solid #b70101;
}

/* --------- menu navigation ----- */

div#nav {
	margin: 0 0 10px 0;
	padding: 0;	/* oben, rechts, unten, links */
	height: 40px;
	border: none;
	background-color: #111;
}
div#nav ul {
	list-style: none;
}
div#nav li {
	float: left;
	padding: 0 0px 0 0;  /* oben, links, unten, rechts */
	margin: 0 3px 0 0;
}
div#nav ul a {
	display: block;
	padding: 5px 4px 4px 7px;
	margin: 0 1px 0 0px;
	font-weight: bold;
	text-decoration: none;
	color: #a9a9a9;
}
div#nav ul li a:hover {
	color: #ffffff;
	background-color: #333;
}

div#nav li a.selected {
	background-color: #292929;
	color: #ddd;
}
	
/* ---- menu navigation links ----- */

#navigation {
	border: 1px solid #ccc;
	background-color: #666;
}

#menu, #menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}

ul#menu {
	;
}

#menu li {
	display: inline;
	padding: 0;
	margin: 0;
}

#menu li span { 
	display: block;
	padding: 0;
	font-weight: bold;
	color: #666;
}

#menu li span#configParent, #menu li span #configuration {
	display: inline;
	font-weight: normal;
	padding: 0;
}

#menu li a {
	display: block;
	padding: 6px 10px;
	background-color: transparent;
	text-decoration: none;
	color: #888;
}

#menu li a:hover {
	color: #fff;
	background-color: #666666;
}

#menu li a.selected {
	background-color: #333333;
	border-top: 0px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	color: #eee;	
}

#menu li li span, #menu li li a { 
	padding: 4px 8px 4px 20px;
}

#menu li li li span, #menu li li li a {
	padding: 4px 8px 4px 35px;
}

#shop-menu #menu li li a, #shop-menu #menu li li li a {
	font-size: 90%;
	color: #bbb; 
}

#shop-menu #menu li li a:hover, #shop-menu #menu li li li a:hover {
	background-image: url("/images/pfeil.gif");
	background-repeat: no-repeat;
	background-position: 5px 8px;
	color: #fff; 
}

#shop-menu #menu li li a.selected:hover, #shop-menu #menu li li li a.selected:hover {
	background-image: none;
}

/* --------------- tab list --------------- */

.tab-list {
	padding: 0 1px 1px;
	margin-left: 0;
}

.tab-list li {
	list-style: none;
	margin: 0;
	border-top: 1px solid gray;
	background: #d1d1d1;
	display: inline;
}

.tab-list li a {
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 1em solid #3c3c3c;
	background: #d1d1d1;
	text-decoration: none;
}

.tab-list li a:link, .tab-list li a:visited { 
	color: #000; 
}

.tab-list li a:hover {
	border-color: #cc0000;
	color: #fff;
	background-color: #333333;
	border-top: 0px solid #cc0000;
	border-bottom: 2px solid #cc0000;		
	
}

/* --------------- fusszeile ------------- */

#footer {
	clear: both;
	padding: 10px 40px 0 0; /* oben, links, unten, rechts */
	float: right; 
	text-align: right;
	font-size: 10px;
}

/* ----------------- main ---------------- */

#main {
	border: 1px solid #ccc;
	background: #666;
	font-size: 12px;
	padding: 10px;
}

#main p { 
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
}


/* ----------------- links ---------------- */

a:link, a:visited {
	color: #ffffff;
	background: transparent;
}

/* ----------------- Hallo stefan. Muss ich das hier machen? Und wenn ja wie?---------------- */

/* ----------------- headlines ---------------- */
	
	
h1 { font-size: 130%; } 
h2 { font-size: 115%; }
h3 { font-size: 110%; }
h4 { font-size: 105%; }

h1, h2, h3, h4 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 3px 0px;
}
		

/* --------------- warenkorb -------- */
.warenkorb, .warenkorb td , .warenkorb th {
	font-size: 11px	
}

.warenkorb {

	background-color: #797979;
	font-weight : bold; 
	border-style: solid;
	border-width: 1px;
	border-color : #555;
	float: right;
}


.warenkorb th {
	color: #ffffff; 
	background-color: #363636;
	margin : 0px 0px 0px 0px;  
	padding : 0px 5px 0px 5px;
}

.warenkorb td {
	font-family : "Courier New", Courier, monospace;
	color: #000;
	background-color: #f2f2f2;
	margin : 0px 0px 0px 0px;  
	padding : 0px 5px 0px 5px;	
}

.warenkorb-bestellung {
	border-collapse: collapse;
	border: hidden;
	padding : 1px 0px 15px 0px;	
	color: #fff;
}

.warenkorb-bestellung th {
	background-color: #999;
	color: #000;
}

.warenkorb-bestellung td {
	border: 1px solid #aaa;
	color: #fff;
}

.warenkorb-bestellung td input {
	border-width: 0px; 
	border-style: solid; 
	background-color: #f2efec;
	text-align: right;
}

.warenkorb a, .warenkorb a:visited {
	color: #000000;
	background: transparent;
}

/* ----------- tabellen --------------- */

table.grid tr.marker {
	background-color: #a2da7d;
}

table.grid td {
	border: 1px solid #808080;
	margin: 0px;
	padding: 0px;	
}

table.grid th {
	border: 1px solid #808080;
	background-color: #6a6a6a;
}

table.grid td.right, table.grid td.right input {
	text-align: right;
}

table.space-grid,
table.grid, table.clear {
	empty-cells: show;
	border: none;
	border-collapse: collapse;
}

table.clear td {
	border: none;
}

table.grid th {
	color: #fff;
}

table.grid th a {
	color: #f1f4f0;
	text-decoration: none; 
}

table.grid td a {
	color: #fff;
	text-decoration: none; 
}

table.grid td input {
	border: 0;
	color: #000;
	background-color: transparent;
}

table.space-grid th,
table.space-grid td {
	border: 1px solid #808080;
	margin: 0px;
	padding: 0 3px;	
}

table.space-grid th {
	color: #fff;
}

table.space-grid th a {
	color: #f1f4f0;
	text-decoration: none; 
}

table.gspace-rid td a {
	color: #fff;
	text-decoration: none; 
}

table.space-grid td input {
	border: 0;
	color: #000;
	background-color: transparent;
}


table tr.table-err {
	background-color: #4f3635;
}

/* ------------------------------------------------------------- */

table.art-list td.navigation, table.art-grid td.navigation {
	padding: 6px 0 3px 0; /* oben, links, unten, rechts */
	vertical-align: bottom;
	text-align: right;
	font-size: 12px;
	color: #000000;
}


/* --------------- */

table.art-list td.navigation a,  table.art-grid td.navigation a, .button a, input.button, .button a:visited {
	color: #bbb;
	text-decoration: none;
	border: 1px solid #404040;
	background-color: #4b4b4b;
	padding: 2px;
}

.button-xs a, .button-xs a:visited {
	color: #bbb;
	text-decoration: none;
	border: 1px solid #404040;
	background-color: #4b4b4b;
	padding: 0px;
	font-size: 10px;
	height: 12px;
	display: block;
}

table.art-list td.content a,  table.art-grid td.content a {
	color: #000;
	text-decoration: none;
}

table.art-list td.content a.link,  table.art-grid td.content a.link {
	color: #9d0101;
	text-decoration: none;
}
table.art-list td.content a.link:hover,  
table.art-grid td.content a.link:hover {
	color: #cb0000;
	background-color: #b5b5b5;
	text-decoration: underline;
}

	
input[type="Submit"] {
	color: #bbb;
	text-decoration: none;
	border: 1px solid #404040;
	background-color: #4b4b4b;
	padding: 2px;
}

/* --------------- */
table.art-list td.navigation a:hover, 
table.art-grid td.navigation a:hover, 
.button a:hover, input.button:hover  {
	color: #fff;
	text-decoration: none;
	border: 1px solid #4f4f4f;
	background-color: #5f5f5f;
}

input[type="Submit"]:hover { /* muss leider extra ie rafft es nicht */
	color: #fff;
	text-decoration: none;
	border: 1px solid #4f4f4f;
	background-color: #5f5f5f;
}

/* --------------- */

table.art-list td.content {
	padding-left: 20px;
	padding-right: 20px;
}

table.art-list td.content h3 {
	color: #000;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

table.art-list td.price {
	vertical-align: bottom;
	text-align: right;
}

table.art-list td.price .value {
	color: #ff9562;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
}

/* ---- */
table.art-grid {
	background-color: #aaaaaa;
}

table.art-grid td table {
	width: 100%;
	height: 100%;
}

table.art-grid td.disabled {
	background-color: #787878;
}

table.art-grid td.content {
	padding: 5px;
	color: #000;
}

table.art-grid td.content h3 {
	color: #000;
	font-size: 17px;
	letter-spacing: 0px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

table.art-grid td.price {
	vertical-align: bottom;
	text-align: right;
}

table.art-grid td.price, table.art-grid td.price input, table.art-grid td.price select {
	font-size: 10px;
	color: #333;
}

table.art-grid td input {
	border: 1px solid #555;
}

table.art-grid td.price input {
	color: #000;
}

table.art-grid td.price input.button {
	color: #eee;
}


table.art-grid td.price .value {
	color: #000;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: bold;
}

table.art-grid td.price input {
	border-color: #000;
}

/* ----- */

table.artikel td {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}

table.artikel td a, table.artikel td .button {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
}

table.artikel td input {
	border: 1px solid #555;
}

table.artikel td input.button {
	padding: 2px;
	margin: 0px;
	border: 1px solid #444;
}

table.artikel tr.price .value {
	color: #ff9562;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
}

table.bestellung-head {
	margin-top: 10px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #d9d5ca;
}

/* --- */

table.bestellung-head td {
	padding: 10px;
	font-size: 90%;
}

table.bestellung-head td div.step {
	font-size: 105%;
}


/* ---------- admin menu ------------- */

.admin-menu {
  height: 30px;
}

.admin-menu a  {
  display: block;
  float: left;
  background-color: rgb(45%, 45%, 45%);
  border: 1px solid rgb(35%, 35%, 35%);
  border-top: 1px solid rgb(55%, 55%, 55%);
  border-left: 1px solid rgb(55%, 55%, 55%);
  color: rgb(90%, 90%, 90%);
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: rgb(45%, 45%, 45%);
}

.admin-menu a:hover {
  background-color: rgb(35%, 35%, 35%);
  border: 1px solid rgb(45%, 45%, 45%);
  border-top: 1px solid rgb(65%, 65%, 65%);
  border-left: 1px solid rgb(65%, 65%, 65%);
  color: rgb(100%, 100%, 100%);  
}

/* ---------- admin artikel list ------------- */

table.admin-artikel-list {
	background-color: #fff;
}

table.admin-artikel-list th {
	border: 1px solid #666;
	vertical-align: bottom;
	background-color: #999;
	padding: 4px; 
}

table.admin-artikel-list td {
	border: 1px solid #666;
	vertical-align: bottom;
	padding: 0px; 
}

table.admin-artikel-list td.right, table.admin-artikel-list td.right input {
	text-align: right;
}

table.admin-artikel-list td.center {
	vertical-align: middle;
	text-align: center;
}
 
table.admin-artikel-list td input {
	border: 0;
	background-color: #fff;
}



table.artikel td input.button {
	padding: 2px;
	margin: 0px;
	border: 1px solid #444;
}




/* ---------- forms ------------- */

form {
	margin: 3px 0px 5px 0px;
	padding: 0px 0px 0px 0px; 
}

input, textarea {
	color: #000;
	background-color: #ccc;
	border-style: solid;
}
input.buttom-warning {
	background-color: #D87878;
}

input[type="Text"] {
	border-width: 1px;
	border-style: solid;
}
input[type="Password"] {
	border-width: 1px;
	border-style: solid;
}

/* ----------- */
div.selection a , div.selection a:visited, div.selection a:active, div.selection a:active {
	font-weight : bold; 
	font-size: 14px;
	display: block;	
	margin: 1px 0px 1px 0px;
	padding: 1px 1px 2px 1px;
	text-decoration : none;
}

div.selection a, div.selection a:visited {
	color : #7d6248; /* 7d6248 */
}

div.selection a:hover, div.selection a:active {
	background-color: #EDE3D3; /* EDE3D3 */
	color : #000000;
}

a, a:visited, a:active {
	text-decoration : none;
	color : #f0e9e6;
	background-color : transparent;
}

a:hover {
	color : #cd853f;
	background-color : transparent;
	text-decoration : underline;
}

a.link, a.link:visited, a.link:active {
	text-decoration: underline;
	color: #cc0000;
	background-color: transparent;
}

#menu a.enlight {
	color: #d6d59a;
	background-color: #5c5c5c;
	border: 1px solid #555;
}

#menu a.enlight2 {
	font-size: 12px;
	color: #555;
	background-color: #dadada; /* 5c5c5c  */
	border-color: #555 #333 #333 #555;
	border-style: solid;
	border-width: 1px;
	padding-top: 3px;
	padding-bottom: 2px;
}

#menu a.enlight2:hover {
	background-color: #eeeeee; 
	color: #000;
}


/* --------- gaestebuch ---------------------------- */

div.guestbook-box {
	padding: 10px;
	border: 1px solid #d9d5ca;
}

/* ------------------------------------------------- */

img {
	border: 0;
}

/* ------------------------------------------------- */

div.image-group {
	float: right; 
	padding: 80px 10px 0px 20px;
}
div.image-group img {
	display: block;
	margin: 0px 0px 20px 0px;
}

/* ------------------------------------------------- */

div.content {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
}

.text-err {
	color : #dc143c;
	background-color: inherit;
}

.err-box {
	font-weight: bold;
	color : #ec0023;
	background-color: #222;
	border: 2px solid #444;
	margin: 25px;
	padding: 20px;
}

/* -------------------- */
.info-box {
	font-weight: bold;
	color : #ffffff;
	background-color: #333;
	border: 2px solid #444;
	margin: 10px 0px 0 0px ;
	padding: 5px;
}

#main .info-box p {
	margin: 10px 0px 10px 0;
	padding: 0px;
}

.info-box h2 {
	margin: 0px;
	padding: 0px;
}
.info-box h3 {
	margin: 10px 0 0 0;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #B9F4FF;
}
/* -------------------- */

.xs, .comment {
	font-size: 80%;
	color: #c0c0c0;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

table.turbo-grid-classic td {
	color: #000000;

}

/* ---------------------- */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
}

ul.tabbernav li {
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a {
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover {
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a {
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover {
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

div.preis-info a, div.preis-info a:visited, div.preis-info {
	font-size: 9px;
	text-decoration : none;
	color: #222;
}

div.preis-info a, div.preis-info a:visited {
	vertical-align: top;
	color: #000;
}

div.preis-info {
	padding: 0px;
}


a#versand-info, a#versand-info:link {
	color: #e00000;
	text-decoration: underline;
}

div#versand-info {
	font-family: verdana, sans, arial, helvetica, sans-serif;
	position: absolute;
	width: 280px;
	visibility: hidden;
	background-color: #333333;
	color: #ffffff;
	border: 2px solid #d30000;
	padding: 10px;
	float: right;
}

div#versand-info h3 {
	padding: 0px;
	margin: 0px;
}

div#versand-info p {
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: justify;
	line-height: 15px;
}

div#versand-info a#close {
	color: #666666;
}

/* Fehler Box */

div.alert-box-hidden {
	display: none;
}

div.alert-box {
	background-color: #ea2b3b;
	border-color: #FF6B6B;
	border-style: solid;
	border-width: 2px;
	display: block;
}

div.alert-box h3 {
	background-color:#FF7575;
	border-bottom: 1px solid #cc0000;
	color: #cc0000;
	margin:0pt;
	padding-left:10px;
}

div.alert-box p {
	padding-left: 10px;
	padding-right: 8px;
}

.bg-enlight {
	background-color:#ea2b3b;
}

.bg-default {
	background-color: transparent;
}

/* news legend */
.news-legend {
 text-align: right;
 height: 25px;

}

.news-legend a {
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
	padding: 3px 6px 3px 6px;
	margin: 2px;
	text-decoration: none;
}

.news-legend a:hover {
	background-color: #eee;
	text-decoration: none;
	color: #444;
}

.news-legend a.selected {
	background-color: #888;
	border-color: #ccc;
}

.news-legend a.selected:hover {
	color: #ccc;
}

.kursiv { font-style:italic; }


/* forms */
.settings fieldset {
  margin-bottom: 10px;
}

.settings fieldset label {
  display: block;
  width: 100px;
  float: left;
}

.settings fieldset div {
  margin-bottom: 2px;
}
.settings fieldset div div {
  margin-bottom: 0px;
}

.settings fieldset textarea,
.settings fieldset input {
  width: 400px;
  border-width: 1px;
}

.settings fieldset textarea {
  height: 150px;
}

.settings fieldset input#plz,
.settings fieldset input#servicetermin,
.settings fieldset input#wunschtermin {
  width: 150px;
}