body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #e1debc;
}
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: blue;
}
a:active {
	text-decoration: none;
	color: blue;
}

#body
	{
	width: 1100px;
	height: auto;
	background:url(img/bg.png) top;
	background-repeat: no-repeat;
	margin: -8px 0px 0px 0px;
	}
	
#header
	{
	width: 700px;
	height: 285px;
	background: url(img/header.png);
	background-repeat: no-repeat;
	margin: -8px 0px 0px 0px;
	}
	
#meny
	{
	width: 700px;
	height: 50px;
	background: none;
	padding-top: 250px;
	}

#kontenta
	{
	width: 700px;
	height: auto;
	}
	
#bottom
	{
	width: 1100px;
	height: 42px;
	background:url(img/bottom.png) bottom;
	background-repeat: no-repeat;
	}
	
.rubrik
	{
	font-size: 14px;
	font-family: georgia;
	font-weight: bold; 
	}
	
.meny
	{
	font-size: 13px;
	}