@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "nav_footer"
 * (de) Horizontale Navigationsliste "nav_footer"
 *
 * @copyright       Copyright 2008, Thomas Kalteis brainGuide AG
 * @version         1.0
 * @revision        $Revision: 10 $
 * @lastmodified    $Date: 2008-04-09
 */

@media all
{

/* Footer */
	/* (en) global font adjustment for the footer */
  	/* (de) Globale Font-Anpassung  Footer */
	#footer {
		padding:0;
		margin: 0.5em;
		width:99,5%;
		color: #224c96;
		font-size: 8.5pt;
		background-color: #fff;
		text-align:left;
		
	}




/* 1 Footer */

	/* (en) adjustment for the footer legal notice */
  	/* (de) Anpassung der rechtlichen Hinweise im Footer */
	.footer_breadcrumb {
		height: 3em;
		border-bottom: 1px solid #ccc;
	}

	.footer_breadcrumb p.breadcrumb {
		width:55%; 
		float:left; 
		line-height:2em; 
		margin: 0;
		padding-left: 1em;
		
	}

	.footer_breadcrumb p.updated { 
		width:35%; 
		float:right; 
		line-height:3em; 
		margin:0;
	}



/* 2 Footer Navigation / Functions / Bookmarks */


  /* (en) adjustment for the footer navigation */
  /* (de) Anpassung der footer navigation */
  
  #nav_footer {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
	float:left;
    /* (en) Backgorund and margins */
    /* (de) Hintergrund und abstände */
	margin:0;
	padding:0;
	border-bottom: 1px solid #ccc;
  }

  #nav_footer ul {
    border:none;
	width: 9em;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    margin: 1em 0 1em 1em;
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    /*margin-left: 22em;*/
    padding: 0;
  }

/* 2 Nav Items */ 

    /* (en) Formatting of the listitems */
	/* (de) Formatierung der Listenelemente */
  #nav_footer ul li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: block;
    float: left;
	/* (en) Formatting character and paragraphs  */
    /* (de) Formatierung der schriften und absätze  */
    font-size: 1.0em;
    line-height: 1.3em;
	text-align:left;	
    margin: 0;
    padding: 0; 
  }

	/* (en) Link formating for the brainGuide Application */
	/* (de) Formatiert die Links für die brainGuide Applikation */

	
  #nav_footer ul li a {
	width: 8em;
    display: block;
    margin: 0;
	padding: 0.15em 0;
    text-decoration: none;
	color: #224c96;
	font-weight:normal;
	font-size: 8.5pt;
  }


  #nav_footer ul li a:focus,
  #nav_footer ul li a:hover,
  #nav_footer ul li a:active  {
	font-weight:normal;
    color: #224c96;
    text-decoration: none;
  }  

	/* Functions */
	
	/* (en) Formatting the footer toolbar container  */
  	/* (de) Formatierung der Footer toolbar */	
	#footer_tb {
		float:right; 
		width:37%; 
		height:9.5em;
		border-left: 1px solid #ccc;
	}


	#footer_tb div.functions {
		height: 2em; 
		border-bottom: 1px solid #ccc;
		padding: 0.75em 0 0 1.5em;
	}
	
	#footer_tb div.bookmarks {
		height:4em;
		padding-top: 0.5em;
		padding-left:  1.5em;
		margin: 1.5em 0;
	}
	
	#footer_tb div.bookmarks p {
		margin-top: 0.25em;
	}

	
/* 3 Footer Legal */

  
  /* (en) adjustment for the footer legal notice */
  /* (de) Anpassung der rechtlichen Hinweise im Footer */
  #legal { 
	padding: 0.8em 1em;
	line-height:1.5em;
	clear:both;
  }
  	

  /* (en) adjustment for the footer portal navigation/bookmarks */
  /* (de) Anpassung der Portal Navigation/Bookmarks im Footer */
  #nav_portal { 
	background: #fff;
	padding: 20px 10px;
  }



  

  
    
}
