/**
	* @file: /imperia/md/content/strato_de/css/view/scene.css
	*
 	* Stylesheet für die Bühnengestaltung
*/

/* Generelles Aussehen */

	#scene_lv_0, #scene_lv_1, #scene_lv_2 {
		position: relative;
		overflow: hidden;
		background-position: top left;
		background-repeat: no-repeat;
		background-color: transparent;
	}
	#scene_lv_0 ul#highlights, 
	#scene_lv_1 ul#highlights, 
	#scene_lv_2 ul#highlights {
		position: absolute;
		list-style-type: none;
	}
	
	
	#scene_lv_0 ul#highlights li.empty, 
	#scene_lv_1 ul#highlights li.empty, 
	#scene_lv_2 ul#highlights li.empty {
		font-weight: bold;
		line-height: 1.4em;
		padding-left: 0em; 
	}
	
	#scene_lv_0 ul#highlights li.points, 
	#scene_lv_1 ul#highlights li.points, 
	#scene_lv_2 ul#highlights li.points {
		font-weight: normal;
		line-height: 1.3em;
		padding-left: 1.1em; 
		background: url("/portals/strato/story_images/logos_2009/list_points_scene.gif") 0px 7px no-repeat;
	}
	
	#scene_lv_0 ul#highlights li.nopoints, 
	#scene_lv_1 ul#highlights li.nopoints, 
	#scene_lv_2 ul#highlights li.nopoints {
		font-weight: normal;
		line-height: 1.3em;
		padding-left: 1.1em; 
		background: url("/portals/strato/story_images/logos_2009/list_nopoints_scene.gif") 0px 7px no-repeat;
	}

	
	#scene_lv_0 ul#highlights li.arrow, 
	#scene_lv_1 ul#highlights li.arrow, 
	#scene_lv_2 ul#highlights li.arrow {
		font-weight: bold;
		line-height: 1.5em;
		padding-left: 1.5em; 
		background: url("/portals/strato/story_images/logos_2009/list_arrow_scene.gif") 0px 0px no-repeat;
		
	}
	
	#scene_lv_0 ul#highlights li.titel, 
	#scene_lv_1 ul#highlights li.titel, 
	#scene_lv_2 ul#highlights li.titel {
	    font-weight: bold;
		line-height: 1em; 
		font-size: 1.2em;
		padding-bottom: 0.2em;
		background: none;
	}	

	#scene_lv_0 ul#highlights li.button, 
	#scene_lv_1 ul#highlights li.button, 
	#scene_lv_2 ul#highlights li.button {
		margin-top: 1.5em;
		background: none;
	}	


/*------------------------------------------------------------------------------------------------------*/

/* 
 * Spezielles Aussehen der einzelnen Bühnentypen
 *
*/


/* Bühnentyp Level 0 / z. B. auf der Startseite */

	#scene_lv_0 div{
		height: 105px;
		margin-bottom: 20px;
	} 

	#scene_lv_0 div div#scene_bg{
		height: 105px;
		width: 771px;
	}

	
/*------------------------------------------------------------------------------------------------------*/

/* Bühnentyp Level 1 */

	#scene_lv_1 div{
		height: 200px;
		margin-bottom: 20px;
	}

	#scene_lv_1 div div#scene_bg{
		height: 200px;
		width: 611px;
	}
	 
/*------------------------------------------------------------------------------------------------------*/
	
/* Bühnentyp Level 2 */

	#scene_lv_2 div{
		height: 150px;
		margin-bottom: 20px;
	}

	#scene_lv_2 div div#scene_bg{
		height: 150px;
		width: 611px;
	}

	
/*------------------------------------------------------------------------------------------------------*/


/* Bühnentyp Level 3 */

	#scene_lv_3 div{
		height: 105px;
		margin-bottom: 20px;
	}

	#scene_lv_3 div div#scene_bg{
		height: 105px;
		width: 611px;
	}
	
/*------------------------------------------------------------------------------------------------------*/