﻿/* mobile styles */
@media handheld {
	
	html, body { 
		color: #000; 
		background: #fff; 
		}
	
	* { 
		float: none; 
		font-size: 100%; 
		}

	.ie6 #higru { width: 100% !important; }
	.ie6 #cont { width: 90% !important; }
	div.box { width: 90% !important; }
	.box425centerfrei {width: 90%; margin: 1em auto; border: 0 none; }
	.box200rechts { width: 50%; }
	.box240rechts { width: 50%; }		
	
	.nomobile { 
		display: none; 
		}	
	
	h1, h2, h3, h4, h5, h6 { 
		font-weight: normal; 
		}	
	h1, h2 { 
		font-size: 200% !important; 
		}
	h3, h4, h5, h6 { 
		font-size: 150% !important; 
		}

	img { 
		max-width: 90%; /*250px */
		}
	
	a:link, a:visited, a:hover, a:active { 
		text-decoration: underline; 
		}
	
}


/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 
	/* html {
		-webkit-text-size-adjust: none;
		}
	} */
