html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------- Base ---------- */

body {
	font-family: "Lucida Grande", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	background: #F2F7FA url("layout/vl-bg.jpg") top center no-repeat;
}

h1 {
	font-size: 22px;
	padding: 0 0 5px 0;
	margin: 0 0 22px 0;
	border-bottom: 2px solid;
}

p {
	font-size: 12px;
	margin: 0 0 1em 0;
}

.headerLeft {
	background: #BFBFBF url("layout/header-left.png") top left no-repeat;
	float: left;
	width: 48%;
	padding: 0 0 0 10px;
}

.headerRight {
	float: left;
	width: 48%;
	text-align: right;
	background: #BFBFBF url("layout/header-right.png") top right no-repeat;
	padding: 0 5px 0 0;
}

/* ------- Links -------- */
a {
	text-decoration: none;
	font-size: 12px;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
}

a.small {
	font-size: 11px;
}

 
 /* ------ Colors ------- */
body {
	background-color: #F2F7FA;
}

.manad, .headerLeft, .headerRight {
	color: #ffffff;
}

h1 {
	border-color: #808080;
}


/* ----- Layout ----- */
#sectionTop {
	width: auto;
	margin: 0 0 40px 0;
	border-bottom: 1px dotted #CCCCCC;
	padding: 0 0 50px 0;
}

#sectionTop ul li {
	display: inline;
}

ul#subNav {
	margin: 10px 0 10px 0;
	display: inline;
}

#subNav a{
	color: #0000AA;
}

#subNav a:hover{
	color: #0000FF;
}

#subNav li {
	list-style-type: none;
	margin: 0 10px 0 0;
}

.divider {
	margin: 5px 0 5px 68px;
}

.vallist li {
	list-style-type:disc;
	margin: 10px 10px 5px 10px;
}

.vallist ul {
	font-size: 0.8em;
	margin: 20px 20px;
}

#header{
	margin: 17px auto 0 auto;
	display: block;
}

#footer, #container {
	margin: 0 auto 0 auto;
	display: block;
}

#container {
	width: 738px;
	background: url("layout/repeatY.png") top left repeat-y;
}

#content {
	float: left;
	padding: 10px 20px;
	width: 525px;
}

#left {
	width: 165px; 
	float: left;
	padding: 0 0 0 8px;
}

#footer {
	background: url("layout/botten.jpg") top left no-repeat;
	width: 738px;
	height: 179px;
}

/* ----- Position ----- */
#header {
	z-index: 0;
}

#container {
	z-index: 5;
}

/* ----- news & blogs ----- */
.newsheader {
	font-size: 1.7em;
	line-height: 1em;
}

.newsauthor {
	font-size: 0.8em;
}

#newsNav, #blogNav, .answerBody {
	background: url("layout/nyhetsarkivbg.png") top left repeat-y;
	padding: 0 10px;
	margin-left: -2px;
	overflow: auto;
}

.alternative {
	margin: 5px 0;
}

.arkivMenu {
	margin: 0 0 0 -2px;
	display: block;
}

#blogNav h1 {
	border: 0;
	font-size: 12px;
	margin: 0 0 -5px 0;
}

#newsNav ul, #blogNav ul{
	line-height: 0.9em;
	padding: 7px 0 7px 5px;
}

#newsNav li, #blogNav li{
}

.news, .blog {
	margin: 10px 0 0 0;
}

.news h1{
	font-size: 18px;
	padding-top: 5px;
	line-height: 1em;
	letter-spacing: -0.05em;
}

.news h2{
	font-size: 12px;
	color: #999999;
	line-height: 0.6em;
	font-weight: 400;
}

.news .datum {
	float: left;
	background: url("layout/datum.png") top left no-repeat;
	width: 51px;
	height: 53px;
	overflow: hidden;
}

.manad, .dag {
	width: 100%;
	text-align: center;
	margin: 0 0 0 -3px;
	font-weight: bold;
	font-size: .9em;
}

.manad{
	margin-top: 2px;
	font-size: 0.8em;
}

.dag {
	margin-top: 5px;
	font-size: 1.2em;
	color: #666666;
}

.news h1, .news h2 {
	margin: 0 0 0 60px;
	border: 0;
}

.blog h1, .blog h2 {
	margin: 0 0 0 0;
	border: 0;
}

.blog h1 {
	font-size: 18px;
	line-height: 1em;
}

.blog h2 {
	font-size: 12px;
	color: #999999;
	line-height: 0.6em;
}

.blog p {
	margin-top: 20px;
}

.newsBreaker, .blogBreaker {
	display: block;
	margin: 20px auto;
}

.news p {
	clear: both;
	margin-left: 60px;
}

.poll h1 {
	background: url("layout/pollbg.png") repeat-y top left;
	font-size: 11px;
	padding: 5px 10px;
	margin: 0 0 0 -2px;
	overflow: auto;
	border: 0;
	line-height: normal;
}

.pollImg {
	display: block;
	margin: 0 0 0 -2px;	
}

/* ----- FAQ ----- */

#faq ol li {
	list-style-type: decimal;
	margin: 0 0 0 15px;
	font-size: 11px;
}

.faq h2 img, .faq p img {
	vertical-align: middle;
	margin: 5px 10px 5px 0;
}

.answer {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.answer p {
	margin: 10px 0 0 40px;
	width: 450px;
}

.answer img {
	float: left;
	vertical-align: middle;
}

.faq h2{
	font-size: 0.8em;
}

/* ----- Formulär ----- */
form {
	font-size: .7em;
	color: #333;
	margin: 0 0 30px 0;
	width: 500px;
}

form input, select {
	font-size: 1.1em;
	font-family: "Lucida Grande", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

form select {
	width: 125px;
} 

form fieldset {
  	border: none;
  	margin: 3px 0 25px 0;
	border-top: 1px solid #599CC7;
}

form legend {
  	padding: 0;
  	font-size: 1.8em;
	font-weight: normal;
	font-style: italic;
	color: #599CC7;
}

form label {
  	float: left;
  	line-height: 1.8;
  	vertical-align: top;
  	width: 150px;
}

form div .error {
	width: 80%;
	color: red;
	font-style: italic;
}

form input .error {
	color: #CC0000;
	background-color: #FFCCCC;
}

form ol {
  	margin: 0;
  	padding: 0;
}

form li {
  	list-style-type: none;
  	padding: 5px;
  	margin: 0;
	border-bottom: 1px solid #dadada;
	clear: both;
}

form em {
  	font-weight: bold;
  	font-style: normal;
  	color: #f00;
}

/* ----- Confirm dialogs ----- */

#confirm {
	padding: 5px;
}

#confirm h1 {
	border: 1px solid #9C9C9C;
	background-color: #D9D9D9;
	color: #000000;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 5px;
	margin: 0 0 1em 0;
}

#confirm h1 img {
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: middle;
}

#confirm p {
	width: 300px;
	margin: 0 0 1em 0;	
}

#confirm hr {
	border: 0;
	color: #F2F2F2;
	background-color: #F2F2F2;
}

/* ------ Övrigt ----- */
.clear {
	clear: both;
}
