@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration: none;
	font-family:Arial, Geneva, sans-serif;
	color: #00a8a8;
	font-size: 12px;
}
a:visited {
	font-size: 12px;
	text-decoration: none;
	font-family:Arial, Geneva, sans-serif;
}
a:hover {
	color: #CC071D;
	text-decoration: none;
	font-family:Arial, Geneva, sans-serif;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	font-size: 12px;
	font-family:Arial, Geneva, sans-serif;
}
.whitetext a:link {
	color:#FFF;
	text-decoration: none;
}
.whitetext a:visited {
	text-decoration: none;
}
.whitetext a:hover {
	color:#cc071d;
	text-decoration: none;
}
.whitetext a:active {
	text-decoration: none;
}
#outer {
	position:relative;
	width:670px;
	height:100%;
	/*z-index:1;*/
}
#left {
	position:absolute;
	width:237px;
	left:0;
	float:left;
	z-index:1;
}
#top {
	position:absolute;
	width:442px;
	left:238px;
	float:right;
	z-index:-1;
	margin:0;
}
#main {
	position:relative;
	width:407px;
	float:right;
	z-index:-1;
	margin: 25px 10px 10px 10px;
}
#specials {
	/*position:relative;
		margin-right:-10px;

	*/
	width:440px;
	float:left;
	z-index:-1;
	margin: 10px 0px 0px 0px;
}
#menu {
	position:absolute;
	width:422px;
	height:40px;
	z-index:1;
	left: 263px;
	top: 165px;
}
#info {
	position:absolute;
	width:180px;
	height:272px;
	z-index:2;
	left: 55px;
	top: 190px;
}
#flags {
	position:absolute;
	z-index:5;
	top:5px;
	left:655px;
	width:60px;
	height:15px;
}
#featuredgreen {
	width:205px;
	height:42px;
	text-align:center;
	color:#00a8a8;
	background-color:#CCC;
	border-top:#00a8a8 solid 4px;
	border-bottom:#00a8a8 solid 2px;
	padding-top:25px;
	margin-right:6px;
	margin-bottom:2px;
	float:left;
}
#featuredred {
	width:205px;
	height:42px;
	text-align:center;
	color:#cc071d;
	background-color:#CCC;
	border-top:#cc071d solid 4px;
	border-bottom:#cc071d solid 2px;
	padding-top:25px;
	margin-right:6px;
	margin-bottom:2px;
	float:left;
}
.featuredimage {
	float:right;
	margin-top:-25px;
}
body {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
}
td img {
	display: block;
}
.headline {
	font-family: "Times New Roman";
	font-size: 16pt;
	color: #CC071d;
}
.copyright {
	text-align:center;
	font-family: "Times New Roman";
	font-size: 8pt;
	color: #666;
}
.subtitle {
	font-family:Arial, Geneva, sans-serif;
	color: #333;
	font-weight:bold;
	font-size: 12px;
}
.whitetext {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height:18px;
	font-size: 12px;
}
.copy {
	font-family:Arial, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
}
.menu {
	font-family: "Times New Roman";
	font-style:normal;
	color: #333;
	font-size: 13px;
	line-height:18px;
}
.menuheadline {
	font-family: "Times New Roman";
	font-style:italic;
	font-size: 20px;
	color: #CC071d;
}
ul,li {list-style: none outside;padding:0;margin:0;}
ul li ul{font-family: "Times New Roman";font-style:italic;font-size: 20px;color: #CC071d;padding-top:9px;padding-bottom:9px;}	/*	menu headline	*/
ul li ul li, li ul span {font-family: "Times New Roman";font-style:normal;color: #333;font-size: 13px;line-height:18px;} 		/*	menu item / price	*/
ul li ul li {padding-top:9px;padding-bottom:9px;} 		/*	menu item 	*/
.menu-english{font-style:bold;color:#00a8a8;}