@import url(http://fonts.googleapis.com/css?family=Lora:400);
@import url(http://fonts.googleapis.com/css?family=Lora:700);
font-family: 'Lora', serif;

ueberschrift { position: absolute; color: blue; line-height: 1; font-family: Lora ; font-weight:lighter; letter-spacing:3px; font-size: 17px;} 
h1 {color: black;font-family: Lora:400, Arial;font-weight:bold;font-size: 20px;text-decoration:none;} 
h2 {color: black;font-family: Lora:700, Arial;font-weight:normal;font-size: 20px;text-decoration:none;} 
p {
  font-size: 75%;
}
		
			body {
                background-attachment:fixed;
                background-position:center;
                overflow: scroll;
                background-size: cover;
				
				
		}
		html { 
  background: url(images/schaffell.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#infobox {
		        top:0%;
				position: center;
				width: 60%;
				height: 90%;
				
				margin: 25px auto;
				padding: 50px;
				background-color: white;
				}
				
#infotext {
		        
				position: center;
				width: 30%;
				height: 100%;
				
				margin: 0px auto;
				padding: 0px;
				background-color: none;
				}
				
