
body {
    padding:0;
    margin:0;
}

.ts_cont {
    margin-top: 18px;
    display: inline-block;
    max-width: 729px !important;
    min-height: 380px;
    width: 726px !important;
    margin-left:-20px;
}

.oimod {
    float:left;
}

.landing_little, .newlanding_little {
    border: 2px solid #ddd;
    box-sizing: border-box;
    float: left;
    height: 383px;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
    width: 320px;
}

.newrp_1 {
    height: 180px;
    overflow: hidden;
}



.newlanding_little * {
    font-family: open sans,arial;
}


.newlanding_little a, .newlanding_little img {
    border:none;
}

.newn_rphead {
    color: #777;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    margin: 11px 10px 4px 20px;
    text-transform: uppercase;
}

.newrating_container {
    float: left;
    margin-right: 5px;
    margin-top: -2px;
    width: 74px;
}

.newrating_bar span {
    background: transparent url("/images/percbar.png") no-repeat scroll left top;
    display: block;
    height: 14px;
}

.newts24cnt {
    margin-top: 10px;
    margin-bottom: 22px;
    margin-left: 19px;
}

.newtshname {
    display: inline-block !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.newrating_procent {
    font-size: 14px;
    line-height: 11px;
    margin-left: 10px;
}

.newrating_bar {
    border: 1px solid #999;
}

.newts24_small {
    display: block;
    font-size: 12px;
    margin-top: 0;
    width: 100%;
}

.newrp_6 {
    bottom: 17px;
    display: inline-block;
    position: absolute;
    right: 19px;
}

.newrp_5 {
    bottom: 19px;
    display: inline-block;
    left: 19px;
    position: absolute;
}

.newrp_6 {
    font-size: 16px;
    font-weight: bold;
}

.newts24_offer_price_font {
    color: #ff0000;
    font-family: arial;
    font-size: 24px;
    font-weight: bold;
}

.newarrow {
    margin-bottom: 0px;
    margin-left: 6px;
    vertical-align: bottom;
}

.newrp_5 > strong {
    font-size: 16px;
    margin-bottom: 0 !important;
}

.new_line1 {
    margin-left: 20px;
    margin-bottom: 5px;
}

.zusatz_teaser {
    margin-top: 13px;
    position: absolute;
    left: 19px;
}

.zusatz_teaser a {
    color:black;
}

.zusatz_teaser img {
    position: relative;
    top: 4px;
}





/*******************************************************/




.subu {
    padding: 0;
    padding-left: 1px;
    float: right;
    padding-right: 1px;
    margin: 0;
    height: 20px;
    cursor:pointer;
}

#pe {
	left: 20px;
}

#rd {
    right: 21px;
    width: 124px;
}

.perd {
    min-width: 85px;
    height: 20px;
    max-width: 129px;
    display: inline-block;
    position: absolute;
    bottom: 12px;
}

.perdchild {
    width: 100%;
    height: 17px;
    position: absolute;
    top: -22px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #333;
    white-space: nowrap;
}

.newts24cnt {
    margin-top: 16px !important;
}



/***********************************************************/



body {
    background: white;
}

#cal {
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    margin: 50px auto;
    font: 13px/1.5 "Helvetica Neue", Helvatica, Arial, san-serif;
    display: table;
    position: absolute;
}

/*header bar---------------------*/
#cal .header {
    cursor: default;
    background: #99ccff;
    height: 34px;
    position: relative;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    text-shadow: 0px -1px 0 #87260C;
    text-transform: uppercase;
}

#cal .header span {
    display: inline-block;
    line-height: 34px;
}

    #cal .header .hook {
        width: 9px;
        height: 28px;
        position: absolute;
        bottom: 60%;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        /*background: #ececec;
        background: -moz-linear-gradient(right top, #fff, #827e7d);
        background: -webkit-gradient(linear, right top, right bottom, from(#fff), to(#827e7d));
        box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.65 );
        -moz-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.65 );
        -webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.65 );*/
    }

.right.hook {
    right: 15%;
}

.left.hook {
    left: 15%;
}

/*month switch buttons*/
#cal .header .button {
    width: 24px;
    text-align: center;
    position: absolute;
}

#cal .header .left.button {
    left: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    border-right: 1px solid #ae2a0c;
}

#cal .header .right.button {
    right: 0;
    top: 0;
    border-left: 1px solid #ae2a0c;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

#cal .header .button:hover {
    background: -moz-linear-gradient(top, #d94215, #bb330f);
    background: -webkit-gradient(linear, left top, left bottom, from(#d94215), to(#bb330f));
}

/*month label*/
#cal .header .month-year {
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
}

/*day headers---------------------*/
.eformDayDisabled {
    background-color: lightgray;
}

#cal table {
    background: #fff;
    border-collapse: collapse;
}

#cal td {
    color: #2b2b2b;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e6e6e6;
    cursor: default;
}

#cal #days td {
    height: 26px;
    line-height: 26px;
    text-transform: uppercase;
    font-size: 90%;
    color: #9e9e9e;
}

    #cal #days td:not(:last-child) {
        border-right: 1px solid #fff;
    }

#cal #cal-frame td.today {
    background: #ededed;
    color: #8c8c8c;
    box-shadow: 1px 1px 0px #fff inset;
    -moz-box-shadow: 1px 1px 0px #fff inset;
    -webkit-box-shadow: 1px 1px 0px #fff inset;
}

#cal #cal-frame td:not(.nil):hover {
    color: #fff;
    text-shadow: #6C1A07 0px -1px;

    background: -moz-linear-gradient(top, #b32b0c, #cd310d);
    background: -webkit-gradient(linear, left top, left bottom, from(#b32b0c), to(#cd310d));
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
}

#cal #cal-frame td span {
    font-size: 80%;
    position: relative;
}

    #cal #cal-frame td span:first-child {
        bottom: 5px;
    }

    #cal #cal-frame td span:last-child {
        top: 5px;
    }

#cal #cal-frame table.curr {
    float: left;
}

#cal #cal-frame table.temp {
    position: absolute;
}


