@MEDIA screen {
	
	#naviMenu {
		background-image: url("../images/entry/green_trans.png");
		/*background-image: url("../images/entry/blue_trans.png");*/
		background-position: -1.67em 0; /* -20px 0; */
	}
	
	#navigationSearch #naviMenu
	{
		background-image: url("../images/entry/green_trans_search.png");
	}
	
	#arrivalDay {
		color: #abba19;
		font-size: 110%;
		font-weight: bold;
		height: 3.03em; /* 40px; */
		line-height: 1.52em; /* 20px; */
		background-image: url("../images/entry/white_trans.png");
		/*@todo problems in ie*/
		overflow: hidden;
		position: relative;
		z-index: 1;
/*		margin-left: 745px;*/
	}
		
	#arrivalDay .padding {
/*		float: right;*/
		padding: 0.379em 0.758em 0 1.136em; /* 7px 10px 0 15px; */
	}
	
	#arrivalDay .padding div {
		height: 2.197em; /* 29px; */
		line-height: 2.197em; /* 29px; */
		padding-bottom:0.2em;
	}
	
	#arrivalDay .right {
		float: right;
	}
	
	#arrivalDay label {
		float: left;
		margin-right: 0.758em; /* 10px; */
	}
	
	#arrivalDay .date {
		margin-top: 0.552em; /* -2px; */
		background-image: url("../images/input_loupe.png");
		background-position: right center;
		background-repeat: no-repeat;
		padding-right: 2.14em; /* 24px; */
	}
	
	#arrivalDayLoupe {
		display: block;
/*		float: right;*/
		width: 1.818em; /* 24px; */
		height: 1.818em; /* 24px; */
		margin: 0 0 -1.894em 6.818em; /* 0 0 -25px 90px; */
		position: relative;
		z-index: 1;
	}
	
	#arrivalDayLoupe img 
	{
		width: 1.818em; /* 24px; */
		height: 1.818em; /* 24px; */
	}
	
	#arrivalDayDetailed 
	{
		font-size: 80%;
/*		font-weight: normal;*/
	}	
	
	#arrivalDayButton 
	{		
		background-image: url(/public/images/bb_button.gif);	/*background-color:#0099D1;*/
		color:#FFFFFF;
		height: 2em; 
		line-height: 2em; 
		width: 10.5em;
		padding-bottom: 1em;
		margin-top: 0.5em;
	}
	#arrivalDayButton:hover 
	{
		/*border:0.083em solid #9CBFCE;*/
		background-image: url(/public/images/bb_hover_button.gif);
	}
	
	#arrivalDayButton
	{
		border: 0px;
		background-color: #97AC23;
	}
	
	
	
	#options 
	{
		padding: 0.833em; /* 10px; */
		margin: 2.333em 0.833em 0; /* 520px 10px 0; */
	}
	
	#options .left 
	{
		float: left;
	}
	
	#options .right 
	{
		float: right;
		width: 17.5em; /* 210px; */
	}
	
	#options a 
	{
		display: block;
		background-position: left 6px;
		background-repeat: no-repeat;
		padding-left: 0.833em; /* 10px; */
/*		text-decoration: none;*/
	}
	
	#options .left a {
		background-image: url("../images/entry/arrows_yellow.png");
		color: #ffcf09;
	}
	
	#options .right a {
		background-image: url("public/images/entry/arrows_white.png");
		color: #fff;
	}
	
	
	
	#optionsStart 
	{
		padding: 0.833em; /* 10px; */
		margin: 2.333em 0.833em 0; /* 520px 10px 0; */
	}
	
	#optionsStart .left 
	{
		float: left;
	}
	
	#optionsStart .right 
	{
		float: right;
		width: 17.5em; /* 210px; */
	}
	
	#optionsStart a 
	{
		display: block;
		background-position: left 6px;
		background-repeat: no-repeat;
		padding-left: 0.833em;
	}
	
	#optionsStart .left a {
		background-image: url("../images/entry/arrows_yellow.png");
		color: #ffcf09;
	}
	
	#optionsStart .right a {
		background-image: url("public/images/entry/arrows_white.png");
		color: #fff;
	}
	
	
	
	
	
	
	
	#content 
	{
		height: 49.17em;  
	}
}