body {
	background-color: #000;
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("img/hintergrund_buchung01_test.jpeg");
	background-attachment: fixed;
	font-family: Times, Times New Roman, Serif;
}



.formular{
	position: relative;
	margin-left: 2.5%;
	line-height: 1.8rem;
}
	
.contentbox{
	position: absolute;
}

input{
	margin-bottom: 1rem;
	margin-top: 1rem;
}

/* NAVBAR SETTINGS*/

.lnk:hover {
	/* Change the color of links on hover */
  background-color: #200;
}

.buchung_lnk{
	color: #200;
}

.navbar{	
	background-image: url("img/navbarbackground_index_03.jpeg");
	background-position: bottom;
}

/* END NAVBAR*/

.texting {
	border-radius: 8px;
	margin-top:10%;
	line-height: normal;
	position: relative;
	overflow: hidden; 
	line-height: 110%;
	font-size: 150%;
}
