@charset "UTF-8";

@media all
{
		/***************************************************************************
		 *
		 *      Projekt:    Rödl & Partner
		 *
		 *      Datei:      fce_3cols_worldmap_bg.css
		 *
		 *
		 *      ------------------------------------------------------------
		 *
		 *      1.  3cols bg
		 *
		 **************************************************************************/


		/**************************************************************************
		 *
		 *     1.  3cols bg
		 *
		 *************************************************************************/
		
		.worldmap {
			background-image:url(../../images/layout/worldmap_bg.jpg);
			background-position:0px 70px;
			background-repeat:no-repeat;
			min-height:300px;
			height:auto !important;
			height:300px;
			
		}
		
		.worldmap h2{
			color:#9C7C4E;
			font-family:Arial;
			font-size:11px;
			font-weight:bold;
			line-height:22px;
			margin-bottom:10px;
		}
		.worldmap a{
			color:#666666;
			font-weight:bold;
		}
}