/* COMMON STYLES */
body {
  color: #000000;
  background-color: #FAFAFA;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  overflow-y: scroll;
}
p, dl, dt, dd, li, table, tr, td, a {
  font-family: Arial, Helvetica, sans-serif;
}
ul {
  font-family: Arial, Helvetica, sans-serif;
  list-style-type: square;
  list-style-image: url('cg_point_blue.gif');
}
ol {
  font-family: Arial, Helvetica, sans-serif;
}
ul li.red,
ul.red li {
  list-style-color: url('cg_point_red.gif');
}
h1 {
  font-weight: bold;
  font-size: 12pt;
  color: #000000;
}
h2 {
  background-color: #2AA3D8;
  color: #ffffff;
  padding: 2px;
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 5px;
  page-break-after: avoid;
}
h3 {
  color: #2AA3D8;
  padding: 2px 0;
  text-decoration: underline;
  margin-top: 5px;
  margin-bottom: 2px;
  color: #2AA3D8;
  font-size: 10pt;
  page-break-after: avoid;
}
h2 a {
  color: #ffffff;
}
h3 a {
  color: #2AA3D8;
}
a {
  font-family: Arial, Helvetica, sans-serif;
  color: #0000FF;
  text-decoration: none;
}
a:hover {
  color: #0068D0;
  text-decoration: underline;
}
img {
  border: none;
}

ul.narrow {
  padding-left: 20px;
}
/* /COMMON STYLES */

/* framing */
#frame {
  position: absolute;
  width: 608px;
  left: 50%;
  margin-left: -320px;
  padding-left: 2px;
  padding-right: 2px;
}

/* #cg_header */
#cg_header #cg_header_top {
  display: flex;
  flex-direction: row;
}
#cg_header #tu_logo {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
}
#cg_header #tu_logo img {
  border: 0px;
  display: block;
}
#cg_header #organisation_links {
  display: inline-block;
}
#cg_header #organisation_links li {
  list-style-type: none;
  line-height: 17px;
}
#cg_header #organisation_links a {
  color: #707070;
  display: block;
}
#morse_top {
  display: block;
  margin-top: 0px;
  clear: left;
}
#morse_right {
  position: absolute;
  right: -30px;
}
/* /#cg_header */

/* #cg_footer */
#cg_footer {
  position: relative;
}
#maintainance {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 280px;
  font-size: 9pt;
}
#cg_logo {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -25px;
}
#cg_logo a img {
  border: 0px;
}
#morse_bottom {
  position: absolute;
  top: 0px;
  right: -30px;
}
#address {
  position: absolute;
  text-align: right;
  top: 10px;
  right: -30px;
  font-size: 9pt;
  color: #707070;
  padding-bottom: 5px;
}
#address a {
  color: #707070;
}
/* /#cg_footer */

/* #navigation */
#navigation,
#path {
  text-align: center;

  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #68ccff;

  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #68ccff;
}
#navigation ul,
#path ul {
  margin: 0px;
  padding: 0px;
}
#navigation ul li::after {
  content: " -";
  margin-left: 6px;
  margin-right: 6px;
}
#navigation ul li:last-child::after {
  content: "";
  margin-left: 0px;
  margin-right: 0px;
}
#path ul li:before {
  content: "/ ";
  margin-left: 6px;
  margin-right: 6px;
}
#path ul li:first-child:before {
  content: "";
  margin-left: 0px;
  margin-right: 0px;
}
#navigation ul li,
#path ul li {
  display: inline-block;
  list-style-type: none;
  margin-left: 0px;
  margin-right: 0px;
}
#navigation ul li a {
  color: #c32d9b;
}
#path ul li a {
  color: #c32d9b;
}
#navigation ul li a.current,
#path ul li a.current {
  color: #000000;
}
/* /#navigation */

/* #content */
#content {
  min-height: 300px;
}
#intro {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#intro .intro_img {
  max-width: 300px;
  max-height: 300px;
  margin-right: 8px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#intro .intro_img img {
  max-width: 300px;
  max-height: 300px;
}
#intro #intro_text {
  -webkit-flex: 1 1 auto;
  -webkit-flex-shrink: 1;
  -ms-flex: 1 1 auto;
  max-width: 100%;
  display: block;
}
/* /#content */

/* #toc */
ul > .toc_header,
ul > .shortcuts_header {
  margin-left: -40px;
  text-align: left;
}
ul.shortcuts {
  margin-top: 0.5em;
  margin-bottom: 0px;
}
ul.toc {
  margin-top: 0.5em;
  margin-bottom: 0px;
}
ul.toc li {
  list-style-image: url(cg_point_red.gif);
}
/* /#toc */

/* .quicklinks */
section.quicklinks {
  margin-top: 0.5em;
}
section.quicklinks > h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}
section.quicklinks > h3::after {
  content: ':';
}
section.quicklinks > ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
section.quicklinks > ul > li {
  list-style-image: url(cg_point_red.gif);
}

section.quicklinks > ul > li a {
}

section.quicklinks > ul > li.tiss a {
  width: 32px;
  height: 0;
  padding: 16px 0 0 0;
  background: url(/courses/graphics/tiss.ico) no-repeat;
  overflow: hidden;
  display: inline-block;
}
section.quicklinks > ul > li.tuwel a {
  width: 32px;
  height: 0;
  padding: 16px 0 0 0;
  background: url(/courses/graphics/tuwel.ico) no-repeat;
  overflow: hidden;
  display: inline-block;
}
/* /.quicklinks */

