/**
  * TUIcom - Weltentdecker
  *
  * @copyright       NEUSTA GmbH
  * @author          mschaefer
  * @version         
  *
  * @revision        $Revision: 2262 $
  * @lastmodified    $Date: 2009-10-22 16:14:57 +0200 (Do, 22 Okt 2009) $
  * @last author	 $Author: mschaefer $
  * 
  * color swatches
  * 
  * TUI Khaki		#c8c8b4
  * TUI Khaki 50%	#e3e3d9
  * TUI Petrol		#002d41
  * TUI Blue		#69F
  * 
  */
 
 /**
  * @section world discover general
  * 
  */
 h2.green	{
 	background-color: #c8c8b4;
	color:#002d41;
 }
 
 h2 a	{
 	background: transparent url(/fileadmin/tui/pics/img/arrow_blue_right.gif) no-repeat scroll 0 3px;
 }
 
 h2.green a,  h2.green a:hover	{
 	color: #002d41;
	background: transparent url(/fileadmin/tui/pics/img/arrow_blue_right.gif) no-repeat scroll 0 3px;
 }
 ul.checked li	{
 	background:transparent url(/fileadmin/tui/pics/img/haekchen_world_discover.gif) no-repeat scroll 0 0;
 }
 /**
  * @section Teaser Normal With Text
  * 
  */
 .neustateaserscrollermenu li.active,  .neustateaserscrollermenu li a:hover	{
 	background-color: #c8c8b4;
 }

 /**
  * @section Teaser Type A
  * 
  */
 .offerstextA2	{
 	background-color: #c8c8b4;
 }
 .offerstextA2 h2	{
 	background-color: #c8c8b4;
	color:#002d41;
 }
 
.offerstextA2 h2 a {
  	color:#002d41;
  }
  
.offerstextA2 a.arrowDarkblue	{
 	background: transparent url(/fileadmin/tui/pics/img/arrow_blue_right.gif) no-repeat scroll 0 0; color: #002d41;
 }
 
 /**
  * @section Teaser Type Offer With Text
  * 
  */
 .offerstextA2 a.arrowDarkblue	{
 	color: #69F;
	background: transparent url(/fileadmin/tui/pics/img/arrow_blue_right.gif) no-repeat scroll 0 0;
 }
  
 /**
  * @section Teaser Type C
  */
 .teaserSmallGrowMeText	{
 	background-color: #c8c8b4;
 }
 .teaserSmallTrigger h2.green	{
	background: #c8c8b4 url(/fileadmin/tui/pics/img/arrow_blue_right.gif) no-repeat scroll 10px 12px;
 }
 .teaserSmallGrowMeText a	{
	color: #69F;
 }
.teaserSmallGrownText h2.green	{
	font-weight: bold;
}
.teaserSmallTrigger h2.green { color: #002d41;}

 /**
  * @section Teaser Type D
  * 
  */
 .offerstextD	{
 	background-color: #c8c8b4;
 }
 .offerstextD a.arrowDarkblue {
 	color: #69F;
	background: transparent url(/fileadmin/tui/pics/img/arrow_blue_right.gif) no-repeat scroll 0 1px;
 }
 
.offerstextD h2				{color:#002d41;}
 
 /**
  * @section Vieo Audio List
  * 
  */
 ul.video, ul.audio {
 	border-top: 2px solid #c8c8b4;
 }

/**
 * @section Accordeon
 * 
 */
.accordiontext h2.accordionTextClosed	{
	background: #c8c8b4 url(../../pics/img/arrow_white_right.gif) no-repeat scroll 10px 50%;
	color: #fff;
}
.accordiontext h2.accordionTextOpen, .accordiontext h2.accordionTextHover	{
	background: #e3e3d9 url(../../pics/img/arrow_blue_bottom.gif) no-repeat scroll 10px 50%;
	color: #002D41;
}
