body {
	background-color: #000;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("img/hintergrund_technik01_test.jpeg");
	background-attachment: fixed;
	font-family: Times, Times New Roman, Serif;
}

/* NAVBAR SETTINGS*/
.top-nav a:hover {
	/* Change the color of links on hover */
  background-color: #210;
}

.technik_lnk{
	color: #200;
}

.navbar{	
	background-image: url("img/navbarbackground_index_03.jpeg");
	background-position: bottom;
}
/* END NAVBAR*/