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