html
{
  padding: 0;
  margin: 0;
  font-size: 13px;
}

body
{
  margin: 0;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  color: #1A1A1A;
  border-color: #B3B3B3;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  hyphens: auto;
}

ul
{
  margin: 0;
  margin-bottom: 5px;
  margin-top: 5px;
}

li
{
  list-style-type: disc;
  padding-left: 10px;
  margin-left: 20px;
}

/* Headings */
h1, h2, h3, h4, h5, h6
{
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

acronym
{
  cursor: help;
}

/* Standard Link Styles ----------------------------------------------------------*/
a, a:active
{
  color: #CC3333;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active:hover, a:visited:hover
{
  /*color: #3388BB;*/
  text-decoration: underline;
}

/* Page Banner Styles ----------------------------------------------------------*/
#banner
{
  margin-top: 1.5%;
}

#banner h1
{
  color: #CC3333;
  margin: 0px;
  font-size: 195%;
}

#banner h2
{
  color: #4D4D4D;
  margin-bottom: 15px;
  font-size: 125%;
  font-weight: bold;
}

/* Navigation Bar ----------------------------------------------------------*/
#navigation
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  background: url(../images/navbar_bg.png) repeat-x scroll rgb(179, 179, 179);
  font-weight: bold;
  border: 1px solid #CCC;
  border-bottom: 1px solid #999;
  opacity: .8;
}

#linkBox
{}

/* Navigation Link Styles */
#linkBox a, #linkBox a:active, #linkBox a:visited
{
  display: block;
  float: left;
  text-decoration: none;
  padding-left: 7px;
  padding-right: 7px;
  border-left: 1px solid #DDD;
  border-right: 1px solid #999;
  color: #030303; /*#FFF;*/
  background-color: transparent;
  height: 29px;
  line-height: 29px;
}

#linkBox a:hover, #linkBox a:visited:hover
{
  color: #AA1111; /* miracles of perception: to appear somewhat like #CC3333, this needs to be #AA1111*/
}

/* Search Styles  ----------------------------------------------------------*/
#searchBox {
  margin-right: 5px;
}

#searchBox button
{
  width: initial;
}

/* Main Content _____________________________________________________*/
main
{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* Sidebar ----------------------------------------------------------*/
#sidebar
{
  margin: 0px;
  padding: 0px;
  width: 30%;
}

#sidebar a, #sidebar a:active, #sidebar a:visited
{
  color: black;
  font-weight: bold;
  text-decoration: none;
}

#sidebar a img
{
}


#sidebar a:hover, #sidebar a:hover:active
{
  /*color: #CC3333;*/
  color: black;
  text-decoration: underline;
}

.sidebarMenuBox
{
  padding: 0px;
  border: 1px solid rgb(148, 148, 148);
  margin-bottom: 20px;
  background-color: #E0E0E0;
  height: 100%;
  background-image: url(../images/sidebarBG.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right bottom;
  opacity: .8;
}

.sidebarMenuBoxContent
{
  padding: 4px;
}

#hotStuffBox .sidebarMenuBoxContent
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.sidebarMenuBox h3
{
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin: 0px;
  font-size: 90%;
  font-weight: bold;
  background-color: #B3B3B3;
  color: #FFF;
  background-image: url(../images/sidebar_top_bg.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  clear: both;
}

.sidebarMenuBox li, ul
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 3px;
  margin-top: 3px;
  margin-left: 3px;
}

.sidebarMenuContentBox
{
  text-align: left;
  padding: 5px;
  clear: both;
}

.sidebarMenuContentBox .abcArticleOverviewAbstractMoreLink
{
  display: inline;
  margin: 0px;
  padding: 0px;
}

/* Content ----------------------------------------------------------*/
#content
{
  width: 65%;
  font-size: 1.2em;
  line-height: 1.5em;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left bottom;
}

.abcArticleOverviewDate
{
  display: none;
}

.TAL-articles .abcParagraphImg {
  margin-top: 7px;
}

.TAL-articles .abcParagraph {
  margin-bottom: 20px;
}

.TAL-pages .abcArticleDate {
  display: none;
}

#content table
{
  margin-top: 20px;
  border: 1px solid #DDD;
  margin-bottom: 25px;
  clear: both;
}

#content table th
{
  background-color: #EEE;
  padding: 0px;
  padding: 4px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #DDD;
  vertical-align: top;
  font-size: 90%;
}

#content table td
{
  background-color: #EEE;
  vertical-align: top;
  width: 25%;
  text-align: left;
  padding: 5px;
  font-size: 90%;
}

#pageHeadline
{
  border-bottom: 1px solid #DDDDDD;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.Schlaglichter .abcParagraphImgCont {
  display: none;
}

#schlagl {
 border-radius: 10px;
 border: 1px solid #DDD;
 padding: 10px;
 text-align: center;
 background: -webkit-linear-gradient(127deg, #efefef, white);
}

#schlagl div {
  margin-bottom: 10px;
  margin-top: 10px;
  font-style: italic;
}

#schlagl img {
  box-shadow: 2px 2px 5px #aaa;
}

#schlagl img:hover {
  cursor: pointer;
}

#schlagl #slideStatus {
  text-align: right;
  font-size: .8em;
}

.TAL-downloads .abcArticleOverviewCont
{
  clear: both;
  display: list-item;
  margin-left: 25px;
}

/* footer styles ----------------------------------------------------------*/
#footer
{
  position: relative;
  top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #BBB;
  text-align: center;
  font-size: 80%;
  line-height: 1.35em;
  color: #666;
  clear: both;
  height: 80px;
}

#footer span
{
  display: inline-block;
}


