/*(c)2008 com2 Gmbh, SH, www.com-com.com v1.1 */

/*~~ Tag Definitionen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {font-size: 1em;} 

div#minWidth { width: auto; margin: 0 auto; }

/* Header */
	#header { width: auto; height: auto; background: none; }
	#header h1#logo { position: relative; top:0; left:0;}
	#header ul { display:none; }

/* Layout-Tabelle */ 
	#layoutTable { width: auto; }
		#layoutTable td.left { display: none; }
		#layoutTable td.center { width: auto; padding: 0; }
		#layoutTable td.right { display:none; }		
						
		#layoutTable #content td.left { width: auto; display:block; padding-left: 20px; }
		#layoutTable #content td.right { width: auto; display:block; text-align: center; padding-top:0; }
		#layoutTable #content h3 { margin-left: -20px; }
	
	#footer { display: none; }	
			
/*~~ SPECIAL FÜR non CSS Ansicht ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.textonly{/*||hide:true*/	position:absolute; left: -5000px; top: -5000px;} /* Element erscheint nur, wenn im CSS nicht geladen */


