img, tr, td {
    margin:0px;
    padding:0px;
}
table {
    border:none;
    border-collapse: separate;
}
div.content {

    min-height:4500px;}

ul {
    margin-top:0px;
    padding-top:0px;
}

h3 {
    margin-bottom:3px;
    padding-bottom:0px;
}
.stellenangebot_wrapper {
    position:relative;

    border-top: 1px solid #c4dc8b;
    padding-top: 10px;
    margin-top:20px;
    border-bottom: 1px solid #c4dc8b;
    padding-bottom: 10px;
    margin-bottom:20px;
}
.stellen_titel {

    font-weight: bold;
    font-size:1.35em;
}

.pdfbutton {

    margin-top:15px;
    margin-bottom:15px;

}



#oeffne_stellenausschreibung_1 {
    display:block;
    cursor:pointer;
}
#schliesse_stellenausschreibung_1 {
    display:none;
    cursor:pointer;
}
#inhalt_stellenausschreibung_1 {
    padding-top:10px;
    display:none;
    width:100%;
}

#oeffne_stellenausschreibung_2 {
    display:block;
    cursor:pointer;
}
#schliesse_stellenausschreibung_2 {
    display:none;
    cursor:pointer;
}
#inhalt_stellenausschreibung_2 {
    padding-top:10px;
    display:none;
    width:100%;
}

#oeffne_stellenausschreibung_3 {
    display:block;
    cursor:pointer;
}
#schliesse_stellenausschreibung_3 {
    display:none;
    cursor:pointer;
}
#inhalt_stellenausschreibung_3 {
    padding-top:10px;
    display:none;
    width:100%;
}

#oeffne_stellenausschreibung_4 {
    display:block;
    cursor:pointer;
}
#schliesse_stellenausschreibung_4 {
    display:none;
    cursor:pointer;
}
#inhalt_stellenausschreibung_4 {
    padding-top:10px;
    display:none;
    width:100%;
}


.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.fileinput-button input {
    position: absolute;
    width:100%;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.upload{
    position:relative;
}

.upload_dateiinfo{
    margin-bottom:10px;
    background-color:#f18b00;
    color:white;
    height:30px;
    border-radius: 10px;
    padding-top:8px;

}

.progress{
    margin-bottom:20px;
    border: 1px solid #c4dc8b;
}

.bar {
    width: 0%;
    height: 5px;
    background: #c4dc8b;
}

.upload_status{
    margin-top:10px;
    width: 100%;
    text-align:center
}

.upload_dateiinfo{
    width: 100%;
    text-align:center;
}

.uplad_error{
    width: 100%;
    text-align:center;
    color:red;
    cursor: pointer;
}

.upload_dateiinfo, .upload_status, .upload_error, .progress{
    display:none;
}

.transpover {
    position:absolute;
    left:0;
    top:0;
    background: rgba(255,255,255,.5);
    width:100%;
    height:100%;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}
