a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
body {
	margin:0px;
	padding:0px;
}
#container {
	/*border:1px solid red;*/
	width:987px;
	margin:20px auto 30px auto;
	padding:0px;
}
#huvud {
	/*border-bottom:1px solid blue;*/
	cursor:pointer;
	height:153px;
	background-image:url('logotype.png');
	background-repeat:no-repeat;
	background-position:305px 0px;
}
#content {
	font-family:helvetica, sans-serif;
	line-height:135%;
}
#meny {
}
#meny ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#meny li{
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#meny a{
	height:43px;
	display:block;
	float:left;
}
#meny a:hover{
}
#fot {
	/*border-top:1px solid yellow;*/
	width:987px;
	height:85px;
	background-image:url('fot.png');
}
#foteng {
	/*border-top:1px solid yellow;*/
	width:987px;
	height:85px;
	background-image:url('foteng.png');
}
.linje {
	clear:both;
	width:987px;
	height:27px;
	background-image:url('linje.png');
	/*border-bottom:1px solid pink;
	border-top:1px solid pink;*/
}
hr {
	display:none;
}

table, tr, td {
	border-spacing:1px;
	margin:0px;
	padding:0px;
}