/**
	viewport tablet landscape
	
	copyright harold raduschewski
	www.radunet.de
	
*/

/** all layout sections width 100% */
header, nav, main, footer {
	width:100% !important;
}

.align_justify {
	text-align: left
}


/** team */
.team img{
	max-width: 50%;
	height: auto;
}

/** pricelist */
.pricelist_wrap {
	font-size: 90%;
}

/** msg_error */
.msg_error {
	width:80%;
	margin:auto;
	margin-top: 20px;
	margin-bottom: 200px;
	font-size: 100%;
}