/* -----------------------------------------------------------------------------------------
   $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, P {
	
	font-family: Impact, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	
	color: #FFFFFF;
	
	margin: 0px;
	padding: 0px;
}
BODY {
	background: #000000;
}

IMG {
	border: 0px;
}


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

A:hover {
  color: #666666;
  text-decoration: underline;
}


.clear {
	clear: both;
}





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

/* MENU TOP */

#box_menu_top A {
	display: block; 
	width: auto;
	height: 27px;
	float: left;

	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
	padding-left: 9px;
	padding-right: 9px;
	
	color: #273A49;
	background-image: none;
	/*background: #999999;*/
}

#box_menu_top A:hover, #box_menu_top A.selected {
	color: #ffffff;
	background: #263A48;
	text-decoration: none;
}




/* MENU LEFT */

#box_menu_left A {
	display: block; 
	width: 100%;
	height: 24px;
	float: left;
	
	font-size: 12px;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	
	color: #9394A8;
	background-image: none;
	/*background: #999999;*/
}

#box_menu_left A:hover, #box_menu_left A.selected {
	color: #ffffff;
	background: #9CAEBC;
	text-decoration: none;
}



/* MENU LEFT - SUB */

#box_menu_left .inner A {
	font-size: 11px;
	line-height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	
	color: #CCCCCC;
	background-image: none;
	/*background: #999999;*/
}

#box_menu_left .inner  A:hover, #box_menu_left .inner  A.selected {
	text-decoration: none;
}



/* MENU FOOTER */

#box_menu_footer A {
	display: block; 
	width: auto;
	/*height: 24px;*/
	float: right;
	
	color: #273A49;
	/*font-size: 12px;*/
	/*line-height: 20px;*/
	
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	
	/*background: url(img/fairwalta_mainlink_normal.gif) repeat-x;*/
}
#box_menu_footer A:hover, #box_menu_footer A.selected {
	color: #ffffff;
	text-decoration: underline;
	
	/*background: url(img/fairwalta_mainlink_over.gif) repeat-x;*/
}


/* breadcrumb */

#box_breadcrumb A {
	display: block; 
	width: auto;
	height: auto;
	float: left;
	
	color: #666666;
	
	padding-left: 6px;
}
#box_breadcrumb A:hover {
	color: #000000;
}
.box_breadcrumb_seperator {
	padding-left: 6px;
	float: left;
}


/* linkbox */

#box_linkbox A {
	color: #000000;
}
#box_linkbox A:hover {
	color: #666666;
}












/* -----------------------------------------------------------------------------------------
   MAIN FRAMES (layout-positions)
   ---------------------------------------------------------------------------------------*/

#frame_wrapper {
	width: 100%;
	height: auto;
	min-height: 600px;
	text-align: center;	
}

#frame_page {
	width: 814px;
	height: auto;	
	margin: auto; 
	text-align: left;	
}


#frame_header {
	width: 814px;
	height: 173px;	
	background: url(img/header.jpg) no-repeat;
}


#frame_main {
	/*width: 600px;*/
	width: 814px;
	height: auto;
	min-height: 360px;
	margin-top: -52px;
	background: url(img/bg_lightblue.gif) repeat-y;
}
* html #frame_main {
	height: auto;
	min-height: 360px !important;
	height: 360px;
}


#frame_footer {
	width: 600px;
	height: 25px;
	/*margin-top: -35px;*/
	/*margin-top: -52px;*/
	text-align: right;
	vertical-align: center;
	/*background: url(img/mixtour_footer_bg.gif) no-repeat;*/
}



/* -----------------------------------------------------------------------------------------
   BOXES MENU
   ---------------------------------------------------------------------------------------*/

#box_menu_top {
	width: 600px;
	height: 27px;
	color: #000000;
	background: #000000;
}


#box_menu_footer {
	background: #000000;
}


#box_menu_left {
	width: 132px;
	height: auto;
	min-height: 140px;
	color: #FFFFFF;
	background: #273A49;
	float: left;
}
#box_menu_left .inner {
	margin-left: 10px;
}




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

#box_content_all {
	width: 600px;
	max-width: 600px;
	height: auto;
	min-height: 360px;
	color: #FFFFFF;
	background: #9CAEBC;
	float: left;
	overflow-x: hidden;
}
* html #box_content_all {
	height: auto;
	min-height: 360px !important;
	height: 360px;
}


#box_content_right {
	width: 200px;
	height: auto;
	min-height: 360px;
	margin-left: 14px;
	margin-top: 0px;
	color: #FFFFFF;
	/*background: #263A48;*/
	float: left;
	overflow-x: hidden;
}
* html #box_content_right {
	height: auto;
	min-height: 360px !important;
	height: 360px;
}






/* -----------------------------------------------------------------------------------------
   BOXES CONTENT
   ---------------------------------------------------------------------------------------*/

#box_content_breadcrumb{
	width: 600px;
	height: 20px;
	color: #FFFFFF;
}

#box_content_spacer{
	width: 600px;
	height: 18px;
}

#box_content_1 {
	width: 600px;
	height: auto;
	min-height: 200px;
	color: #FFFFFF;
	float: none;
}
* html #box_content_1 {
	height: auto;
	min-height: 200px !important;
	height: 200px;
}

#box_content_2 {
	width: 600px;
	height: auto;
	min-height: 140px;
	color: #FFFFFF;
	/*background: #9CAEBC;*/
	float: none;
}
* html #box_content_2 {
	height: auto;
	min-height: 140px !important;
	height: 140px;
}

#box_content_text {
	width: 468px;
	height: auto;
	min-height: 140px;
	color: #FFFFFF;
	background: #9CAEBC;
	float: left;
	display: inline;
}
* html #box_content_text {
	height: auto;
	min-height: 140px !important;
	height: 140px;
}






/* -----------------------------------------------------------------------------------------
   BOXES RIGHT
   ---------------------------------------------------------------------------------------*/

#box_content_right_top {
	width: 200px;
	height: 25px;
	color: #FFFFFF;
	background: none;
}

#box_content_right_header {
	width: 200px;
	height: 34px;
	color: #FFFFFF;
	background: #263A48;
}

#box_content_right_content {
	float: left;
	width: 200px;
	height: auto;
	min-height: 301px;
	color: #FFFFFF;
	background: #263A48;
}
* html #box_content_right_content {
	height: auto;
	min-height: 301px !important;
	height: 301px;
}



/* -----------------------------------------------------------------------------------------
   BOXES content START
   ---------------------------------------------------------------------------------------*/

.content_spacer{
	width: 600px;
	height: 18px;
	line-height: 10px;
}

/* -----------------------------------------------------------------------------------------
   BOXES content START
   ---------------------------------------------------------------------------------------*/

.box_content_startbild {
	float: left;
	margin-top: 14px;
	margin-left: 14px;
	width: 133px;
	height: 133px;
	color: #FFFFFF;
	/*background: #00ffff;*/
	vertical-align: middle;
	text-align: center;
}
  
