/*
  ++++++++++++++++++++++++++++++++++++++++++++++++++
  ++++++++++++++++ CSS - ANWEISUNGEN +++++++++++++++
  ++++++++++++++++++++++++++++++++++++++++++++++++++
 */
/*
  ++++++++++++++++++++++++++++++++++++++++++++++++++
  +++++++++++++++++ CSS Reset  +++++++++++++++++++++
  ++++++++++++++++++++++++++++++++++++++++++++++++++
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
  ++++++++++++++++++++++++++++++++++++++++++++++++++
  +++++++++++++++++ Allgemeines  +++++++++++++++++++
  ++++++++++++++++++++++++++++++++++++++++++++++++++
 */
body
{
    font-size: 12pt;
    font-family: arial, junicode, helvetica, sans-serif;
    line-height: 1.5em;
    color: #333333;
    background: #fff;
    padding: 2em 4em;
    position: relative;
}
h1, #doc_header, #doc_header_text, .head
{
    font-size: 13pt;
    font-weight: bold;
    font-family: arial;
    color: #000;
    text-align: justify;
}
h2 
{
    font-size: 13pt;
    font-weight: bold;
    font-family: arial;
    color: #000;
    text-align: justify;
}
h3 
{
    font-size: inherit;
    font-weight: bold;
    font-family: arial;
    color: #000;
}
th {
    border:1px solid #000; 
    text-align:left;
    vertical-align:top; 
    padding:0.5em;
    font-weight:bold;
}
td {
    border:1px solid #000; 
    vertical-align:top;
    padding:0.5em;
}

li {
    text-indent: -1em;
}

#metadata
{
    font-size: 0.8em;
    margin: 3em;
    padding: 1em 2em;
    background: #eee;
    clear: both;
}
#msDesc, #summary 
{
    background: #F0F0F0;
    clear: both;
}
#view
{
    background: #eee;
    float: right;
}
.fnz 
{
    line-height: 0px;
    vertical-align: super; 
    font-size: 70%; 
    font-weight: bold; 
}
.sup
{
    line-height: 0px;
    vertical-align: super; 
    font-size: 70%; 
}

.foreign
{
    font-style: italic;
}

.italic
{
    font-style: italic;
}

.sc {
  font-variant: small-caps;
}

.normal 
{
    font-style: normal !important;
}

/* ---------------------- Links  -----------------------------------------------------------------------------------*/
a{
    color:#900129;
    text-decoration:none;
}
a:visited {
    color:#990000;
    text-decoration:none;
}

/* ---------------------- Sorttable  -----------------------------------------------------------------------------------*/
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}

/* ---------------------- Regest-Tabs  -----------------------------------------------------------------------------------*/
.metadata-details
{
    width: 100%;
    height: 150px;
    margin: 1.5em 0;
    font-family: Arial, Sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    color: #404040;
}
 
 
.metadata-details ul,
.metadata-details li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
 
.metadata-details,
.metadata-details input[type="radio"]:checked + label
{
    position: relative;
}
 
.metadata-details li,
.metadata-details input[type="radio"] + label
{
    display: inline-block;
}
 
.metadata-details li > div,
.metadata-details input[type="radio"]
{
    position: absolute;
}
 
.metadata-details li > div,
.metadata-details input[type="radio"] + label
{
    border: solid 1px #ccc;
}
 
.metadata-details li
{
    vertical-align: top;
}
 
.metadata-details li:first-child
{
    margin-left: 8px;
}
 
.metadata-details li > div
{
    top: 33px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    overflow: auto;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 
.metadata-details input[type="radio"] + label
{
    margin: 0 2px 0 0;
    padding: 0 18px;
    line-height: 32px;
    background: #f1f1f1;
    text-align: center;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
 
.metadata-details input[type="radio"]:checked + label
{
    z-index: 1;
    background: #fff;
    border-bottom-color: #fff;
    cursor: default;
}
 
.metadata-details input[type="radio"]
{
    opacity: 0;
}
 
.metadata-details input[type="radio"] ~ div
{
    display: none;
}
 
.metadata-details input[type="radio"]:checked:not(:disabled) ~ div
{
    display: block;
}
 
.metadata-details input[type="radio"]:disabled + label
{
    opacity: .5;
    cursor: no-drop;
}
hr.halfWidth
{
    width: 50%;
}