@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/template/red_velvet_background.jpg);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.locanda #container {
	position:relative;
	z-index:0;
	background: #FFFFFF;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	border:3px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.locanda #logo {
	position:absolute;
	z-index:1;
	top:20px;
	left:20px;
	width: 180px;
	height: 194px;
}

.locanda #menubar {
	position:absolute;
	z-index:150;
	left: 19px;
	top: 237px;
}


.locanda #bottomAddress {
	position:absolute;
	z-index:2;
	background-color:#c33a2a;
	border-top:3px solid #eeb155;
	border-bottom:3px solid #eeb155;
	color:#ffffff;
}

.locanda #bottomAddress .slogn {
	float:left;
	padding-left:20px;
	padding-top:3px;
}

.locanda #bottomAddress .address {
	float:right;
	padding-right:20px;
	padding-top:3px;
}

a {
	color:#000000;
	text-decoration:none;
}

