#CookieWarnung a {color:#86888c; text-decoration:none;}

#CookieWarnung a:hover {text-decoration:underline;}

#CookieWarnung div {padding:10px; padding-right:0px;}

#CookieWarnung { 
   outline: 1px solid #7b92a9; 
   text-align:center; 
   border-top:1px solid #fff;
   background: #ffffff; 
   background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); 
   background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%); 
   background: -o-linear-gradient(top, #ffffff 0%,#ffffff 100%);
   background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 100%); 
   background: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); 
   position:fixed;
   /*bottom:0px;*/ 
   color:#86888c;
   z-index:1000000000; 
   width:100%; 
   font-family: 'Metrophobic';
   font-size: 12px/100%;
   line-height:16px;
 }
/* 
.CookieWarnungText span{ 
   outline: 1px solid #7b92a9; 
   text-align:center; 
   border-top:1px solid #fff;
   background: #ffffff; 
   background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); 
   background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%); 
   background: -o-linear-gradient(top, #ffffff 0%,#ffffff 100%);
   background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 100%); 
   background: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); 
   position:fixed;
   color:#86888c;
   z-index:1000000000; 
   width:100%; 
   font-family: 'Metrophobic';
   font-size: 12px/100%;
   line-height:16px;
 }
*/
#CookieWarnungAkzeptieren {
   color: #86888c;
   font-family: 'Metrophobic';
   font-size: 12px/100%;
   position: relative;
   right: 0px;
   left: 0px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   bottom: 0px;
   cursor:pointer;
   border-top:1px solid #7b92a9; 
   border-left:1px solid #7b92a9; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   /*
   background: #ced6df;
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); */
 }

#CookieWarnungAkzeptieren:hover {
	border-bottom:1px solid red; 
	border-right:1px solid red; 
	border-top:1px solid red; 
	border-left:1px solid red;
	color: red;
}




#CookieImpressum {
   color: #86888c;
   font-family: 'Metrophobic';
   font-size: 10px;
   position: relative;
   right: 0px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   bottom: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#CookieImpressum:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}