#header, #navigation, #headertitel, #footer, #content, #infobox {
	font-family: 'Asap Condensed', sans-serif;
	font-size: 1.5vw;
}

#container {
	height: 100%;
}

#header {
	display:block;
	height: 5vw;
	width:100%;
	background-color:#606060;
	position:absolute;
	top:0;
	left:0;
	z-index: 210;
	color: #ffffff;
}

.headertitel {
	font-size: 3.5vw;
	font-style: italic;
	font-weight: bold;
	float:left;
	margin-top: 0.5vw;
	margin-left: 5.25vw;
}

#infobox {
	color: white;
	position:absolute;
	right: 0;
	top: 0.75vw;
	margin-top: 0;
	padding-bottom: 1vw;
	margin-top: -0.4vw;
	vertical-align: center;
	z-index: 990;
	font-size: 1.25vw;
	width:  40vw;
}

.infozeit {
	color: white;
	position:absolute;
	right: 42.5vw;
	top: 0.75vw;
	margin-top: 0;
	padding-bottom: 1vw;
	margin-top: -0.4vw;
	vertical-align: center;
	z-index: 990;
	font-size: 1.25vw;
	width:  15vw;
}

.infotable {
	padding-top: 0.4vw;
	width: 40vw;
}

.infotable td{
	padding-left: 0.25vw;
	padding-right: 0.25vw;
}

#navigation {
	display: block;
	height: 100%;
	width: 15vw;
	background-color:#505050;
	position:absolute;
	left:0;
	top: 0;
	z-index: 200;
	color: #ffffff;
}

#navigation a {
	text-decoration: none;
	background-color:#707070;
	color: #ffffff;
	display: block;
	height: 2.5vw;
	width: 13vw;
	margin-left: 0.75vw;
	margin-top: 1vw;
	vertical-align: center;
	text-align: center;
	padding-top: 0.75vw;
	padding-bottom: -1.5vw;
	border-bottom: solid 0.5vw #404040;
	border-right: solid 0.5vw #404040;
}

#navigation a:hover {
	background-color:#808080;
}

#navigation a:active {
	background-color:#606060;
	margin-right: 1.5vw;
	margin-top: 1.25vw;
	margin-bottom: 1.25vw;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
}

#footer {
	height: 1vw;
	width: 100%;
	background-color: #404040;
	position: absolute;
	bottom: 0vw;
	left: -0.5vw;
	text-align: right;
	color: #999999;
	font-size: 1vw;
	padding-top: 0.1vw;
	padding-bottom: 0.2vw;
	padding-right: 0.5vw;
	z-index: 215;
	display: block;
}

#content {
	width: 84.5vw;
	background-color: #e0e0e0;
	left: 0vw;
	top: 5vw;
	display: block;
	padding-left: 1vw;
	position:absolute;
	margin-left: 14.5vw;
	margin-right: auto;
	margin-bottom: auto;
	bottom: 1.3vw;
	overflow-x:hidden;
	overflow-y:hidden;
}

#chart_div {
	width: 113vw;
	height: 100%;
	top: 0vw;
	left: 0.75vw;
	right: 0;
	margin-left: -13vw;
	margin-right: 0;
	padding-right: -10vw;
	margin-bottom: 0vw;
	z-index: 150;
}

.diagramm {
	display:block;
	position:absolute;
}


#content iframe {
	border: none;
	margin: 0.5vw auto auto 7vw;
	height: 100%;
	width: 90%;
}

#content h1 {
	font-size: 2vw;
	font-weight: bold;
}

.visually-hidden {
    position: absolute;
    left: -100vw;
}
	
label {
	position: absolute;
    left: -100vw;
	visibility: hidden;
}    

.headerlogo {
	position: absolute;
	display: block;
	left: 0.75vw;
	top: 0.5vw;
	height: 4vw;
	width: 4vw;
	border-radius: 1vw;
}

#tagwahl {
	position:absolute;
	display: block;
	right: 1.5vw;
	top: 0.15vw;
	z-index: 151;
}

#tagwahl img{
	height: 2.5vw;
}

#tagwahl img:hover{
filter: brightness(2);
}

#tagwahl span{
	position: relative;
	bottom: 0.75vw;
	font-weight: bold;
	margin-left: 0.5vw;
	margin-right: 0.5vw;
}

#loadimg {
    position:absolute;
    width:128px; /*image width */
    height:128px; /*image height */
    left:50%; 
    top:50%;
    margin-left:-64px; /*image width/2 */
    margin-top:-64px; /*image height/2 */
}

#s_content {
	width: 82vw;
	background-color: #ffffff;
	left: 2vw;
	top: 4.5vw;
	bottom: 1.5vw;
	display: block;
	position:absolute;
	margin-right: auto;
	margin-bottom: auto;
	overflow-x:hidden;
	border: 2px solid black;
	z-index:149;
}

#s_chart_div {
	width: 107vw;
	height: 100%;
	top: 0vw;
	left: 0.75vw;
	right: 0;
	bottom: 2vw;
	margin-left: -13vw;
	margin-right: 0;
	padding-right: -10vw;
	z-index: 150;
}

#s_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  position: absolute;
  top: 1vw;
  left: 2vw;
  	z-index: 1600;
}

#s_nav li {
  float: left;
  list-style-type: none;
  margin-right: 1vw;
  margin-top: 0vw;
  background-color: transparent;
  z-index: 1600;
  
}



#s_nav li a {
  display: block;
  color: black;
  text-align: center;
  text-decoration: none;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  background-color: #d0d0d0;
  padding: 0.5vw 0.5vw 0.5vw 0.5vw;
  border-top: 3px solid #9f9f9f;
  border-left: 3px solid #9f9f9f;
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
}

#s_nav li a:hover {
  background-color: #d8d8d8;
}

#s_nav li a:active {
  background-color: #909090;
  border: 3px solid #000000;
}

#stattab {
	align:center;
	font-size: 1vw;
	margin-left: 1vw;
	margin-top: 1vw;
  	border-collapse: collapse;
  	border-style: hidden;
}

#stattab tr:hover {
	background-color: #a0a0a0;
}

#stattab th {
	font-size: 1.15vw;
	border-bottom: 4px solid black;
	padding-right: 0.5vw;
	padding-left: 0.5vw;
        border-left: 2.5px solid #444444;
}

#stattab td {
	padding-right: 0.5vw;
	padding-left: 0.5vw;
	border-left: 2.5px solid #444444;
        font-family: 'Courier Prime', 'Courier', 'Courier New', monospace;
}

#ug {
	background-color: #cccccc;
}

#eimg {
	height: 1.5vw;
	width: auto;
}