/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  YAML Version: 2.5.2
**  Dateiversion: 6.11.06
**  Datei       : basemod.css
**  Funktion    : Basis-Modifikation f�r das Layout des YAML-Tutorials
**  Checked with http://jigsaw.w3.org/css-validator/ 19.1.07 - DB
*/

@media all
{



/* Formatierung der Fu�zeile */
#footer {color:#6b7c88; background:#C0CAD3 url(../../img/page_bg_home.gif) 
		repeat-y; 
		margin-top:0px; 
		padding:0px 0 0 60px; 
		border-top:0px #ddd solid; 
		line-height:2em;
		font-family:Arial,sans-serif,Verdana;
		font-size:12px;
		}

.text_home{
			font-size:16px;
			display:block;
			color:#6B7C88;
			height:153px;
			padding-top:300px;
			width:400px;
			padding-left:82px;
			line-height:22px;
			
}
body{
			background:#DFE4E8 url(../../img/page_bg_home.gif) repeat-y scroll 0%; 
}
}
