/* 
*
* @file: /imperia/md/content/strato_de/css/view/basis.css 
*
* Generelle Einstellungen fuer das Basis-Layout
*/


/*== INDEX: ========================================================================================================== 
_Grundaufbau         [ Generelles Layout den Grundaufbau der Seite ]
_Float_clearing      [ Definitionen zum Aufheben von Float-Umgebungen ]
_Foot                [ Gestaltung des Fussbereichs ]

====================================================================================================================== 
*/


@media screen, projection
{
/* _Grundaufbau <Anchor>  [ Generelles Layout den Grundaufbau der Seite ]
====================================================================================================================== */

  /* Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center;  background:#F5F5F5 none repeat scroll 0 0; } 
  #page_pos { width: 980px; text-align:left; margin: 0 auto; border-left:10px solid #FFFFFF; border-right:4px solid #FFFFFF; background:#FFFFFF none repeat scroll 0 0;}

  /* Layout: Breite, Hintergrund, Rahmen */
  #page{ padding: 0; }
  
  /* X-Mas - Anpassung 
  #page{ background: transparent url("/imperia/md/images/strato_de/elements/bg/bg_head_xmas.jpg") 5px 3px no-repeat;} */
  
  /* Firework - Anpassung */
  #page{ background: transparent url("/imperia/md/images/strato_de/elements/bg/bg_head_firework.jpg") 0px 0px no-repeat }
  
  /* STRATO Pro - Anpassung */
  #page{ background: transparent url("/portals/strato/logo_images/header_images/2009/bg_head_pro.jpg") 0px 0px no-repeat }  

  /* Absicherung korrekte Positionierung */
  #head, #nav, #main, #foot { clear:both; }
  
  /* Gestaltung der Hauptelemente des Layouts */
  #head {
  position:relative; 
    color: #000;
    height: 62px;
  }
  
  #head #topnav {
    position:absolute;
    top: 10px;
    right: 5px;
  }

	#head #topnav ul {
		margin: 0; 
		padding: 0; 
		list-style: none;
	}
	
	#head #topnav ul li{
		line-height: 1em;
		margin: 0; 
		float: left;
		padding: 0 5px 0 5px;
		border-left: 1px solid #000;
	}
	#head #topnav ul li.first {
		padding: 0 5px 0 0;
		border-left: none;
	}
	
	#head #topnav ul li.spacer {
	    border-left: none;
		margin-left: 20px;
		padding: 0 5px 0 0;
	}

	#head #topnav ul li.last {
		font-weight: bold;
		padding: 0 0 0 5px;
	}
	
  #topnav { text-align: right;}
  
  #head #topnav ul li a {text-decoration:none; }
  #head #topnav ul li a:focus, 
  #head #topnav ul li a:hover,
  #head #topnav ul li a:active { text-decoration:underline;}

  #head #logo {
    position:absolute;
    top: 30px;
    left: 10px;
	height: 38px;
	width: 199px;
	background: transparent url("/portals/strato/logo_images/header_images/2009/strato_pro_bg_w.gif") no-repeat top left;
	
  }
   #head #logo a{
   	display: block; 
	height: 38px;
	width: 199px;
  }
 

  /* Anpassung der Hauptnavigation */
  #nav ul { margin-left: 220px; }

  #main {padding:10px 0; }
  
  /* Vorbereitung fuer absolute Positionierungen innerhalb der Inhaltsspalten */
  #c_left_inner, #c_content_inner, #c_right_inner { position:relative; }

 /* Druck-Klasse unsichtbar schalten */
  .only_print { display:none; }


/* _Float_clearing <Anchor>  [ Definitionen zum Aufheben von Float-Umgebungen ]
====================================================================================================================== */

 /* Clearfix-Methode */
   .fl_end:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* Diese Angabe benoetigt der Safari-Browser zwingend !! */
  .fl_end { display: block; }

  /* benoetigt nur der IE und wird ueber bugfix_ie.css zugeschaltet */
  #fl_end_ie { display: none; }
  

  /* Klassisches Float-Clearing */
  .fl_end_both { clear: both; }
  .fl_end_left { clear: left; }
  .fl_end_right { clear: right; }
  

/* _Foot <Anchor>  [ Gestaltung des Fussbereichs ]
====================================================================================================================== */

	#foot { 
		padding:13px 0;
	}
	
	#foot .content{
		line-height: 1.4em;
		padding: 0;
		margin: 0; 
		font-size: 0.8em;
		text-align: center;
	}

	#foot .content a{
		font-size: 1.1em;
	}
	#foot a {text-decoration:none;}
	#foot a:focus, 
	#foot a:hover,
	#foot a:active {text-decoration:underline;}

}