@charset "UTF-8";

body {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
}

.meal { /*padding: 5px;*/
	margin: 10px 0px;
	width: 60ex;
}

.weekno {
	padding: 2ex 1ex 1px 0;
	margin: 0em 2em 0em 0em;
	/*border-top: 1px solid gray;*/
	border-bottom: 1px solid gray;
	font: bold 1em sans-serif;
}

.days a {
	display: block;
	padding: 3px 1ex 3px 0;
	margin: 0em 2em 0em 0em;
	/*border-top: 1px solid gray;*/
	border-bottom: 1px solid gray;
}

.days a:link {
	text-decoration: none;
}

.days a:visited {
	text-decoration: none;
}

.days a:hover {
	background-color: #BDBDBD;
	text-decoration: underline;
}

/*
.days a:focus {
	text-decoration: underline;
}

.days a:active {
	text-decoration: underline;
}*/
.mealtype {
	font-weight: bolder;
}

.selected a {
	background-color: #ecc3cf; /* TODO color */	
}

#today a {
	background-color: #E6E6E6;
}

#today a:hover {
	background-color: #BDBDBD;
	text-decoration: underline;
}

#title {
	margin: 1em 0 2em 7em;
}

#title h2 {
	font: bold 1.5em/0 sans-serif;
}

#content {
	margin-left: 7em;
}

#menu {
	float: left;
	width: 6.5em;
	margin-top: -1em;
	text-align:right;
}

#footer {
	margin-left: 7em;
	margin-top: 2em;
}

