/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   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 
   ---------------------------------------------------------------------------------------*/

body 
{
	color: #000000;
	margin: 0px;
	background-image:url('./img/background.jpg');
	background-repeat:repeat-y;
	font-size:1.1em;
}

.infoBoxHeading, .contentsTopics
{
  	background-image:url('./img/heading.jpg');
  	background-color:#ffcc83;
  	background-repeat:no-repeat;
}
.infoBoxContent, .main {
  	font-size:0.9em;
}
img 
{
	border:solid 0px;  	
}
/* Boxen einschalten oder abschalten --- ANFANG --- */
.categories
{
	display:block; 
}
.content
{
	display:block;   
}
.information
{
	display:none; 
}
.search
{
	display:block;  
}
.adminbox
{
	display:block;  
}
.infobox
{
	display:none;  
}
.login
{
	display:block;  
}
.newsletter
{
	display:none;  
}
.bestsellers
{
	display:none;  
}
.currencies
{
	display:none;    
}
.languages
{ 
	display:none;  
}
.manufactures
{
	display:none;  
}
.add_quick
{
	display:none;  
}
.last_viewed
{
	display:none;  
}
.reviews
{
	display:none;  
}
.specials
{
	display:none;  
}
.whatsnew
{
	display:none;  
}
/* Boxen einschalten oder ausschalten --- ENDE --- */
a 
{
  	color:#000000;
  	text-decoration:none;
}

a:hover 
{
  	color:#000000;
  	text-decoration:none;
}
.moduleRowOver
{
  	font-weight:normal;
}
.logo 
{
  	color:#000000;
  	background-image:url('./img/logo.gif');
  	background-position:center;
  	background-repeat:no-repeat;
  	height:150px;  	
}
.warenkorb
{
	color:#000000;  
}

.banner
{
  	width:468px;
}

.parseTime
{
	display:none;
  	position:fixed;
  	right:0px;
  	bottom:0px;
	width:49.5%;
	height:25px;
	border:solid 0px;
	text-align:right;
	padding-right:5px;
	font-size:0.8em;
}
.copyright {
	font-weight:normal;
	font-size:0.8em;
	text-align:center;
}
.spacer
{
  	height:1px;
  	width:204px;
}
.content_top, .content_bottom {
  	padding-left:5px;
  	padding-right:5px;
}
.content_top
{
  	text-align:right;
  	border-bottom:solid 1px;
}
.content_bottom
{
  	border-top:solid 1px;  	
}
.vspacer {
  	width:5px;
}
.box_tl {
  	background-image:url('./img/tl.png');
	width:30px;
	height:30px;
}
.box_tr {
  	background-image:url('./img/tr.png');
	width:30px;
	height:30px;
}
.box_bl {
  	background-image:url('./img/bl.png');
	background-repeat:no-repeat;
	width:30px;
	height:30px;
}
.box_br {
  	background-image:url('./img/br.png');
	background-repeat:no-repeat;
	width:30px;
	height:30px;
}
.box_right {
  	background-image:url('./img/right.png');
	width:30px;
}
.box_left {
  	background-image:url('./img/border.png');
	width:30px;
}
.box_bottom {
  	background-image:url('./img/bottom.png');
	background-repeat:repeat-x;
  	background-position:0px -30px;
	height:32px;
}
.box_top {
  	background-image:url('./img/border.png');
	height:30px;
}
.box_main {
  	width:200px;
  	vertical-align:top;
  	background-image:url('./img/middle.png');  	
}
.box_cart {
  	width:200px;
  	vertical-align:top;
  	background-image:url('./img/middle.png');  	
  	font-size:0.8em;
}

