#cookieClause { background: #000; width: 100%; height: 125px; position: fixed; bottom: 0px; display: none; z-index: 9999; border-top: 1px solid #444; }
*html #cookieClause { position: absolute; bottom: 0px; }			
#cookieClause > .ccContainer { width: 985px; height: 125px; margin-left: auto; margin-right: auto; }			
#cookieClause > .ccContainer > .ccDescriptionContainer { float: left; width: 760px; height: 115px; text-align: justify; font-size: 15px; padding-top: 5px; color: #b4b4b4; }
#cookieClause > .ccContainer > .ccAcceptContainer { width: 134px; height: 41px; float: left; background: #313131; margin-left: 20px; margin-top: 41px; line-height: 41px; text-align: center; color: #fff; cursor: pointer; }
#cookieClause > .ccContainer > .ccCloseContainer { width: 44px; height: 43px; float: left; background: url('close_button.png'); margin-left: 15px; margin-top: 40px; cursor: pointer; }
