@import url(style2.css);



#topnavi {
    line-height: 42px;
    height: 33px;
}

#logo {
    height: 204px;
    background: #ffffff url("../images/logo.gif") 0 30px no-repeat;
}

#headnavistart {
    height: 208px;
    background: none;
}

.headnavsubsUL {
    top: 76px;
}

#container {
    padding-bottom: 50px;
}

#contentcontainer {
    top: 10px;
}

section {
    clear: both;
}

section#events {
    height: 370px;
    position: relative;
}

section#events .eventslist {
    padding: 10px 10px 10px 0;
    color: #404040;
}

section#events .eventslist a {
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 34px;
}

section#events .eventslist:focus a,
section#events .eventslist:hover a {
    color: #ffffff;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #c5ced7;
    margin: auto;
    padding: 0px;
    padding-bottom: 0px;
    border: 1px solid #888;
    width: 70%;
    padding-right: 10px;
}



/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: 300;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.responsive {
    width: 100%;
    height: auto;
}


/*
section#events .eventslist:hover a {
    white-space   : normal;
    overflow      : auto;
    text-overflow : clip;
    color         : #ffffff;
}
*/

/*
section#events .eventlist:nth-child(2) div.eventslist:hover a {
    color         : #ffffff;
}

section#events .eventlist:nth-child(3) div.eventslist:hover a {
    color         : #ffffff;
}

section#events .eventlist:nth-child(4) div.eventslist:hover a {
    color         : #BBBBBB;
}

section#events .eventlist:nth-child(5) div.eventslist:hover a {
    color         : #AAAAAA;
}

section#events .eventlist:nth-child(6) div.eventslist:hover a {
    color         : #999999;
}
*/

section#events div#eventblock {
    width: 380px;
    float: left;
    cursor: pointer;
}

section#events div#eventdetails {
    position: relative;
    width: 570px;
    height: 371px;
    float: right;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    webkit-background-size: contain;
    moz-background-size: contain;
    o-background-size: contain;
    background-size: contain;
}

section#events div#eventdetails div.selectevent {
    width: 8px;
    height: 8px;
    position: absolute;
    background: #ffffff;
    border-radius: 4px;
    bottom: 14px;
    cursor: pointer;
}

section#events div#eventdetails div.selectevent:hover {
    background: #bbbbbb;
}

section#events div#eventblock div.eventlist {
    padding-left: 26px;
    font-family: Georgia, serif;
    font-size: 18px;
    margin-bottom: 5px;
    height: 57.5px;
}

section#events div#eventblock div.eventlist * {
    font-family: Georgia, serif;
    font-size: 17px;
}

section#events div#eventblock div.eventlist .teaser * {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}

section#events div#eventblock div.eventlist:nth-child(1) {
    background-color: #9fc204;
}

section#events div#eventblock div.eventlist:nth-child(2) {
    background-color: #9fc204;
}

section#events div#eventblock div.eventlist:nth-child(3) {
    background-color: #bcd450;
}

section#events div#eventblock div.eventlist:nth-child(4) {
    background-color: #bcd450;
}

section#events div#eventblock div.eventlist:nth-child(5) {
    background-color: #cade75;
}

section#events div#eventblock div.eventlist:nth-child(6) {
    background-color: #cade75;
}

section#events .teaser {
    display: none;
    /*height   : 100px;*/
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    left: 380px;
    width: 530px;
    padding: 5px 20px;
    background: rgba(255, 255, 255, 0.6);
    min-height: 57.5px;
}

section#eventstoolbar {
    height: 36px;
    margin-top: 20px;
}

section#eventstoolbar .alleevents {
    background: #b1c0c9;
    width: 380px;
    height: 36px;
    line-height: 36px;
    float: left;
}

section#eventstoolbar .alleevents a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    background: url(../images/arrow.png) 20px 2px no-repeat;
    padding-left: 30px;
    font-size: 13px;
}

section#eventstoolbar .eventsmonth {
    width: 416px;
    height: 36px;
    line-height: 16px;
    ;
    float: left;
}

section#eventstoolbar div.eventtoolbar {
    position: relative;
}

