@charset "utf-8";
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
	}
body {
	text-align: center;
	padding: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	margin-top: 30px;
	}
a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration:underline
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	}
/*sidhuvud*/
#header {
	margin: 0px;
	padding: 0px;
	height: 230px;
	position: relative;
}
#header #logos {
	position: absolute;
	top: 0px;
	width: 100%;
}
#header /*EFD-loggan*/
 #logos_efd {
	background-repeat: no-repeat;
	height: 51px;
	width: 51px;
	position: relative;
	background-position: center center;
	float: left;
	left: 80px;
}
#header /*100%loggan*/
 #logos_100procent {
	background-repeat: no-repeat;
	position: absolute;
	background-position: center center;
	float: left;
	left: 241px;
}
/*Top-bilder*/
#header  #toppict {
	bottom: 20px;
	position: absolute;

}
#header #toppict_pic1 {
	background-repeat: no-repeat;
	height: 150px;
	width: 241px;
	background-image: url(../_pic/toppic_pic1.jpg);
	background-position: left;
	float: left;
}
#header #toppict_pic2 {
	background-repeat: no-repeat;
	height: 150px;
	width: 239px;
	background-image: url(../_pic/toppic_pic2.jpg);
	background-position: left;
	float: left;
}
#header #toppict_pic3 {
	background-repeat: no-repeat;
	height: 150px;
	width: 239px;
	background-image: url(../_pic/toppic_pic3.jpg);
	background-position: right;
	float: left;
}
#header #toppict_pic4 {
	background-repeat: no-repeat;
	height: 150px;
	width: 241px;
	background-image: url(../_pic/toppic_pic4.jpg);
	background-position: right;
	float: left;
}

#navigation {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 480px;
}
/*Stil huvudsidan, faktasidan*/
#mainContent {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 475px;
	top: 0px;
	text-align: left;
}
#mainContent h1 {
	font-weight: bold;
	line-height: 0.9;
	font-size: 1.4em;
}
#mainContent h2 {
	font-size: 0.9em;
	font-weight: bold;
}
#mainContent h3,h4,h5,h6 {
	font-size: 0.7em;
	font-weight: bold;
}

#mainContent p {
	font-size: 0.7em;
	line-height: 1.4;
}
#mainContent a:link, a:focus, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#mainContent a:hover {
	font-weight: normal;
	text-decoration: underline;
}
/*tabell för rss-flödet*/
td.RSS_Head {
	padding: 5px;
	background-color: #333333;
}
td.RSS_Main {
	margin: 0px;
	padding: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
/* RSS-js-flödet */
.rss-item {
	font-size: 0.8em;
	line-height: 1.4;
	list-style-position: inside;
	list-style-type: none;
}

/* RSS-js-flödet - JS nag */
.f2jnag {
	font-size: 0.8em;
	list-style-position: inside;
	list-style-type: none;
}

/*Rensa floats*/
.clearFloat {
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}

/*Sidfot*/
#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: center;
	font-size: 0.7em;
}

