@charset "utf-8";
html, body, div {
    border: 0 none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
   min-height: 100%;
}
body {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-style: normal;
   font-size: 12px;
   font-weight: normal;
   text-decoration: none;
   color: #333333;
   background-color: #636363;
   background: linear-gradient( 0deg, #636363, #aaaaaa);
}
.content {
   width: auto;
   max-width: 100%;
   margin: 1em auto;
   overflow: hidden;
   position: relative;
   z-index: 22;
	color: #000000;
	background-color: #636363;
}
th.HS, th.FS {
  	font-size: 1.2em;
   padding: 0.5em 0.5em;
   background: #888888;
  	border-bottom: 1px solid #000000;
   border-left: 1px solid #000000;
   border-right: 1px solid #000000;
}
td.HSR, td.FSR {
   line-height: 1.4;
   font-size: 12px;
   padding: 0.2em 0.5em;
}
@media (min-width: 1100px) {
   .content {
      width: 1150px;
   }
   th.HS, th.FS {
  	   font-size: 1.3em;
   }
   td.HSR {
      line-height: 2.8;
      padding: 0.4em 0.9em;
      white-space: nowrap;
      border-left: 1px solid #000000;
      border-right: 1px solid #000000;
   }
   td.FSR {
      padding: 0.4em 0.9em;
   }
}
.textbereich {
   line-height: 1.3;
	text-decoration: none;
	color: #010101;
	border: 18px solid #636363;
	border-bottom: 0;
	padding: 0 10px 1px 15px;
   background: linear-gradient( 0deg, #777777, #aaaaaa);
}
table.HS {
   border-collapse: collapse;
  	border: 2px solid #000000;
  	margin: 10px 8px 15px 8px;
}
tr.HS {
   background: linear-gradient(#c8c8c8, #aaaaaa);
}
td.HS {
   line-height: 1.4;
   padding: 0.4em 0.9em;
   border-left: 1px solid #000000;
   border-right: 1px solid #000000;
}
.minisektor {
    width: 5%;
    height: auto;
}
.zentriert {
   text-align: center;
}
table.plot {
   table-layout: fixed;
   font-family:Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
  	border: none;
  	width: 100%;
}
td.plot-left {
   text-align: left;
   width: 70px;
}
.plotnav {
   border: none;
   margin: 8px 8px 4px 8px;
}
td.plot-right {
   text-align: right;
   width: 70px;
}
plot-nav a, dawng-navd a, dawng-navv a {
	display: inline-block;
	border: 1px solid transparent;
}
plot-nav a:hover, plot-nav a:focus {
	background-color: #dddddd;
	border: 1px solid #888888;
	border-radius: 0.8em;
	background-image: linear-gradient(20deg, grey, white, transparent);
}