section#eventstoolbar .alleevents,
section#eventstoolbar .eventsmonth,
section#eventstoolbar .eventmonthname {
    position: absolute;
}

section#eventstoolbar .eventsmonth {
    left: 380px;
}

section#eventstoolbar div.eventtoolbar div.eventsmonth div.eventday {
    float: left;
    width: 16px;
    height: 16px;
    color: #000000;
    font-weight: bold;
    margin: 2px 5px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

section#eventstoolbar div.eventtoolbar div.eventsmonth div.active {
    color: #9fc204;
}

section#eventstoolbar div.eventtoolbar div.eventsmonth div.eventday div.eventdaydetail {
    display: none;
    position: absolute;
    width: 174px;
    color: #000000;
    background: url(../images/eventpopup.png) bottom left no-repeat;
    padding: 0 0 16px 0;
    z-index: 1000;
    bottom: 16px;
    left: -26px;
}

section#eventstoolbar div.eventtoolbar div.eventsmonth div.eventday:hover div.eventdaydetail {
    display: block;
}

section#eventstoolbar div.eventtoolbar div.eventsmonth div.eventday div.eventdaydetail div.evdate {
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    padding: 3px 0;
}

section#eventstoolbar div.eventtoolbar div.eventsmonth div.eventday div.eventdaydetail div.evtitle {
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0;
}

section#eventstoolbar div.eventtoolbar div.eventsmonth div.eventday div.eventdaydetail div.evlink {
    padding: 3px 0;
    text-decoration: none;
}

#eventstoolbar div.eventsmonth div.singleevent {
    padding: 5px;
}

section#eventstoolbar .eventmonthname {
    height: 36px;
    line-height: 36px;
    width: 140px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    background: #b1c0c9 url(../images/pfeilevents.png) 0px 5px no-repeat;
    top: 0;
    right: 0;
}

section#eventstoolbar .eventmonthname div {
    padding-left: 20px;
}

section#eventcategories div.eventshome {
    float: left;
    width: 295px;
    margin-left: 15px;
    margin-top: 36px;
    height: 150px;
    position: relative;
    overflow: hidden;
}

section#eventcategories div.eventshome div.evthumb {
    float: left;
    width: 80px;
    padding: 10px;
}

section#eventcategories div.eventshome div.evthumb img {
    max-width: 80px;
}

section#eventcategories div.eventshome div.evressort {
    border-bottom: 1px solid #e6e6e6;
    line-height: 34px;
    color: #3e3e3e;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 10px;
    font-size: 15px;
}

section#eventcategories div.eventshome div.evdate {
    line-height: 30px;
    color: #9fc204;
    font-weight: normal;
    font-family: Georgia, serif;
    font-size: 20px;
}

section#eventcategories div.eventshome div.evtitle {
    font-weight: normal;
    font-size: 16px;
    font-family: Georgia, serif;
}

section#eventcategories div.eventshome div.evdate,
section#eventcategories div.eventshome div.evtitle,
section#eventcategories div.eventshome div.evteaser,
section#eventcategories div.eventshome div.evlink {
    padding-left: 100px;
}

section#eventcategories div.eventshome div.evlink {
    position: absolute;
    bottom: 0;
}

/*
section#eventcategories div.eventshome div.evlink {
    position : absolute;
    bottom   : 0;
	width: 200px;
	padding-top: 15px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjczIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.73) 29%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(29%,rgba(255,255,255,0.73)), color-stop(53%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.73) 29%,rgba(255,255,255,1) 53%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.73) 29%,rgba(255,255,255,1) 53%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.73) 29%,rgba(255,255,255,1) 53%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.73) 29%,rgba(255,255,255,1) 53%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
*/

section#eventcategories div.moreevents {
    display: none;
}

#moreevents {
    clear: both;
    height: 40px;
    line-height: 40px;
    color: #9fc204;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 20px;
    cursor: pointer;
}

section#boxes div#boxen aside.boxgray,
section#boxessub div#boxen aside.boxgray {
    width: 286px;
    height: 240px;
    background: url(../images/boxgrau.png) top left no-repeat;
    float: left;
    margin: 12px;
}

