/*
*
* @file: /imperia/md/content/strato_de/css/rubrik/homepage.css
*
* Bereichsstyle - Homepage
*
*/

/*== INDEX: ========================================================================================================== 
_Copytext_Buehne               [ Copytext Positionierung auf den Buehnen]
_Paketaufbau                   [ Layout fuer die Paketboxen ]

====================================================================================================================== */

/* Positionierung des Contents innerhalb der Hompage Buehne/Sliders */

	.txtBox { position: absolute; overflow: hidden }
	
    .txtBox.eins  {
	left: 20px;
	top: 115px
}
	.txtBox.zwei  {
	left: 20px;
	top: 115px
}
	.txtBox.drei  {
	left: 20px;
	top: 115px
}
	.txtBox.vier  {
	left: 20px;
	top: 115px
}

	.txtBox.fuenf {
	left: 20px;
	top: 115px
}
					
	.txtBox ul#highlights li.points { line-height: 1.3em; padding: 0 0 0.5em 0.9em; font-weight:normal; background: url("/portals/strato/story_images/logos_2009/list_bullet_scene.gif") 0px 6px no-repeat }
    .txtBox ul#highlights li.titel { font-weight: bold; line-height: 1em; font-size: 1.4em; padding-bottom: 0.4em }	
    .txtBox ul#highlights li.button { margin: 1.0em 0 0 0 }	
	.txtBox ul#highlights li.stern { font-size:10px; color:#999999; font-weight:normal; line-height:0.3em; padding:0 0 0.5em 0 }
	.txtBox ul#highlights li.stern a { font-size:10px; color:#999999; font-weight:normal; text-decoration:underline; line-height:0.3em; padding:0 0 0.5em 0 }
	
	
	
/* _Paketaufbau <Anchor>  [ Layout fuer die Paketboxen ]
====================================================================================================================== */

/* Generelle Package-Einstellungen */
.pack_box_out { width: 100%; overflow:hidden; margin-bottom: 10px; }

.pack_box {
	float: left; 
	width: 247px; 
	position: relative;
	background: #fff url("/portals/strato/story_images/logos_2009/pack_box_bg.png") bottom left repeat-x;
}
.pack_box_space {margin-right: 15px;}
/* Achtung .pack_box_inner weicht auf der Homepage von den anderen Seiten ab */
.pack_box_inner { 
	padding: 5px 10px 10px 10px; 
	border-top: 1px solid #d2dfe7; 
	border-left: none;
	border-bottom: none;
	border-right: none;
	position: relative;
}

.pack_box_inner.highlight:hover { 
	padding: 2px 6px 6px 6px; 
	border: 4px solid #d2dfe7; 
	position: relative;
	cursor:pointer;
}

  	* html .pack_main, .pack_bdy_brd, .pack_out_brd{height: 1%;} /* hasLayout bugfix fuer IE6 */
	.pack_bdy_brd {position:relative;}
	.pack_bdy {}
	.pack_bdy .bdy_left {float: left; width: 86px; margin-right: 11px;}
	.pack_bdy .bdy_right {float: left; width: 130px;white-space:nowrap;}
	.pack_bdy .bdy_right h4 a{white-space:nowrap;}
	
	.pack_bdy .line_hd {margin: 10px 0 10px 0;}
	.pack_bdy .line_txt {}