#cookiehinweis a {
	color:#fff; 
	text-decoration:none;
}

#cookiehinweis a:hover {
	text-decoration:underline;
}

#cookiehinweis div {
	padding:20px; 
	padding-right:100px;
}

#cookiehinweis { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #444; 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:14px; 
   line-height:16px;
   color: #fff;
}

#cookiehinweisClose {
   color: #444;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 25px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 15px;
   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: #ddd; 
   font-weight: bold;
 }

#cookiehinweisClose:hover {
	border-bottom:1px solid white; 
	border-right:1px solid white; 
	border-top:1px solid #7b92a9; 
	border-left:1px solid #7b92a9;
}