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

/*CSS für Landing Pages*/


.Rahmen_aussen {
	width: 960px;
	height:800px;
	//border: 1px solid;
	margin:0px auto;
	padding: 5px;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	}

.box_separator_top{
	width: 950px;
	height: 25px;
	background-color: #911D1E;
	margin-top: 200px;
	}
	
.box_separator_down{
	width: 950px;
	height: 25px;
	background-color: #911D1E;
	}
	
.logo_float_left {
	float: left;
	padding: 5px;
	}
	
.logo_float_right {
	float: left;
	padding: 5px;
	}
	
	
.pic_float_left {
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	}

.pic_float_right {
	float: right;
	padding-top: 15px;
	padding-left: 15px;
	}

.content_frame {
	width: 938px;
	border: 1px solid;
	border-color: #A7A7A7;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.shoplink_frame{
	width: 500px;
	margin: 0px auto;
	}

.impressum_frame {
	width 938px;
	text-align: center;
	font-size: 12px;
	margin: 5px;
	}
	
a.impressum_frame {
	text-decoration: none;
	}

h1{
	font-size: 26px;
	font-style: italic;
	text-align: center;
	line-height: 2;
	}

h2{
	font-size: 14px;
	font-style: italic;
	text-align: center;
	line-height: 2;
	}
	
h3{
	font-size: 12px;
	font-style: italic;
	text-align: center;
	line-height: 2;
	}
   

   
   
   


