/* CSS Document */
body {
	margin: 0px;
	padding: 0px;   
	font-family: Georgia, "Times New Roman", Times, serif  ;
	font-size: 11px;
	color: #000000;
	text-align: center;
	background: #e5e5e5;
}
#debug{
	text-align: left;
}
h1, h2, h3, h4, h5, h6, p, form, input{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
strong {
	font-weight: bold;
}
a {
	color: #ac1a2f;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}
legend {
	display: none;
}
img {
	border: none;
	vertical-align:top;
}
.breaker{
	clear: both;
	height: 1px;
	overflow: hidden;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.hide {
	display: none;
}
input {
	font-family: Georgia, "Times New Roman", Times, serif  ;
	font-size: 11px;
	vertical-align: middle;
}
#cookie_banner {
        z-index: 1000;
        font-size:12px;
        position: fixed;
        bottom:0;
        width: 100%;
        background-color: #ac1a2f;
        color:white;
        font-family: Arial, Helvetica, sans-serif;
        padding:10px 0;
        text-align: center;
}
 
#cookie_banner .wrapper {
        margin-bottom: 10px;
}
 
#cookie_banner .wrapper p {
        padding : 0;
        margin: 0;
        color: white;
        font-size:12px;
}
 
#cookie_banner a {
        color: white;
        text-decoration: underline;
}
 
#cookie_banner a.button_cookie_accept {
        padding: 1px 8px 1px 6px;
        background-color: white;
        color: #ac1a2f;
        border-radius: 3px;
        text-decoration: none;
}
