a:link {text-decoration: none; color: #747474;}
a:visited {text-decoration: none; color: #747474}
a:hover {text-decoration: none; background-color: #efefef;}
a:active {text-decoration: none; background-color: #efefef}

html { 
			background: url(/bilder/background.jpg) no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}

h4 { font-family: 'Titillium Web', sans-serift; text-align:center; font-size:100px; text-transform:uppercase; background: url(../bilder/background.jpg); 
-webkit-text-fill-color:transparent; -webkit-background-clip:text;
-moz-text-fill-collor: transparent; -moz-background-clip:text; 
 background-position:center center;transition:all 800ms;}

h4:hover { background-position:center bottom;}

#inhalt {width: 960px; margin-left: auto; margin-right: auto; background: white; font-family: "Trebuchet MS", Helvetica, sans-serif; letter-spacing: 4px; padding-bottom: 30px}

#logo {text-align: center; font-size: 230%; color: #4b4b4b; padding-bottom: 10px; padding-top: 30px;}

#navigation {text-align: center; font-size: 90%; padding-bottom: 10px;}

#text {font-size: 100%; letter-spacing: 1px; margin: 20px}

#anfahrt {font-size: 100%; letter-spacing: 1px; margin: 20px; padding-bottom: 400px}

#google {text-align: right;}

#footer {text-align: center; font-size: 90%;}