/* 
 * N & K
 *
 * Project: www.labcore.de
 * 
 * $Id: hh.css,v 1.1.1.1 2013/04/24 12:38:22 mark Exp $
 *
 * $Log: hh.css,v $
 * Revision 1.1.1.1  2013/04/24 12:38:22  mark
 * Import on qmcore
 *
 * Revision 1.4  2011-10-18 15:10:40  mark
 * *** empty log message ***
 *
 * Revision 1.3  2011-07-24 16:30:57  mark
 * further handheld.
 *
 * Revision 1.2  2011-07-12 18:15:08  mark
 * index.php: Termine
 * hh.css: enhanced (left justify).
 *
 * Revision 1.1  2011-07-03 17:50:32  mark
 * Initial Revision.
 *

 *
 *
 */
 
	/* es wird alles rausgeschmissen, was nicht unbedinbgt gebraucht wird */
	
	/* noh(andheld): einige Dinge werden ansich rausgeschmissen (s. send.inc) */
	.noh { display: none; }
	
	body { 
		font-size: 100.01%; 
		-webkit-text-size-adjust: none;
		padding: 5px;
	}
	
	div.basew { 
		width: 100%; 
		margin-top: -1em;
	}
	
	div.baseh { 
		width: 100%; 
		height: 100%;
		max-height: 0;
	}
 
	div.right  { display: none; }
	
	div.left { width: 100%; float: none; }
	
	div.main { margin: 0; }
	
	div.main-l { display: none; }
	
	div.main-c { 
		width: 100%; 
		float: none;
	}
	
	div.header { float: none; }
	/*div.menu-h ul li { 
		border: none; 
		margin-left: 0px;
		margin-bottom: 2em;
		line-height: 1.5em;
	}*/
	
	div.menu-h ul li { 
		float: none;
		clear: both;
		border: none;
		margin: 0;
		display: block;
		padding: 0.5em;
		text-align: left;
		width: 100%;
	}
	
	/* 2. Stufe ohne padding */
	div.menu-h ul ul {
	   font-size: inherit;
	   padding: 0.1em
	}
	 
	.content {
		margin-left: 0;
		padding-right: 20;
		width: 100%;
		text-align: left;
	
		/* color: rgb(0, 67, 45); */
	}
	/* .content.scroll { height: 100%; }       /* alles was drin ist, nicht scrollen */
	.content.scroll {
		overflow: visible;
		width: 100%;
		height: 100%;
		margin-bottom: 0;
		padding-right: 0;
	}
	
	.content.impressum {
		background-color: white;
		text-align: left;
		font-size: 120%;
		padding: inherit;
	}
	
	.content.scroll.h420 { height: 100%;}
	
	/* foot */
	div.foot { 
		width: 100%; 
		position: static; 
		margin-top: 1ex;
	}
	
	div.stand { font-size: smaller; }
	
	/* send page */
	table { width: 100%; }  
	
	/* Bilder */
	div.icontainer img.full { display: none; }
	div.icontainer a img.full { display: none; }
	div.icontainer a:hover img.full { display: none; }

	/* acronym: safari kann die Akronyme nicht aufloesen, also keine Punkte drunter */
	acronym, abbr { 
		border-bottom: none; 
		font-weight: bold;
	}
			
	/* end layouting, now rest */
	
	

	