/* Style sheet start */
#main .inside{padding:0px 0px 0px 0px;}
* html #main .inside{padding:0px 0px 0px 0px;}
* html #container {
    overflow:hidden;
}

/* Teaser */
.teaser {
    float: left;
    margin-top: 10px;
    position: relative;
    background: #f0f0f0;
    border: 1px solid #bfbfbf;
    padding: 11px;
}
.teaser .banderole-kunden {
    position: absolute;
    margin: -11px -10px 0 0;
    right:0; top: 0;
    background: url(images/teaser/banderole.png) no-repeat;
    width: 182px; height: 151px;
}

.teaser-box {
    background: #fff;
    padding: 0px;
    border: 1px solid #bfbfbf;
    width: 426px;
    height: 125px;
    float: left;
}

.teaser-box.rowspan-2   { height: 263px; }
.teaser-box.mb11        { margin-bottom: 11px; }
.teaser-box.mr10        { margin-right: 10px; }

.teaser-box .content {
    float: left;
    padding: 15px 0px 10px 5px;
    font-size: 14px;
}
.teaser-box .title {
    float: left;
    font-weight: bold;
    padding: 0 5px 4px 0;
    margin-bottom: 2px;
}
.teaser-box form {
    margin-top: 16px;
    margin-left: 20px;
}
.teaser-box label {
    width: 78px;
    font-size: 12px;
    display: block;
    padding: 8px 0 0 0;
    float: left;
    margin-top: 10px;
}
.teaser-box select {
    border-color: #BDBDBD;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-size: 13px;
    padding: 4px 2px 4px 2px;
    width: 142px;
    margin-top: 10px;
}
.teaser-box .buttonBar {
    margin-top: 15px;
}
.teaser-box .submit {
    display: block;
    border: 0;
    cursor: pointer;
    height: 40px;    
    width: 169px;
}
.teaser-box .submit.right { float:right; }
.teaser-box .submit:hover { background-position:left bottom; }
.teaser-box .jetzt_berechnen { background:url(images/buttons/jetzt_berechnen_xl.png); }
.teaser-box .jetzt_vergleichen { width: 140px; height: 28px; background:url(images/buttons/jetzt_informieren_S.png); }
.teaser-box .jetzt_berechnen_s { width: 140px; height: 28px; background:url(images/buttons/cta_jetzt_berechnen_s.png); }
.teaser-box .batch_ab59 {
    background: url(images/teaser/batch_ab59.png) no-repeat;
    width: 89px;
    height: 88px;
    position: absolute;
    bottom: 0; left:0;
    margin: 2px;
}

/* Service Box */
.service-box {
    margin-top: 11px;
    float: left;
    height: 83px;
    width: 420px;
    padding: 10px;
    background: url(images/rechner/stripes.gif);
}
.service-box .pt15 { padding-top: 15px; }
.service-box .pt30 { padding-top: 30px; }
.service-box.mr10  { margin-right: 10px; }
.service-box .title {
    float: left;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 5px 4px 0;
    margin-bottom: 9px;
}
.service-box strong {
    font-size: 13px;
}
.service-box .content {
    float: left;
    width: 210px;
}
/* Text */
.ce_text {
    width:565px;
    float:left;
    line-height:140%;
    padding:10px 20px 10px 10px;
}
.ce_text h2, .mod_newslist h2 {
    margin:10px 0;
    font-size:14px;
}
.ce_text p {
    margin:10px 0;
    color:#666;
}
.ce_text a {
    color:#666;
}

/* News */
.mod_newslist {
    float:right;
    width:255px;
    padding:10px 15px 10px 15px;
    line-height:140%;
}
.mod_newslist h2 {
    border:0;
    font-weight:bold;
}
.mod_newslist .news_date {
    color:#666666;
}
#main .mod_newslist .news_title a {
    text-decoration:none;
    font-weight:bold;
    color:#333;
}
#main .mod_newslist .news_text {
    color:#666;
}
.mod_newslist .read_more a {
    background:transparent url(images/box/pfeil-liste.gif) no-repeat left center;
    padding-left:10px;
    text-decoration:none;
}
#main .mod_newslist a {
    text-decoration:none;
}
#main .mod_newslist a:hover {
    text-decoration:underline;
}
.mod_newslist .start_news {
    border-bottom:1px dotted #AAA;
    padding:10px 0;
}
.mod_newslist .first {
    padding-top:0;
}
#main .mod_newslist .odd {
    background-color:#FFF;
}
.mod_newslist .last {
    border:0px solid #FFF;
    padding-bottom:0;
}

