/* *** CSS by Pascal Mueller www.trockendock.ch *** */
body
{
	background-color: #e7e7e7;
	font-size: 100%;
	line-height: 1.125em;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #999;
	margin: 0px;
	padding: 0px;
}

/* ----------------------Inhalt-------------------------- */
#content
{
	padding: 0px;
	font-size: 0.65em;
	position: absolute;
	height: 240px;
	width: 600px;
	margin: -160px 0px 0px -300px;
	top: 50%;
	left: 50%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


address
{
	font-size: 1.0em;
	font-style: normal;
	margin-top: 60px;
}

/* ----------Inhalt Links--------- */
#content a:link, #content a:visited
{
	color: #999;
	text-decoration: none;
}

#content a:hover
{
	color: #990033;
}


/* ----------------------Navigation-------------------------- */

#navigation ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navigation a
{
	display: block;
	width: 300px;
	margin-bottom: 10px;
}

#navigation a:link, #navi a:visited
{
text-decoration: none;
}

#navigation ul li.bistro a
{
	background-image: url(../images/delicat_start_nav.gif);
	background-repeat: no-repeat;
	height: 28px;
}

#navigation ul li.bistro a:hover
{
	background-image: url(../images/delicat_start_nav.gif);
	background-repeat: no-repeat;
	background-position: 0px -58px;
}

#navigation ul li.laedeli a
{
	background-image: url(../images/delicat_start_nav.gif);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	height:28px;
}

#navigation ul li.laedeli a:hover
{
	background-image: url(../images/delicat_start_nav.gif);
	background-repeat: no-repeat;
	background-position: 0px -88px;
}



/* ----------------------Logos-------------------------- */
#logo
{
	width: 503px;
	height: 170px;
	background-image: url(../images/delicat_start.gif);
	background-repeat: no-repeat;
}
