@charset "UTF-8";
/* Cached: 20120204214529 */
/**
 * Teaserboxes
 */
div.teaser {
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin: 0 .8em .8em;
    width: 570px;
}
div.teaser h2 {
    color: white;
    font-size: .8em;
    margin-bottom: 2px;
    background: url(http://www.online-stadtplan.de/images/decorations/arrow-right.png) no-repeat 4px center;
}
div.teaser h2 span {
    margin-left: 1.4em;
    padding: .05em;
    padding-left: .4em;
    display: block;
    border-left: 1px solid white;
}
div.teaser p {
    border: 1px solid #8094AA;
}
div.teaser p {
    padding: 10px;
    text-align: justify;
    font-size: .85em;
}
div.teaser p img {
    float: left;
    margin-right: 5px;
    width: 92px;
    height: 62px;
    border: 1px solid #8094AA;
}
div.teaser01 h2 {
    background-color: #f9c853;
}
div.teaser02 h2 {
    background-color: #fa9301;
}
div.teaser03 h2 {
    background-color: #f35d4d;
}
div.teaser04 h2 {
    background-color: #eca90a;
}
div.teaser05 h2 {
    background-color: #e33f2d;
}
div.teaser06 h2 {
    background-color: #a12410;
}

