/* CSS Document Ristorante Aetna */

body {
	margin:0;
	background-color:;
	background-image:;
	background: url(bg.jpg) #F2EAE2 repeat-y center;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
}

#container {
	width: 992px;
    margin: 0 auto;
	padding:0;
	position: relative;
}

#head {
	position:absolute; top: 0; left: 204px;
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	height: 112px;
	width: 790px;
}
#randpic {
	height: 234px;
	width: 204px;
	position: absolute; top: 0; left:0;
}
#menubox_left {
	width: 197px;
	position:absolute; top: 112px; left:0;
}
#menubox_right {
	width: 197px;
	position:absolute; top: 112px; left:794px;
	
}
#menu_right {
	background-image: url(bg_menu2.jpg);
	background-repeat: no-repeat;
	height: 485px;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.headline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#B50000;
}
#menu_pic {
	/*background-image:url(menu_oben.jpg);
	background-repeat: no-repeat;*/
	background: transparent;
	height: 121px;
}
#menu {
	background-image: url(bg_menu.jpg);
	background-repeat: no-repeat;
	height: 500px;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
}
#menu ul, .menu li {
	list-style-type: none;
	margin-top: -5px;
	margin: 0;
	padding-left: 0px;
	padding-bottom: 10px;
}
#content {
	position:absolute; top: 120px; left: 204px;
	width: 581px;
}
#menu a:link, #menu a:visited, #menu a:active {
	color: #545454;
	text-decoration: none;
}
#menu a:hover {
	color: #B50000;
	text-decoration: none;
}
.pfeil {
	color: #B50000;
	font-weight:bold;
}
table.gbentry {
  width: 98%;
  border: 1px solid #DCDCDC;
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.gbentry td.gbtitle {
  font-weight: bold;
  padding: 0 5px 0 5px;
  background-color: #DCDCDC;
  color: #000000;
}

table.gbentry td.gbcontent {
  padding: 5px; 
  background-color: #FFFFFF;
  color: #000000;
}

img.button {
  vertical-align: bottom;
}
	

