article, aside, figure, footer, header, hgroup, menu, nav, section { display:block; }

article + article {
  margin-top: 3em;
}

/*
article {
  margin-bottom: 1.5em;
  padding: 0.25em 1em 0.25em 1em;
  border-color: #a0762d;
  border-style: solid;
  border-width: thin;
  background-color: #d9c8a9;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
}

article img {
  box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
  border-color: #a0762d;
  border-style: solid;
  border-width: thin;
  margin: 0.5em;
}
*/

/*
h1 {
  box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
}*/

body {
    background-color: white;
  height: 100%;
  margin: 0em;
  padding-top: 0em;
  padding-left: 0em;
}

#layoutgrid {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-rows: min-content auto;
    grid-template-columns: auto 1fr;
}

#logoright
{
  padding: 0px;
  margin: 0px;
}

#title
{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;

    display: flex;
    padding: 0;
    margin:  0 0 0.5em 0;
    border-bottom-width: 1em;
    border-bottom-style: solid;
    border-bottom-color: #d12329;
}

#menu
{
  padding: 0 0 1em 0;
  margin:  0px;
  height: 100%;

  background: url('images/ui/background6.png');
}

#body
{
  /* margin: 0em 0em 0em 17em; */
  margin:  0;
  padding: 0;
  height: 100%;

  background: no-repeat url("images/ui/background5.png");
  background-attachment: scroll;
  background-position: 100% 5em;
  background-size: 40%, 40%;
  background-color: white;
}

#page
{
    padding: 1em;
    margin-bottom: 2em;
}

p.javascriptwarning {
  font-size: 1.1em;
  border-style: solid;
  border-width: thick;
  border-color: #aa0000;
  background: #ff0000;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 1em 0.5em 1em;
  font-family: sans-serif;
  margin-bottom: 1em;
}

dl.termine {

}

dl.termine dt {
  font-weight: bold;
}

dl.termine dd {
  margin-left: 1em;
  padding-bottom: 1em;
}

h1.title {
  margin:  0px;
  padding: 0px;
  width: 100%;

  color: white;
  font-family: sans-serif;
  font-size: 2.0em;
}

#body a {
 color: #38589a;
}

#body a:visited {
 color: #45619b;
}

#body a:hover {
    color: #d12329;
}

#body a:active {
  color: black;
}

/* Navigation Menu */
ul.menu
{
    width: 16em;

    list-style: none;
    padding: 0;
}

ul.menu ul
{
    list-style: none;
    padding: 0;
}

ul.menu .menu-topic {
  display: block;
  margin-top: 0.5em;

  font-family: sans-serif;
  font-weight: bold;
  background-color: #d12329;
  text-decoration: none;
  color: white;

  border-left-style: solid;
  border-left-width: 0.5em;

  padding-left: 0.5em;
  padding-right: 0.5em;

  border-color: #fdeaea;
}

ul.menu .menu-item {
    margin-left: 0em;
    padding-left: 1em;
}

ul.menu .menu-item a {
    display: block;

    color: black;
    background-color: white;
    text-decoration: none;
    font-family: sans-serif;

    padding-left: 0.5em;
    padding-right: 0.5em;

    border-left-color: white;
    border-left-style: solid;
    border-left-width: 0.5em;

    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d12329;
}

ul.menu .menu-item a:hover {
    background: #d12329;
    text-decoration: none;
    color: white;

    border-left-color:  #fdeaea;
}

ul.menu .menu-item a.current {
  border-left-color: #d12329;
  background-color: #fdeaea;
  color: black;
}
/* End: Navigation Menu */

#body h1, #body h2 {
  margin-top: 0em;
  font-family: sans-serif;
  padding-left: 1.0em;
  border-bottom-style: solid;
  border-bottom-color: #d12329;
}

#body h1 {
  font-size: 2.0em;
}

#body h2 {
  font-size: 1.5em;
}

#body > h3 {
  font-size: 1.2em;
}

tr.produkt-odd {
  margin: 1em;
  background-color: #fdeaea;
}

tr.produkt-even {
  margin: 1em;
  background-color: rgb(99.204% 85.288% 85.15%);
}

table.produkt td {
  padding: 1em;
  border-style: solid;
  border-width: thin;
  border-color: black;
  vertical-align: top;
}

table.produkt {
  border-collapse: collapse;
}

p.komplettpreis {
  border-top-style: solid;
  border-top-width: medium;

  border-bottom-style: solid;
  border-bottom-width: medium;

  padding: 1em;
  font-weight: bold;
  font-size:  1.2em;
  text-align: right;
}

#body a.button, #body a.button:visited {
  color:   black;
  background-color: #fdeaea;

  white-space: nowrap;
  display: block;

  border-style: solid;
  border-width: 1px;
  border-color: white black black white;

  text-decoration: none;
  text-align:     center;
  vertical-align: bottom;

  width: 16em;

  padding: 0.5em;

  font-size: 1.0em;
  font-weight: bold;
}

#body a.button:hover {
  background-color: white;
}

#body a.button:active {
  border-color: black white white black;
}

ol.rvbl-toc {
  list-style-type: upper-roman;
}

ol.rvbl-toc > li > h3 {
  font-weight: bold;
  font-size: 1em;
}

ol.rvbl-toc ol {
  list-style-type: circle;
  padding-left: 1em;
  padding-bottom: 1em;
}

ul.rvbl-toc {
  list-style-type: circle;
  padding-left: 1em;
}

ul.sv-toc {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.sv-toc li {
    margin-bottom: 0.5em;
}

ul.sv-toc ul {
    list-style-type: none;
}

ul.programm {
    padding-left: 1em;
    list-style-type: square;
    margin-bottom: 2em;
}

ul.programm > li {
    margin-bottom: 1em;
}

ins {
  background: rgba(0, 200, 0, 0.15);
  color: inherit;
  text-decoration: none;
  font-style: italic;
}

del {
  background: rgba(200, 0, 0, 0.15);
  color: #a00000;
  text-decoration: line-through;
}

/* EOF */
