/* ============================================  */
/* Textwerbung */
.bannertab {
width: 90%;
border: 1px solid #D22226;
margin:0 auto;
text-align:center;
padding:0px;
}

.bannertitel {
background:#D22226 repeat-x;
padding:3px;
margin:0px;
font-size: 11px;
font-weight: bold;
border-bottom: 1px solid #D22226;
font-family: Verdana, Arial, sans-serif;
text-align:left;
}

.bannertitel a {
display: block;
color:white;
text-decoration: none;
padding:0px;
margin:0px;
}

.bannertitel a:hover {
color:white;
text-decoration: none;
}

.bannertext {
background-color: #ffffff;
padding: 3px;
font-size: 11px;
font-weight: normal;
font-family: Verdana, Arial, sans-serif;
text-align:left;
}

.bannertext a {
display: block;
color: #000000;
text-decoration: none;
width: 98%;
font-weight:normal;
}

.bannertext a:hover {
color: #000000;
text-decoration: none;
}

.morelink {
background-image: url(../images/anzeige.gif);
background-position: 0 bottom;
background-repeat:no-repeat;
background-color: #ffffff;
padding: 3px;
font-size: 11px;
font-weight: normal;
border-top: 1px solid #ffffff;
text-align: right;
font-family: Verdana, Arial, sans-serif;
}

.morelink a {
color: #D22226;
text-decoration: none;
width: 50%;
}

.morelink a:hover {
color: #000000;
text-decoration: none;
text-align: right;
}

