body {
	font-family: Verdana;		
	font-size: 10pt;
}

div.header {
	top: 10px;
}

div.topmenu {
	top: 7px;
}

div.sidebar {
	color: #4d98be;
	width: 180px;
}

div.nyheter {
	color: #000000;
}

div.nyhetstitel {
	color: #6685a3;
	
}
div.nyhetsrubrik {
	color: #6685a3;
	font-size: 9pt;

}
div.nyhettext {
	position: relative;
	left: 10px;
	font-size: 9pt;
}

div.datum {
	font-size: 6pt;
	color: #6685a3;
}

div.titel {
	color: #000000;
	width: 500px;
	font-weight: bold;
}

div.text {
	color: #000000;
}


div.artikel {
	color: #000000;
	width: 500px;
}

img.botten {

}

div.utskott {
	display: block;	
	position: relative;
	left: 16px;
	font-size: 10pt;
}

div.utskottstitel {
	cursor: pointer;
}

div.utskottstitel:hover {
	cursor: pointer;
	font-weight: bold;	
}

a {
	text-decoration: none;
	color: #4d98be;
}

a:hover {
	text-decoration: none;
	color: #4d98be;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #4d98be;
}