/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.4 2004/06/06 17:13:29 novalis Exp $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/


a.toplink:link { color: white }
a.toplink:visited { color: white }
a.toplink:hover { color: gray }



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

img{
	border:0;
}

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

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

FORM {
	display: inline;
}


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


.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}



.menue_cgi,.liefrbar,td.artikel_zubehoer{
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 0px solid;
 border-color:  #E6E6E6;
}

td.artikel_text{
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #FFFFFF;
 border: 1px solid;
 border-color:  #E6E6E6;
}

td.artikel_warenkorb{
text-align: left !important;
}

div.artikel_warenkorb{
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: rgb(102, 102, 102);
 width: 120px;
 left: -20px;
}

div.artikel_zumenue{
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: rgb(102, 102, 102);
 width: 130px;
}

td.artikel_ueberschrift,.artikel_preis,td.artikel_zubehoer_ueberschrift{
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 font-weight: bold;
 line-height: 1.5;
 border: 1px solid;
 border-color: #F1F1F1;
 background-color: rgb(102, 102, 102);
 color: rgb(255,255,255);

}

a.menue_cgi:link { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
}
a.menue_cgi:visited { 
}
a.toplink:hover { 
}

BODY.menue {
        color: #000000;
        margin: 0px;
        background-color: #e6e6e6 !important;
}


div.artikel_kategorie{
 font-family: Verdana, Arial, sans-serif;
 font-size: 8px;
 font-weight: bold;
 background-color: #FFFFFF;
 border: 1px solid;
 border-color: #FFFFFF;
 color: rgb(0,0,0);
}