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

img {
	border: 0px;
}


BODY, TD, P {
	
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	
	/*color: #B4B4B4;*/
    color: #999999;
	
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}


/* -----------------------------------------------------------------------------------------
   LINKS
   ---------------------------------------------------------------------------------------*/

A {
  color: #999999;
  text-decoration: none;
  /*text-decoration: underline;*/
}

A:hover {
	color: #FD0F0F;
	text-decoration: none;
}


/* top navi */

#box_topnavi A {
	display: block; 
	width: 110px;
	height: 17px;
	
	/*margin-top: 20px;
	padding-top: 20px;
	padding-left: 12px;*/
	padding-left: 12px;
	padding-top: 3px;
	text-align: left;

	color: #999999;
	background: url(img/new_button_menue.gif) no-repeat;
	float: right;
}
#box_topnavi A:hover, #box_topnavi A.selected {
	color: #FD0F0F;
	text-decoration: none;
}
* html #box_topnavi A  {
	width: 122px;
	height: 20px;
}

/* left navi */

#box_navi A {
	color: #999999;
	background-image: none;
	
}
#box_navi  A:hover, #box_navi  A.selected {
	color: #FD0F0F;
	text-decoration: none;
}

#box_navi .inner A {
	display: block; 
	width: auto;
	height: auto;
	padding-left: 12px;

	/*color: #b4b4b4;*/
	color: #999999;
	background-image: none;
	
}
#box_navi .inner  A:hover{
	color: #FD0F0F;
	text-decoration: none;
	background-image: none;
}

#box_navi .inner  A.selected {
	color: #FD0F0F;
	text-decoration: none;
	background: url(img/pfeil.gif) no-repeat 0px 6px;
}
* html #box_navi .inner  A.selected {
	color: #FD0F0F;
	text-decoration: none;
	background: url(img/pfeil.gif) no-repeat 0px 6px;
}


/* footer navi */

#box_footer_navi A {
	display: block; 
	width: 108px;
	height: 18px;
	
	padding-left: 12px;
	padding-top: 2px;


	/*color: #BCBCBC;*/
	color: #999999;
	background-image: none;
	background: url(img/footer_navi_bottom.jpg) no-repeat;
	float: right;
}
#box_footer_navi A:hover, #box_footer_navi A.selected {
	color: #FD0F0F;
	text-decoration: none;
}
* html #box_footer_navi A  {
	width: 120px;
	height: 20px;
}


/* -----------------------------------------------------------------------------------------
   MAIN FRAMES (layout-positions)
   ---------------------------------------------------------------------------------------*/
   
#frame_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#frame_page {
	position: relative;
	width: 989px;
	height: auto;
	/*height: 100%;*/
	margin: auto;
	text-align: left;
	background: #ffffff;
}

#frame_header {
	position: relative;
	margin-top: 0px;
	width: 789px;
	height: 160px;
	text-align: left;
	background: url(img/new_header_bg.jpg) no-repeat;
}

#frame_main {
	position: relative;
	margin-top: 0px;
	width: 789px;
	height: auto;
	min-height: 200px;
	text-align: left;
	background: url(img/new_content_bg.jpg) repeat-y;
}
* html #frame_main {
	height: auto;
	min-height: 200px !important;
	height: 200px;
}


#frame_footer {
	position: relative;
	margin-top: 0px;
	/*margin-bottom: 10px;*/
	width: 789px;
	height: auto;
	min-height: 181px;
	text-align: left;
	background: #ffffff;
}

#frame_right {
	position: absolute;
	top: 61px;
	top: 50px;
	left: 789px;
	width: 200px;
	height: auto;
	min-height: 600px;
	/*float: left;*/
	text-align: left;
	background: #ffffff;
}
* html #frame_right {
	height: auto;
	min-height: 600px !important;
	height: 600px;
}




/* -----------------------------------------------------------------------------------------
   HEADER BOXES - absolute
   ---------------------------------------------------------------------------------------*/
   
#box_toplogo {
	position: absolute;
	height: 227px;
	width: 255px;
	left: -10px;
	top: 5px;
	z-index: 100;
}

#box_toplang {
	position: absolute;
	height: 12px;
	width: 50px;
	left: 220px;
	top: 36px;
	line-height: 12px;
	
	text-align: right;
	/*background: #E2E2E2;*/
	z-index: 101;
}

/* -----------------------------------------------------------------------------------------
   HEADER BOXES
   ---------------------------------------------------------------------------------------*/
   
#box_topnavi {
	position: relative;
	height: 20px;
	/*width: 488px;
	margin-left: 282px;*/
	overflow: hidden;
	
	margin-left: 19px;
	width: 750px;
	text-align: right;
}

#box_headbild {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 19px;
	width: 750px;
	height: 140px;
	/*min-height: 141px;*/
	text-align: right;
	background: #E2E2E2;
	/*background: #FF0000;*/
}
/*
* html #box_headbild {
	height: auto;
	min-height: 141px !important;
	height: 141px;
}*/

#box_headbild P, #box_headbild IMG {
	margin: 0px;
	padding: 0px;
}
#box_headbild p {
	margin: 0px;
	padding: 0px;
}





/* -----------------------------------------------------------------------------------------
   MAIN BOXES
   ---------------------------------------------------------------------------------------*/

#box_navi {
	position: relative;
	margin-top: 50px;
	margin-left: 29px;
	width: 112px;
	height: auto;
	min-height: 130px;
	/*float: left;*/
	text-align: left;
	float: left;
	
	line-height: 20px;
}
* html #box_navi {
	margin-left: 15px;
	height: auto;
	min-height: 112px !important;
	height: 112px;
}
#box_navi .inner {
	margin-left: 12px;
	line-height: 16px;
}

#box_content {
	position: relative;
	margin-top: 20px;
	margin-left: 24px;
	width: 584px;
	height: auto;
	min-height: 218px;
	float: left;
	/*background: #990000;*/
}
* html #box_content {
	width: 595px;
	margin-left: 40px;
	height: auto;
	min-height: 218px !important;
	height: 218px;
}


#box_breadcrumb{
	position: relative;
	margin-top: -22px;
	height: 20px;	
	text-align: left;
	line-height: 12px;
}

#box_content_headline {
	width: 600px;
	height: 30px;
	font-size: 18px;
	/*background: #EEEEEE;*/
}

#box_content_text {
	position: relative;
	width: 300px;
	height: auto;
	
	margin-bottom: 12px;
	
	min-height: 180px;
	color: #B4B4B4;
	float: left;
}
* html #box_content_text {
	
	height: auto;
	min-height: 180px !important;
	height: 180px;
	margin-bottom: 12px;
}

#box_content_img_BACKUP {
	position: relative;
	margin-top: 0px;
	margin-left: 24px;
	margin-right: 0px;
	margin-bottom: 12px;
	width: 260px;
	height: auto;
	min-height: 200px;
	
	background: #FF0000;
	
	float: left;
}
#box_content_img {
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	width: 260px;
	height: auto;
	min-height: 200px;
	
	float: right;
}
* html #box_content_img {
	
	min-height: 200px !important;
	height: 200px;
	margin-bottom: 12px;
}


#box_footer_navi{
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	width: 760px;
	height: 20px;	
	text-align: left;
	color: #B4B4B4;
	
}

#box_footer{
	position: relative;
	width: 789px;
	height: 20px;		
	background-image:url(img/footer_navi.jpg);
}



#box_footer_img{
	position: relative;
	margin-top: 21px;
	margin-left: 9px;
	/*margin-bottom: 10px;*/
	width: 762px;
	height: 140px;	
	text-align: left;
}





