/* -----------------------------------------------------------------------------------------
   $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 {
	margin: 5px;
	background-color: #FFFFCC;

	/* Text */
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.875em; /* 14px */
}

p li ul ol font span div {
	/* Text */
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.875em; /* 14px */
}


img{
	border: 0;
}

a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #CC9933;
}

/* ---------- Überschriften ---------- */
h1 { font-size: 1.125em; color: #000000; font-family: Georgia, "Times New Roman", Times, serif; }/* 24px */
h2 { font-size: 1.075em; color: #000000; font-family: Georgia, "Times New Roman", Times, serif; }/* 21px */
h3 { font-size: 1.025em; color: #000000; font-family: Georgia, "Times New Roman", Times, serif; }/* 18px */
h4 { font-size: 0.95em; color: #000000; font-family: Georgia, "Times New Roman", Times, serif; }/* 15px */
h5 { font-size: 0.75em; color: #000000; font-family: Georgia, "Times New Roman", Times, serif; }/* 12px */

/*
h1:first-letter { font-size: 150%; color: #FF0000; }
h2:first-letter { font-size: 150%; color: #FF0000; }
h3:first-letter { font-size: 150%; color: #FF0000; }
h4:first-letter { font-size: 150%; color: #FF0000; }
h5:first-letter { font-size: 150%; color: #FF0000; }
*/

FORM {
	display: inline;		   
}

 
.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}

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



#centerWebshop
{
	width: 980px;
	min-height: 1200px;
}




#rowRight
{
	float: right; 
	margin: 0px; 
	margin-top: 2px;
	padding: 0px; 
	width: 190px; 
	text-align: left;
}
#logoRight
{
	margin: 0px; 
	padding: 0px; 
	text-align: center;
	color: #FFFFFF;
}


#header
{
	margin: 0px; 
	padding: 0px; 
}

#rowLeft
{
	float: left; 
	margin: 0px; 
	margin-top: 2px;
	padding: 0px; 
	width: 190px;
	text-align: left;
}
#rowLeft p
{
	color: #FFFFFF;
}

#content
{
	margin: 0px; 
	margin-right: 200px;
	margin-left: 200px;
	padding: 10px;
	text-align: left;
}

#content a {
	text-decoration: none;
	color: #990000;
}
#content a:hover {
	text-decoration: underline;
	color: #996633;
}

#navtrail {	
	margin-bottom: 5px;
	font-size: small;
}
#mainContent {
	width: 95%; /* Fehler im IE */
}

#boxMainMenue
{
	border: 1px solid #FFFFFF;
	margin: 0px; 
	margin-bottom: 5px; 
	padding: 5px; 
	color: #FFFFFF;
	background-color: #990000;
}


div.boxes
{
	color: #000000;
	background-color: #EEEEEE;
	margin: 0px; 
	margin-bottom: 5px; 
	padding: 0px; 
}
div.boxes p { 	
	color: #000000; 
	margin: 5px; 
}

#rowLeft .boxes {
	border: 3px solid #CC9933;
}
#rowLeft .boxes h3 { 
	color: #FFFFFF;  
	background-color: #CC9933; 
	margin: 0px; 
	padding: 3px; 
	font-size: 0.875em; /* 14px */ 
}

#rowRight .boxes {
	border: 3px solid #990000;
}
#rowRight .boxes h3 { 
	color: #FFFFFF;  
	background-color: #990000; 
	margin: 0px; 
	padding: 3px; 
	font-size: 0.875em; /* 14px */ 
}

#footer
{
	clear: both;
	margin: 0px; 
	padding: 0px; 
}


.checkoutBarCurrent  { color: #FF0000; }
.checkoutBarTo  { color: #000000; }
