﻿.printable
{
    background-image: url("../pictos/print.png");
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

.comparatorCollapseExpandBody > li
{
    text-overflow: ellipsis;
    width: 100%;
    line-height: 0.8 !important;
    padding-left: 10px;
    margin: 0;
}

.subpage + br {
    display: none;
}

.kavTable
{
    border-collapse: collapse;
}

    .kavTable th
    {
        border: 1px solid #000;
        padding: 2px;
        vertical-align: top;
    }

#spinnerComparator
{
    height: 32px;
    width: 32px;
    margin-left: 50%;
    margin-top: 25%;
    background-image: url('../pictos/ajax-loader.gif');
}

#comparison .close
{
    background-image: url('../pictos/close.png');
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 26px;
    width: 26px;
}

    #comparison .close:hover
    {
        background-image: url('../pictos/closeHover.png');
    }

.modalInput:hover, .comparatorCollapseExpandHeader:hover
{
    cursor: pointer;
}

.expanderComparator, h1.clickable, h2.clickable, h3.clickable, h4.clickable, h5.clickable, h6.clickable
{
    cursor: pointer;
}

div#divCloseModal:hover
{
    cursor: pointer;
}

#lawcontent
{
    margin: 0;
    padding: 0;
}

    #lawcontent table th
    {
        background-color: #ddd;
        border-bottom: 1px solid #333;
        white-space: nowrap;
    }

.nowrap
{
    white-space: nowrap;
}

#lawcontent table td
{
    vertical-align: top;
}

#lawcontent table.law-index td, #lawcontent table.law-index th
{
    padding-bottom: 5px;
    padding-top: 5px;
}

#lawcontent .small
{
    color: #666;
    font-size: 90%;
    font-style: italic;
}

div#lawcontent div.subpage p
{
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1em;
}

div#lawcontent div.subpage dt, div#lawcontent div.subpage dd
{
    font-size: 14px;
}

div#lawcontent div.subpage hr
{
    border: 0;
    height: 1px;
    background: #333;
    width: 180px;
    margin-top: 10px;
}

div#lawcontent div.subpage sup a
{
    text-decoration: none;
    color: black;
}

    div#lawcontent div.subpage sup a[href]
    {
        color: #069;
    }

.rowColor2
{
    background: none repeat scroll 0 0 #f5f5f5;
}

.rowColor1
{
    background: none repeat scroll 0 0 #e5e5e5;
}

.kavTable td
{
    border: 1px solid #000;
    padding: 2px;
    vertical-align: top;
}

.white
{
    background: #fff;
}

div#articles
{
    width: 12%;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

div#article-container
{
    overflow-y: hidden;
}

div.modal > div
{
    margin: 10px;
}

div#language-chooser
{
    text-align: right;
}

div#context h1.first
{
    margin-top: 0;
}

div.modal
{
    background-color: #fff;
    display: none;
    width: 90%;
    min-width: 900px;
    padding: 5px;
    text-align: left;
    border: 2px solid #333;
    position: absolute;
    margin-top: 25px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
    box-shadow: 0 0 50px #ccc;
}

div.article
{
    overflow: auto;
    float: left;
    padding: 10px;
}

div#article-container
{
    float: left;
    width: 95%;
}

div#title-pane
{
    text-align: center;
}

    div#title-pane div.comparisonNavigation
    {
        width: 10%;
    }

    div#title-pane > div
    {
        display: inline-block;
        margin: 5px;
        padding: 5px;
        text-align: center;
        vertical-align: top;
    }

.clear
{
    clear: both;
    visibility: hidden;
}

div#article-title
{
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
    width: 60%;
    margin: 10px;
    font-size: 1.5em;
    font-weight: bold;
}

div.fr, div.de, div.en, div.rm, div.en
{
    margin: 0;
    padding: 0;
}

div#lawcontent #articles p
{
    text-align: left;
}

.paddingHeader
{
    padding-left: 15px!important;
    padding-right: 15px!important;
}

div#lawcontent .w400
{
    width: 400px;
}

div.contentNavigationResultate
{
    padding-bottom: 5px;
    padding-top: 3px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    margin-bottom: 10px;
}

.context-menu {
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
}

h1 .context-menu {
    background-image: url('../pictos/menu_20.png');
    width: 20px;
    height: 20px;
}

h2 .context-menu {
    background-image: url('../pictos/menu_18.png');
    width: 18px;
    height: 18px;
}

h3 .context-menu {
    background-image: url('../pictos/menu_16.png');
    width: 16px;
    height: 16px;
}

h4 .context-menu, h5 .context-menu, h6 .context-menu {
    background-image: url('../pictos/menu_14.png');
    width: 14px;
    height: 14px;
}

span.expanderComparator
{
    background-image: url('../pictos/collapse.png');
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    display: inline-block;
}

    span.expanderComparator.closed
    {
        background-image: url('../pictos/expand.png');
    }

    span.expanderComparator.open
    {
        background-image: url('../pictos/collapse.png') !important;
    }

div#comparison span.expanderComparator
{
    background-image: url('../pictos/expand.png');
}

div#comparison span.expanderComparator
{
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
}

div#lawcontent h1 span.expanderComparator
{
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
}

div#lawcontent h2 span.expanderComparator
{
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}

div#lawcontent h3 span.expanderComparator
{
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
}

div#lawcontent h4 span.expanderComparator
{
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
}

div#lawcontent h5 span.expanderComparator
{
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
}

div#lawcontent h6 span.expanderComparator
{
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
}

div#comparison p.comparatorCollapseExpandHeader
{
    float: left;
    width: 100%;
}


    div#comparison p.comparatorCollapseExpandHeader strong.articleTitle
    {
        width: 150px;
    }

.article-link, .article-link:visited {
    color: #069;
}

.app-chapter {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

.chapter-link {
    font-weight: 700;
    color: #069;
}

.chapter-link:visited {
    color: #069;
}

div#content th.centered, div#lawcontent td.centered
{
    text-align: center;
}

div#lawcontent ul.structureElementList
{
    margin-left: 20px;
}

.tooltip
{
    display: none;
    background-color: ghostwhite;
    font-size: 12px;
    height: auto;
    width: auto;
    padding: 5px;
    border: 1px solid black;
    z-index: 99;
    border: 1px solid gainsboro;
    filter: alpha(opacity=100);
    opacity: 1;
}

.language-chooser-checkbox
{
    margin-left: 40px !important;
    margin-right: 5px !important;
}

div#lawcontent dl
{
    margin-top: 4px;
    margin-left: 20px;
}

div#lawcontent dt
{
    font-weight: normal;
    clear: left;
    float: left;
    font-family: "Frutiger Neue Regular",Arial,sans-serif;
}

div#lawcontent dd
{
    margin-left: 50px;
    clear: right;
}

#comparison
{
    overflow-y: auto !important;
}

.collapseable + br {
    display: none;
}

.collapseableArticle + br {
    display: none;
}

#article-container h1 {
	font-size: 21px;
	font-weight: bold;
}

#article-container h2 {
	font-size: 19px;
}

#article-container h3 {
	font-size: 17px;
}