body {
 font-family:Tahoma;
 }
.fs12 {
	font-size:12px;
	}
/***Cookiehinweis***/
div.cookiehinwU {
	position:fixed;
	bottom:0px; left:0px;
	z-index: 10000;
	width:100%;
	height:auto;
	color: white;
	background-color:#888888;
	opacity: 0.9;
	display:none;
	text-align:center;
}
div.cookiehinwUInn {
	display:-webkit-flex;
	display:-moz-flex;
	display:-o-flex;
	display:flex;
}
div.cookiehinwUText {
	padding:11px;
	-webkit-flex:1;
	-moz-flex:1;
	-o-flex:1;
	flex:1;
}
a.cooli {
	color:#b4cd00;
}

div.cookiehinwUOk {
	width:90px;
	vertical-align:top;
	margin-top:11px;
	margin-bottom:11px;
}
div.cookiehinwUTable {
	display: table;
	height:auto;
}
a.cookno {
    color: #ffffff;
    background-color: #b86f19;
    -webkit-transition: background-color 250ms ease-in-out 0s;
    -moz-transition: background-color 250ms ease-in-out 0s;
    -o-transition: background-color 250ms ease-in-out 0s;
    transition: background-color 250ms ease-in-out 0s;
    border-radius: 5px;
    border:#ffffff solid 1px;
		display: table-cell;
    width: 60px;
    vertical-align:middle;
    height:40px;
}
a.cookno:hover {
	background-color: #b4cd00;
}
