body {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	width: 760px;
	border: 2px outset #666666;
	background-color: #990000;
	float: none;
}
.headright {
	float: right;
}
.headright a{
	color: #FFFFFF;
	text-decoration: underline;
}
.header {
	background-color: #990000;
	display: table;
	width: 700px;
}
.content {
	clear: both;
	font-size: 13px;
	background-color: #FFFFFF;
	display: table;
	width: 670px;
	padding: 15px;
	border-top: 1px none #8E95B0;
	border-right: 1px solid #8E95B0;
	border-bottom: 1px none #8E95B0;
	border-left: 1px solid #8E95B0;
}
*html .content {
	width: 700px;
}
.content img{
	float: right;
}
.menyfoot {
	width: 690px;
	background-color: #E6E6FF;
	border-top: 1px solid #8E95B0;
	border-right: 1px solid #8E95B0;
	border-bottom: 1px none #8E95B0;
	border-left: 1px solid #8E95B0;
	padding: 5px;
}
*html .menyfoot {
	width: 700px;
}
.menyfoot a{
	color: #0000EE;
	text-decoration: underline;
}
.meny {
	width: 100%;
	margin: 0;
}
.meny a{
	color: #0000EE;
	text-decoration: none;
	font-weight: bold;

	float:left;
padding:0.2em 0.6em;
border-right:1px solid white;
}
.meny a:hover {
	color: #FFFFFF;
	background-color: #0033FF;
}
.meny ul
{
background-color: #E6E6FF;
float:left;
width:100%;
padding: 0;
margin: 5px 0 0 0;
list-style-type:none;
clear:both;
	border-top: 1px solid #8E95B0;
	border-right: 1px solid #8E95B0;
	border-bottom: 1px none #8E95B0;
	border-left: 1px solid #8E95B0;
}
.meny li {
display:inline
}
.aktuellmeny {
	background-color: #FFFFFF;
	border: #FFFFFF;
}
p {
	font-size: 13px;
}
.tabinnehall {
	width: 700px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 15px;
}