@charset "utf-8";

html
{
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 10pt;
  background: #ccc linear-gradient(silver, #eee 300px);
  min-height: 100%;
  padding: 32px 0;
}

img
{
  border: none;
  max-width: 950px;
}

body
{
  min-height: 100%;
  width: 950px;
  background: url('header.png') no-repeat center -2px white;
  border-radius: 32px;
  box-shadow: 0 0 20px black;
  margin: 0 auto;
  padding: 6px 22px 6px;
  border: 2px solid rgba(0, 0, 0, 0.4);
}

header
{
  
}

#logo
{
  margin-top: 42px;
  margin-bottom: 33px;
  height: 61px;
  width: 196px;
  margin-left: 30px;
  display: block;
}

footer
{
  color: gray;
  padding: 16px 0 8px;
  font-size: 8pt;
  text-align: center;
}

header nav
{
  background: #3080c0 none repeat scroll 0 0;
  font-weight: bold;
  left: -2px;
  padding: 0 22px;
  top: 110px;
  margin: 0 -24px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: none;
  border-top: none;
}

main, nav, header, footer
{
  display: block;
}

main
{
  margin: 24px 0;
}

a
{
  color: #36b;
  text-decoration: none;
}

a:hover
{
  color: #48f;
  text-decoration: underline;
}

header nav a
{
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 3px 10px 3px;
  font-weight: bold;
}

header nav a:hover
{
  color: white;
  background-color: #2060a0;
  text-decoration: none;
}

header nav a.selected
{
  color: black;
  background-color: #50B0F0;
}

p, li, dd
{
  text-align: justify;
}

p
{
  margin: 8px 0;
}

dt, b, code {
  color: #236;
  font-weight: bold;
}

kbd {
  background-color: #f7f7f7;
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
  border-color: #ddd #aaa #888 #ccc;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  color: black;
  font-family: inherit;
  padding: 0 0.4em;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

.screenshotversion {
  color: gray;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 8pt;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 10px;
  z-index: 1000;
}

.image
{
  text-align: center;
  margin: -4px 0;
}

figure
{
  margin: 0 0 6px;
}

figcaption
{
  font-size: 9pt;
}

.float
{
  float: right;
  border: solid white;
  border-width: 8px 0 8px 16px;
  margin-right: -8px;
  clear: right;
  text-align: center;
  background: white;
  position: relative;
  z-index: 1;
}

.float img
{
  display: block;
}

.bar
{
  margin: 0 -10px;
  text-align: center;
  display: table;
}

.bar figure
{
  float: left;
  margin-left: 10px;
}

.bar figure img
{
  width: 230px;
}

.bar figure figcaption
{
  
}

h1
{
  border-bottom: 2px solid #3080c0;
}

h2
{
  border-bottom: 1px solid #3080c0;
}

h3
{
  border-bottom: 1px solid #50B0F0;
}

h4
{
  border-bottom: 1px dotted #50B0F0;
}

h1, h2, h3, h4, h5
{
  color: #101830;
  position: relative;
  margin-bottom: 4px;
}

table
{
  margin: 10pt auto 0;
  border-spacing: 0;
}

td, th
{
  padding: 3px 6px;
  background: rgb(248, 248, 248);
}

th
{
  background: #3080C0;
  color: white;
}

th *
{
  color: white !important;
}

tr:nth-child(odd) td
{
  background: rgb(240, 240, 240);
}

#contents
{
  border: 1px solid #50B0F0;
  display: inline-block;
  padding-right: 24px;
}

#contents div
{
  float: left;
}

footer a
{
  color: #999 !important;
}

table.grid
{
  border-collapse: collapse;
}

table.grid th, table.grid td
{
  border: 1px solid #3080C0;
}

table.invisible td
{
  background: none;
  padding: 0;
  margin: 0;
}

table img
{
  vertical-align: middle;
}

.res-bug, .res-warning, .res-anomaly
{
  background: no-repeat 0 1px;
  margin-left: -19px;
  padding-left: 19px;
}

.res-bug
{
  background-image: url('bug.png') 
}

.res-warning
{
  background-image: url('warning.png') 
}

.res-anomaly
{
  background-image: url('anomaly.png') 
}

rt
{
  font-size: 7pt;
}

rb
{
  font-family: monospace;
  font-size: 15pt;
}

ins, ins *
{
  color: #0a5 !important;
  text-decoration: none;
}

del, del *
{
  color: #c22 !important;
  text-decoration: none;
}

/*
h1:lang(de):before
{
  content: 'Ankündigung (01 Mar 2020): Kein Support vom 18. September bis 4. Oktober 2020 und 7. bis 31. Mai 2021.';
  white-space: pre-wrap;
  color: #f70;
  display: block;
  font-size: 10pt;
  margin-bottom: 10pt;
  border: 1px solid orange;
  padding: 5px 8px;
  border-radius: 6px;
}

h1:lang(en):before
{
  content: 'Announcement (22 Dec 2019): No support from September 18th to October 04th 2020 and May 07th to 31st 2021.';
  white-space: pre-wrap;
  color: #f70;
  display: block;
  font-size: 10pt;
  margin-bottom: 10pt;
  border: 1px solid orange;
  padding: 5px 8px;
  border-radius: 6px;
}
*/

footer a
{
  display: none;
}

.requirecheck
{
  display: none;
}

:checked + .requirecheck
{
  display: block;
}

.checklabel
{
  cursor: text;
}

code.scrollable
{
  display: block;
  white-space: nowrap;
  overflow: auto;
}

code.framed
{
  border: 1px solid #50B0F0;
}

li table
{
  margin: 0;
}