/* Liste Start */

.starteventlistoverallwrapper {
    clear: both;
    float: left;
    width: 140px;
    padding-bottom: 30px;
}

.starteventlistoverallwrapper a {
    color: #1B1B1B;
}

.starteventlisteventwrapper {
    clear: both;
    float: left;
    width: 140px;
    padding-bottom: 10px;
}

.starteventlistcalwrapper {
    clear: both;
    float: left;
    width: 45px;
}

.starteventlisttext {
    float: left;
    width: 85px;
}

/* EOF Liste Start */


/* Eventviewer */

.pdfwrapper {
    clear: both;
    float: left;
    width: 200px;
    padding-bottom: 10px;
}

.pdficon {
    clear: both;
    float: left;
    width: 39px;
    height: 46px;
    padding-right: 10px;
}

.pdficon img {
    clear: both;
    display: block;
    padding: 0;
    margin: 0;
}

.pdftext {
    float: left;
    width: 151px;
    padding-top: 5px;
}

/* EOF Eventviewer */


/* Registration */

h1.event_register_title {
    margin-bottom: 15px;
}

h2.event_register_subtitles {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #A0AEC0;;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

span.event_register_success {
    font-weight: bold;
    color: green;
}

div.event_register_wrapper {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 4px;
}

div.event_register_description {
    float: left;
    width: 120px;
    padding-right: 15px;
    height: 10px;
    height: auto !important;
    min-height: 10px;
}

div.event_register_value {
    float: left;
    padding-right: 5px;
    height: 10px;
    height: auto !important;
    min-height: 10px;
}

div.event_register_wrapper select {
    width: 155px;
    border: 1px solid #A0AEC0;;
    background-color: #DEDEDE;
    padding: 2px;  
}

div.event_register_wrapper input[type="text"] {
    width: 150px;
    border: 1px solid #A0AEC0;;
    background-color: #DEDEDE;
    padding: 2px;
}

div.event_register_wrapper input.short {
    width: 95px;
}

div.event_register_wrapper input.extremeshort {
    width: 44px;
}

div.event_register_wrapper input.submit {
    padding: 2px 5px;
    width: 60px;
    width: auto !important;
    min-width: 60px;
}

div.event_register_wrapper textarea {
    width: 250px;
    height: 80px;
    border: 1px solid #A0AEC0;;
    background-color: #DEDEDE;
    padding: 2px;
}

div.event_register_wrapper .event_register_field_error {
    border: 1px solid #BC8482;
    background-color: #DDB2B0;
}

/* EOF Registration */


/* Monthlist */

.monthlistoverallwrapper {
    clear: both;
    float: left;
    width: 480px;
}

.monthlistelementwrapper {
    clear: both;
    float: left;
    width: 480px;
    padding: 10px 0;
    border-bottom: 1px solid #000000;
}

.monthlistelementdate {
    clear: both;
    float: left;
    width: 85px;
    height: auto !important;
    height: 10px;
    min-height: 10px;
    padding-right: 15px;
}

.monthlistelementtitle {
    float: left;
    width: 210px;
    height: auto !important;
    height: 10px;
    min-height: 10px;
    padding-right: 15px;
}

.monthlistelementpoints {
    float: left;
    width: 55px;
    height: auto !important;
    height: 10px;
    min-height: 10px;
    padding-right: 15px;
}

.monthlistelementcontact {
    float: left;
    width: 85px;
    height: auto !important;
    height: 10px;
    min-height: 10px;
}

/* EOF Monthlist */
