
*{font-size:10px;font-family:verdana,sans-serif;color:#666666;line-height:150%}

a:link { text-decoration:none; font-weight:bold; color:#9E9C9C; }
a:visited { text-decoration:none; font-weight:bold; color:#9E9C9C; }
a:hover { text-decoration:none; font-weight:bold; color:#cc3399; }
a:active { text-decoration:none; font-weight:bold; color: #cc3399}
a:focus { text-decoration:none; font-weight:bold; background-color:#080; }

.fett { 
font-size:10px;font-family:verdana,sans-serif;font-weight:bold;
color:#666666;line-height:150%
}

.fettunderline { 
font-size:10px;font-family:verdana,sans-serif;font-weight:bold;
color:#ffffff;background-color:#990000;line-height:150%
}

.fett4 { 
font-size:x-large;font-family:verdana,sans-serif;font-weight:bold;
color:#666666;
}

.fett2 { 
font-size:12px;font-family:verdana,sans-serif;font-weight:bold;
color:#ffffff;line-height:150%;text-indent: 2em;
}

.fett3 { 
font-size:10px;font-family:verdana,sans-serif;font-weight:bold;
color:#FFFFFF;line-height:150%
}



 p {color:#ff0000;}
 
 #footer {
	background-color:#CCCCCC;
	height: 40px;
	text-align: center;
	font-size:10px;
	font-family:verdana,sans-serif;
	font-weight:bold;
	color:#000000;
	line-height:150%;
	}
	
#footer a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	outline: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#footer a:hover {
	color: #CC0066;
	text-decoration: none;
}
#footer .color {
	color: #6ec0ff!important;
	font-size: inherit !important;
	font-weight: inherit !important;
	text-transform: inherit !important;
	display: inline !important;
}

#cookieTip {
	position: fixed;
	bottom: 0;
	height: 100px;
	width: 100%;
	background-color: rgba(29,29,29,0.9);
	z-index: 99999999999;
	
}

#cookieTip p {
	color: rgb(255,255,255);
}

#cookieTip a {
	color: rgb(255,255,255);
	text-decoration: underline;
}

#cookieTipInner {
	display: flex;
	flex-direction: row;
	max-width: 1336px;
	position: relative; 
	margin: auto;
	margin-top: 30px;
}

.cookieButton {
	background-color: rgb(255,0,0);
    width: 150px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
	height: 40px;
	cursor: pointer;
}




