
.workshop {
    margin-bottom: 0px;
    margin-top: 20px;
    padding-left: 10px;
    width: 500px;
    float: left;

}

.workshop LI {
   list-style-type: disc;
}

.workshop_teasertext UL {
    list-style-type:disc, circle;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.workshop_teasertext UL LI {
    list-style-type:disc;
    list-style-position: inside;
    margin: 0 0 10px 0;
    padding: 0;
}

.workshop_teasertext LI {
   list-style-type: disc;
}


.workshop_left {
    width: 346px;
    float: left;
}
.workshop_right {
    width: 150px;
    float: left;
}

.workshop_headline {
    height: 20px;
    font-weight: bold;
    background-color: #1F81C0;
    color: white;
    text-align: left;
    padding-left: 2px;
}

.workshop_teasertext {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    min-height: 60px;
}

.workshop_image {
    text-align: left;
}

.workshop_image img{
    border: 2px solid #1F81C0;
    border-top: none;
    max-width: 150px;
width: auto;
width: 150px;
}

.workshop_imagetext {
    font-size: 8pt;
    width: 100%;
}

.workshop_button {
    width: 160px;
    float: left;
}

.workshop_left img {
    border: none !important;
}

.workshop_button_span a {
    display: block;
    width: 150px;
    height: 25px;
    text-decoration: none;
    background-image: url('workshop_button.jpg');
}
.workshop_button_span p {
    text-align: left;
    padding-left: 4px;
    padding-top:  3px;
    color: white;
}
