/***************************** GENERAL *****************************/
body {
    font-family: 'Trebuchet MS', Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    background-image: url(images/bg_main.png);
    background-repeat: repeat-x;
    background-color: #fff6e6;
    line-height: 18px;
    font-size: 14px;
    color: #222;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}

h1 {
    font-size: 18px;
    padding: 3px;
    width: 100%;
    background-color: #dedede;
    /* border-bottom: 1px solid #dedede; */
    /* color: #a00; */
}

h2 {
    font-size: 14px;
    line-height: 1.1em;
}

h3 {
    font-size: 14px;
    line-height: 1.0em;
}

a {
    color: #a00;
}

input, textarea {
    border: 1px solid #000;
    padding: 2px;
}

p.error {
    font-size: 0.8em;
    line-height: 0.8em;
    font-weight: bold;
    color: #a00;
    margin: 0 0 4px 0;
}

#emblem {
    position: absolute;
    top: 47px;
    left: 26px;
    width: 154px;
    height: 174px;
}

#wrapper {
    background-image: url(images/bg_container.png);
}

/***************************** POSITION SPECIFIC *****************************/
#header {
    background: url(images/banner.png) no-repeat top center;
}

#left .inside {
    margin: 50px 17px 0 27px;
}

#main .inside {
    min-height: 300px;
    padding: 0 10px;
}

/* add padding for layout without right column */
.no_right_column #main .inside {
    margin-right: 25px;
}

#right .inside {
    margin: 0 25px 0 20px;
}

#footer {
    background: #fff6e6 url(images/bg_footer.png) no-repeat;
}

/***************************** NAVIGATION *****************************/

/********** .mod_navigation **********/
.mod_navigation a, mod_customnav a {
    text-decoration: none;
    color: inherit;
}

/* header navigation*/
#header .mod_navigation {
    padding: 94px 0 0 196px;
    background: url(images/bg_top_nav.png) repeat-x bottom;
}

#header .mod_navigation a {
    color: #fff;
}

#header .mod_navigation a:hover {
    color: #000;
}

#header .mod_navigation li {
    font-size: 1.3em;
    line-height: 1.3em;
    display: block;
    background-image: url(images/nav_button.png);
    height: 35px;
    width: 155px;
    float: left;
    text-align: center;
    padding: 17px 0 0 0;
    font-weight: bold;
}

#header .mod_navigation li.active, #header .mod_navigation li.trail {
    background-position: 0 -52px;
}

#header .mod_navigation li.active span, #header .mod_navigation li.trail a {
    color: #000;
}

/* left navigation*/
#left .mod_navigation a {
    color: #000;
}

#left .mod_navigation .trail a {
    font-weight: bold;
}

#left .mod_navigation a:hover {
    color: #a00;
}

#left .mod_navigation .active {
    font-weight: bold;
    color: #a00;
}

#left .mod_navigation li {
    border-top: 1px solid #ccc;
    padding: 5px;
    font-size: 1.1em;
}

/* show level 2 links only for selected level 1 element */
#left .mod_navigation .level_2 {
    display: none;
    margin-bottom: 0px;
}

#left .mod_navigation .trail .level_2, #left .mod_navigation .active .level_2 {
    display: block;
}

#left .mod_navigation .level_2 li {
    margin: 5px 0 0 10px;
    padding: 0;
    font-size: 0.8em;
    border: none;
    font-weight: normal;
}

#left .mod_navigation .level_2 li a {
    font-weight: normal;
}

#footer .mod_customnav a {
    color: #000;
}

#footer .mod_customnav a:hover {
    color: #a00;
}

#footer .mod_customnav {
    margin: 10px 10px 0 0;
    padding-top: 10px;
    font-size: 0.8em;
}

#footer .mod_customnav li {
    float:right;
    display: inline;
    border-left: 1px solid #000;
    padding: 0 5px;
    margin: 10px 0;
}

#footer .mod_customnav li.last {
    border: none;
}

#footer .mod_customnav li.active, #footer .mod_customnav ul span.trail {
    font-weight: bold;
    color: #a00;
}

/***************************** MODULES *****************************/

/********** mod_calendar **********/
.mod_calendar table {
    margin: 0 auto;
    width: 100%;
}

