/**!
 * autor: juergen gleiss
 *  copyright GLEISS GMBH, (c)2014
 */

@media only screen and (orientation:portrait) {

	#header {
		height: 32%;
		margin-left: 2%;
		min-height: 32%;
		padding-left: 9%;
		padding-right: 9%;
		width: 80%;
	}
	
	#content > div {
		margin-left: 2%;
	}
	
	#content {
		height: 64%;
		min-height: 64%;
		position: absolute;
	}
	
	#content div div {
		height: 30%;
		padding-left: 15%;
		padding-right: 15%;
		width: 70%;
	}

	#content > img {
		height: 70%;
	}
}
