/**
 * Projekt Vorlagenkatalog 
 *
 * Basisstylesheet D7
 *
 * @mod_name        zweispalter
 * @mod_desc        Zusatzinfo kommt in den Fussteil
 *
 * @copyright       Copyright 2012, RRZE
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/)
 * @link            http://www.vorlagen.uni-erlangen.de
 * @package         css
 * @version         1.0
 * @lastmodified    03/2012
 */
 
@media screen, projection
{
        div#content {  
		 padding: 0 15px 0 15.6em;
	} 
	
	div#footer div#footerinfos div#zusatzinfo {
		position: relative; 
		padding: 10px 0px;
		z-index: 1;
		top: 0 !important;
		left: 0;
		width: 100%;
		border: 0;
		background: none;
		margin-bottom: 20px;
               
	}
        div#footer div#footerinfos div#zusatzinfo p {
             color: black;
            
        }
}