.mod_calendar thead {
    color: #000;
    border-bottom: 1px solid #000;
}

.mod_calendar th {
    text-align: center;
}

.mod_calendar td {
    padding: 3px 0;
    text-align: center;
}

.mod_calendar td.weekend {
    color: gray;
}

.mod_calendar td.today {
    background-color: #dedede;
    color: #000;
    font-weight: bold;
}

.mod_calendar td.active {
    text-decoration: underline;
    font-weight: bold;
}

/********** mod_calendar **********/
.mod_dlh_minireservationplan table {
		margin: 0 auto;
    width: 40%;
    border: 1px solid black;
}

.mod_dlh_minireservationplan thead {
    color: #000;
    border-bottom: 1px solid #000;
    background-color: #dedede;
}

.mod_dlh_minireservationplan th {
    text-align: center;
}

.mod_dlh_minireservationplan td {
    padding: 3px 0;
    text-align: center;
}

.mod_dlh_minireservationplan td.today {
    background-color: #dedede;
    color: #000;
    font-weight: bold;
    border: 1px solid black;
}

.mod_dlh_minireservationplan td.reserved {
		background-color: #ff9f9f;
		
}

.mod_dlh_minireservationplan td.blocked {
		background-color: #dedede;
}

/********** mod_breadcrumb **********/
.mod_breadcrumb a {
    color: #000;
}

.mod_breadcrumb a:hover {
    color: #a00;
}

.mod_breadcrumb .active {
    font-weight: bold;
}

.mod_breadcrumb {
    margin-left: 205px;
    margin-right: 35px;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

/********** mod_newslist **********/
/*.mod_newslist .layout_simple {*/
.mod_newslist div.even, .mod_newslist  div.odd {
    padding: 2px 0 2px 0;
    border-bottom: 1px solid #dedede;
}

.mod_newslist p.info {
    font-size: 0.8em;
}

.pagination {
    margin: 10px;
    font-size: 0.8em;
/*    color: #666;*/
}

.pagination li {
    display: inline;
/*    margin: 0 1px 1px 0;*/
}

.pagination a, .pagination span {
    float: left;
    display: block;
    margin-right: 2px;
    padding: 1px 4px;
    text-align: center;
    border: 1px solid #ccc;
    text-decoration: none;
}

/********** mod_eventlist **********/
.mod_eventlist .event{
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
}

.mod_eventlist .header {
    float: right;
    font-size: 0.9em;
    font-weight: bold;
}

/********** mod_sitemap **********/
.mod_sitemap ul ul li {
    margin-left: 20px;
}

/********** mod_newsmenu**********/
.mod_newsmenu .level_1 {
    font-weight: bold;
}

.mod_newsmenu .level_2 {
    font-weight: normal;
    margin-left: 10px;
}

/********** mod_eventmenu**********/
.mod_eventmenu .level_1 {
    font-weight: bold;
}

.mod_eventmenu .level_2 {
    font-weight: normal;
    margin-left: 10px;
}

/***************************** CONTENT ELEMENTS *****************************/
/********** tableform **********/
.tableform td {
    padding: 5px;
}

.tableform label {
    font-weight: bold;
}

.tableform span.mandatory {
    color: #a00;
}

/********** ce_table **********/
.ce_table table {
    border: 1px solid #000;
}

.ce_table td, .ce_table th {
    padding: 5px;
}

.ce_table th {
    background-color: #dedede;
}

.ce_table tr.odd {
    background-color: #eee;
}

/********** ce_text **********/
.ce_text {
    padding-bottom: 20px;
    /* text-align: justify; */
}

/********** ce_comments **********/
.ce_comments {
    border-top: 1px solid #dedede;
}

.ce_comments .comment_default {
    border: 1px solid #000;
    padding: 5px;
    margin-bottom: 20px;
}

.ce_comments .comment_default .info {
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}

.ce_comments .formbody div {
    padding: 5px;
}

.pdf_link {
    float: right;
    margin-left: 10px;
}

/* Contao preview toolbar: shift page content and body background below the fixed 40px toolbar */
body:has(.cto-toolbar--visible) {
    background-position-y: 40px;
}
