/* ########## COMMON STYLES ########## */

body {
	font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #211F46;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

img {
	border: 0px;
}
div {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
}
td {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
}
p {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
}

h1 {
	color: #555555;
	font-size: 24px;
	font-weight: normal;
	padding-top: 0px;
}
h2 {
	color: #888888;
	font-size: 20px;
	padding-bottom: 0px;
}
h3 {
	color: #555555;
	font-size: 18px;
	font-weight: normal;
}
h4 {
	color: #777777;
	font-size: 16px;
	font-weight: bold;
}

a:link {
	color: #186FAD;
	text-decoration: none;
}
a:visited {
	color: #186FAD;
	text-decoration: none;
}
a:hover {
	color: #186FAD;
	text-decoration: underline;
}
a:active {
	color: #186FAD;
	text-decoration: underline;
}

/* ########## OFFERS ########## */

.offer_row_1 {
	background-color: #EBEBEB;
	font-weight: bold;
	padding: 10px 5px 10px 5px;
	text-align: left;
}
.offer_row_1t {
	background-color: #EBEBEB;
	font-weight: bold;
	text-align: center;
	color: #669900;
}
.offer_row_1n {
	background-color: #EBEBEB;
	font-weight: bold;
	text-align: center;
	color: #B91C47;
}

.offer_row_2 {
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 10px 5px 10px 5px;	
	text-align: left;
}
.offer_row_2t {
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	color: #669900;
}
.offer_row_2n {
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	color: #B91C47;
}


/* ########## COOKIES ########## */

#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #323334; 
    padding: 10px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
	text-align: center;
    font-size: 12px;
    color: #AFB4BC;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
    display: block;
    position: absolute;
    left: 50%;
	margin-right: -50%;
    transform: translate(-50%, 0);
    bottom: 10px;
    width: 40px;
    height: 26px;
    border-radius: 6px;
    line-height: 26px;
    font-size: 12px;
	font-weight: bold;
    color: #444444;
    text-align: center;
    text-decoration: none;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
	color: #000000; 
    background-color: #FFFFFF; 
}
