#navi {
    position: fixed;
    left:0;
    top:0;
    float: left;
    clear: none;
    width: 160px;
    height: 100%;
    padding: 20px 0 0 20px;
    z-index:10;
}
#sidebar {
    position: fixed;
    margin-left: 0px;
    top:0;
    left: -10px;
    width: 230px !important;
    height: 100%;
    padding: 0;
    z-index:1;
    text-align: center;
}
#sidebarContent {
    width: 100%;
    text-align: center;
    top:0;
}
#sidebarContent #myAccordion {
    display: block;
    width: 100%;
}
#sidebarContent #myAccordion div {
    display: block;
    width: 100%;
    float: left;
    clear: left;
}
#sidebar #sidebarContent img {margin-right: 5px;}
#logo,#adress{width: 100%;}
#logo {
    font-family: arial;
    font-size: 18px;
    letter-spacing: 4px;
}
#adress{margin-top: 5px;}
.spende {color: #f00;}
#top {
    width: auto;
    height: auto;
    float: left;
    clear:left;
    display: none;
}
#topLogo,#topTitle,#topAddress {
    margin:-14px 5px 0 0;
    padding: 0;
    float: left;
    clear:none;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#topLogo {margin:-14px 5px 0 0;}

#content {
    position: relative;
    top:0;
    width: auto;
    height: auto;
    float:left;
    clear: none;
    margin-left: 170px;
    z-index:1;
}
#content form table td,
#content form table th {
    vertical-align: top;
}
#content form table tr>th:first-child {
    text-align: right;
    padding-right: 5px;
}
#contentInner {
    float: left;
    clear: left;
    margin-top: -20px;
}
.event {
    width: 540px;
    height: auto;
    float: left;
    clear: both;
    border: 1px solid #000;
    border-bottom: none;
    margin-bottom: 5px;
    background-color: #900;
    -webkit-border-radius: 15px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-topleft: 0;
    border-radius: 15px;
    border-top-left-radius: 0;
}
.event .header {
    width: 100%;
    height: 45px;
    min-height: 45px;
    max-height: 70px;
    overflow: visible;
    _cursor: pointer;
}
.event .header table {
    width: 100%;
    height: 100%;
    margin: 0;
    border-spacing: 0;
    border: 0;
}
.event .header table tr {
    height: 30px;
    max-height: 60px;
}
.event .header table tr td {
    height: 100%;
    display: table-cell;
    float: none;
    clear: none;
}
.event .header td.date {
    width: 120px;
    height: 100%;
    padding: 4px 5px 4px 5px;
}
.event .header td.title {
    width: 388px;
    height: 100%;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 10px 4px 10px;
    vertical-align: middle;
    margin-left: 2px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
}
.event .header .title .category {
}
.event .header img {
    margin:3px 5px 0 0;
    border:none;
}
.event .header img.title_icon {
    margin:-6px -12px 0 0;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
}
.event .content { margin-top: 10px; }

.event .content,
.event .content .inner table td p {
    width: 521px;
    padding: 6px 10px 6px 10px;
    clear:both;
    color:#fff;
}
.event .content .inner table,
.event .content .inner table td {
    display: block;
    width: 521px;
    padding:0;
    margin:0;
}
.myhover {
    background-color: #fff;
    color:#444;
}
/**/
.event .implode {height: 60px; overflow: hidden; }
.event .explode {
    height: auto;
    overflow: visible;
    background-color: #b00;
    color: #fff;
    line-height: 1.4;
}
.event .explode a {color: #ff0;}
.event .explode a:hover {text-decoration: underline;}

.event .content img,
#overlayContent img
{
    margin:0 5px 2px 0;
    border: none;
    cursor: pointer;
    clear: none;
    vertical-align:text-top
}
img.l {
    margin: 0 10px 5px 0;
    float: left;
    clear: none;
}
img.r {
    margin:0 0 5px 10px;
    float: right;
    clear: none;
}
img.lTop,img.rTop {margin-top:0;}
img.lBottom,img.rBottom {margin-top:10px;margin-bottom:0;}

.event .footer {
    width: 100%;
    height: 16px;
    float:left;
    clear:both;
    background-color: #600;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.event .footer .actions {
    width: auto;
    height: 14px;
    float: left;
    clear: none;
    margin-left:-4px;
    white-space: nowrap;
}
.event .footer .more,
.event .footer .actions span,
.event .footer .less {
    height: 14px;
    color:#fff;
    font-weight: bold;
    float:right;
    padding: 1px 10px;
    margin-top:0px;
    line-height: 1.2;
    cursor: pointer;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    border-bottom-right-radius: 12px;
}
.event .footer .actions span {
    background-color: #f00;
    margin-right: 10px;
    float: left;
}
.event .footer .actions span:first-child {
    background-color: transparent;
}
.more {background-color: #080;}
.less,.more:hover {background-color: #f00}
span.category {
    color: #80AAE3;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.altField {
    background-color: #900;
    color:#fff;
    border:none;
    font-size: 13px;
    width: 100px;
    margin-right: 10px;
}
.ui-datepicker-trigger {
    cursor: pointer;
}
#bgLeftHouse,#bgRightHouse,#bgRightPower,#topLogoPower {
    display: none;
}
#bgLeftHouse img,#bgRightHouse img,#bgRightPower img,#topLogoPower img {
    width: 100%;
    height: 100%;
    _margin: 0;
}
form.frmPublic {
    margin: 10px 0 0 50px;
}
form.frmPublic td {
    padding: 2px 5px 2px 0;
}
form.frmPublic button {
    margin: 5px 0 0 0;;
}
form.frmPublic table tr td:first-child {
    text-align: right;
}
.record_properties th {background-color:transparent;text-align:right !important;}
#socialLogos {margin:5px 0 0 0;}
#socialLogos a {margin-right: 2px;}
.myAccordion {
    width: 100%;
    float:left;
    clear:left;
}
.myAccordion h4,
.myAccordion div {
    width: 100%;
    float:left;
    clear:left;
}
.myAccordion div table {
    width: 100%;
}
.myAccordion div table td {
    padding: 1px 3px 1px 3px;
    margin: 0;
}
.myAccordion div {
    margin-top:5px;
    display: none;
}
.myAccordion h4 {
    padding: 2px 5px 2px 5px;
    margin: 10px -7px 2px -7px;
    width: 100%;
    cursor: pointer;
    background-color: #000;
}
