@charset "utf-8";

html,body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	font-size: 80%;/*Basisgröße 16px*/
	
	}
#inhalt_rechts img{
	width:75%;
	max-width:75%;
	/*padding:8px;*/
	/*border-right: #039 3px dashed;
	border-bottom:#039 3px dashed;*/
	float:right;
	}
	#head_mitte{
	width: 50%;
	height:35.80729166%;
	/*background-color:#36C; blau */
	float: left;
	position: relative;
	top: 55%;
	font-family: Tahoma, Geneva, sans-serif;
	text-indent: 5.55555555%;
	font-size: 0.9em;
	padding-left:5%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}