body {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ccc;
  background-color: #020819;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* { box-sizing: border-box; }

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

table,td,th,div { margin: 0; padding: 0; }
td { text-align:left; vertical-align:top; }

p,blockquote { margin: 0; padding: 0.5rem 0; }
input,textarea { padding: 1px 2px; }

h1,h2,h3,h4 { color: #fff; }

h1 { font-size: 1.375rem; }

h2 { font-size: 1.1875rem; }

h3 { font-size: 1.0625rem; }

h5,h6 { font-size: 0.6875rem; }

h4 { padding: 0.75rem 0 0.25rem 0; margin: 0; }

b { color: #ddd; }

h1,h2,h3,h4,b,em {
	font-weight: bold;
	letter-spacing: 0.03em;
}


hr { height:1px; 	; background-color: #ccc; margin:16px 0; }

ul,ol {
  padding: 0;
  margin: 0.25rem 0;
  overflow: auto;
}
ul li { margin: 0 0 0 0.8125rem; padding: 0.25rem 0; }
ol { list-style-type: decimal; }
ol li { margin: 0 0 0 1.25rem; padding: 0.25rem 0; }


em { font-style: normal; color: #ffcc99; }
em i { font-style: italic; }
em b { color: #ffcc99; }

#titel {
  position: relative;
  width: 100%;
  padding: 0;
  background-color: #65523f;
  background-image: url(../grafik/hg_titel_rapport.jpg);
  background-repeat: repeat-x;
}
#titel img { display: block; }
#alles {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#menue {
  margin: 0 0 1rem 0;
  background-color: #041030;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  flex-grow: 0;
  flex-shrink: 2;
  min-width: 300px;
  max-width: 350px;
}
#menue a, #menue a b { text-decoration: none; }
#menue a:hover, #menue a:hover b { text-decoration: underline; }
#inhalt {
  padding: 0.75rem 1rem;
  max-width: 1200px;
  flex-grow: 0;
  flex-shrink: 1;
}
#inhalt:after {
	content: '';
	display: table;
	clear: both;
}
.aktuellmenue {
	background-color:#041030;
	border-bottom:2px solid #999999;
	padding: 0.5rem 0.25rem;
	margin: -0.75rem -1rem 0;
	max-width: calc(100vw - 300px - 1rem);
}
.aktuellmenue ul { list-style-type: none; }
.aktuellmenue li {
	display: inline-block;
	padding: 0.25rem 0.5rem;
	margin: 0;
}
@media screen and (max-width: 960px) {
	#menue { min-width: 250px; }
	.aktuellmenue {
		max-width: calc(100vw - 200px - 1rem);
	}
}
@media screen and (max-width: 660px) {
	#alles { flex-wrap: wrap; }
	#menue {
		margin: 0;
		border-right: 0 none;
		max-width: 100%;
	}
	.aktuellmenue {
		max-width: calc(100vw - 1rem);
	}
}
.contentblock {
  padding: 2px 0;
}
.normal {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  color: #ccc;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight:normal;
  font-style:normal;
}
.marginal { font-size: 0.6875rem; }

.hgblau { background-color: #041030; }
.hghellblau { background-color: #061744; }
.hglichtsmog { background-color: #65523f; }

.menue {
	background-color: #041030;
	border:2px solid #999;
	border-width: 0 2px 0 0;
}
.menuekiste {
	background-color:#041030;
	border: 2px solid #999;
	padding: 0.25rem;
}
.menuekiste h4 { padding: 0.25rem; }
.menuekiste ul { margin-left: 0.25rem; }
.menue td, #menue td { padding: 0.75rem 1rem; }
.menue p { padding: 0.25rem 0; }
.menue h4 { padding: 0.25rem 0; }
.menueabschnitt { border-bottom: 2px solid #999; }
.aktuell { background-color: #061744; border-bottom: 2px solid #999; }

.abgesetzt { margin: 0.5rem 0; }
.pbox { width: 270px; }
.pbox305 { width: 305px; }
.pbox,
.pbox305 {
	margin: 0.5rem 0;
	display: inline;
	float: left;
}
.tabeingerueckt { margin: 0.5rem 0.75rem; }
.tabeingerueckt td { padding: 1rem; }
.tabellerechts {
	float: right;
	clear: right;
	margin: 0.5rem 0 0.5rem 20px;
}
.tabellelinks {
	float: left;
	clear: left;
	margin: 0.5rem 1.25rem 0.5rem 0;
}
.tabellebild { margin: 0.5rem 0; }
.clear {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}
.divlinks {
  float: left;
  margin: 0.5rem 1.25rem 0.5rem 0;
  text-align: left;
}
.divrechts {
  float: right;
  margin: 8px 0 8px 20px;
  text-align: left;
}
.divlinks img,
.divrechts img {
  display: block;
}
.panopic {
	width: 100%;
}
.panopic img {
	width: 100%;
	height: auto;
}
.min500 {
  min-width: 500px;
}
.innen4extra { padding: 0.25rem; color:#ffcc99; }
.extra { color: #fc9; }
.extra b { color: #fc9; }
.warn { color: #d00 !important; font-weight:bold; }
.warn a { color: #d00 !important; }
.warn b { color: #d00 !important; }
.tabtitel { text-align: left; padding-bottom: 0.25rem; }
.bu { text-align: right; padding-top: 0.25rem; font-style: italic; }
.bulinks { text-align: left; padding-top: 0.25rem; font-style: italic; }

.texttab { border-width: 0; }
.texttab td { padding: 0 0.5rem 0.25rem 0; }
.texttab h1,
.texttab h2,
.texttab h3,
.texttab p { margin: 0; }


.hgschlecht { background-color: #600; }
.hgunguenstig { background-color: #632; }
.hgverbesserbar { background-color: #882; }
.hggut { background-color: #462; }
.hgsehrgut { background-color: #262; }

.signalkiste { background-color: #400; border:1px solid #900; margin: 0.5rem 1.25rem 0.5rem 0; }
.signalkiste td { padding: 0.5rem; }
.gruenkiste { background-color: #040; border:1px solid #262; margin: 0.5rem 1.25rem 0.5rem 0; }
.gruenkiste td { padding: 0.5rem; }
.blaukiste { background-color: #061744; border:1px solid #999; margin: 0.5rem 1.25rem 0.5rem 0; }
.blaukiste td { padding: 0.5rem; }

.blaukiste_pad8 {
  background-color: #061744;
  border: 1px solid #999;
  margin: 0.5rem 1.25rem 0.5rem 0;
  padding: 0.5rem;
}

.grafikkiste { margin: 0.5rem 0; border: 2px solid #999; background-color: #061744; }

a,
a b { color: #ff9; text-decoration: underline; }
a.extra,
a:link.extra,
a:visited.extra { color: #fc9;}

a:link, a:visited { color: #ffa; }
a:focus {
  color: #fc9;
  outline: 0 none;
}
a:hover, a:hover b { color: #fc9; }
a:active { color: #fc9; }

.menue a { text-decoration: none; }

.menue a:link { text-decoration: none; }
.menue a:visited { text-decoration: none; }
.menue a:focus { color: #ff9; text-decoration: underline; }
.menue a:hover { color: #ff9; text-decoration: underline; }
.menue a:active { color: #ff9; text-decoration: underline; }

.menuekiste a { text-decoration: none; }

.menuekiste a:link { text-decoration: none; }
.menuekiste a:visited { text-decoration: none; }
.menuekiste a:focus { color: #ff9; text-decoration: underline; }
.menuekiste a:hover { color: #ff9; text-decoration: underline; }
.menuekiste a:active { color: #ff9; text-decoration: underline; }

.aktuellmenue a { font-weight: bold; text-decoration: none; }

.aktuellmenue a:link { text-decoration: none; }
.aktuellmenue a:visited { text-decoration: none; }
.aktuellmenue a:focus { color: #ff9; text-decoration: underline; }
.aktuellmenue a:hover { color: #ff9; text-decoration: underline; }
.aktuellmenue a:active { color: #ff9; text-decoration: underline; }

a.anker { text-decoration: none; }

.umrand { border: 2px solid #999; }

.gold { color: #ffd700; }
.silber { color: #e9e9ff; }
.bronze { color: #daa520; }

div.textblock {
  float: left;
  max-width: 600px;
  margin: 0.5rem 1.25rem 0.5rem 0;
}

.pics2x338 {
  float: right;
  width: 358px;
}
@media screen and (min-width: 1266px) {
  .pics2x338 {
    width: 716px;
  }
}

#datenschutz { max-width: 900px; }
