/* global styles */
body {
	background:#f9f8f3;
}

.clear {
    clear: both;
}

.centercontainer {
    position: relative;
    top: 0;
    left: 50%;
    width: 820px;
    height: auto;
    margin-left: -430px;
}

.sitecontainer {
    left: 0;
    margin: 0 auto;
    top: 0px;
    width: 100%;
}

.contentcontainer {
    position: relative;
    width: 820px;
    top:0;
    padding-top:35px;
    height: auto;
}

.contentcontainer.home {
	padding-top:328px;
}

#header {
    position: relative;
    top:0px;
    z-index:0;
    width: 100%;
    background: url('../images/bodybg.gif') top left repeat-x;
    height:180px;
}

#main {
    position: relative;
    width: 100%;
    background: url('../images/contentbg_bottom.gif') bottom left repeat-x;
    z-index:2;
}

#topgradient_content {
	position:absolute;
	background:url('../images/contentbg_top.gif') top left repeat-x;
	height:171px;
	border-top:1px solid #a39990;
	width:100%;
	z-index:1;
}

#topgradient_fesch {
	position:absolute;
	background:url('../images/contentbg_top2.gif') top left repeat-x;
	height:171px;
	width:100%;
	z-index:1;
}

#footer {
    position: relative;
    width: 100%;
    height:147px;
    background: #4A3C33 url('../images/footerbg.gif') top left repeat-x;
}

#footer.home2 {
	height:250px;
}



/* ------------------------------------------------------------------------ */

#menus {
	position:relative;
	top:0;
	height:auto;
	z-index:1;
	background:#4e4037 url('../images/menusbg.gif') top left repeat-x;
	overflow:hidden;
}

#foodmenu { 
	position:absolute;
	top:0;
	width:900px;
	visibility:hidden;
	overflow:hidden;
}

#buffetmenu { 
	position:absolute;
	top:0;
	width:900px;
	visibility:hidden;
	overflow:hidden;
}


#teaserimg {
	position:absolute;
}

#menunav {
	position:absolute;
	left:140px;
}

.menunavlink:visited {
	color:#503f37;
}

.menunavlink {
	float:left;
	background:url('../images/arrow_up.gif') center left no-repeat;
	margin-top:0px;
	padding-top:1px;
	padding-left:20px;
	margin-right:10px;
	border:0;
	color:#503f37;
}

#logo {
	position:absolute;
	right:20px;
}


#fesch_address {
	position:absolute;
	top:23px;
	/*left:27px;*/
	color:white;
}

#fesch_address h1 {
	font-size:1em;
	font-weight:bold;
	color:white;
	margin:0;
	margin-bottom:3px;
}

#footernav {
	position:absolute;
	top:20px;
	left:680px;
}

#open {
	position:absolute;
	top:23px;
	left:300px;
	color: #FFF;
}

#open .dep {
	width: 80px;
}

.darklink { 
	background:url('../images/arrow_right.gif') center left no-repeat;
	padding-left:15px;
	color:white;
	border:0;
}

.darklink:visited {
	color:white;
}

.detailslinkdiv {
	position:absolute;
	bottom:-1px;
	width:140px;
	height:26px;
	background: #30251f;
	padding-top:7px;
	text-align:center;
}

.menuslinkdiv {
	position:absolute;
	bottom:-1px;
	text-align:center;
}

.menuslinkdiv ul {
		
}

.menuslinkdiv ul li {
	width:115px;
	height:26px;
	background: #30251f;
	padding-top:7px;
	padding-left:5px;
	margin-right:4px;
	float:left;
}

.detailslink {
	background: url('../images/arrow_right.gif') left center no-repeat;
	color:white;
	width:100px;
	height:25px;
	padding-left:10px;
	padding-right:10px;
	border:0;
}

.detailslink:visited {
	color:white;
}

.content3col.teaser a {
	border:0;
}

ul.downloadlist {
	margin-top:2em;
}

.downloadlist li img {
	float:right;
	margin-top:5px;
}

.downloadlist li {
	margin-top:0.83333em;
	padding-bottom:0.83333em;
	border-bottom:1px dotted #503f37;
}

.nounderline {
	border-bottom:0;
}

