/* Global CSS */

html, body				{	margin: 0;
							padding: 0;		
						}
				
body					{	background: #fff url(http://www.icf-gmbh.de/inc/images/bg_global.gif) 50% 0;
							text-align: center; /* Für IE5 */
							font-family:Arial, Helvetica, sans-serif;
							font-size:100.01%;
						}
				

img						{	border:0;		}
				
				

#wrapper				{	width:920px;
							margin:0 auto;
							text-align:left; /* Für IE5 */  
						}
				
				

#header					{	width:920px;
							height:99px;
							background: #fff url(http://www.icf-gmbh.de/inc/images/header_nav/bg_header_nav.gif) repeat-x ;
						}
				
				
				
#global_logo			{	float:left;		}


#global_nav_menue		{	float:left;		}

#global_nav_oben		{	margin: 0 0 0 317px;	} /* alt bevor presse-link: 246px left */

#global_nav_unten		{	margin: 59px 0 0 37px;	}

#inhalt					{	clear:both;				}


/* CSS für Bottom */

#bottom_global				{	clear:both;
								margin-left:25px;
								padding-top:25px;
								padding-bottom:10px;
								font-size:10px;
								font-family:Arial, Helvetica, sans-serif;
								color:#999999;
							}
						
#bottom_global a:link		{	text-decoration:none;
								color:#999999;
							}
						
#bottom_global a:visited	{	text-decoration:none;
								color:#999999;
							}						


/*	CSS Für DropDown-Menü für Global_Navigation */

.menu_global .options_global 		{
										font-size:11px;
										font-family:arial, sans-serif;
										color:#444444;
										margin-right:1px;
										margin-bottom:1px;
										border:1px solid #848377;
										background-color:#ffffff;
									}
					
					
					
.menu_global a 						{
										color:#7c7c77;
										display:block;
										padding:2px 10px;
										text-decoration:none;
										background-color:transparent;
									}
					
					
					
.menu_global a:hover				 {
										background-color:#7c7c77;
										color:#ffffff;
					 				 }

/*	Ende CSS für DropDown-Menü für Global_Navigation	*/

