﻿.Content {
}

.pnlContent {
    /*overflow:hidden;*/
    white-space: normal;
    margin: 0 10px 0 50px;
    hyphens: auto;
}

@media all and (max-width: 1000px) {
    .pnlContent {
        margin: 0 10px 0 10px;
    }
}

.layout-start .pnlContent {
    margin: unset;
    max-width: none;
    padding: 0 10px;
}

.layout-start .CmsModuleShow.ModulNews,
.layout-start .CmsModuleShow.ModulAppointment {
    padding: 0 10px;
}


#cke_CKeditor {
    min-width: 768px; /* .Content width + 50px */
}

.Content a {
	color:#0060A6;
}
h1, .Content h2, .Content h3, .Content h4, .Content h5, .Content h6 {
	color:#000000;
}

.ContentStart {
	float:left;
	width:509px;
	margin-left:1px;
	margin-right:5px;
	margin-bottom:10px;
	color:#555555;
}

.Sidebar {
	float:right;
	width:187px;
	margin-right:17px;
	margin-bottom:10px;
	color:#555555;
}

.SidebarContainer {
	margin: 0 0 10px 0;
}

.SidebarHead {
    width: 175px;
    min-height: 18px;
    background-color: #37d;
    color: #fff;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    box-shadow: inset 0px 0px 10px #34b;
}
.SidebarHead a {
	text-decoration:none;
}
.SidebarContent{
	width:175px;
	color:#000000;
	border: solid 1px #000;
	padding: 0 5px 2px 5px;
}

.SidebarContent div p:first-child {
    margin-top: 0px;
}

.SidebarContent div p:last-child {
    margin-bottom: 0px;
}

.SidebarContent a {
	color:#0060A6;
}
.SidebarContent ul {
	padding-left: 14px;
	list-style-type:disc;
	margin:0px;
}

.ContentStart a {
	color:#0060A6;
}
.ContentStart h1, .ContentStart h2, .ContentStart h3, .ContentStart h4, .ContentStart h5, .ContentStart h6 {
	color:#000000;
}

.PathListWrapper
{
    display:block;
    clear:both;
    border-bottom: 1px solid #666;
    font-size:10pt;
    margin: 0 0 10px 0;
}

.layout-start .PathListWrapper {
    display: none;
    visibility: hidden;
}

.PathList {
    font-size: 10pt;
}

.PathList a
{
    text-decoration:none;
    font-weight:bold;
    font-size:10pt;
    color:#000;
}

.PathList a:hover
{
    text-decoration:underline;
}

.SearchContentControlWrapper {
    display:table;
    width:450px;
    clear:both;
    margin:15px auto 10px auto;
}


.SearchContentControlWrapper .Searchbox {
	border: 1px solid #808080;
    background-color:transparent;
    margin: 0px;
    padding:0px 5px 1px 0px;
    height:18px;
    float:left;
    width:423px;
    text-align:left;
}

.SearchContentControlWrapper .SearchImage {
    padding: 2px 0px 0px 3px;
    float:left;
    text-align:center;
}

.SearchContentControlWrapper .SearchContentOptionWrapper {
    clear:both;
    padding: 5px 0 0 0;
}

.SearchContent {
    clear:both;
}

.SearchContent .SearchContentRow {
    margin: 0 0 20px 0;
}

.SearchContent .SearchContentRow .SearchContentTitle, .SearchContent .SearchContentRow .SearchContentTitle .SearchHit {
    font-size:10pt;
    font-weight:bold;
    color: #000;
}
.SearchContent .SearchContentRow .SearchHit {
    background-color:#fff533;
}

.SearchContent .SearchContentRow .SearchContentText {
    text-align: justify;
}

.SearchContent .SearchContentRow .SearchContentText .SearchNoText {
    font-style:italic;
}

.SearchContent .SearchContentRow .SearchContentURL {
    font-size:7pt;
    color:#008811;
}

.ContentDisabled_NavItemDisabledSystem {
    font-size: 120%;
    text-align: center;
    margin: 30px 0 0 0;
}

    .ContentDisabled_NavItemDisabledSystem span.fa {
        color: #e83;
        font-size: 200%;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

.ContentProtected_NavItemProtectedSystem {
    font-size: 120%;
    text-align: center;
    margin: 30px 0 0 0;
}

    .ContentProtected_NavItemProtectedSystem span.fa {
        color: #f2cf45;
        font-size: 200%;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

.ContentProtected_PasswordInput {
    text-align: center;
    margin: 15px 0 0 0;
}

.ContentProtected_LockSite {
    margin: 20px 0 0 0;
    text-align: center;
}

.ContentProtected_PasswordMessage {
    margin: 10px 0 0 0;
}

.ContentProtected_PasswordMessage span {
    font-size: 80%;
    color: #d50b0d;
}