section#boxes div#boxen aside.boxgray div.boxtitle,
section#boxessub div#boxen aside.boxgray div.boxtitle {
    line-height: 20px;
    font-weight: bold;
    padding: 10px 20px 0 20px;
}

section#boxes div#boxen aside.boxgray div.boxcontent,
section#boxessub div#boxen aside.boxgray div.boxcontent {
    padding: 16px 10px 10px 20px;
}

section#boxes div#boxen aside.boxgray img,
section#boxessub div#boxen aside.boxgray img {
    max-width: 245px;
}

section#boxessub {
    float: right;
    width: 320px;
    clear: none;
}

section#content {
    float: left;
    width: 590px;
    margin-left: 34px;
}

section#content.contentfloat {
    width: 480px;
    clear: none;
    margin-left: 5px;
}

section#content.contentfloat.wide {
    width: 80%;
    clear: none;
    margin-left: 5px;
}

section#content.contentfloatwide {
    width: 98%;
    clear: none;
    margin-left: 5px;
}

section#content .eventday {
    color: #9fc204;
    font-family: Georgia, serif;
    font-size: 18px;
    margin-bottom: 5px;
}

section#content div.ev_title,
section#content div.ev_title a {
    font-family: Georgia, serif;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: normal !important;
    line-height: 22px;
}

section#content img.evthumb {
    /*float     : left;*/
    max-width: 100px !important;
    margin: 5px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.readmore {
    float: none;
    margin-top: 10px;
}

.c_title_default {
    font-weight: normal !important;
    font-size: 18px;
    padding-bottom: 22px;
}

.c_title_default a {
    text-decoration: none;
    /*right           : 20px;*/
    position: relative;
    /*float           : right;*/
    margin-top: 20px;
}

a.pdfbtn {
    right: 20px;
    position: relative;
    float: right;
    top: -20px;
}

.c_teaser_default {
    padding-left: 112px
}

nav#subnavi {
    float: left;
    width: 140px;
}

.lnavUL {
    margin-top: 10px;
}

.c_detail_default .c_title_default {
    color: #9fc204;
    font-size: 20px;
}

.c_content_default {
    border: none;
}

/*.c_content_default img,*/
.c_content_default table {
    max-width: 100% !important;
    width: inherit !important;
}

.c_content_default table td {
    width: auto !important;
}

.c_content_default table td {
    vertical-align: top;
}

section#content table.mediatext.imagejpegmediatext {
    /*display : none;*/
}

a.lnav:active,
a.lnav:visited,
a.lnav:link,
a.lnav:hover,
a.lnavact:active,
a.lnavact:visited,
a.lnavact:link,
a.lnavact:hover {
    padding: 5px;
}

a.lnavact:active,
a.lnavact:visited,
a.lnavact:link,
a.lnavact:hover {
    font-weight: bold;
}

#datepick em,
.x-menu table,
.x-menu td,
.x-menu em {
    font-size: 10px;
}

.x-date-inner td {
    padding: 2px 4px 2px 3px;
}

#pdf_version {
    left: auto;
}

nav#subnavi select {
    border: none;
    width: 93%;
    background: #d6d6d6;
    line-height: 20px;
    height: 32px;
    margin-left: 10px;
}

.referenz a.dialink:link,
.referenz a.dialink:visited,
.referenz a.dialink:active,
.referenz a.dialink:hover {
    width: 100%;
    display: block;
    text-decoration: none;
}

.referenz {
    width: 120px;
    min-height: 100px;
    float: left;
    background: #ffffff;
    margin: 5px;
    clip: rect(5px, 124px, 124px, 5px);
    text-align: center;
    padding: 10px;
}

.referenz a img {
    display: block;
}

/*
 * http://jsfiddle.net/KDtAX/487/
 */
.referenz svg image {
    transition: all .6s ease;
}

.referenz svg image:hover {
    opacity: 0;
}

/*
.referenz a img {
	-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url("../images/desaturate.svg#greyscale");
	filter: gray;
}

.referenz a:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
*/

/*
 * iPhone & Co.
 */
