@charset "utf-8";
/* CSS Document */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  background: white;
	/*background: #F4F4F4;*/
	/*background: silver;*/

}
.lgcolor {
    color: green;
    font-weight: bold;
}
.chatcolor {
    color: blue;
    font-weight: bold;
}
.Linie {
    width:744px;
    height:4px;
}
.Wappen {
	vertical-align: middle;
	float:left;
}
#titlebox {
	width:750px;
	/*	vertical-align: middle;*/
	text-align: center;
	margin: 0 auto;
		margin-top: 20px;
	font-size: 36px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
		/* float:left; */

}
.title {
			vertical-align: middle;
	/*text-shadow: 5px 5px 5px rgba(0,0,0,0.5); */
}


hr {
	width: 744px;
}

#textbox {
	/*display: block; */
	/* background-color: silver; */
	width:744px;
	margin: 0 auto;
	margin-top: 40px;
	/*font-size: 24px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif", Verdana, Arial;*/
}

.subtitle {
	font-size: 24px;
}

.text {
	font-size: 18px;
	margin-left: 20px;
    text-align: justify;
}



