/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/

@import "css01_grundaufbau.css";
@import "css02_head.css";
@import "css03_kategorien.css";
@import "css04_center_produkt.css";
@import "css04_center_start.css";
@import "css04_center_neuigkeiten.css";
@import "css04_center_main.css";
@import "css05_rechts.css";
@import "css06_footer.css";
@import "css07_anchors_for_all.css";
@import "lightbox.css";


.abstandunten {
	margin-bottom:6px;
}

#loginfenster table {
	table-layout:fixed;
}

.togglediv {
	margin:4px 16px;
	padding:4px;
	border:1px solid white;
}

#checkout .conditions {
	padding: 4px;
}

#checkout h3 {
	font-size:9pt
}

#checkout p {
	text-align:left;
}

/* Messageboxen */

#checkout .messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

#checkout .messageStackError, .messageStackWarning { padding:3px; font-family: Verdana, Arial, sans-serif; font-size: 10px; color:white; font-weight:bold }

#checkout .fehlertitel {
	color:red;
	font-size:11pt;
	font-weight:bold;
}

#checkout .messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; color:  #99ff00; }