@media only screen and (min-device-width : 210px) and (max-device-width : 599px) {

    /*#topnavi, */
    #bgslide {
        display: none;
    }

    #container,
    #foot,
    #logo,
    #headnavistart,
    section#events div#eventblock,
    section#events div#eventdetails,
    .eventshome {
        width: 100%;
        float: none;
    }

    #logo {
        background: url(../images/logo_klein.png) top center no-repeat;
        height: 140px;
        clear: both;
    }

    section#events {
        height: auto;
    }

    #logo {
        border: none;
    }

    #topnavi {
        margin: 0;
        /*float  : none;*/
    }

    #subnavi ul {
        /*visibility : hidden;*/
    }

    .headnavsubsUL {
        top: 85px;
        z-index: 10000;
        background: #ededed;
    }

    .headnavsubsUL li {
        width: 100%;
    }

    .referenz {
        width: 39%;
    }

    #headnavistart {
        height: auto;
    }

    #contentcontainer {
        top: 20px;
        position: relative;
    }

    section#boxes div#boxen aside.boxgray,
    section#boxessub div#boxen aside.boxgray {
        float: none;
    }

    #footer {
        position: absolute;
        bottom: 0;
        height: 45px;
        background: url(../images/footbg.gif) top left repeat-x;
        width: 100%;
        padding: 4px 0 0 0;
        color: #ffffff;
        font-size: 0.9em;
    }

    .headnavUL {
        position: relative;
        background: none;
        height: auto;
    }

    .headnavUL li {
        float: none;
        width: 100%;
    }

    a.headnav:link,
    a.headnav:active,
    a.headnav:visited,
    a.headnav:hover,
    a.headnavact:link,
    a.headnavact:active,
    a.headnavact:visited,
    a.headnavact:hover {
        border: none;
        background: #929292;
        margin: 1px 0;
    }

    section#boxessub {
        float: none;
        width: 100%;
        clear: both;
    }

    section#content {
        float: none;
        width: 96%;
        margin-left: 0;
        padding: 5px;
    }

    section#content img {
        max-width: 100%;
        height: auto;
    }

    section#content.contentfloat {
        clear: both;
        margin-left: 0;
        width: 96%;
    }

    nav#subnavi {
        float: none;
        width: 100%;
    }

    .lnavUL {
        margin-top: 10px;
        padding: 0 0 0 10px;
        height: 32px;
        overflow: hidden;
    }

    section#events .teaser {
        display: none !important;
    }

    section#eventstoolbar {
        height: auto;
    }

    section#eventstoolbar .alleevents,
    section#eventstoolbar .eventsmonth,
    section#eventstoolbar .eventmonthname {
        position: relative;
        left: 0;
    }

    section#eventstoolbar div.eventtoolbar div.eventsmonth div.eventday {
        float: left;
        width: 16px;
        height: 16px;
        color: #000000;
        font-weight: bold;
        margin: 3px 8px;
        text-align: center;
    }

    section#eventstoolbar div.eventtoolbar div.eventsmonth div.active {
        color: #9fc204;
    }

    section#eventstoolbar .eventmonthname {
        float: none;
        width: 100%;
        background: none;
        color: #99cc00;
        padding: 0;
    }

    section#eventstoolbar .eventmonthname div {
        padding-left: 10px;
        font-size: 12px;
    }

    section#eventstoolbar .alleevents {
        width: 100%;
        float: none;
    }

    section#eventstoolbar .eventsmonth {
        width: 100%;
        height: 66px;
        line-height: 16px;
        float: none;
    }

    section#eventcategories {
        width: 100%;
    }

    section#content .c_content_default img.evthumb,
    section#eventcategories div.eventshome div.evthumb {
        display: none;
    }

    section#eventcategories div.eventshome div.evdate,
    section#eventcategories div.eventshome div.evtitle,
    section#eventcategories div.eventshome div.evteaser,
    section#eventcategories div.eventshome div.evlink {
        padding-left: 10px;
    }

    section#eventcategories div.eventshome {
        min-height: 10px;
        width: auto;
        margin: 10px;
        float: none;
        height: auto;
    }

    section#eventcategories div.eventshome div.evlink {
        position: relative;
        width: 100%;
        padding-top: 0;
    }

    #datepick {
        display: none;
    }

    input[name="ev[search]"] {
        width: 180px !important;
    }

    a.lnav:hover,
    a.lnavact:link,
    a.lnavact:active,
    a.lnavact:visited,
    a.lnavact:hover {
        background: #d6d6d6 url(../images/subnavbg.png) 96% center no-repeat;
        padding: 8px 0 8px 5px
    }

    .lnavUL li {
        width: 96%;
    }

    .c_content_default table td {
        display: initial;
    }
}

