/*(c) TN 2006 */

body { min-width: 0; }

/* --------------------------------------------------------------------
							HTML TAGS
 --------------------------------------------------------------------*/

 
 
/* OPTIC2 */
table.optic2 { width: auto; }
.teamList {width: auto; }

.imageCols { white-space: nowrap }
.imageCols img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
 
/*~###################################################################################################
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                         								LAYOUT
----------------------------------------------------------------------------------------------------*/								

#head { height: auto; min-width: 0;  }
body.home #head { height: auto; margin-top: 0; }
	#logo img{ margin: 0 0 15px 0; }

/*--------- top nav ----------*/
#head ul{ display: none; }

#contentRow { background: none; min-width: 0; }
	#content { background: #fff; width: auto; _height: auto; min-height: 0; }
	body.home #content { width: auto; margin-left: auto; _height: auto; min-height: 0; padding-bottom: 0; }
		#content #data { _height: auto; min-height: 0; }

		body.home #content #data { position: static; width: auto; height: auto; }
		#content div.standard { padding: 0;  }
				#content div.full { padding: 0;  }
		
	#grafic2 { display: none; }

/*------------- verschiedene backgrounds für verschiedende bodyclasses	--------------------*/
	body #content #data { background: none !important; }
	body #grafic2 { background: none !important; }

	
#func { display: none !important; }		
		

