/**
 * EXT:dgp_mod_cookie_notice
 **/
#cookie-bar { background:#ecf0f4; border:1px solid #d0dae4; line-height:25px; text-align:left; padding:7px 10px; color:#3e4248; margin:0 auto;}
#cookie-bar.fixed { position:fixed; top:0; left:0; right:0; width:940px;}
#cookie-bar.fixed.bottom { bottom:0; top:auto; }
#cookie-bar p { margin:0; padding:0; }
#cookie-bar a { display:inline-block; text-decoration:underline; margin-left:8px; }
#cookie-bar .cb-enable { background:url('/typo3conf/ext/dgp_mod_cookie_notice/res/btn_ok.png') 0 0 no-repeat; border-right:1px solid #d0dae4; width:auto; padding:0 9px 0 26px; height:17px; line-height:19px; text-decoration:none; }
#cookie-bar .cb-enable:hover { background-position:left bottom; }
#cookie-bar .cb-disable { background:#990000; }
#cookie-bar .cb-disable:hover { background:#bb0000; }
/*#cookie-bar .cb-policy { background:#0033bb; }*/
/*#cookie-bar .cb-policy:hover { background:#0055dd; }*/