/* main css */
.lehre_seperator {
    clear: both;
    height: 5px;
    border: 0;
    border-bottom: 1px dashed #5f6065 !important;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

#lehre_box {
    position: relative;
    display: block;
}

#lehre_box img {
    border: 1px solid #787878;
}

#lehre_box h1 {
    color: #666;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0px;
    font-size: 18px;
    letter-spacing: 1px;
}

#lehre_box h2 {
    color: #000;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0px;
    font-size: 16px;
    letter-spacing: 1px;
}

.lehre_text {
    color: #000;
    width: 100%;
}

.lehre_pic_text {
    float: left;
    width: 625px;
    color: #000; 
}

.lehre_pic_left {
    float: left;
    padding-right: 20px;
}

.lehre_pic_right {
    float: right;
    padding-left: 20px;
}
/* gallery */
#thumbline-more {
    color: #828282;
    text-decoration: none;
    padding-left: 30px;
}
/* attachmets */
#attachments-cap {
    margin-top: 15px !important;
}
.attachments-list {
    width: 100%;
}
/* categories */
#categories {
    margin-bottom: 30px;
}
.category {
    float: left;
    margin-right: 2px;
}
.category a {
    text-decoration: none;
}
.category h1 {
    margin: 0 !important;
    padding: 0 !important; 
    color: #000 !important;
    font-size: 14px !important;
    font-weight: lighter !important;
    letter-spacing: normal !important;
}