/* CSS Document Autoklinik RL Lackier und Spengler Arbeiten */


html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: black;
overflow: hidden;
}

#hintergrund {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}

#content {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;

background-image: url(../graphik/visit_lagler.png);
background-position: center;
background-repeat: no-repeat;
background-size: 75% auto;
z-index: 2;
overflow: auto;
} 

