.innertarif_bg {
    width: 100%;
    background: url("../images/tarif_bg.png") repeat-x;
    height: 41px;
}
.innertarif_l {
    background: url("../images/tarif_l.png") no-repeat left;
    height: inherit;
}
.innertarif_r {
    background: url("../images/tarif_r.png") no-repeat right;
    height: inherit;
    line-height: 41px;
    padding-left: 15px;
    color: #333;
}

.innertarif_table table {
    border-collapse: collapse;
    border: 1px solid #bfbfbf;
    border-top: none;
}
.innertarif_table tr td {
    line-height: 16px;
    padding: 5px 2px 4px;
    color:#333;
    border-left: 1px solid #c4c4c4;
    border-bottom: 1px dashed #c4c4c4;
}
.innertarif_table .col1 {
    color:#707070;
    font-weight: normal;
    border-left: none;
}
.innertarif_table tr.firstline td {
    background: #333;
    color: #fff;
    border-bottom: 1px solid #c4c4c4;
}
.innertarif_table tr.secondline td {
    padding: 0;
}
.innertarif_table tr.secondline td b {
    background: #7fa338;
    color: #fff;
    display: block;
    margin: 1px;
    line-height: 22px;
}
.innertarif_table tr.secondline td b a {
    color: #fff;
    line-height: 25px;
}
.innertarif_table tr.even td {
    background: #ebebeb;
}
.innertarif_table tr.even2 td {
    background: #c8c8c8;
}

.tabele_fix {
	width:742px;
}