@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');
	body {
	text-align:center;
	background-color : #000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	background-image : url(images/backtop.gif);
	background-color : #64615A;
	color :#DFD6D4;
	background-repeat : repeat-x;
}
	#back_left{
	margin: 0px 0px 0px 0px;
	padding:0px;
	background-repeat : no-repeat;
	background-position : top left;
}
	#back_right{
	margin: 0px 0px 0px 0px;
	padding:0px;
	background-repeat : no-repeat;
	background-position : top right;
}

	#frame {
	width:765px;
	margin-right:auto;
	margin-left:auto;
	margin: 0px 0px 0px 0px;
	padding:0px;
	text-align:left;
	background-repeat : no-repeat;
	background-image : url(images/back.gif);
}


	#navigation{
	padding: 20px 0px 2px 130px;
	width:765px;
	font-size : 10;
	color:#6B6B6B;
	vertical-align:top;
	background-image : url(images/backtop.jpg);
}


	#right{
	margin-top:10px;
	width:550px;
	font-size : 8px;

}

	#titel{
			margin: 6px 0px 6px 26px;
}

	#content{
	width:600px;
	font-size : 8px;
	padding-left:56px;
	font-size : 11px;
	font-family : Arial, Verdana, Geneva,Helvetica, sans-serif;
	line-height : 1.4;
	letter-spacing : 1px;
	margin: 0px 0px 60px 0px;

}

	#content tr td{
	font-size : 8px;
	font-size : 11px;
	font-family : Arial, Verdana, Geneva,Helvetica, sans-serif;
	line-height : 1.7;
	letter-spacing : 1px;
	vertical-align:top;
	}

	#content img{
	margin-right:10px;
	margin-top:5px;
	float:left;
	vertical-align:top;
}
	.infotabel tr td{
	color :#CABCB9;
	padding: 0px 20px 0px 0px;
		font-size : 11px;

}
B {
		color :#fff;
}
strong{
	color :#EBDDD7;
	letter-spacing : 2px;
	font-style : normal;
}


 a{
	color :#FE681D;
	text-decoration: none;
}
 a:hover{
	color :#FE681D;
	text-decoration: underline;
}
.container1 {
  background: #64615a;
  color: #fff;
 font-style: italic;
   font-weight: bold;
color: #cfb3a7;
  font-size: 20px;
  letter-spacing: 2px;
}
.animated-text {
  text-align: center;
   font-family: 'Merriweather', serif;

}
.animated-text span {
  opacity: 0;
  animation: fadeInSlow 3s forwards;
}


@keyframes fadeInSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
