@charset "UTF-8";
/* CSS Document */


body {
    margin: 0px;
    padding: 0px;
}

#inhalt {
    position: absolute;
    left: 50%;
	top: 50%;
    width: 486px;
	height:341px;
	margin-top:-170px;
    margin-left: -234px;
}