@charset "UTF-8";
/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  Datei       : basemod.css
**  Funktion    : Basis-Modifikation f? Layout des YAML-Tutorials
**  Checked with http://jigsaw.w3.org/css-validator/ 13.8.07 - DB
*/

@media all
{
#footer {
	color:#2A4B98;
	font-size:10px;
	height:20px;
	line-height:2em;
	margin-left:6px;
	margin-top:1px;
	padding-top:0px;
	text-align:center;
	width:1008px;
}
* html .bannerrotation {position:absolute;right:20px;top:35px;z-index:100;width:-150px;}

/* Close @media all - DO NOT DELETE! */
}

