@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #f8e0c7;
}

#container {
	margin: 0px auto;
	width: 760px;
	min-height: 100%;
	position: relative;
	background: url(../images/vorspeisen/navibar.gif) repeat-y top left;
	z-index: 0;
}

#navibar {
	float: left;
	position: relative;
	width: 230px;
	height: 100%;
	z-index: 1;	
}

#logo {
	position: relative;
	width: 230px;
	height: 239px;
	z-index: 2;
}

#navi {
	position: relative;
	width: 230px;
	z-index: 2;
}

#content {
	float: left;
	position: relative;
	width: 485px;
	min-height: 100%;
	height: 100%;
	padding-left: 45px;
	padding-bottom: 100px;
	background: url(../images/vorspeisen/bkgr.gif) top left repeat-y;
	z-index: 1;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 410px;
	width: 350px;
	height: 43px;
	padding-top: 19px;
	padding-left: 30px;
	* margin-top: 100px !important;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	word-spacing: 3px;
	color: #FFFFFF;	
	
	background-image: url(../images/vorspeisen/impressum.png);
	* background-image: url(../images/vorspeisen/impressum.gif)!important; /* for non-PNG compatible Browsers */
	background-repeat: no-repeat;
	z-index: 10;
}

img {
	border: 0px;
}

#index {
	position: relative;
	padding-top: 30px;
	* html padding-top: 70px!important; /* For IE */
	z-index: 50;
}

h2 {
	margin: 0 0 20px 0;
	padding-left: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 3.0em;
	font-weight: normal;
	font-style: italic;
	color: #e28235;
}


/*-------------------------- NAVIGATION ------------------------------*/

.rollover:link, .rollover:visited {
	opacity: 1.0;
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0;	
	
	-moz-outline: none;	
}

.rollover:hover {
	opacity: .50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.50;	
}

a.navi, a.navi:visited {
	display: block;
	padding: 7px;
	padding-left: 29px;
	width: 201px;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 14px;
	
	color: #FFFFFF;
	text-decoration: none;
	border-style: none;
	background-image: url(../images/vorspeisen/bar.png);
	* background-image: url(../images/vorspeisen/bar.gif)!important; /* for non-PNG compatible Browsers */
	background-repeat: no-repeat;
	
	-moz-outline: none;
}

a.navi:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/vorspeisen/activebar.png) no-repeat;
	* background: url(../images/vorspeisen/activebar.gif) no-repeat!important; /* for non-PNG compatible Browsers */
	border-left: #f8e0c7 solid 5px;
}



/*-------------------------- IMPRESSUM ------------------------------*/

a.imp, a.imp:visited {
	color: #FFFFFF;
	text-decoration: none;
	
	-moz-outline: none;
}

a.imp:hover {
	text-decoration: none;
	border-top: #FFFFFF solid 2px;
}

a.impselected {
	color: #FFFFFF;
	text-decoration: none;
	border-top: #FFFFFF solid 2px;
}


/*--------------------------- TABLE --------------------------------*/

#content table {
	margin-left: 15px;
	border: 0px;
	width: 410px;
	text-align: left;
}

tr.mark {
	background-color: #f8e0c7;
}

td.nummer {
	width: 20px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #666666;
}

td.bezeichnung {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	color: #e28235;
}

td.preis {
	width: 50px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	font-style: italic;
	color: #333333;
}

tr.inhalt {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

a.note {
	text-decoration: none;
	cursor: pointer;
	color: #993300;
}



/*---------------------------------- TELEFON ------------------------------*/

div#telefon {
	position: fixed;
	top: 520px;
	padding: 10px;
	padding-left: 0px;
	width: 200px;
	text-align: center;
	z-index: 10;
}

span.tel {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.85em;
	font-style: italic;
	color: #e28235;
}

span.num {
	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 1.75em;
	font-weight: bold;
	color: #e28235;
}


p.imp {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
	
	padding-left: 55px;
	width: 350px;
}

a.services:link, a.services:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.85em;
	font-style: italic;
	color: #e28235;
	text-align: right;
	text-decoration: none;
	cursor: pointer;
	
	-moz-outline: none;
}

a.services:hover {
	text-align: right;
	text-decoration: underline;
}
