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


/* -----------------------------------------------------------------------------------------
   MAIN DEFINITIONS
   ---------------------------------------------------------------------------------------*/

BODY, TD, A {
	font-family: arial, sans-serif, Verdana;	
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	
	color: #ffc936;	
}


BODY {
	margin: auto;
	padding: auto;
	background: #000000;
	background-image: url(img/bg_all.jpg);
}

P, H1, H2, H3, H4, H5, H6, IMG {margin: 0; padding: 0;}

IMG {border: 0px;}



/* -----------------------------------------------------------------------------------------
   BUTTONS (normal, over, selected)
   ---------------------------------------------------------------------------------------*/

A {
	color: #797979;
	text-decoration: none;
}

A:hover, A:focus, A.selected {
	color: #000;
}




A.box_teaser1 {
	display: block;
	height: 460px;
	width: 480px;
	background: url(img/schlaeger_teaser.gif) no-repeat;
}
a.box_teaser1:hover, a.box_teaser1:focus {
	background: url(img/schlaeger_teaser_over.gif) no-repeat;
}



A.box_teaser2 {
	display: block;
	height: 460px;
	width: 480px;
	background: url(img/wam_teaser.gif) no-repeat;
}
a.box_teaser2:hover, a.box_teaser2:focus {
	background: url(img/wam_teaser_over.gif) no-repeat;
}
/* -----------------------------------------------------------------------------------------
   MAIN FRAMES (layout-positions)
   ---------------------------------------------------------------------------------------*/

#frame_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;	
}

#frame_page {
	position: relative;	
	width: 960px;
	height: auto;
	margin: auto;	
	text-align: left;	
}

#frame_headline {
	height: auto;
	/*height: 30px;*/
	/*line-height: 50px;*/	
}

#frame_spacer_bottom {
	height: 50px;
	line-height: 50px;	
}

#frame_head {
	width: 100%; 
	height: auto;
	min-height:  460px;
	background: #483500;	
}


#frame_main {
	width: 100%; 
	height: auto;	
	background: #483500;	
}



/* -----------------------------------------------------------------------------------------
   BOXES TOP (top menu)
   ---------------------------------------------------------------------------------------*/

/*
#box_left {
	width: 320px; 
	height: auto;
	min-height:  200px;
	float: left;
}


#box_right {
	width: 320px; 
	height: auto;
	min-height:  200px;
	float: left;
}
*/
/* -----------------------------------------------------------------------------------------
   BOXES TOP (top menu)
   ---------------------------------------------------------------------------------------*/

#box_teaser1 {
	width: 480px; 
	height: 460px;		
	float: left;
}


#box_teaser2 {
	width: 480px; 
	height: 460px;	
	float: left;
}



/* -----------------------------------------------------------------------------------------
   BOXES TOP (top menu)
   ---------------------------------------------------------------------------------------*/
   
#box_content1 {
	width: 320px; 
	height: auto;
	min-height:  200px;
	float: left;
}

#box_content2 {
	width: 320px; 
	height: auto;
	min-height:  200px;
	float: left;
}

#box_content3 {
	width: 320px; 
	height: auto;
	min-height:  200px;	
	float: left;
}



/* -----------------------------------------------------------------------------------------
   BOXES TOP (top menu)
   ---------------------------------------------------------------------------------------*/
   
#box_content1_text {
	width: 300px; 
	height: auto;	
	margin-left: 8px;	
}


#box_content2_text {
	width: 300px; 
	height: auto;	
	margin-left: 8px;	
}


#box_content3_text {
	width: 300px; 
	height: auto;	
	margin-left: 8px;	
}

