 /* 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 {
    font-size:80%;
    display:none;
    position: fixed;
    bottom:50px;
    left:0px;
    /*    width:80%;*/
    color:lightslategray;
    background-color: white;
    border-top: 1px lightslategray solid ;
    border-right: 1px lightslategray solid ;
    z-index: 100;
    padding:0.2em 1em 0.2em 1em;
    margin:0px 290px 0px 0px;
}
p.eucookie a:link {
    color:lightslategray; 
    text-decoration: none;
    border-bottom: 1px solid lightslategray;

}
p.eucookie  a:visited { 
    color:lightslategray;
    text-decoration: none;
    border-bottom: 1px solid lightslategray;
}
p.eucookie  a:hover { 
    color:lightslategray;
    text-decoration: none;
    border-bottom: 3px solid lightslategray;
}
p.eucookie  a:active { 
    color:lightslategray;
    text-decoration: none;
    border-bottom: 1px solid lightslategray;
}
#eucookieClose{
    font-size: 150%;
    float:right;
    margin-right:5px;
    margin-left: 10px;
    margin-top: 0px;
}
#eucookieClose a:link {
    color:lightslategray; 
    border-bottom: 0px;
}
#eucookieClose  a:visited { 
    color:lightslategray;
    text-decoration: none;
    border-bottom: 0px;
}
#eucookieClose  a:hover { 
    color:black; 
    font-weight:bolder;
    text-decoration: none;
    border-bottom: 0px;
}
#eucookieClose  a:active { 
    color:black; 
    text-decoration: none;
    border-bottom: 0px;
}

#eucookieOK{
    background-color: lightgray;
    padding:3px 3px 3px 3px;
    color:white; 
    border:1px solid black;
    border-radius:4px; 
}
#eucookieOK a:link {
    color:black; 
    text-decoration:none; 
    border-bottom: 0px;
}
#eucookieOK a:visited { 
    color:black;
    text-decoration:none; 
    border-bottom: 0px;
}
#eucookieOK a:hover { 
    color:white; 
    text-decorbackground-color: grayation:none; 
    border-bottom: 0px;
}
#eucookieOK a:active { 
    color:black; 
    text-decoration:none; 
    border-bottom: 0px;
}