/*
 * Tablet
 */
@media only screen and (min-device-width : 770px) and (max-device-width : 1024px) {
    #bgslide {
        display: none;
    }

    #container {
        width: auto;
    }

    #headnavistart {
        float: right;
    }

    section#events div#eventblock {
        width: 60%;
    }

    section#events div#eventdetails {
        width: 40%;
    }

    section#eventstoolbar .alleevents,
    section#eventstoolbar .eventmonthname {
        position: relative;
        left: 0;
    }

    section#eventstoolbar .alleevents {
        width: 100%;
        margin-top: 10px;
    }

    section#eventstoolbar .eventsmonth {
        left: 0;
        width: 520px;
        margin-top: 10px;
        margin-left: 24px;
    }

    section#eventstoolbar .eventmonthname {
        float: right;
        margin-top: 10px;
    }

    section#eventstoolbar div.eventtoolbar div.eventsmonth div.eventday {
        font-size: 16px;
        width: 22px;
    }

    section#eventcategories {
        padding: 0 10px;
    }

    section#eventcategories div.eventshome {
        min-height: 10px;
    }

    section#eventcategories div.eventshome div.evlink {
        /*position : relative;*/
    }

    #foot {
        width: 100%;
    }

    #footer {
        width: 100%;
    }
}

@media only screen and (min-device-width : 600px) and (max-device-width : 768px) {
    #bgslide

    /*, #topnavi*/
        {
        display: none;
    }

    .headnavsubsUL {
        top: 26px;
        background: #ffffff;
        z-index: 20000;
    }

    a.headnavsubs:link,
    a.headnavsubs:active,
    a.headnavsubs:visited,
    a.headnavsubs:hover,
    a.headnavsubsact:link,
    a.headnavsubsact:active,
    a.headnavsubsact:visited,
    a.headnavsubsact:hover {
        height: 34px;
        font-size: 15px;
    }

    #container {
        width: auto;
    }

    #logo {
        background: url(../images/logo_klein.png) top center no-repeat;
        height: 150px;
        float: none;
        border: none;
        width: 100%;
        clear: both;
    }

    #headnavistart {
        float: none;
        height: 34px;
        width: auto;
    }

    .headnavUL {
        width: 100%;
        position: relative;
    }

    .headnavUL li {
        width: 33%;
    }

    nav#subnavi {
        float: none;
        width: 100%;
    }

    nav#subnavi select {
        border: none;
        width: 96%;
        background: #d6d6d6;
        line-height: 20px;
        height: 32px;
        margin-left: 10px;
    }

    section#events div#eventblock {
        width: 60%;
    }

    section#events div#eventdetails {
        width: 40%;
    }

    section#eventstoolbar .alleevents,
    section#eventstoolbar .eventmonthname {
        position: relative;
        left: 0;
    }

    section#eventstoolbar .alleevents {
        width: 100%;
        margin-top: 10px;
    }

    section#eventstoolbar .eventsmonth {
        left: 0;
        width: 430px;
        margin-top: 10px;
        margin-left: 24px;
    }

    section#eventstoolbar .eventmonthname {
        float: right;
        margin-top: 10px;
    }

    section#eventstoolbar div.eventtoolbar div.eventsmonth div.eventday {
        font-size: 16px;
        width: 17px;
    }

    section#eventcategories div.eventshome {
        float: none;
        width: auto;
    }

    section#boxessub {
        float: none;
        width: 100%;
    }

    section#boxes div#boxen aside.boxgray,
    section#boxessub div#boxen aside.boxgray {
        margin: 6px;
        width: 286px;
    }

    section#content.contentfloat {
        width: 98%;
        clear: none;
        margin-left: 5px;
    }

    #foot {
        width: 100%;
    }

    #footer {
        width: 100%;
    }
}
