/*******************************************************************************
    Druck-Stylesheet f�r Stud.IP
    - nur pt Gr��enangaben verwenden
    - auf background-colors verzichten (werden nicht gedruckt)
*******************************************************************************/
html,
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: none;
  height: auto;
}
body,
input,
textarea,
td,
th,
blockquote,
p,
form,
ul,
h4 {
  font-size: 10pt;
}
#layout_wrapper {
  display: block;
}
#layout_content {
  margin-right: 0;
}
#header *,
#barTopMenu,
#barTopTools,
#barTopStudip,
#barBottomLeft,
#barBottommiddle,
#barBottomright,
#barBottomshadow,
#tabs,
#tabs2,
#layout_infobox,
td.infoboxrahmen,
td.infobox,
td.infobox-img,
#schedule_icons,
#edit_inst_entry,
#layout_sidebar,
#barBottomContainer,
.messagebox_buttons a.close,
a.button,
button.button,
#layout-sidebar,
.helpbar-container,
.helpbar,
#skip_link_navigation,
#barTopFont {
  display: none !important;
}
img {
  border: 0;
}
a,
a:link,
a:visited {
  color: #000000;
}
a:visited,
a:link,
a:hover,
a:active {
  text-decoration: none;
}
h1,
.topic {
  font-size: 15pt;
  margin: 3pt 0 2pt 0;
}
h1 span {
  display: block;
  font-size: 14.25px;
  font-weight: 100;
  padding: 5px 0;
}
section header h1 {
  font-size: 12pt;
  margin-top: 8pt;
}
h2 {
  font-size: 13pt;
}
h3 {
  font-size: 12pt;
}
td.angemeldet {
  border: 1pt solid #000000;
}
td.rahmen_white {
  border: 1pt solid #000000;
  background: #FFFFFF none;
}
td.rahmen_steel {
  border: 1pt solid #000000;
  background-color: #f3f5f8;
}
td.rahmen_table_row_odd {
  border: 1pt solid #000000;
  background-color: #ebebeb;
}
.hidden {
  display: none;
}
/* --- stud.ip-title oben  -------------------------------------------------- */
#barTopFont {
  font-weight: normal;
  display: block !important;
  font-size: 18pt;
  padding: 0 0 2pt 0;
  margin: 0 0 5pt 0;
  border-bottom: 1pt solid #000000;
}
/* --- studip-logo im footer ------------------------------------------------ */
#layout_footer * {
  display: none;
}
#layout_footer {
  width: 100%;
  text-align: center;
  padding: 2pt 0 0 0;
  margin: 5pt 0 0 0;
  border-top: 1pt solid #000000;
}
#layout_footer:after {
  content: url('../images/logos/logo2b.png');
}
/* --- print-style for calendar api------------------------------------------ */
#schedule {
  width: 100%;
  height: 100%;
}
#schedule #schedule_headings {
  margin-left: 41pt;
  background: none;
}
#schedule #schedule_data {
  width: 100%;
  table-layout: fixed;
}
#schedule #schedule_data thead td {
  text-align: center;
}
#schedule #schedule_data th:first-child,
#schedule #schedule_data td:first-child {
  width: 40px;
}
#schedule #schedule_data td {
  vertical-align: top;
}
#schedule div.schedule_entry {
  position: absolute;
  margin: 0;
  padding: 0 0 2pt;
  overflow: hidden;
  font-size: 11pt;
  color: #000000;
}
#schedule div.schedule_entry dl {
  height: 100%;
  margin: 0;
  color: black ! important;
  background-image: none ! important;
  background-color: transparent ! important;
}
#schedule div.schedule_entry dl dd {
  margin: 0;
  overflow: hidden;
  word-wrap: break-word;
}
#schedule div.schedule_entry dl dt {
  background-color: transparent ! important;
}
#schedule div.schedule_entry dl a:hover {
  text-decoration: underline;
}
#schedule div.schedule_day {
  border-right: 1pt solid black;
  position: relative;
}
#schedule div.schedule_hours {
  border-top: 1px solid #ddd;
  padding-bottom: 1px;
}
#schedule div.snatch {
  position: absolute;
  bottom: 4pt;
  text-align: center;
  width: 100%;
  cursor: ns-resize;
  padding-bottom: 2pt;
}
#schedule #new_entry {
  position: absolute;
  border: 2pt solid #E0E0F0;
  width: 400pt;
  height: 230pt;
  background-color: #E8EEF7;
  font-size: 12pt;
}
#schedule div.new_entry {
  position: absolute;
  left: 50%;
  top: 180pt;
  margin-left: -25%;
  height: 320pt;
  width: 50%;
  font-size: 12pt;
  background-color: #E8EEF7;
  border: 2pt solid #E0E0F0;
}
#schedule div.schedule_marker {
  border-bottom: 1px dotted #ddd;
  border-top: 1px solid #ddd;
  padding: 0;
}
/* aus style.css */
h1.content,
h2.content,
h3.content {
  color: #24437c;
}
hr.content {
  margin: 0 1em;
  background-color: #555555;
  border-radius: 5px;
  height: 1px;
  border: none;
}
table.content {
  border-collapse: collapse;
}
table.content td {
  border: thin solid #666666;
  font-size: smaller;
  padding: 3px;
}
div.content {
  background-color: #f3f5f8;
  clear: both;
  margin: 0;
  overflow: hidden;
  padding: 2px;
}
.quote {
  background: #eeeeee none;
  border: 1px solid black;
  margin-left: 20px;
  margin-right: 20px;
  padding: 3px;
}
td.quote {
  border: 1px solid #000000;
  font-size: 8px;
}
a.link-intern {
  padding-left: 18px;
  background-image: url("../images/icons/blue/link-intern.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
a.link-extern {
  padding-left: 18px;
  background-image: url("../images/icons/blue/link-extern.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.formatted-content {
  display: inline;
}
