body {
	margin: 0;
	background-color: #fdfdfd;
	font-family: 'Roboto', sans-serif !important;
}

/* HEADER */


/* MENU */
#menu {
	background-color: #ED2939;
	padding: 5px;
}

#menu .active a,
#menu a:active {
	background-color: #C90A18;
}

#menu a {
	color: #fff;
}

#menu a:hover {
	background-color: #F9515D !important;
}

/* PICTURE */
#picture {
	background-image: url('../images/luxembourg.jpg');
	background-position: center;
	height: 250px;
}

/* SEPARATOR */
#separator {
	background-color: #00A1DE;
	height: 5px;
}

/* CONTAINER */
.day {
	text-align: center;
	max-width: 150px;
	margin: auto;
	border-radius: 10px;
	overflow: hidden;
	border-style: solid;
	border-width: 2px;
	border-color: #000;
}

.day .day-name {
	color: #fff;
	background-color: #ED2939;
}

.day .day-number {
	font-size: 2em;
}

/* FOOTER */

#footer {
	font-size: 10px;
	font-family: arial;
	text-align: center;
}

#footer a {
	color: #2F72AA;
	text-decoration: none;
}

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

#footer hr {
	color: #dddddd;
}
