.nav{ 	/* Hack Arnd: Menü springt sonst leicht nach oben */
	margin-top: 4px;
}

		#wrapcentre{
			display:-webkit-flex;
	    	display:flex;
	    }
	    #regionleft{
			float: left;
			width:200px;
			max-width:200px;
		}
		#regioncenter{
			margin-left:10px;
			margin-right:10px;
			-webkit-flex: 1;
		    flex: 1;		
		}
		#regionright{
			float: right;
			width:200px;
			max-width:200px;
			overflow:hidden;
		}
		#regionright td, img{
			max-width:190px;
		}
		
		.block{
			margin-top:15px;
		}
		
		#regioncenter img{
			margin:5px;
		}
		td {
   			-moz-hyphens: auto;
			-o-hyphens: auto;
			-webkit-hyphens: auto;
			-ms-hyphens: auto;
			-hyphens: auto;
			-hyphenate-limit-chars: auto 3;
			-hyphenate-limit-lines: 2;
		}
/*********************************************************************
 * kleinere Fenster/Bildschirme
 */

/* unter 700px */
@media only screen and (max-width: 700px){
	html, body{
		font-size: 1em;
	}
	#wrapcentre{
	    -webkit-flex-direction: column;
	    flex-direction: column;
	}
	body, #wrapcentre, #logodesc{
		padding:0;
		margin:0;
	}
	#regionleft{
		-webkit-order:2;
	    order:2;
	}
	#regionright{
		-webkit-order:3;
	    order:3;
	}
	#regionleft, #regionright{
		float: none;
		width: 100%;
		max-width: 100%;
		padding: 0; 
	}
	#regioncenter{
		margin-left:0px;
		margin-right:0px;
		-webkit-order:1;
	    order:1;
		}
	#not4phone{
		display: none;
	}
	#logo{
	display: none;
	}
	#counter{
	display: none;
	}

}
