/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04.11.2016, 11:56:29
    Author     : CHE
*/

.wordDocument {
    position: relative;
}
.wordDocument img {
    max-width: 100%;
}
.wordDocument h1, .wordDocument h1 a{
    padding-top: 20px !important;
    font-size:28px !important;
    font-weight: 300 !important;
    color: #3d3d3d !important;
}
.wordDocument h2, .wordDocument h2 a {
    padding-top: 15px;
    font-size: 19px;
    color: #c2512b !important;
}
.wordDocument h3, .wordDocument h3 a {
    padding-top: 10px;
    font-size: 16px;
    color: #c2512b !important;
}
.wordDocument h4, .wordDocument h4 {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #000000;
    margin-bottom: 0px;
    color: #c2512b !important;
}
.wordDocument table {
    border-collapse: collapse;
}
.wordDocument table td {
    border: 1px solid #cccccc;
    padding-left: 10px;
    padding-right: 10px;
}

div.WordSection1 {
    display: none;
    position: relative;
    border: 1px solid #cccccc;
}
.wordDocument .WordSection2 {
    position: relative;
    text-align: justify !important;
}
a:link, span.MsoHyperlink {
    text-decoration: none !important;
}
div.WordSection1 a.active {
    color:#000000 !important;
    font-weight: bold;
}
.wordDocument h1 a, .wordDocument h2 a, .wordDocument h3 a, .wordDocument h4 a {
    text-decoration: none !important;
}
.MsoToc1 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: left !important;
}
.MsoToc1 a {
    text-decoration: none !important;
}
.MsoToc1 a.active {
    font-weight: bold;
    color:#000000 !important;
}

.level1 {
    display: block;
    position: relative;
    text-decoration: none !important;
    width: 100%;
    transition: background 250ms;
    padding-left: 20px;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: right;
    background-position-y: 50%;
}
.level1:hover {
    background: #e2582a;
}
.MsoToc2 {
    padding-left:10px;
    transition: background 200ms;
    padding-right: 10px;
    margin: 0px !important;
    clear:both;
}

.MsoToc2 a span {
    text-transform: none !important;   
    display: block;
    float:left;
}
.MsoToc2 a .level2Number {
    width: 7%;
}
.MsoToc2 a .level2Spacer {
    width: 3%;
}
.MsoToc2 a .level2Text {
    width: 90%;
}

.level2:hover .MsoToc2 {
    background:#dddddd;
    font-weight: bold;
}
.MsoToc2 a {
    color:#000000 !important;
}

.MsoToc3 {
    transition: background 200ms;
    padding-right:10px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 20px !important;
}
.MsoToc3:hover {
    background:#eeeeee;
}
.MsoToc3 a {
    color:#444444 !important;
}
.level2wrap {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    display: none;
    left: -350px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    top: -1px;
    width: 350px;
    z-index: 999999999;
}

.level3wrap {
    display: none;
    clear: both;
}
/******************************************
   Fixed Nav horizontal
******************************************/
.navWrapper.navShrinked {
    position: fixed;
    width: 100%;
    z-index: 999999999;
    left:0;
    top:0;
}
div.WordSection1.navShrinked {
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 4px 0 rgba(133, 129, 133, 0.6);
    border:none;
    height: 48px;
}

div.WordSection1.navShrinked .level1 {
    float:left;
    width: auto;
    background-image: none;
}

div.WordSection1.navShrinked .level2wrap {
    left: 0px;
    top: 48px;
    width: 400px;
    box-shadow: 3px 3px 3px 0 rgba(133, 129, 133, 0.6);
}

.txtGesetzestext {
    border: 1px solid #cccccc;
    box-shadow: 0 0 5px 0 rgba(133, 129, 133, 0.6);
    font-family: Courier New;
    font-size: 9pt;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 600px;
}
.txtGesetzestext p {
    margin: 0;
    padding: 0;
}
