/**
* UFB:UMU Css
*
* @author       Lars Wolff <lw@synpro-digital.de>
* @copyright    (c) 2008 SynPro digitale medien, Lars Wolff
* @copyright    (c) 2008 UFB:UMU Dienstleistung GmbH, Dipl. oec. Thomas Neumann
* @version      2.0
* @package      UFB:UMU WebSite
*
* $Id: portal.css 1254 2009-02-02 20:25:42Z larsvegas $
*/

@CHARSET "UTF-8";

/* remove content padding and width */
#contentNormalOuter {
	padding: 0;
	width: auto;
}

/* add a new height, only for the main portal */
#contentImage {
	min-height: 641px !important;
}

#content a {
	background-image: none !important; 
}
