a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:link
{
	color: rgb(51,51,204); 
}
a:visited
{
	color: rgb(102,153,204); 
} 
a:active 
{
	color: rgb(255,51,0);
}
a.Meny, a.Meny:visited, a.Meny:active
{
	color: rgb(255,255,255);
	text-decoration: none;
}
a.Bunn, a.Bunn:visited, a.Bunn:active
{
	color: White;
	text-decoration: none;
}

p
{
	padding-left: 20px;
	padding-right: 20px;
}
p.ToppTekst
{
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: x-small;
	color: #E39400;
}
body
{
	font-family: verdana, sans-serif;
	background-image: url(../Bilder/Bakgrunn.gif);
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}

ul {
	margin-top: 0px;
}


table
{
	table-border-color-light: rgb(255,153,51);
	table-border-color-dark: rgb(0,0,0); 
}
tr.Topp, td.Topp
{
	vertical-align: middle;
	background-color: White;
	color: Black;
}
tr.Meny
{
	background-color: Black;
	color: White;
}
tr.Bunn
{
	background-color: Black;
	color: White;
	font-size: x-small;
}
tr.Innhold
{
	background-color: White;
	color: Black;
}
tr.Restaurant1
{
	background-color: White;
	color: Black;
	background-image: url(../Bilder/Tomater.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
tr.Restaurant2
{
	background-color: White;
	color: Black;
	background-image: url(../Bilder/Hummer.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

tr.Restaurant3
{
	background-color: White;
	color: Black;
	background-image: url(../Bilder/Kamskjell.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
tr.Restaurant4
{
	background-color: White;
	color: Black;
	background-image: url(../Bilder/Reker.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
tr.Restaurant5
{
	background-color: White;
	color: Black;
	background-image: url(../Bilder/Krabbe.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
tr.Restaurant6
{
	background-color: White;
	color: Black;
	background-image: url(../Bilder/Torsk.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
tr.Restaurant7
{
	background-color: White;
	color: Black;
	background-image: url(../Bilder/Skjell.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
tr, td
{
	vertical-align: top;
}
td.Spalte
{
	background-color: Gray;
	color: White;
	font-size: x-small;
}
td.bottom
{
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #E39400;
}

.xx-small
{
	font-size: xx-small;
}
.right
{
	text-align: right;
}
