@charset "utf-8";
/* CSS Document */


@import url(http://fonts.googleapis.com/css?family=Roboto);


* {margin: 0 auto; padding: 0 auto;}

body {background-image:url(../img/gaestehaus-weiss.jpg); background-repeat: no-repeat; background-position:center top; font-family: 'Roboto', sans-serif;}

header {background-color:#FFF; width:98%; padding:1%; text-align:center;}

#content {margin: 0 auto; padding: 0 auto; position:relative; max-width:800px; background:rgba(255,255,255,0.85);}

a {text-decoration:none; color:#000;}


@media screen and (min-width:100px) {
#content {width:70%; padding:5%;}
}

@media screen and (min-width:500px) {
#content {width:60%; padding:5%;}
}