/***************************************************************************************************
                Projekt:	Kaiser Otto
                Erstellt:	10.01.2009

                Aufgabe dieser Datei
                x
                
                wichtige Informationen
                x

                Änderungen
                x
                
/**************************************************************************************************/


		/**********************************/
		/***	Cafè
		/**********************************/
		#deli{
			height: 100%;
			font-family: Arial;
			font-size: 12pt;
			line-height: 20px;
			margin-top: 45px;
		}
		#deli a:link, #deli a:hover, #deli a:visited, #deli a:active{
			text-decoration: underline;
			color: #000000;
		}
		#deli_img_right{
			text-align: right;
		}
		#deli_img_center{
			margin-left: 30px;
			float: left;
		}
		#deli_img_left{
			float: left;
		}
		#deli_bottom{
			
		}
		
		
	