

body {
	margin:0;
	padding:0;
	color: #000;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

html {
    background-color: #fff;
    background: url(../img/back.png);
}


#spiel{
    position: relative;

    left:0;
    top:0;

    width: 100%;

    font-size: 0;

    overflow: hidden;

}

.spielCanvas{

   /* position: absolute;

    left:0;
    top:0;

    width: 100%;
    */
}

#SpielDebugAusgabeDiv{
    position: absolute;

    left:0;
    top:0;
    font-size: 40px;
}



