.spacerAfter1 {
    margin-bottom: 15px !important;
}

.spacerAfter2 {
    margin-bottom: 30px !important;
}

.spacerBefore1 {
    margin-top: 15px !important;
}

.spacerBefore2 {
    margin-top: 30px !important;
}

.clearer{clear: both; overflow: hidden; display: block; margin: 0; padding: 0; border: none; height: 1px; line-height: 0;}

.line {
    border-top: 1px solid #999;
    margin-bottom:6px;
    margin-top:6px;
}

/** bilder Text **/
img.top {
    display: block;
    margin-bottom: 10px;
}

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

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

.textAndImage{
}
.textAndImage .text{
}

.textAndImage img{
    display: block;
    padding: 0;
}
.textAndImage ul, .textAndImage ol{
    padding: 10px 0;
    margin-left:25px;

}

.textAndImage ul li, .textAndImage ol li{
    padding: 0;
}
.textAndImage a{
    background-repeat:no-repeat;
    text-decoration: none;
    color: #000;
}
.textAndImage a:hover{
    text-decoration: underline;
}


.categories{}
.categories ul{
    list-style-type: none;
    font-weight: bold;
}
.categories ul li{
    margin-bottom: 1em;
}
.categories a{
    text-decoration: none;
}
.categories a:hover{
    text-decoration: underline;
    color: #999;
}

.joblist{}
.joblist ul{
    list-style-type: none;
    font-weight: normal;
}
.joblist ul li{
    clear: both;
    margin-bottom: 20px;
}
.joblist a{
    text-decoration: none;
}
.joblist a:hover{
    text-decoration: underline;
    color: #999;
}
.joblist .jobtitle{
    padding-left: 10px;
    width: 480px;
}
