@charset "UTF-8";
/* Cached: 20100730120721 */

/**
 * Teaser
 */
div.teaserWrap {
	height: 190px;
    width: 100%;
    margin: .5em 0 !important;
    line-height: 1.4;
}
div.teaserWrap div h2 {
    margin: 0 0 .3em 0 !important;
    font-size: .9em !important;
    text-transform: none !important;
    background-image: url(../images/decorations/pfeil_hell.png) !important;
    background-repeat: no-repeat !important;
    background-position: .4em center !important;
}
div.teaserWrap div h2 span {
    margin-left: 1.4em;
    border-left: 1px solid white;
    text-indent: .4em;
    display: block;
}
div.teaserWrap div {
	float: left;
    background: white;
    height: 85%;
}
div.teaserWrap div.teaser {
    width: 69.5%;
}
div.teaserFullWidth, div.teaserFullWidth div {
    width: auto !important;
    height: auto !important;
    padding: 0;
}
div.teaserWrap div.teaserLinks {
	float: right;
    width: 30%;
}
div.teaserWrap div.teaserLinks div {
    overflow: hidden;
}
div.teaserWrap div.teaserLinks ul {
    list-style-image: url(../images/decorations/pfeil_dunkel.png);
    margin: 0px 0 10px 15px !important;
}
div.teaserWrap div.teaserLinks li {
    padding: 0;   
}
div.teaserWrap div.teaserLinks ul li a {
    line-height: 1.1;
    font-size: 0.8em !important;
}
div.teaserWrap div.teaser div, div.teaserWrap div.teaserLinks div {
    padding: .3em;
    border: 1px solid #8094AA;
    float: none;
    height: 98%;
}
div.teaserWrap div.teaser img {
	float: left;
	width: 90px;
	border: 1px solid black;
    margin-right: .5em;
}

.teaserHeader1 {
    background-color: #9FB3BD !important;
    color: white !important;
}
.teaserHeader2 {
    background-color: #59A2E0 !important;
    color: white !important;
}
.teaserHeader3 {
    background-color: #BEDB39 !important;
    color: white !important;
}
.teaserHeader4 {
    background-color: #4878A1 !important;
    color: white !important;
}
.teaserHeader5 {
    background-color: #FD7400 !important;
    color: white !important;
}
.teaserHeader6 {
    background-color: #FE1D12 !important;
    color: white !important;
}

