﻿/* main.css */

html, body
{
	width: 100%;
	height: 100%;
	background-color: #f1e4c2;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 16px;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 12px;
	line-height: 16px;
}

a
{
	color: #92173b; /* #b31b34; */
	text-decoration: none;
}

a:active
{
	color: #92173b; /* #b31b34; */
	text-decoration: none;
}

a:visited
{
	color: #92173b; /* #b31b34; */
	text-decoration: none;
}

a:hover
{
	color: #c30c3e; /* #d21034; */
	text-decoration: none;
}

table.container
{
	width: 100%;
	height: 100%;
}

td.container
{
	vertical-align: middle;
}

div.main
{
	position: relative;
	width: 996px;
	height: 595px;
	color: #000000;
	background-color: #f9dda4;
	margin: auto;
}

div.image
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 498px;
	height: 80px;
}

div.logo
{
	position: absolute;
	left: 498px;
	top: 0px;
	width: 498px;
	height: 80px;
}

div.menubar
{
	position: absolute;
	left: 0px;
	top: 80px;
	width: 996px;
	height: 25px;
	color: #ffffff;
	background-color: #92173b; /* #b31b34; */
}

div.content
{
	position: absolute;
	left: 161px;
	top: 163px;
	width: 672px;
	height: 350px;
	background: url(content.gif) no-repeat #f8d583;
	border: 1px solid #000000;
}

div.contentImage
{
	position: absolute;
	left: 5px;
	top: 5px;
	width: 260px;
	height: 340px;
}

img#anfahrt
{
	position: absolute;
	left: 5px;
	top: 5px;
	width: 260px;
	height: 340px;
}

div.contentText
{
	position: absolute;
	left: 290px;
	top: 5px;
	width: 377px;
	height: 340px;
	text-align: center;
}

p.contentImpressum
{
	text-align: left;
}

table.speisekarte
{
	margin-top: 0px;
	margin-bottom: 12px;
}

td.speisekarteGericht
{
	vertical-align: top;
}

p.speisekarteGericht
{
	font-style: italic;
	text-align: left;
	margin: 4px 6px 4px 6px; /* top right bottom left */
}

td.speisekartePreis
{
	vertical-align: bottom;
}

p.speisekartePreis
{
	font-style: italic;
	text-align: right;
	margin: 4px 6px 4px 6px;  /* top right bottom left */
}

div.footer
{
	position: absolute;
	left: 0px;
	top: 549px;
	width: 996px;
	height: 24px;
}

div.footerMenu1
{
	position: absolute;
	left: 298px;
	top: 0px;
	width: 100px;
	height: 24px;
	text-align: center;
}

div.footerMenu2
{
	position: absolute;
	left: 398px;
	top: 0px;
	width: 100px;
	height: 24px;
	text-align: center;
}

div.footerMenu3
{
	position: absolute;
	left: 498px;
	top: 0px;
	width: 100px;
	height: 24px;
	text-align: center;
}

div.footerMenu4
{
	position: absolute;
	left: 598px;
	top: 0px;
	width: 100px;
	height: 24px;
	text-align: center;
}

p.link
{
	color: #92173b; /* #b31b34; */
	text-decoration: none;
}

a.link
{
	color: #92173b; /* #b31b34; */
	text-decoration: none;
}

a.link:active
{
	color: #92173b; /* #b31b34; */
	text-decoration: none;
}

a.link:visited
{
	color: #92173b; /* #b31b34; */
	text-decoration: none;
}

a.link:hover
{
	color: #c30c3e; /* #d21034; */
	text-decoration: none;
}
