/* -----------------------------------------------------------------------------------------
   $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 - XTC-Design
   -----------------------------------------------------------------------------------------
   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
   ---------------------------------------------------------------------------------------*/


BODY {
        color: #000000;
        margin: 0px;
        background-color: #ffffff;
        font-family :  Arial, Verdana, sans-serif;
        font-size : 10px;

}
input.white {
        background-color: #ffffff;
}
input.error {
        background-color: #ff0000;
}
H1 {
        color: #000000;
        font-family : Arial, Verdana, sans-serif;
        font-size : 16px;

}
H1.rot {
        color: #ff0000;
        font-family : Arial, Verdana, sans-serif;
        font-size : 16px;

}
H2 {
        color: #000000;
        font-family : Arial, Verdana, sans-serif;
        font-size : 14px;

}
TD {
        color: #000000;
        font-family : Arial, Verdana, sans-serif;
        font-size : 12px;

}
TD.thema {
        color: #000000;
        font-family : Arial, Verdana, sans-serif;
        font-size : 16px;
        font-weight : bold;

}
TD.themaborder {
        color: #000000;
        font-family : Arial, Verdana, sans-serif;
        font-size : 16px;
        font-weight : bold;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-color: #cccccc;
}
TD.greytext {
        color: #999999;
        font-family : Arial, Verdana, sans-serif;
        font-size : 12px;
}
span.greytext {
        color: #999999;
        font-family : Arial, Verdana, sans-serif;
        font-size : 11px;
}
TD.bordergrey {
        color: #000000;
        font-family : Arial, Verdana, sans-serif;
        font-size : 12px;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #cccccc;        

}
.smalltext{
        color: #000000;
        font-family : Arial, Verdana, sans-serif;
        font-size : 10px;
}

A {
  color: #000000;
  text-decoration: none;
  font-family :  Arial, Verdana, sans-serif;
  font-size : 11px;
}



A:hover {
  color: #000000;
  text-decoration: underline;
}

