﻿body{
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS;
	font-size: 13px;
	background-color: #ededed;
	line-height: 140%;
}

#back{
	width: 512px;
	height: 489px;
	background-image: url(images/large_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	vertical-align: bottom;
	float: right;
}

#appetizer{
	width: 500px;
	height: 180px;
	margin-left: 20px;
}

#backgroundbar{
	background-image: url(images/barbg.png);
	height: 180px;
	width: 100%;
	margin-top: 10px;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: 1px;
}

#smallbar{
	background-image: url(images/smallbar.png);
	height: 19px;
	width: 100%;
	margin-top: 1px;
}

#quote{
	color: White;
	font-style: italic;
	font-size: small;
	width: 200px;
	height: 100px;
	vertical-align: middle;
	margin-left: 520px;
	position: absolute;
	margin-top: 50px;
}

#content{
	margin-left: 20px;
	width: 700px;
	height: 100%;
	vertical-align: top;

}

#menu{
	width: 200px;
	margin-top: 10px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 12px;
	float: left;
	position: absolute;
}

#main{
	width: 500px;
	margin-left: 210px;
	margin-top: 10px;
	height: 100%;
	float: right;
	position: absolute;
}


#logo{
	margin-top: 10px;
	margin-left: 20px;
	width: 428px;
	height: 58px;
	background-image: url(images/logo.png);
}


#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #999;
}

#navcontainer ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: black;
}

#navcontainer ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #666;
}

/*
Text Button
*/

.CommonTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

.CommonTextButton:LINK
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.CommonTextButton:VISITED
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.CommonTextButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonTextButton:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

/* FOTO ALBUM */
.PhotoFrame
{
	padding: 10px;
	border: 1px solid #333;
	background-color: White;
}

.PhotoFrameBig
{
	padding: 10px;
	border: 1px solid #333;
	background-color: White;
	width: 600px;
}