body {
	font-family: Verdana;
	margin: 20px;
	min-width: 1000px;
	background-image: url("images/background_nav.png");
	background-repeat: repeat-y;
}

table.menu tr.sub_category td {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #ccf;
	font-weight: bold;
	font-size: 120%;
}

table.menu td.price p {
	margin-top: 5px;
	margin-bottom: 5px;
}

table.menu td.price, table#dailymenu td.price {
	text-align: right;
	font-weight: bold;
	padding-left: 50px;
}

table.menu td.side_dishes span.variant {
	padding-right: 30px;
}

table.menu td.side_dishes {
	font-size: 85%;
	padding-left: 20px;
}

table.menu td span.allergenes {
	font-size: 75%;
	font-weight: bold;
}

td.allergenes {
	text-align: center;
	font-size: 75%;
}

table.administration td input {
	width: 100%;
}

table.administration td.delete a {
	display: block;
	text-align: center;
}

table.administration td.delete a:hover {
	background-color:#ddd;
}

table.administration td {
	padding: 5px;
	border-bottom: 1px dotted #000;
}

table.administration tbody tr:hover {
	background-color:#eee;
}

table.menu td {
	padding: 5px;
	/* border: 1px dotted #000; */
}

table#dailymenu td {
	padding: 5px;
}

table#hours td {
	padding: 5px;
}

div#welcome_image span {
	padding-left: 30px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

div#welcome_image div {
	padding: 5px 10px 5px 0;
	position: absolute;
	top: 30px;
	left: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
}

div#welcome_image p {
	padding: 5px 10px 5px 30px;
	position: absolute;
	color: #fff;
	top: 70px;
	left: 0;
	max-width: 540px;
	word-wrap: break-word;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
}

div#welcome_image {
	position: absolute;
	width: 100%;
}

div#beirudis_sign span {
	padding-left: 30px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

div#beirudis_sign div {
	padding: 5px 10px 5px 0;
	position: absolute;
	top: 30px;
	left: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
}

div#beirudis_sign {
	position: relative;
	width: 100%;
}

div#header h1 {
	font-size: 50px;
}

div#header {
	margin-left: 200px;
	padding-left: 20px;
}

div#nav a.selected {
	background-color: #005C00;
	color: #fff;
}

div#nav a {
	text-decoration: none;
	text-align: left;
	display: block;
	background-color: #007C00;
	color: #fff;
	padding: 7px;
	padding-left: 20px;
}

div#nav a:hover {
	background-color: #fff;
	color: #000;
}

div#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#nav {
	float: left;
	padding: 0;
	margin: 0;
	width: 199px;
}

div#section {
	margin-left: 200px;
	padding-left: 20px;
}

div#footer {
	margin-left: 200px;
	padding-left: 20px;
	font-size: 11px;
	margin-top: 30px;
}

div#wrapper {
	left:50px;
}