/* copyright (c) 2013-2014 Jürgen Keil

No part of this software may be reproduced transmitted
transcribed by any means without prior written permission of
Jürgen Keil.
For more information please contact kontakt@juergenkeil.de.

*/ 
/* 
    Created on : 30.07.2015, 09:11:07
    Author     : jjk
*/
p.eucookie {
    display:none;
    position: fixed;
    bottom:0px;
    left:0px;
    width:100%;
  color:lightslategray;
    background-color: white;
    border-top: 1px lightslategray solid ;
    margin:0px 0px 0px 0px;
    z-index: 100;
    padding:0.3em 1em 0.1em 1em;
}
