html, body {height: 100%; margin: 0; padding: 0;}
body {
	background-color: #638e3f;
	
	color: #fff;
	background-repeat: repeat-x;
	font-family: arial;
}

.MAIN {position: relative; height: 100%; min-height: 100%;}

html>body .MAIN {height: auto;}

img {
	border: 0;
}

a {
	color: #f0e138;
}
a:hover {
	color: #456f22;
}

h1, h2, p {
	margin: 0; padding: 0; font-weight: normal;
}
h1 {
	margin-top: 1px;
	font-size: 150%;
	font-family: arial narrow;
}

h2 {
	padding-left: 30px;
	margin-bottom: 10px;
	background-image: url('../images/ICON_to.gif');
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 110%;
	color: #e8e62a;
}

hr {
	color: #ccc;
}

p {
	margin-bottom: 20px;
}

/*--- TOP ---*/
.TOP {
	width: 100%;
	height: 142px;
	background-image: url('../images/BG_top_r.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

.LOGO_cafe
{
	background: url('../images/LOGO_cafe.gif') no-repeat;
	overflow: hidden;
	position: absolute;
	width: 320px;
	height: 63px;
	margin-left: 3%;
	margin-top: 30px;
}

.LOGO_cafe a {
	width: 320px;
	height: 63px;
}

.ICON_phone
{
	background: url('../images/ICON_phone.png') no-repeat;
	overflow: hidden;
	position: absolute;
	width: 166px;
	height: 70px;
	margin-left: 40%;
	margin-top: 30px;
}

* html .ICON_phone
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ICON_phone.png', sizingMethod='crop');
}

/*--- MIDDLE ---*/
.MIDDLE {
	width: 100%;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;

}
.main_menu {
	position: absolute;
	left:0;
	top: 142px;
	width: 325px;
	height: 280px;
}
.main_menu ul{
	margin: 0; padding: 0;
	float: left;
	list-style: none;
}

.main_menu li{
	margin-bottom: 4px;
	float: left;
	list-style: none;
}
.beer
{
	background: url('../images/beer.png') no-repeat;
	overflow: hidden;
	margin-top: 25px;
	margin-left: 10px;
	width: 95px;
	height: 250px;
	float: left;
}

* html .beer
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/beer.png', sizingMethod='crop');
}

.content {
	margin-left: 325px;
	margin-right: 300px;
	margin-top: 40px;
	position: relative;

}
* html .content {
   		margin-left: 325px;
   		margin-right:300px;
}

.right_column {
	position: absolute;
	right:0;
	top:142px;
	width: 230px;
	background-image: url('../images/BG_content_title_r.gif');
	background-repeat: repeat-x;
	padding-top: 80px;
}

.content_title {
	position: absolute;
	top:142px;
	right:230px;
	width: 25%;
	height: 32px;
	background-image: url('../images/BG_content_title_r.gif');
	background-repeat: repeat-x;
}
.content_title img {
	float: left;
}

.major_text {
	font-size: 1.7em;

	color: #f0e138;
}

.tv
{
	background: url('../images/tv.png') no-repeat;
	width: 230px;
	height: 138px;
	border-bottom: 2px solid #456f22;
}

* html .tv
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/tv.png', sizingMethod='crop');
}

.b_euro2008 {
	background: url('../images/b_euro2008.png') no-repeat;
	margin-top: 20px;
	width: 230px;
	height: 100px;
	border-bottom: 2px solid #456f22;
}

* html .b_euro2008
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/b_euro2008.png', sizingMethod='crop');
}

.link_green_r a{
	width: 220px;
	font-size: .8em;
	color: #f0e138;
	background-color: #88b960;
	float: right;
	padding: 5px;
}
.link_green_r a:hover {
	color: #456f22;
}

.corner
{
	position: absolute;
	left: 0;
	bottom: 110px;
	background: url('../images/corner.png') no-repeat;
	overflow: hidden;
	width: 316px;
	height: 173px;
	z-index: -1;
}

* html .corner
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/corner.png', sizingMethod='crop');
}

.FOOTER {
	position: absolute;
	width: 100%;
	border-top: 5px solid #456f22;
	bottom:0; left: 0;
	background-color: #88b960;
	height: 110px;
}

.ball
{
	background: url('../images/ball.png') no-repeat;
	overflow: hidden;
	margin-left: 20px; margin-top: 10px;
	width: 88px;
	height: 100px;
	float: left;
}

* html .ball
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ball.png', sizingMethod='crop');
}

.copyright {
	float: left;
	margin-top: 30px; margin-left: 20px;
	font-size: 80%;
	color: #456f22;
}

.EMPTY {position: relative; height: 50px;}
/* EAT MENU */
table.menu {
	width: 100%;
	margin: 0; padding: 0;
	margin-bottom: 20px;

}
table.menu td {
	background-color: #456f22;
	margin: 0;
	text-align: center;
}

table.menu .comments {
	font-size: .8em;
	font-style: italic;
}
.eat_menus {
	padding: 10px;
	margin-bottom: 20px;
	font-size: .8em;
}
.eat_menus li {
	margin-bottom: 5px;
	list-style-type: none;
	padding-left: 5px;
}

ul.list_menu {
	font-size: .8em;
	margin: 0;
	list-style-type: none;
	position: absolute; display:none; background-color: #456f22; padding: 5px;
	margin-left: 20px;
}
ul.list_menu a:hover {
	background-color: #f0e138;
}

.totop {
	width:100%; background-color: #88b960; border-top: 2px solid #456f22;
	height: 20px;
}

.totop a {
	margin: 5px;
	padding-left: 20px;
	background: url('../images/but_totop.gif') no-repeat;
}

p.answer {
	font-size: 100%;
	color: #e8e62a;
	text-align: right;
	margin:0; padding: 0;
}
