body
{
	background-color: rgb(209,216,211);
}

a
{
	color: white;
	text-decoration: none;
}

a:hover
{
	color: rgb(61,140,63);
}

#haupt
{
	border: solid 1pt grey;
}

#navi
{
	vertical-align: center;
	text-align: center;
	background-color: rgb(87,103,92);
}

#inhalt
{
	width: 750;
	height: 400;
	background-color: rgb(166,179,170);
	color: rgb(50,58,52);
}

#linie
{
	height: 2;
	background-image: url(img/linie.gif);
	background-repeat: repeat-x;
}

#linie2
{
	height: 2;
	background-image: url(img/linie2.gif);
	background-repeat: repeat-x;
}

table.gaststaette, table.preisliste, table.veranstaltungen
{
	background-color: black;
	width: 600;
}

table.gaststaette th, table.gaststaette td, table.preisliste th, table.preisliste td,
table.veranstaltungen th, table.veranstaltungen td
{
	background-color: rgb(166,179,170);
}


