body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-image: url(../assests/banner-background.jpg);
	background-size: 2048px 334px;
	background-repeat: no-repeat;
}
.footer p {
	font-size: 12px;
	font-weight: bold;
	color: #3D477A;
}
.bodytext p, ul {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	margin-left: 50px;
	margin-right: 20px;
}
.bodytext H1 {
	font-size: 20px;
	color: #3D477A;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 50px;
}
.bodytext H2 {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	margin-top: 10px;
	margin-left: 50px;
}
.bodytext H3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-top: 3px;
	margin-left: 50px;
}
.bodytext a {
	font-size: 14px;
	color: #F47B20;
	text-decoration: none;
}
.bodytext a:hover {
	font-size: 14px;
	color: #000099;
	text-decoration: underline;
}
.kopf h1 {
	font-size: 24px;
	font-weight: bold;
	color: #3A397B;
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 10px;
}

.kopf h2 {
	font-size: 16px;
	color: #333333;
	margin-left: 50px;
}

.menu-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #3A397B;
}

.menu-li {
    float: left;
}

.menu-li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.menu-li a:hover, .dropdown:hover .dropbtn {
    background-color: #A9A4DA;
}

.menu-li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
	background-color: #F7B231
}

.dropdown:hover .dropdown-content {
    display: block;
}
.style1  {
	color: #990000;
	font-weight: bold;
}
.style2 {font-size: x-small}
.hideme {
	visibility: hidden;
}
