body {
	background-color: #000;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("img/hintergrund_impressum01_test.jpg");
	background-attachment: fixed;
	font-family: Times, Times New Roman, Serif;
}

.texting {
	background: rgba(0,0,0,0.5);
	color: white;
	position: relative;
	margin-top: 10%;
	margin-left: 2.5%;
	overflow: hidden;
	padding: 30px;
	margin-right: 1.5%;
	line-height: 110%;
	font-size: 120%;
	margin-bottom: 5%;
	/*padding-left: 2rem;
	padding-right: 1.5rem;*/
	
	
}

#protokoll {
	padding: 0.5%;
	text-decoration: none;
	color: #fff;
	border-style: solid;
	border-color: #38f;
	background-color: rgba(160,200,255,0.5);
}

.impressum_lnk{
	color: #200;
}

.navbar{	
	background-image: url("img/navbarbackground_index_03.jpeg");
	background-position: bottom;
}

.texting_h1{
	font-size: 180%;
}