body,html {background-color:#626262; color:fff;}
!body {border-style: outset}

.main-container {display:block;width:100%;overflow-y:auto;}

.header {
  position: fixed;
  top: 0;
  background-color: #626262;;
  width: 100%;
  height:50px;
  border-style: solid;
  border-color:white;
  border-width:1px
}
.header h1 {
  font-size: 15px;
}

.snwbar {
	color:#f1f1f1; 
	font-size:1 em; 
	font-weight: bold;
    margin:5px 5px 5px 5px;
	background-color:#626262;	
}

.topnavx {
  clear: both;
  overflow: hidden;
  background-color: #333;
}
.topnav {
  float: left;
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 15px;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}


.overlay {
  width:100%;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 15px;    
  border: none;
  outline: none;
  color: white;
  padding: 10px 10px;
  background-color: inherit;
  background-color:#626262;
  font-family: inherit;
  margin: 0;
}

.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 {
  float: none;
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.sprache {
 float:right; overflow: hidden;
}
.sprache a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 5px 5px;
  text-decoration: none;
  font-size: 15px;
}
.sprache_dropdown{
  overflow: hidden;
}
.sprache_dropdown, .sprache_dropbtn{
  font-size: 15px;    
  border: none;
  outline: none;
  color: white;
  padding: 5px 5px;
  background-color: inherit;
  background-color:#626262;
  font-family: inherit;
  margin: 0;
}
.sprache_dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 50px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.sprache_dropdown-content a {
  float: none;
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.sprache a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.sprache_dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.sprache_dropdown:hover .sprache_dropdown-content {
  display: block;
}


@media screen and (max-width: 1000px) {
  .overlay a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: left;
	height:40px;width:40px;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
.overlay.responsive {
height:100%;width:200px;background-color:gray;position:fixed; top:65; left:0;z-index:1;overflow:auto}	
  .overlay.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .overlay.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .overlay.responsive .dropdown {float: none;}
  .overlay.responsive .dropdown-content {position: relative;}
  .overlay.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.frame_container {clear:both;width:100%;padding-top:55px;background-color:#626262;}
.frame_container1 { position: fixed;top:50;width:100%;padding-top:50px;background-color:#626262;}
