/* -----------------------------------------------------------------------------------------
   $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: 8px 0px 0px 0px;
	background-color: #ffffff;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	text-align: left;
}
a {
	color: #014A73;
}

h1 {
	font-size: 200%;
	line-height: 400%;
	width: 49%;
	display: block;
}

.de {
	float: left;
	text-align: right;

}
	.en { 
float: right;
	text-align: left;
}

.languages { clear: both; }

#adresse {
	margin-top: 3%;
}

#container {
	min-width: 350px;
	width: 65%;
	margin-top: 8%;
	overflow: hidden;
}

#top,
#middle,
#bottom {
	clear: both;
}

#top {
	margin-bottom: -1px;
}

#middle,
#bottom {
	margin-top: -1px;
}

#top_left,
#top_right,
#bottom_left,
#bottom_right {
	width: 23px;
	height: 24px;
}

#top_center,
#bottom_center {
	height: 24px;
}

#top_left {
	background: url(../images/top_left.gif) no-repeat;
	float: left;
}

* html #top_left {
	margin-right: -3px
}

#top_center {
	border-top: 1px solid #014A73;
}

#top_right {
	background: url(../images/top_right.gif) no-repeat;
	float: right;
	margin-top: -25px;
}

#middle {
	border-left: 1px solid #014A73;
	border-right: 1px solid #014A73;
}

#bottom_left {
	background: url(../images/bottom_left.gif) no-repeat;
	float: left;
	margin-top: 1px;
}

* html #bottom_left {
	margin-right: -3px
}

#bottom_center {
	border-bottom: 1px solid #014A73;
}

#bottom_right {
	background: url(../images/bottom_right.gif) no-repeat;
	float: right;
	margin-top: -24px;
}