/* PRINTING RELATED */
@media print {
  h2 {
    border-bottom: 1px solid #2AA3D8;
    color: #2AA3D8;
  }
}
/* /PRINTING RELATED */

ul.hot_links > li {
  list-style-type: square;
  list-style-image: url(cg_point_red.gif);
}
dl.links {
}
ul.hot_links > dl > dt {
  font-weight: bold;
  display: inline;
  width: 10em;
}
ul.hot_links > dl > dd {
  display: block;
  margin-left: 10em;
  margin-top: -10pt;
}

.header_big {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #707070;
 text-decoration: none;
}
 .header {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #707070;
 text-decoration: none;
}
 .footer {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #707070;
 text-decoration: none;
}
 .abstand {
 font-size: 5pt;
}
 a.anchor {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #000000;
 text-decoration: none;
}
 .comment {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #000000;
 text-decoration: none;
}
 a.comment {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #0000FF;
 text-decoration: none;
 }
 a.comment:hover {
 color: #0068D0;
 text-decoration: underline;
 }
 a.white {
 color: #FFFFFF;
 }
 a.white:hover {
 color: #FFFFFF;
 text-decoration: underline;
 }
.path {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-decoration: none;
}
a.path:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #0000FF;
  text-decoration: none;
}
a.path:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #0000FF;
  text-decoration: none;
}
a.path:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #0068D0;
  text-decoration: underline;
}
a.path:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #0068D0;
  text-decoration: underline;
}
 .nav {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 text-decoration: none;
 }
 a.nav {
 color: #C32D9B;
 text-decoration: none;
 }
 a.nav:hover {
 color: #0068D0;
 text-decoration: underline;
 }

/* Additions by Michi */
td.head {
  color: #ffffff;
  background: #2AA3D8;
  font-weight: bold;
}
.tab {
  color: #000000;
  font-weight: normal;
  background: #FFFFFF;
}
th.tab {
  color: #000000;
  background: #A0A0A0;
}
.seitenbreite {
  width: 614px;
}

/* those two are instead of the <dl>. don't forget the div-section */
div.main {
  margin-left: 40px;
}

div.main h4 {
  margin-left: -40px;
  margin-bottom: 0px;
}
/* Publ-Database */
th.tab {
  color: #000000;
  background: #A0A0A0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
}
td.tab0 {
  color: #000000;
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  vertical-align: top;
}
td.tab1 {
  color: #000000;
  background: #E0E0E0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  vertical-align: top;
}
td.list_image {
  vertical-align: middle;
  text-align: center;
  width: 100px;
}
a.tab0:link {
  color: #0000FF;
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
}
a.tab0:visited {
  color: #7F00FF;
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
}
a.tab0:hover {
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: underline;
}
a.tab0:active {
  color: #FF0000;
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: underline;
}
a.tab1:link {
  color: #0000FF;
  background: #E0E0E0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
}
a.tab1:visited {
  color: #7F00FF;
  background: #E0E0E0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
}
a.tab1:hover {
  background: #E0E0E0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: underline;
}
a.tab1:active {
  color: #FF0000;
  background: #E0E0E0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: underline;
}
td.tab0h {
  color: #606060;
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
td.tab1h {
  color: #606060;
  background: #E0E0E0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
a.tab0h:link {
  color: #6060FF;
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
}
a.tab0h:visited {
  color: #7F60FF;
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
}
a.tab0h:hover {
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: underline;
}
a.tab0h:active {
  color: #FF0000;
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: underline;
}
a.tab1h:link {
  color: #6060FF;
  background: #E0E0E0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
}
a.tab1h:visited {
  color: #7F60FF;
  background: #E0E0E0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
}
a.tab1h:hover {
  background: #E0E0E0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: underline;
}
a.tab1h:active {
  color: #FF0000;
  background: #E0E0E0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: underline;
}
.autocomp_box {
  border: 1px solid black;
  display: block;
  background: white;
  overflow: auto;
  overflow-y: scroll;
  max-height: 150px;
  width: 100px;
}
.autocomp_entry {
  background: white;
}
.autocomp_selected {
  background: yellow;
}

@media screen and (max-width: 654px) {
#frame {
  width: 100%;
  left: 0;
  margin-left: 0;
  min-height: 0;
  box-sizing: border-box;
}
#frame img#morse_top {
  width: 100%;
  height: 0px;
  display: block;
  border-bottom: 2px solid #2aa3d8;
}
#frame img#morse_right {
  display: none;
}
#frame .intro_img {
  max-width: 50%;
}
#frame .intro_img img {
  max-width: 100%;
  height: auto;
}
#cg_footer {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
}
#cg_footer #morse_bottom {
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 0px;
  display: block;
  border-bottom: 2px solid #c32d9b;
}
#cg_footer #cg_logo {
  left: 0;
  margin-left: 0;
  top: 7px;
  position: absolute;
}
#cg_footer #address {
  top: 0;
  right: 0;
  position: relative;
  text-align: left;
  margin-left: 55px;
  padding-top: 15px;
}
#cg_footer #maintainance {
  position: static;
  top: 0px;
  width: 100%;
  display: none;
}
}

@media screen and (max-width: 480px) {
#intro {
  display: block;
}
#frame .intro_img {
  max-width: 128px;
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
}

@media screen and (max-width: 400px) {
#frame .intro_img {
  max-width: 96px;
  float: right;
}
}

@media screen and (max-width: 300px) {
#frame .intro_img {
  max-width: 64px;
  float: right;
}
}
