img {border: none;}
body {
	margin: 0px;
	padding: 0px;
	background: url('bg.jpg');
	color: #000;
	font-size: 14px;
	text-align: center;
	font-family: Arial, Sans-serif;
}
table {
	border-collapse: collapse;
         border: 0px;

}
td {
	vertical-align: top;
}


div {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

div#thepage {
	width: 770px;
	padding: 5px 0px 5px 0px;
	margin:0px auto;
	text-align:left;
}
div#topleft {
         float: left;
	width: 464px;
	height: 90px;
	padding: 3px 0px 4px 10px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: none;
	background: url('bg_top.jpg');
}
div#topright {
         float: right;
	width: 282px;
	height: 90px;
	padding: 3px 0px 4px 12px;
	border-left: none;
	border-top: 1px solid black;
	border-right: 1px solid black;
	background: url('bg_top.jpg');
}

div#content {
	width: 768px;
	padding: 0px 0px 100px 0px;
	float: left;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background: white;
}
div#menu {
	width: 114px;
	padding: 7px 0px 4px 9px;
	float: left;
}
div#main {
	width: 630px;
	padding: 4px 5px 4px 10px;
	float: right;
}

a:link, a:visited {text-decoration: none; font-weight: bold; line-height: 100%; color: black;}
a:hover {color: white;}
a.intext:link, a.intext:visited {text-decoration: none; font-weight: bold; line-height: 110%; color: #c81515;}
a.intext:hover {text-decoration: underline; color: #c81515;}

a.menuitem:link, a.menuitem:visited {
  font-size: 13px;
  display: block;
  width: 102px;
  padding: 0px 0px 2px 4px;
  margin: 0px 0px 2px 0px;
  line-height: 24px;
  color: #111111;
  background-image: url(knapp.png);
  text-decoration: none;
  text-align: left;
}

a.menuitem:hover {
  background-image: url(knappnere.png);
}

div#nyheter {
	float: left;
}
div#nyheter table td {
	vertical-align: top;
	padding: 4px 2px 0px 4px;
}
div#nyheter table tr:hover {
	background-color: #b2cbf4;
}
div#favotyger {
	padding: 0px 6px 0px 0px;
	float: right;
}

div#tyger table		{background: #9d9d9d; border-collapse: collapse; border: solid black 1px; font: 12px Arial; margin:10px 0px 0px 0px;}
div#tyger table td	{border:solid black 1px; padding: 5px;}
div#links table		{border-collapse: collapse; font: 12px Arial; margin:10px 0px 0px 0px;}
div#links table td	{vertical-align: middle; padding: 5px;}
div#main table td	{padding: 4px;}
.normal			{width: 117px; height: 117px; text-align: center; vertical-align: middle; background: #d2ddb4;}
.frontnormal		{width: 125px; height: 125px; text-align: center; vertical-align: middle; background: #d2ddb4; border:black solid 1px;}
td#thetooltip		{vertical-align: middle; height:55px; background: #d2ddb4;}
td#highlight		{background-color: #a2bbe4;}
td#navigaion		{text-align: center; border:solid #9d9d9d 1px;}
.thumb			{width: 107px; height: 107px;}
/*
.flyOver {cursor : hand;}
.flyOut {cursor : auto;}
*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
