body{
	background-color: #000000;
	margin: 0px;
	
	font-family: Verdana;
	font-size: 12px;
	font-style:italic;
	color: #FFFFFF;
}

img{
	border: 0px;
}

.restaurant {
	font-family: Verdana;
	font-size: 12px;
	font-style:italic;
	color: #000000;
}
/* LAYOUT */

#container{ /* IE */
	width:1010px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
}

#top{
	width:695px;
	height:51px;
	padding:60px 0 0 310px;
	background-image:url('../images/top.jpg');
}

#middle{
	width:1000px;
	height:437px;
	background-image:url('../images/middle.jpg');
}
	#middle #left{
		width:232px;
		height:437px;
		float:left;
	}
	
	#middle #menu{
		width:130px;
		height:437px;
		float:left;
		
		text-align:right;
		
		font-family:Goudy Old Style;
		font-size: 16px;
		font-weight: bold;
		font-style:italic;
	}
	
		ul.menu{
			margin:15px 0 0 0;
			list-style:none;
		}
		
		ul.menu li{
			text-align:right;
		}
		
		ul.menu li a.menu:link, a.menu:visited{
			font-family:Goudy Old Style;
			font-size: 16px;
			font-weight: bold;
			font-style:italic;
			color: #FFFFFF;
			text-decoration: none;
		}
		
		ul.menu li a.menu:hover, a.menu:active{
			font-family:Goudy Old Style;
			font-size: 16px;
			font-weight: bold;
			font-style:italic;
			color: #455C18;
			text-decoration: none;
		}
		
		ul.menu li a.selected:link, a.selected:visited{
			font-family:Goudy Old Style;
			font-size: 16px;
			font-weight: bold;
			font-style:italic;
			color: #759d2a;
		}
		
		ul.menu li a.selected:hover, a.selected:active{
			font-family:Goudy Old Style;
			font-size: 16px;
			font-weight: bold;
			font-style:italic;
			color: #759d2a;
		}

	#middle #right{
		width:550px;
		height:410px;
		float:left;
		margin:15px 0 0 45px;
		padding:0 20px 0 0;
		
		overflow:auto;
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-face-color: #5C7C21;
		scrollbar-highlight-color: #84B726;
		scrollbar-3dlight-color: #FFFFFF;
		scrollbar-shadow-color: #CCCCCC;
		scrollbar-darkshadow-color: #84B726;
	}
	
	.titel{
		height:15px;
		margin:0 0 10px 0;
		padding:0 0 10px 0;
		
		font-family:Goudy Old Style;
		font-size: 16px;
		font-weight: bold;
		font-style:italic;
	}

#footer{
	width:935px;
	height:5px;
	padding:30px 0 0 65px;
	background-image:url('../images/footer.jpg');
}

/* LINK */

a:link, a:visited{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover, a:active{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
