/**
CSS - Snippets for jQuery-Tools
 */
.renocard { 
    background-image:url(overlay/renocard.png);
	height:153px; 
    width:243px;
}
.renocard-punkte {
		margin-top:100px;
		margin-left:10px;
		position:absolute; right:auto;
}
.renocard-bild {
		margin-top:125px;
		margin-left:10px;
		position:absolute; right:auto;
}
.renocard-list {
		margin-top:125px;
		margin-left:10px;
		position:absolute; left:auto;
}
/* Template - Overlay */ 
#renotpl { 
    background:url("overlay/petrol2.png") no-repeat;
    color:#efefef; 
    display:none;
} 
.renotpl div.close { 
    background-image:url(overlay/apple-close.png); 
    position:absolute; right:17px; top:8px; 
    cursor:pointer; 
    height:28px; 
    width:28px; 
}
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap { 
    overflow-y:auto; 
}
/* Expose */
#myrenomask { 
    background:#072a88 url(overlay/red.png) no-repeat 50% 0; 
}
/* myreno css */ 
#myreno { 
    background-image:url(overlay/petrol.png); 
    color:#efefef; 
	display:none;
} 
.myreno div.close { 
    background-image:url(overlay/apple-close.png); 
    position:absolute; right:5px; top:5px; 
    cursor:pointer; 
    height:28px; 
    width:28px;
}
/* simple css-based tooltip */ 
#jqrytooltip { 
    display:none; 
    background:url(overlay/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}

div.tooltip { 
    background-color:#000; 
    border:1px solid #fff; 
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
}