#hc_kalender {
    color: #FFF;
    text-align: right;
    /*width: 127px;*/
    
    float:right;
    padding-right: 100px;
    padding-top: 10px;
}

#hc_kalender select {
    height: 23px;
    padding: 3px;
}

#hc_kalender strong {
    font-size: 18px;
    display: block;
    float: left;
}

.hc_date_picker {
    float: left;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #AEAEAE;
    border-radius: 4px;
    /*float: right;*/
    height: 21px;
    width: 125px;
    
}
.hc_date_picker_label {
    float: left;
    margin-left: 15px;
    margin-right: 3px;
    margin-top: 3px;
}

.hc_date_picker input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #AEAEAE -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    cursor: default;
    height: 21px;
    padding: 0 5px;
    position: absolute;
    width: 91px;
    z-index: 1;
}
.hc_date_picker img {
    float: right;
    margin-top: 1px;
    margin-right: 2px;
    position: relative;
    z-index: 2;
}
.hc_date_picker img:hover {
    cursor: pointer;
}

#hc_kalender .hc_theme_button {
    float: left;
    background-color: #5D9977;
    background-repeat: no-repeat;
    border: medium none;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    height: 22px;
    width: 125px;
    font-size: 16px;
    border-radius: 4px;
    margin-left: 15px;
    padding-top: 2px;
}
#hc_kalender a.hc_theme_button {
    display: block;
}

#hc_kalender .hc_theme_button:hover {
    /*background-color: #61010D;*/
}
#content {
    position: relative;
}

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

.hc_showSlide  {
    margin-left: 15px;
}

.submitButton {
    vertical-align: top;
}