
/* default styles for extension "tx_cssstyledcontent" */
    /* Headers */
    .csc-header-alignment-center { text-align: center; }
    .csc-header-alignment-right { text-align: right; }
    .csc-header-alignment-left { text-align: left; }

    div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

    /* Clear floats after csc-textpic and after csc-textpic-imagerow */
    div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

    /* Set padding for tables */
    div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
    div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

    /* Settings for figure and figcaption (HTML5) */
    div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

    /* Captions */
    figcaption.csc-textpic-caption { display: table-caption; }
    .csc-textpic-caption { text-align: left; caption-side: bottom; }
    div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
    div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
    div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

    /* Float the columns */
    div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

    /* Border just around the image */
    div.csc-textpic-border div.csc-textpic-imagewrap img {
        border: 2px solid #000000;
        padding: 0px 0px;
    }

    div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

    /* Space below each image (also in-between rows) */
    div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
    div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

    /* colSpace around image columns, except for last column */
    div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
    div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

    /* Add margin from image-block to text (in case of "Text & Images") */
    div.csc-textpic-intext-left .csc-textpic-imagewrap,
    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
        margin-right: 10px;
    }
    div.csc-textpic-intext-right .csc-textpic-imagewrap,
    div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
        margin-left: 10px;
    }

    /* Positioning of images: */

    /* Center (above or below) */
    div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
    div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
    div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

    /* Right (above or below) */
    div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
    div.csc-textpic-right div.csc-textpic-text { clear: right; }

    /* Left (above or below) */
    div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
    div.csc-textpic-left div.csc-textpic-text { clear: left; }

    /* Left (in text) */
    div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

    /* Right (in text) */
    div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

    /* Right (in text, no wrap around) */
    div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

    /* Left (in text, no wrap around) */
    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

    div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

    /* Browser fixes: */
    /* Fix for unordered and ordered list with image "In text, left" */
    .csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

    /* Textmedia */
    .csc-textmedia,
    .csc-textmedia-gallery { overflow: hidden; }
    .csc-textmedia-gallery-column { float: left; }
    .csc-textmedia-gallery-column { margin-right: 10px; }
    .csc-textmedia-gallery-column:last-child { margin-right: 0; }
    .csc-textmedia-gallery-row { overflow: hidden; margin-bottom: 10px; }
    .csc-textmedia-gallery-row:last-child { margin-bottom: 0; }
    .csc-textmedia-above .csc-textmedia-gallery { margin-bottom: 10px; }
    .csc-textmedia-above-right .csc-textmedia-gallery { float: right; }
    .csc-textmedia-above-left .csc-textmedia-gallery { float: left; }
    .csc-textmedia-above .csc-textmedia-text { clear: both; }
    .csc-textmedia-above-center .csc-textmedia-gallery-outer,
    .csc-textmedia-below-center .csc-textmedia-gallery-outer { position: relative; float: right; right: 50%; }
    .csc-textmedia-above-center .csc-textmedia-gallery-inner,
    .csc-textmedia-below-center .csc-textmedia-gallery-inner { position: relative; float: right; right: -50%; }
    .csc-textmedia-below .csc-textmedia-gallery { margin-top: 10px; }
    .csc-textmedia-below-right .csc-textmedia-gallery { float: right; }
    .csc-textmedia-below-left .csc-textmedia-gallery { float: left; }
    .csc-textmedia-inside-right .csc-textmedia-gallery { float: right; margin-left: 10px; }
    .csc-textmedia-inside-left .csc-textmedia-gallery { float: left; margin-right: 10px; }
    .csc-textmedia-beside-right .csc-textmedia-gallery { float: right; margin-left: 10px; }
    .csc-textmedia-beside-right .csc-textmedia-text { overflow: hidden; }
    .csc-textmedia-beside-left .csc-textmedia-gallery { float: left; margin-right: 10px; }
    .csc-textmedia-beside-left .csc-textmedia-text { overflow: hidden; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; margin-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .contenttable { width: 100%; max-width: 100%; }
    .contenttable th, .contenttable td { padding: 0.5em 0.75em; vertical-align: top; }
    .contenttable thead th { font-weight: bold; border-bottom: 2px solid #dadada; }
    .contenttable th, .contenttable td { border-top: 1px solid #dadada; }
    .contenttable-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .contenttable-bordered th, .contenttable-bordered td { border: 1px solid #dadada; }

    /* Space */
    .csc-space-before-extra-small { margin-top: 1em; }
    .csc-space-before-small { margin-top: 2em; }
    .csc-space-before-medium { margin-top: 3em; }
    .csc-space-before-large { margin-top: 4em; }
    .csc-space-before-extra-large { margin-top: 5em; }
    .csc-space-after-extra-small { margin-bottom: 1em; }
    .csc-space-after-small { margin-bottom: 2em; }
    .csc-space-after-medium { margin-bottom: 3em; }
    .csc-space-after-large { margin-bottom: 4em; }
    .csc-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .csc-frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .csc-frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .csc-frame-indent { margin-left: 15%; margin-right: 15%; }
    .csc-frame-indent-left { margin-left: 33%; }
    .csc-frame-indent-right { margin-right: 33%; }

.thRating-RObj1-exampleRatingConfig { width:119px; height:16px; }
.thRating-RObj1-exampleRatingConfig, .thRating-RObj1-exampleRatingConfig span:hover, .thRating-RObj1-exampleRatingConfig span:active, .thRating-RObj1-exampleRatingConfig span:focus, .thRating-RObj1-exampleRatingConfig .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png) 0 0 repeat-x;	}
.thRating-RObj1-exampleRatingConfig span, .thRating-RObj1-exampleRatingConfig .current-rating { height:16px; line-height:16px; }
.thRating-RObj1-exampleRatingConfig .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png);	}
.thRating-RObj1-stars { width:16px; height:16px; }
.thRating-RObj1-stars, .thRating-RObj1-stars span:hover, .thRating-RObj1-stars span:active, .thRating-RObj1-stars span:focus, .thRating-RObj1-stars .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/stars.gif) 0 0 repeat-x;	}
.thRating-RObj1-stars span, .thRating-RObj1-stars .current-rating { height:16px; line-height:16px; }
.thRating-RObj1-stars .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/stars.gif);	}
.thRating-RObj1-starsTilt { width:16px; height:16px; }
.thRating-RObj1-starsTilt, .thRating-RObj1-starsTilt span:hover, .thRating-RObj1-starsTilt span:active, .thRating-RObj1-starsTilt span:focus, .thRating-RObj1-starsTilt .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/starsTilt.gif) right bottom repeat-y;	}
.thRating-RObj1-starsTilt span, .thRating-RObj1-starsTilt .current-rating { width:16px; }
.thRating-RObj1-starsTilt .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/starsTilt.gif);	}
.thRating-RObj1-facesbartilt { width:24px; height:96px; }
.thRating-RObj1-facesbartilt, .thRating-RObj1-facesbartilt span:hover, .thRating-RObj1-facesbartilt span:active, .thRating-RObj1-facesbartilt span:focus, .thRating-RObj1-facesbartilt .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/facesbarTilt.gif) right bottom repeat-y;	}
.thRating-RObj1-facesbartilt span, .thRating-RObj1-facesbartilt .current-rating { width:24px; }
.thRating-RObj1-facesbartilt .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/facesbarTilt.gif);	}
.thRating-RObj1-barrating { width:119px; height:16px; }
.thRating-RObj1-barrating, .thRating-RObj1-barrating span:hover, .thRating-RObj1-barrating span:active, .thRating-RObj1-barrating span:focus, .thRating-RObj1-barrating .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png) 0 0 repeat-x;	}
.thRating-RObj1-barrating span, .thRating-RObj1-barrating .current-rating { height:16px; line-height:16px; }
.thRating-RObj1-barrating .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png);	}
.thRating-RObj1-smileyLikes { width:24px; height:24px; }
.thRating-RObj1-smileyLikes, .thRating-RObj1-smileyLikes span:hover, .thRating-RObj1-smileyLikes span:active, .thRating-RObj1-smileyLikes span:focus, .thRating-RObj1-smileyLikes .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/smiley.gif) 0 0 repeat-x;	}
.thRating-RObj1-smileyLikes span, .thRating-RObj1-smileyLikes .current-rating { height:24px; line-height:24px; }
.thRating-RObj1-smileyLikes .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/smiley.gif);	}
.thRating-RObj1-polling { width:38px; height:126px; }
.thRating-RObj1-polling, .thRating-RObj1-polling span:hover, .thRating-RObj1-polling span:active, .thRating-RObj1-polling span:focus, .thRating-RObj1-polling .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/polling.png) 0 0 repeat-x;	}
.thRating-RObj1-polling span, .thRating-RObj1-polling .current-rating { height:126px; line-height:126px; }
.thRating-RObj1-polling .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/polling.png);	}
.thRating-RObj1-miree { width:18px; height:17px; }
.thRating-RObj1-miree, .thRating-RObj1-miree span:hover, .thRating-RObj1-miree span:active, .thRating-RObj1-miree span:focus, .thRating-RObj1-miree .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/rating.png) 0 0 repeat-x;	}
.thRating-RObj1-miree span, .thRating-RObj1-miree .current-rating { height:17px; line-height:17px; }
.thRating-RObj1-miree .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/rating.png);	}
.thRating-RObj1-exquisa { width:31px; height:31px; }
.thRating-RObj1-exquisa, .thRating-RObj1-exquisa span:hover, .thRating-RObj1-exquisa span:active, .thRating-RObj1-exquisa span:focus, .thRating-RObj1-exquisa .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/exquisa_template/Resources/Public/img/rating.png) 0 0 repeat-x;	}
.thRating-RObj1-exquisa span, .thRating-RObj1-exquisa .current-rating { height:31px; line-height:31px; }
.thRating-RObj1-exquisa .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/exquisa_template/Resources/Public/img/rating.png);	}
.thRating-RObj1-miree_mobile { width:30px; height:28.3px; }
.thRating-RObj1-miree_mobile, .thRating-RObj1-miree_mobile span:hover, .thRating-RObj1-miree_mobile span:active, .thRating-RObj1-miree_mobile span:focus, .thRating-RObj1-miree_mobile .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/mobile/rating.png) 0 0 repeat-x;	}
.thRating-RObj1-miree_mobile span, .thRating-RObj1-miree_mobile .current-rating { height:28.3px; line-height:28.3px; }
.thRating-RObj1-miree_mobile .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/mobile/rating.png);	}
span.RObj1-StpOdr1-ratingpoll-normal { width:100%; z-index:2; margin-left:0%;}
span.RObj1-StpOdr1-ratingpoll-tilt { height:100%; z-index:2; margin-bottom:0%; }
li.RObj1-StpOdr1-currentpoll-normal { width:100%; margin-left:0%; }
li.RObj1-StpOdr1-currentpoll-normal span { width:100%; }
li.RObj1-StpOdr1-currentpoll-tilt { height:100%; margin-bottom:0%; }
li.RObj1-StpOdr1-currentpoll-tilt span { height:100%; }
span.RObj1-StpOdr1-ratingstep-normal { width:100%; z-index:2; }
span.RObj1-StpOdr1-ratingstep-tilt { height:100%; z-index:2; }
.thRating-RObj2-exampleRatingConfig { width:119px; height:16px; }
.thRating-RObj2-exampleRatingConfig, .thRating-RObj2-exampleRatingConfig span:hover, .thRating-RObj2-exampleRatingConfig span:active, .thRating-RObj2-exampleRatingConfig span:focus, .thRating-RObj2-exampleRatingConfig .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png) 0 0 repeat-x;	}
.thRating-RObj2-exampleRatingConfig span, .thRating-RObj2-exampleRatingConfig .current-rating { height:16px; line-height:16px; }
.thRating-RObj2-exampleRatingConfig .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png);	}
.thRating-RObj2-stars { width:80px; height:16px; }
.thRating-RObj2-stars, .thRating-RObj2-stars span:hover, .thRating-RObj2-stars span:active, .thRating-RObj2-stars span:focus, .thRating-RObj2-stars .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/stars.gif) 0 0 repeat-x;	}
.thRating-RObj2-stars span, .thRating-RObj2-stars .current-rating { height:16px; line-height:16px; }
.thRating-RObj2-stars .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/stars.gif);	}
.thRating-RObj2-starsTilt { width:16px; height:80px; }
.thRating-RObj2-starsTilt, .thRating-RObj2-starsTilt span:hover, .thRating-RObj2-starsTilt span:active, .thRating-RObj2-starsTilt span:focus, .thRating-RObj2-starsTilt .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/starsTilt.gif) right bottom repeat-y;	}
.thRating-RObj2-starsTilt span, .thRating-RObj2-starsTilt .current-rating { width:16px; }
.thRating-RObj2-starsTilt .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/starsTilt.gif);	}
.thRating-RObj2-facesbartilt { width:24px; height:96px; }
.thRating-RObj2-facesbartilt, .thRating-RObj2-facesbartilt span:hover, .thRating-RObj2-facesbartilt span:active, .thRating-RObj2-facesbartilt span:focus, .thRating-RObj2-facesbartilt .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/facesbarTilt.gif) right bottom repeat-y;	}
.thRating-RObj2-facesbartilt span, .thRating-RObj2-facesbartilt .current-rating { width:24px; }
.thRating-RObj2-facesbartilt .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/facesbarTilt.gif);	}
.thRating-RObj2-barrating { width:119px; height:16px; }
.thRating-RObj2-barrating, .thRating-RObj2-barrating span:hover, .thRating-RObj2-barrating span:active, .thRating-RObj2-barrating span:focus, .thRating-RObj2-barrating .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png) 0 0 repeat-x;	}
.thRating-RObj2-barrating span, .thRating-RObj2-barrating .current-rating { height:16px; line-height:16px; }
.thRating-RObj2-barrating .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png);	}
.thRating-RObj2-smileyLikes { width:120px; height:24px; }
.thRating-RObj2-smileyLikes, .thRating-RObj2-smileyLikes span:hover, .thRating-RObj2-smileyLikes span:active, .thRating-RObj2-smileyLikes span:focus, .thRating-RObj2-smileyLikes .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/smiley.gif) 0 0 repeat-x;	}
.thRating-RObj2-smileyLikes span, .thRating-RObj2-smileyLikes .current-rating { height:24px; line-height:24px; }
.thRating-RObj2-smileyLikes .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/smiley.gif);	}
.thRating-RObj2-polling { width:190px; height:126px; }
.thRating-RObj2-polling, .thRating-RObj2-polling span:hover, .thRating-RObj2-polling span:active, .thRating-RObj2-polling span:focus, .thRating-RObj2-polling .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/polling.png) 0 0 repeat-x;	}
.thRating-RObj2-polling span, .thRating-RObj2-polling .current-rating { height:126px; line-height:126px; }
.thRating-RObj2-polling .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/polling.png);	}
.thRating-RObj2-miree { width:90px; height:17px; }
.thRating-RObj2-miree, .thRating-RObj2-miree span:hover, .thRating-RObj2-miree span:active, .thRating-RObj2-miree span:focus, .thRating-RObj2-miree .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/rating.png) 0 0 repeat-x;	}
.thRating-RObj2-miree span, .thRating-RObj2-miree .current-rating { height:17px; line-height:17px; }
.thRating-RObj2-miree .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/rating.png);	}
.thRating-RObj2-exquisa { width:155px; height:31px; }
.thRating-RObj2-exquisa, .thRating-RObj2-exquisa span:hover, .thRating-RObj2-exquisa span:active, .thRating-RObj2-exquisa span:focus, .thRating-RObj2-exquisa .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/exquisa_template/Resources/Public/img/rating.png) 0 0 repeat-x;	}
.thRating-RObj2-exquisa span, .thRating-RObj2-exquisa .current-rating { height:31px; line-height:31px; }
.thRating-RObj2-exquisa .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/exquisa_template/Resources/Public/img/rating.png);	}
.thRating-RObj2-miree_mobile { width:150px; height:28.3px; }
.thRating-RObj2-miree_mobile, .thRating-RObj2-miree_mobile span:hover, .thRating-RObj2-miree_mobile span:active, .thRating-RObj2-miree_mobile span:focus, .thRating-RObj2-miree_mobile .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/mobile/rating.png) 0 0 repeat-x;	}
.thRating-RObj2-miree_mobile span, .thRating-RObj2-miree_mobile .current-rating { height:28.3px; line-height:28.3px; }
.thRating-RObj2-miree_mobile .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/mobile/rating.png);	}
span.RObj2-StpOdr1-ratingpoll-normal { width:20%; z-index:6; margin-left:0%;}
span.RObj2-StpOdr1-ratingpoll-tilt { height:20%; z-index:6; margin-bottom:0%; }
li.RObj2-StpOdr1-currentpoll-normal { width:20%; margin-left:0%; }
li.RObj2-StpOdr1-currentpoll-normal span { width:100%; }
li.RObj2-StpOdr1-currentpoll-tilt { height:20%; margin-bottom:0%; }
li.RObj2-StpOdr1-currentpoll-tilt span { height:100%; }
span.RObj2-StpOdr1-ratingstep-normal { width:20%; z-index:6; }
span.RObj2-StpOdr1-ratingstep-tilt { height:20%; z-index:6; }
span.RObj2-StpOdr2-ratingpoll-normal { width:20%; z-index:5; margin-left:20%;}
span.RObj2-StpOdr2-ratingpoll-tilt { height:20%; z-index:5; margin-bottom:20%; }
li.RObj2-StpOdr2-currentpoll-normal { width:20%; margin-left:20%; }
li.RObj2-StpOdr2-currentpoll-normal span { width:100%; }
li.RObj2-StpOdr2-currentpoll-tilt { height:20%; margin-bottom:20%; }
li.RObj2-StpOdr2-currentpoll-tilt span { height:100%; }
span.RObj2-StpOdr2-ratingstep-normal { width:40%; z-index:5; }
span.RObj2-StpOdr2-ratingstep-tilt { height:40%; z-index:5; }
span.RObj2-StpOdr3-ratingpoll-normal { width:20%; z-index:4; margin-left:40%;}
span.RObj2-StpOdr3-ratingpoll-tilt { height:20%; z-index:4; margin-bottom:40%; }
li.RObj2-StpOdr3-currentpoll-normal { width:20%; margin-left:40%; }
li.RObj2-StpOdr3-currentpoll-normal span { width:100%; }
li.RObj2-StpOdr3-currentpoll-tilt { height:20%; margin-bottom:40%; }
li.RObj2-StpOdr3-currentpoll-tilt span { height:100%; }
span.RObj2-StpOdr3-ratingstep-normal { width:60%; z-index:4; }
span.RObj2-StpOdr3-ratingstep-tilt { height:60%; z-index:4; }
span.RObj2-StpOdr4-ratingpoll-normal { width:20%; z-index:3; margin-left:60%;}
span.RObj2-StpOdr4-ratingpoll-tilt { height:20%; z-index:3; margin-bottom:60%; }
li.RObj2-StpOdr4-currentpoll-normal { width:20%; margin-left:60%; }
li.RObj2-StpOdr4-currentpoll-normal span { width:100%; }
li.RObj2-StpOdr4-currentpoll-tilt { height:20%; margin-bottom:60%; }
li.RObj2-StpOdr4-currentpoll-tilt span { height:100%; }
span.RObj2-StpOdr4-ratingstep-normal { width:80%; z-index:3; }
span.RObj2-StpOdr4-ratingstep-tilt { height:80%; z-index:3; }
span.RObj2-StpOdr5-ratingpoll-normal { width:20%; z-index:2; margin-left:80%;}
span.RObj2-StpOdr5-ratingpoll-tilt { height:20%; z-index:2; margin-bottom:80%; }
li.RObj2-StpOdr5-currentpoll-normal { width:20%; margin-left:80%; }
li.RObj2-StpOdr5-currentpoll-normal span { width:100%; }
li.RObj2-StpOdr5-currentpoll-tilt { height:20%; margin-bottom:80%; }
li.RObj2-StpOdr5-currentpoll-tilt span { height:100%; }
span.RObj2-StpOdr5-ratingstep-normal { width:100%; z-index:2; }
span.RObj2-StpOdr5-ratingstep-tilt { height:100%; z-index:2; }
.thRating-RObj3-exampleRatingConfig { width:119px; height:16px; }
.thRating-RObj3-exampleRatingConfig, .thRating-RObj3-exampleRatingConfig span:hover, .thRating-RObj3-exampleRatingConfig span:active, .thRating-RObj3-exampleRatingConfig span:focus, .thRating-RObj3-exampleRatingConfig .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png) 0 0 repeat-x;	}
.thRating-RObj3-exampleRatingConfig span, .thRating-RObj3-exampleRatingConfig .current-rating { height:16px; line-height:16px; }
.thRating-RObj3-exampleRatingConfig .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png);	}
.thRating-RObj3-stars { width:80px; height:16px; }
.thRating-RObj3-stars, .thRating-RObj3-stars span:hover, .thRating-RObj3-stars span:active, .thRating-RObj3-stars span:focus, .thRating-RObj3-stars .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/stars.gif) 0 0 repeat-x;	}
.thRating-RObj3-stars span, .thRating-RObj3-stars .current-rating { height:16px; line-height:16px; }
.thRating-RObj3-stars .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/stars.gif);	}
.thRating-RObj3-starsTilt { width:16px; height:80px; }
.thRating-RObj3-starsTilt, .thRating-RObj3-starsTilt span:hover, .thRating-RObj3-starsTilt span:active, .thRating-RObj3-starsTilt span:focus, .thRating-RObj3-starsTilt .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/starsTilt.gif) right bottom repeat-y;	}
.thRating-RObj3-starsTilt span, .thRating-RObj3-starsTilt .current-rating { width:16px; }
.thRating-RObj3-starsTilt .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/starsTilt.gif);	}
.thRating-RObj3-facesbartilt { width:24px; height:96px; }
.thRating-RObj3-facesbartilt, .thRating-RObj3-facesbartilt span:hover, .thRating-RObj3-facesbartilt span:active, .thRating-RObj3-facesbartilt span:focus, .thRating-RObj3-facesbartilt .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/facesbarTilt.gif) right bottom repeat-y;	}
.thRating-RObj3-facesbartilt span, .thRating-RObj3-facesbartilt .current-rating { width:24px; }
.thRating-RObj3-facesbartilt .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/facesbarTilt.gif);	}
.thRating-RObj3-barrating { width:119px; height:16px; }
.thRating-RObj3-barrating, .thRating-RObj3-barrating span:hover, .thRating-RObj3-barrating span:active, .thRating-RObj3-barrating span:focus, .thRating-RObj3-barrating .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png) 0 0 repeat-x;	}
.thRating-RObj3-barrating span, .thRating-RObj3-barrating .current-rating { height:16px; line-height:16px; }
.thRating-RObj3-barrating .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png);	}
.thRating-RObj3-smileyLikes { width:120px; height:24px; }
.thRating-RObj3-smileyLikes, .thRating-RObj3-smileyLikes span:hover, .thRating-RObj3-smileyLikes span:active, .thRating-RObj3-smileyLikes span:focus, .thRating-RObj3-smileyLikes .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/smiley.gif) 0 0 repeat-x;	}
.thRating-RObj3-smileyLikes span, .thRating-RObj3-smileyLikes .current-rating { height:24px; line-height:24px; }
.thRating-RObj3-smileyLikes .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/smiley.gif);	}
.thRating-RObj3-polling { width:190px; height:126px; }
.thRating-RObj3-polling, .thRating-RObj3-polling span:hover, .thRating-RObj3-polling span:active, .thRating-RObj3-polling span:focus, .thRating-RObj3-polling .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/polling.png) 0 0 repeat-x;	}
.thRating-RObj3-polling span, .thRating-RObj3-polling .current-rating { height:126px; line-height:126px; }
.thRating-RObj3-polling .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/polling.png);	}
.thRating-RObj3-miree { width:90px; height:17px; }
.thRating-RObj3-miree, .thRating-RObj3-miree span:hover, .thRating-RObj3-miree span:active, .thRating-RObj3-miree span:focus, .thRating-RObj3-miree .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/rating.png) 0 0 repeat-x;	}
.thRating-RObj3-miree span, .thRating-RObj3-miree .current-rating { height:17px; line-height:17px; }
.thRating-RObj3-miree .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/rating.png);	}
.thRating-RObj3-exquisa { width:155px; height:31px; }
.thRating-RObj3-exquisa, .thRating-RObj3-exquisa span:hover, .thRating-RObj3-exquisa span:active, .thRating-RObj3-exquisa span:focus, .thRating-RObj3-exquisa .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/exquisa_template/Resources/Public/img/rating.png) 0 0 repeat-x;	}
.thRating-RObj3-exquisa span, .thRating-RObj3-exquisa .current-rating { height:31px; line-height:31px; }
.thRating-RObj3-exquisa .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/exquisa_template/Resources/Public/img/rating.png);	}
.thRating-RObj3-miree_mobile { width:150px; height:28.3px; }
.thRating-RObj3-miree_mobile, .thRating-RObj3-miree_mobile span:hover, .thRating-RObj3-miree_mobile span:active, .thRating-RObj3-miree_mobile span:focus, .thRating-RObj3-miree_mobile .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/mobile/rating.png) 0 0 repeat-x;	}
.thRating-RObj3-miree_mobile span, .thRating-RObj3-miree_mobile .current-rating { height:28.3px; line-height:28.3px; }
.thRating-RObj3-miree_mobile .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/mobile/rating.png);	}
span.RObj3-StpOdr1-ratingpoll-normal { width:20%; z-index:6; margin-left:0%;}
span.RObj3-StpOdr1-ratingpoll-tilt { height:20%; z-index:6; margin-bottom:0%; }
li.RObj3-StpOdr1-currentpoll-normal { width:20%; margin-left:0%; }
li.RObj3-StpOdr1-currentpoll-normal span { width:100%; }
li.RObj3-StpOdr1-currentpoll-tilt { height:20%; margin-bottom:0%; }
li.RObj3-StpOdr1-currentpoll-tilt span { height:100%; }
span.RObj3-StpOdr1-ratingstep-normal { width:20%; z-index:6; }
span.RObj3-StpOdr1-ratingstep-tilt { height:20%; z-index:6; }
span.RObj3-StpOdr2-ratingpoll-normal { width:20%; z-index:5; margin-left:20%;}
span.RObj3-StpOdr2-ratingpoll-tilt { height:20%; z-index:5; margin-bottom:20%; }
li.RObj3-StpOdr2-currentpoll-normal { width:20%; margin-left:20%; }
li.RObj3-StpOdr2-currentpoll-normal span { width:100%; }
li.RObj3-StpOdr2-currentpoll-tilt { height:20%; margin-bottom:20%; }
li.RObj3-StpOdr2-currentpoll-tilt span { height:100%; }
span.RObj3-StpOdr2-ratingstep-normal { width:40%; z-index:5; }
span.RObj3-StpOdr2-ratingstep-tilt { height:40%; z-index:5; }
span.RObj3-StpOdr3-ratingpoll-normal { width:20%; z-index:4; margin-left:40%;}
span.RObj3-StpOdr3-ratingpoll-tilt { height:20%; z-index:4; margin-bottom:40%; }
li.RObj3-StpOdr3-currentpoll-normal { width:20%; margin-left:40%; }
li.RObj3-StpOdr3-currentpoll-normal span { width:100%; }
li.RObj3-StpOdr3-currentpoll-tilt { height:20%; margin-bottom:40%; }
li.RObj3-StpOdr3-currentpoll-tilt span { height:100%; }
span.RObj3-StpOdr3-ratingstep-normal { width:60%; z-index:4; }
span.RObj3-StpOdr3-ratingstep-tilt { height:60%; z-index:4; }
span.RObj3-StpOdr4-ratingpoll-normal { width:20%; z-index:3; margin-left:60%;}
span.RObj3-StpOdr4-ratingpoll-tilt { height:20%; z-index:3; margin-bottom:60%; }
li.RObj3-StpOdr4-currentpoll-normal { width:20%; margin-left:60%; }
li.RObj3-StpOdr4-currentpoll-normal span { width:100%; }
li.RObj3-StpOdr4-currentpoll-tilt { height:20%; margin-bottom:60%; }
li.RObj3-StpOdr4-currentpoll-tilt span { height:100%; }
span.RObj3-StpOdr4-ratingstep-normal { width:80%; z-index:3; }
span.RObj3-StpOdr4-ratingstep-tilt { height:80%; z-index:3; }
span.RObj3-StpOdr5-ratingpoll-normal { width:20%; z-index:2; margin-left:80%;}
span.RObj3-StpOdr5-ratingpoll-tilt { height:20%; z-index:2; margin-bottom:80%; }
li.RObj3-StpOdr5-currentpoll-normal { width:20%; margin-left:80%; }
li.RObj3-StpOdr5-currentpoll-normal span { width:100%; }
li.RObj3-StpOdr5-currentpoll-tilt { height:20%; margin-bottom:80%; }
li.RObj3-StpOdr5-currentpoll-tilt span { height:100%; }
span.RObj3-StpOdr5-ratingstep-normal { width:100%; z-index:2; }
span.RObj3-StpOdr5-ratingstep-tilt { height:100%; z-index:2; }
.thRating-RObj4-exampleRatingConfig { width:119px; height:16px; }
.thRating-RObj4-exampleRatingConfig, .thRating-RObj4-exampleRatingConfig span:hover, .thRating-RObj4-exampleRatingConfig span:active, .thRating-RObj4-exampleRatingConfig span:focus, .thRating-RObj4-exampleRatingConfig .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png) 0 0 repeat-x;	}
.thRating-RObj4-exampleRatingConfig span, .thRating-RObj4-exampleRatingConfig .current-rating { height:16px; line-height:16px; }
.thRating-RObj4-exampleRatingConfig .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png);	}
.thRating-RObj4-stars { width:80px; height:16px; }
.thRating-RObj4-stars, .thRating-RObj4-stars span:hover, .thRating-RObj4-stars span:active, .thRating-RObj4-stars span:focus, .thRating-RObj4-stars .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/stars.gif) 0 0 repeat-x;	}
.thRating-RObj4-stars span, .thRating-RObj4-stars .current-rating { height:16px; line-height:16px; }
.thRating-RObj4-stars .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/stars.gif);	}
.thRating-RObj4-starsTilt { width:16px; height:80px; }
.thRating-RObj4-starsTilt, .thRating-RObj4-starsTilt span:hover, .thRating-RObj4-starsTilt span:active, .thRating-RObj4-starsTilt span:focus, .thRating-RObj4-starsTilt .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/starsTilt.gif) right bottom repeat-y;	}
.thRating-RObj4-starsTilt span, .thRating-RObj4-starsTilt .current-rating { width:16px; }
.thRating-RObj4-starsTilt .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/starsTilt.gif);	}
.thRating-RObj4-facesbartilt { width:24px; height:96px; }
.thRating-RObj4-facesbartilt, .thRating-RObj4-facesbartilt span:hover, .thRating-RObj4-facesbartilt span:active, .thRating-RObj4-facesbartilt span:focus, .thRating-RObj4-facesbartilt .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/facesbarTilt.gif) right bottom repeat-y;	}
.thRating-RObj4-facesbartilt span, .thRating-RObj4-facesbartilt .current-rating { width:24px; }
.thRating-RObj4-facesbartilt .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/facesbarTilt.gif);	}
.thRating-RObj4-barrating { width:119px; height:16px; }
.thRating-RObj4-barrating, .thRating-RObj4-barrating span:hover, .thRating-RObj4-barrating span:active, .thRating-RObj4-barrating span:focus, .thRating-RObj4-barrating .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png) 0 0 repeat-x;	}
.thRating-RObj4-barrating span, .thRating-RObj4-barrating .current-rating { height:16px; line-height:16px; }
.thRating-RObj4-barrating .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png);	}
.thRating-RObj4-smileyLikes { width:120px; height:24px; }
.thRating-RObj4-smileyLikes, .thRating-RObj4-smileyLikes span:hover, .thRating-RObj4-smileyLikes span:active, .thRating-RObj4-smileyLikes span:focus, .thRating-RObj4-smileyLikes .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/smiley.gif) 0 0 repeat-x;	}
.thRating-RObj4-smileyLikes span, .thRating-RObj4-smileyLikes .current-rating { height:24px; line-height:24px; }
.thRating-RObj4-smileyLikes .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/smiley.gif);	}
.thRating-RObj4-polling { width:190px; height:126px; }
.thRating-RObj4-polling, .thRating-RObj4-polling span:hover, .thRating-RObj4-polling span:active, .thRating-RObj4-polling span:focus, .thRating-RObj4-polling .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/polling.png) 0 0 repeat-x;	}
.thRating-RObj4-polling span, .thRating-RObj4-polling .current-rating { height:126px; line-height:126px; }
.thRating-RObj4-polling .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/polling.png);	}
.thRating-RObj4-miree { width:90px; height:17px; }
.thRating-RObj4-miree, .thRating-RObj4-miree span:hover, .thRating-RObj4-miree span:active, .thRating-RObj4-miree span:focus, .thRating-RObj4-miree .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/rating.png) 0 0 repeat-x;	}
.thRating-RObj4-miree span, .thRating-RObj4-miree .current-rating { height:17px; line-height:17px; }
.thRating-RObj4-miree .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/rating.png);	}
.thRating-RObj4-exquisa { width:155px; height:31px; }
.thRating-RObj4-exquisa, .thRating-RObj4-exquisa span:hover, .thRating-RObj4-exquisa span:active, .thRating-RObj4-exquisa span:focus, .thRating-RObj4-exquisa .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/exquisa_template/Resources/Public/img/rating.png) 0 0 repeat-x;	}
.thRating-RObj4-exquisa span, .thRating-RObj4-exquisa .current-rating { height:31px; line-height:31px; }
.thRating-RObj4-exquisa .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/exquisa_template/Resources/Public/img/rating.png);	}
.thRating-RObj4-miree_mobile { width:150px; height:28.3px; }
.thRating-RObj4-miree_mobile, .thRating-RObj4-miree_mobile span:hover, .thRating-RObj4-miree_mobile span:active, .thRating-RObj4-miree_mobile span:focus, .thRating-RObj4-miree_mobile .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/mobile/rating.png) 0 0 repeat-x;	}
.thRating-RObj4-miree_mobile span, .thRating-RObj4-miree_mobile .current-rating { height:28.3px; line-height:28.3px; }
.thRating-RObj4-miree_mobile .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/mobile/rating.png);	}
span.RObj4-StpOdr1-ratingpoll-normal { width:20%; z-index:6; margin-left:0%;}
span.RObj4-StpOdr1-ratingpoll-tilt { height:20%; z-index:6; margin-bottom:0%; }
li.RObj4-StpOdr1-currentpoll-normal { width:20%; margin-left:0%; }
li.RObj4-StpOdr1-currentpoll-normal span { width:100%; }
li.RObj4-StpOdr1-currentpoll-tilt { height:20%; margin-bottom:0%; }
li.RObj4-StpOdr1-currentpoll-tilt span { height:100%; }
span.RObj4-StpOdr1-ratingstep-normal { width:20%; z-index:6; }
span.RObj4-StpOdr1-ratingstep-tilt { height:20%; z-index:6; }
span.RObj4-StpOdr2-ratingpoll-normal { width:20%; z-index:5; margin-left:20%;}
span.RObj4-StpOdr2-ratingpoll-tilt { height:20%; z-index:5; margin-bottom:20%; }
li.RObj4-StpOdr2-currentpoll-normal { width:20%; margin-left:20%; }
li.RObj4-StpOdr2-currentpoll-normal span { width:100%; }
li.RObj4-StpOdr2-currentpoll-tilt { height:20%; margin-bottom:20%; }
li.RObj4-StpOdr2-currentpoll-tilt span { height:100%; }
span.RObj4-StpOdr2-ratingstep-normal { width:40%; z-index:5; }
span.RObj4-StpOdr2-ratingstep-tilt { height:40%; z-index:5; }
span.RObj4-StpOdr3-ratingpoll-normal { width:20%; z-index:4; margin-left:40%;}
span.RObj4-StpOdr3-ratingpoll-tilt { height:20%; z-index:4; margin-bottom:40%; }
li.RObj4-StpOdr3-currentpoll-normal { width:20%; margin-left:40%; }
li.RObj4-StpOdr3-currentpoll-normal span { width:100%; }
li.RObj4-StpOdr3-currentpoll-tilt { height:20%; margin-bottom:40%; }
li.RObj4-StpOdr3-currentpoll-tilt span { height:100%; }
span.RObj4-StpOdr3-ratingstep-normal { width:60%; z-index:4; }
span.RObj4-StpOdr3-ratingstep-tilt { height:60%; z-index:4; }
span.RObj4-StpOdr4-ratingpoll-normal { width:20%; z-index:3; margin-left:60%;}
span.RObj4-StpOdr4-ratingpoll-tilt { height:20%; z-index:3; margin-bottom:60%; }
li.RObj4-StpOdr4-currentpoll-normal { width:20%; margin-left:60%; }
li.RObj4-StpOdr4-currentpoll-normal span { width:100%; }
li.RObj4-StpOdr4-currentpoll-tilt { height:20%; margin-bottom:60%; }
li.RObj4-StpOdr4-currentpoll-tilt span { height:100%; }
span.RObj4-StpOdr4-ratingstep-normal { width:80%; z-index:3; }
span.RObj4-StpOdr4-ratingstep-tilt { height:80%; z-index:3; }
span.RObj4-StpOdr5-ratingpoll-normal { width:20%; z-index:2; margin-left:80%;}
span.RObj4-StpOdr5-ratingpoll-tilt { height:20%; z-index:2; margin-bottom:80%; }
li.RObj4-StpOdr5-currentpoll-normal { width:20%; margin-left:80%; }
li.RObj4-StpOdr5-currentpoll-normal span { width:100%; }
li.RObj4-StpOdr5-currentpoll-tilt { height:20%; margin-bottom:80%; }
li.RObj4-StpOdr5-currentpoll-tilt span { height:100%; }
span.RObj4-StpOdr5-ratingstep-normal { width:100%; z-index:2; }
span.RObj4-StpOdr5-ratingstep-tilt { height:100%; z-index:2; }
.thRating-RObj6-exampleRatingConfig { width:119px; height:16px; }
.thRating-RObj6-exampleRatingConfig, .thRating-RObj6-exampleRatingConfig span:hover, .thRating-RObj6-exampleRatingConfig span:active, .thRating-RObj6-exampleRatingConfig span:focus, .thRating-RObj6-exampleRatingConfig .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png) 0 0 repeat-x;	}
.thRating-RObj6-exampleRatingConfig span, .thRating-RObj6-exampleRatingConfig .current-rating { height:16px; line-height:16px; }
.thRating-RObj6-exampleRatingConfig .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png);	}
.thRating-RObj6-stars { width:80px; height:16px; }
.thRating-RObj6-stars, .thRating-RObj6-stars span:hover, .thRating-RObj6-stars span:active, .thRating-RObj6-stars span:focus, .thRating-RObj6-stars .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/stars.gif) 0 0 repeat-x;	}
.thRating-RObj6-stars span, .thRating-RObj6-stars .current-rating { height:16px; line-height:16px; }
.thRating-RObj6-stars .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/stars.gif);	}
.thRating-RObj6-starsTilt { width:16px; height:80px; }
.thRating-RObj6-starsTilt, .thRating-RObj6-starsTilt span:hover, .thRating-RObj6-starsTilt span:active, .thRating-RObj6-starsTilt span:focus, .thRating-RObj6-starsTilt .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/starsTilt.gif) right bottom repeat-y;	}
.thRating-RObj6-starsTilt span, .thRating-RObj6-starsTilt .current-rating { width:16px; }
.thRating-RObj6-starsTilt .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/starsTilt.gif);	}
.thRating-RObj6-facesbartilt { width:24px; height:96px; }
.thRating-RObj6-facesbartilt, .thRating-RObj6-facesbartilt span:hover, .thRating-RObj6-facesbartilt span:active, .thRating-RObj6-facesbartilt span:focus, .thRating-RObj6-facesbartilt .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/facesbarTilt.gif) right bottom repeat-y;	}
.thRating-RObj6-facesbartilt span, .thRating-RObj6-facesbartilt .current-rating { width:24px; }
.thRating-RObj6-facesbartilt .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/facesbarTilt.gif);	}
.thRating-RObj6-barrating { width:119px; height:16px; }
.thRating-RObj6-barrating, .thRating-RObj6-barrating span:hover, .thRating-RObj6-barrating span:active, .thRating-RObj6-barrating span:focus, .thRating-RObj6-barrating .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png) 0 0 repeat-x;	}
.thRating-RObj6-barrating span, .thRating-RObj6-barrating .current-rating { height:16px; line-height:16px; }
.thRating-RObj6-barrating .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/rating_bar.png);	}
.thRating-RObj6-smileyLikes { width:120px; height:24px; }
.thRating-RObj6-smileyLikes, .thRating-RObj6-smileyLikes span:hover, .thRating-RObj6-smileyLikes span:active, .thRating-RObj6-smileyLikes span:focus, .thRating-RObj6-smileyLikes .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/smiley.gif) 0 0 repeat-x;	}
.thRating-RObj6-smileyLikes span, .thRating-RObj6-smileyLikes .current-rating { height:24px; line-height:24px; }
.thRating-RObj6-smileyLikes .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/smiley.gif);	}
.thRating-RObj6-polling { width:190px; height:126px; }
.thRating-RObj6-polling, .thRating-RObj6-polling span:hover, .thRating-RObj6-polling span:active, .thRating-RObj6-polling span:focus, .thRating-RObj6-polling .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/polling.png) 0 0 repeat-x;	}
.thRating-RObj6-polling span, .thRating-RObj6-polling .current-rating { height:126px; line-height:126px; }
.thRating-RObj6-polling .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/th_rating/Resources/Public/Css/polling.png);	}
.thRating-RObj6-miree { width:90px; height:17px; }
.thRating-RObj6-miree, .thRating-RObj6-miree span:hover, .thRating-RObj6-miree span:active, .thRating-RObj6-miree span:focus, .thRating-RObj6-miree .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/rating.png) 0 0 repeat-x;	}
.thRating-RObj6-miree span, .thRating-RObj6-miree .current-rating { height:17px; line-height:17px; }
.thRating-RObj6-miree .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/rating.png);	}
.thRating-RObj6-exquisa { width:155px; height:31px; }
.thRating-RObj6-exquisa, .thRating-RObj6-exquisa span:hover, .thRating-RObj6-exquisa span:active, .thRating-RObj6-exquisa span:focus, .thRating-RObj6-exquisa .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/exquisa_template/Resources/Public/img/rating.png) 0 0 repeat-x;	}
.thRating-RObj6-exquisa span, .thRating-RObj6-exquisa .current-rating { height:31px; line-height:31px; }
.thRating-RObj6-exquisa .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/exquisa_template/Resources/Public/img/rating.png);	}
.thRating-RObj6-miree_mobile { width:150px; height:28.3px; }
.thRating-RObj6-miree_mobile, .thRating-RObj6-miree_mobile span:hover, .thRating-RObj6-miree_mobile span:active, .thRating-RObj6-miree_mobile span:focus, .thRating-RObj6-miree_mobile .current-rating {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/mobile/rating.png) 0 0 repeat-x;	}
.thRating-RObj6-miree_mobile span, .thRating-RObj6-miree_mobile .current-rating { height:28.3px; line-height:28.3px; }
.thRating-RObj6-miree_mobile .current-poll {	background:url(//www.exquisa.de//typo3conf/ext/miree_template/Resources/Public/img/mobile/rating.png);	}
span.RObj6-StpOdr1-ratingpoll-normal { width:20%; z-index:6; margin-left:0%;}
span.RObj6-StpOdr1-ratingpoll-tilt { height:20%; z-index:6; margin-bottom:0%; }
li.RObj6-StpOdr1-currentpoll-normal { width:20%; margin-left:0%; }
li.RObj6-StpOdr1-currentpoll-normal span { width:100%; }
li.RObj6-StpOdr1-currentpoll-tilt { height:20%; margin-bottom:0%; }
li.RObj6-StpOdr1-currentpoll-tilt span { height:100%; }
span.RObj6-StpOdr1-ratingstep-normal { width:20%; z-index:6; }
span.RObj6-StpOdr1-ratingstep-tilt { height:20%; z-index:6; }
span.RObj6-StpOdr2-ratingpoll-normal { width:20%; z-index:5; margin-left:20%;}
span.RObj6-StpOdr2-ratingpoll-tilt { height:20%; z-index:5; margin-bottom:20%; }
li.RObj6-StpOdr2-currentpoll-normal { width:20%; margin-left:20%; }
li.RObj6-StpOdr2-currentpoll-normal span { width:100%; }
li.RObj6-StpOdr2-currentpoll-tilt { height:20%; margin-bottom:20%; }
li.RObj6-StpOdr2-currentpoll-tilt span { height:100%; }
span.RObj6-StpOdr2-ratingstep-normal { width:40%; z-index:5; }
span.RObj6-StpOdr2-ratingstep-tilt { height:40%; z-index:5; }
span.RObj6-StpOdr3-ratingpoll-normal { width:20%; z-index:4; margin-left:40%;}
span.RObj6-StpOdr3-ratingpoll-tilt { height:20%; z-index:4; margin-bottom:40%; }
li.RObj6-StpOdr3-currentpoll-normal { width:20%; margin-left:40%; }
li.RObj6-StpOdr3-currentpoll-normal span { width:100%; }
li.RObj6-StpOdr3-currentpoll-tilt { height:20%; margin-bottom:40%; }
li.RObj6-StpOdr3-currentpoll-tilt span { height:100%; }
span.RObj6-StpOdr3-ratingstep-normal { width:60%; z-index:4; }
span.RObj6-StpOdr3-ratingstep-tilt { height:60%; z-index:4; }
span.RObj6-StpOdr4-ratingpoll-normal { width:20%; z-index:3; margin-left:60%;}
span.RObj6-StpOdr4-ratingpoll-tilt { height:20%; z-index:3; margin-bottom:60%; }
li.RObj6-StpOdr4-currentpoll-normal { width:20%; margin-left:60%; }
li.RObj6-StpOdr4-currentpoll-normal span { width:100%; }
li.RObj6-StpOdr4-currentpoll-tilt { height:20%; margin-bottom:60%; }
li.RObj6-StpOdr4-currentpoll-tilt span { height:100%; }
span.RObj6-StpOdr4-ratingstep-normal { width:80%; z-index:3; }
span.RObj6-StpOdr4-ratingstep-tilt { height:80%; z-index:3; }
span.RObj6-StpOdr5-ratingpoll-normal { width:20%; z-index:2; margin-left:80%;}
span.RObj6-StpOdr5-ratingpoll-tilt { height:20%; z-index:2; margin-bottom:80%; }
li.RObj6-StpOdr5-currentpoll-normal { width:20%; margin-left:80%; }
li.RObj6-StpOdr5-currentpoll-normal span { width:100%; }
li.RObj6-StpOdr5-currentpoll-tilt { height:20%; margin-bottom:80%; }
li.RObj6-StpOdr5-currentpoll-tilt span { height:100%; }
span.RObj6-StpOdr5-ratingstep-normal { width:100%; z-index:2; }
span.RObj6-StpOdr5-ratingstep-tilt { height:100%; z-index:2; }

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.ajaxWait {
    display:    none;
    position:   absolute;
    z-index:    1000;
    height:     inherit;
    width:      inherit;
    background: rgba( 255, 255, 255, .8 ) 
                url('../../../typo3conf/ext/th_rating/Resources/Public/Css/ajaxWait.gif') 
                50% 50% 
                no-repeat;
}
/* Anytime the DIV has the loading class, our
   modal element will be visible */
.tx-thrating-pi1-content.loading .ajaxWait {
    display: inline;
}

#formResult {height: 20px; }
#tx-thrating-pi1-singleton{
	visibility:hidden;
}
.tx-thrating-singleton-message {
	visibility:visible;
	position:fixed;
	width:40%;
	z-index:100;
	top:100px;
	left:10em;
	background-color: #a7a7a7;
	border:0px solid black;
}

.tx-thrating-singleton-message h4 {
	padding:3px;
	margin:0;
	background-color: #f87575;
    border: 1px dotted grey;
	padding:1px;
	font-weight:bold;
}

.tx-thrating-singleton-message .alert-body {
	padding:3px;
}
div.tx-thrating-ratinglinks > div.stepnameTooltip{
    display:none;
    visibility:hidden;
}
div.tx-thrating-ratinglinks > div.stepnameTooltipOn {
    visibility:visible;
    display:block;
    position:absolute;
    top:-2em;
    left:1em;
    min-width:3em;
    border:1px solid #505050;
    border-radius:0.7em;
    -webkit-border-radius:0.7em;
    -moz-border-radius:0.7em;
    background-color:#ffff99;
    color:#000;
    text-align: center;
    padding:2px 0.8em 2px 0.8em;
    font-size: 0.8em;
    box-shadow: 6px 6px 4px #6B6A6A;
	z-index:99;
}
div.tx-thrating-ratinglinks ul{
    position:relative;
    list-style:none;
    margin:0px;
    padding:0px;
    height:     inherit;
    width:      inherit;
}
.thrating-normal {
    background-position:left top;
}
.thRating-tilt{
    background-position:right bottom;
}
.thRating span,
.thRating .current-rating,
.thRating .current-poll{
    position:absolute;
    bottom:0;
    left:0;
    outline:0px;
    overflow:hidden;
    border: 0px;
    text-indent:-1000em;
}
.thRating-normal span:hover,
.thRating-normal span:active,
.thRating-normal span:focus{
    background-position: left bottom;
}
.thRating-normal .current-rating{
    z-index:1;
    background-position: left center;
}
.thRating-normal .current-poll{
	height:100%;
    z-index:1;
}
.thRating-normal .currentPollText { 
	text-indent:0em; 
	-moz-transform: rotate(90deg); 
	-ms-transform: rotate(90deg); 
	-o-transform: rotate(90deg); 
	-webkit-transform: rotate(90deg); 
	transform: rotate(90deg);  
	min-width:100%; 
	text-align:center; 
}
.thRating-tilt .current-poll{
	width:100%;
    z-index:1;
}
.thRating-tilt .currentPollText { 
	text-indent:0em; 
	min-height:100%; 
	text-align:center; 
}

.currentPollText{
	background:none !important;
	font-family:Sans-Serif;
	font-weight:normal;
	font-size:80%;
	z-index:2;
}

/* necessary because of bug in IE
	values below 28% are displayed shifted */
.thRating-tilt span.noratingbar:hover,
.thRating-tilt span.noratingbar:active,
.thRating-tilt span.noratingbar:focus{
    background-position: left top;
}
.thRating-tilt li.noratingbar {
    background-position: center top !important;
}
.thRating-tilt span.ratingbar:hover,
.thRating-tilt span.ratingbar:active,
.thRating-tilt span.ratingbar:focus{
    background-position: left bottom;
}

.thRating-tilt .current-rating{
    z-index:1;
    background-position: center bottom;
}
.thRating-tilt .current-poll{
    z-index:1;
}
.tx-thrating-pi1-content{
	position:relative;
	width:0px;
}
.tx-thrating-summary{
	white-space:nowrap; 
	font-size:0.6em; 
	line-height:1.4em; 
	margin-top:1em;
    clear:left;
}
.tx-thrating-flash-message{
	position:absolute;
	display:none;
	padding:3px;
	top:1.5em;
	left:1.5em;
	background-color: #a7a7a7;
	border:1px solid #505050;
	min-width:10em;
	max-width:30em;
    overflow:hidden;
    z-index:100;
    border-radius:0.5em;
    -webkit-border-radius:0.5em;
    -moz-border-radius:0.5em;
    box-shadow: 6px 6px 4px #6B6A6A;
}
.tx-thrating-flash-message h4{
    border: 1px dotted grey;
	padding:1px;
	margin:0;
	font-weight:bold;
    -webkit-border-top-left-radius:0.4em;
    -webkit-border-top-right-radius:0.4em;
    -moz-border-radius-topleft:0.4em;
    -moz-border-radius-topright:0.4em;
    border-top-left-radius:0.4em;
    border-top-right-radius:0.4em;
    -webkit-border-bottom-right-radius: 0.2em;
    -webkit-border-bottom-left-radius: 0.2em;
    -moz-border-radius-bottomright: 0.2em;
    -moz-border-radius-bottomleft: 0.2em;
    border-bottom-right-radius: 0.2em;
    border-bottom-left-radius: 0.2em;
}
.tx-thrating-flash-message .alert-danger h4 {
	background-color: #c8453c;
    border: 1px dotted grey;
	padding:1px;
	margin:0;
	font-weight:bold;
}
.tx-thrating-flash-message .alert-warning h4 {
	background-color: #e8a13d;
    border: 1px dotted grey;
	padding:1px;
	margin:0;
	font-weight:bold;
}
.tx-thrating-flash-message .alert-notice h4 {
	background-color: #363636;
    border: 1px dotted blue;
	padding:1px;
	margin:0;
	font-weight:bold;
}
.tx-thrating-flash-message .alert-info h4 {
	background-color: #6ba9df;
    border: 1px dotted blue;
	padding:1px;
	margin:0;
	font-weight:bold;
}
.tx-thrating-flash-message .alert-success h4 {
	background-color: #75a049;
    border: 1px dotted grey;
	padding:1px;
	margin:0;
	font-weight:bold;
}
.tx-thrating-flash-message .alert-body,
.tx-thrating-flash-message {
	padding-top:3px;
}
.tx-thrating-flash-message li{
	display:inline;
}
.tx-thrating-flash-message ul{
	padding:0px;
	margin:1px;
}