﻿@charset "utf-8";
/*-----------------------------------------------------------------------------
version:   	1.0
author:    	PeO // Sector 5 AB
email:    	perado@sector5.se
-----------------------------------------------------------------------------*/

/* =Import of other CSS files 
-----------------------------------------------------------------------------*/

@import "head.css";
@import "ie.css";
@import "nav.css";
@import "footer.css";
@import "annons.css";
@import "puff.css";
@import "list.css";
@import "rte.css";
@import "important.css";


/* =General
-----------------------------------------------------------------------------*/
* {
  	margin: 0;
	padding: 0;
}

html {min-height: 100.01%;} /* makes scrollbar visible in FF */

img {border: 0;} 

a, a:visited{
	color:#009ee0;
	text-decoration:underline;
}

.clear {
	clear:both;	
	font-size:0;
}

.left{
	float:left;
}

.right{
	float:right;
}

.center{
	text-align:center;
}

.absolute{
	position:absolute;
	width:1px;
	height:1px;
}

/* =Wrappers and deviders
-----------------------------------------------------------------------------*/

#wrapper{
	width: 1016px;
	margin: 0px auto 0 auto;
	text-align:left;
	/*border:1px solid #000;*/
}

#left_wrapper{
	width:646px; /*644 innan IE 6 problem*/
	float:left;
}

#right_wrapper{
	width:359px;
	float:right;
}

#left_left_wrapper{
	width:165px;
	float:left;
	background:url(../img/left_left_bottom.gif) left bottom no-repeat;
	padding-bottom:169px;
}

#left_right_wrapper{
	width:468px;
	float:right;
}

#wrapper_print{
	width:550px;
	margin:0 auto;
}

#right_left_wrapper{
	padding-top:10px;
	width:178px;
	float:left;
	background:#FFFFFF;
}

#right_right_wrapper{
	width:169px;
	float:right;
}

/* =Typography
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif;
	background:url(../img/body_bg.gif) repeat;
}

h1 { font-size: 2.88em; line-height:1.05em; color:#000; font-family:Arial, Helvetica, sans-serif; }
h2 { font-size: 1.53em; line-height:1.2em; color:#000; font-family:Arial, Helvetica, sans-serif; }
h3 { font-size: 1.17em; line-height:1.5em; color:#000; font-family:Arial, Helvetica, sans-serif; }
h4 { font-size: 1em; line-height:1.5em; color:#000; font-family:Arial, Helvetica, sans-serif; }
h5 { font-size: 1em; font-family:Arial, Helvetica, sans-serif;  }
h6 { font-size: 1.1em; color:#FF0000; font-family:Arial, Helvetica, sans-serif;  }

h1 {
	margin: 0.6em 0 0.5em 0;
}

h2 {
	margin: 0.7em 0 0.2em 0;
}

h3, h4, h5 {
	margin: 0.4em 0 0 .2em;
}

h6 {
	margin: 0.4em 0 .5em .1em;
}

p, ul{
	margin: 0 0 1.5em 0;
	padding:0;
}

hr{
	color:#FFF;
	border:none;
	height:2px;
	display:block;	
	background:url(../img/puffdevider.gif) left repeat-x #FFF;
}

* html hr{
	border:thin dotted #CCC;
}

#sitemap ul {
	padding-top: .2em;
	padding-bottom: 0;
}
#rte #sitemap li {
	padding-top: .1em;
	padding-bottom: .2em;
}
#sitemap a {
	text-decoration: none;
}

#rte img.left{
	margin:0 8px 4px 0;
}

#rte img.right{
	margin:0 0 4px 8px;
}

/* mikbac flyttade nedanstående hit från sökresultat filen */
#searchFormHeader {
	text-indent: -9999px;
	background: url(../img/sok.gif) top left no-repeat;
	height: 23px;
	margin-top: .2em;
	margin-bottom: 1px;
}
#searchForm {
	background-color: #d1eefa;
	padding: 1em;
}
#searchForm input {
}
#searchForm input.text, #searchForm option {
	padding: 1px;
}
#searchForm input.text, #searchForm select {
	border: 1px solid #bfbfbf;
}
#searchForm label {
	display: block;
}
#searchForm #simpleAlternatives {
	width: 100%;
}
#searchForm #searchQuery {
	width: 27.5em;
	float: left;
}
#searchForm #searchSubmit {
	float: right;
	margin-top: -5px;
	border: 2px solid #009ee0;
	border-bottom-width: 1px;
}
* html #searchForm #searchSubmit {
	margin-top: -4px;
}
#searchForm h3 {
	font-size: 1em;
	font-family: verdana, sans-serif;
	font-weight: normal;
	background: url(../img/nav/level2_marked.gif) left top no-repeat;
	padding-left: 20px;
	margin-left: -8px;
	padding-top: 2px;
	cursor: pointer;
	clear: both;
}
* html #searchForm h3 {
	padding-top: 1px;
}
#searchForm h3.open {
	background: url(../img/nav/level2_marked_open.gif) left top no-repeat;
}
#searchForm #advancedAlternatives {
	border: 1px solid #a2a2a2;
	padding: .7em .5em .3em .5em;
	margin-top: .3em;
}
#searchForm #advancedAlternatives label {
	width: 6em;
	text-align: right;
	padding-right: 4px;
	float: left;
}
#searchForm #advancedAlternatives label.secondary {
	float: none;
	display: inline;
	padding-right: 0;
}
#searchForm #advancedAlternatives input, #searchForm #advancedAlternatives select {
	font-size: .9em;
	width: 12em;
}
#searchForm .formInput {
	clear: both;
	margin-bottom: .5em;
}
#searchResults {
	padding-top: .7em;
}
#searchSummary {
}
.searchHit {
	padding: .3em;
	margin-bottom: .5em;
}
#rte .searchHit p { /* #rte måste specas */
	padding-bottom: 0;
}
.searchHit.odd {
	background-color: #eee;
}
.searchHit .number {
	width: 2em;
	display: block;
	float: left;
}
.searchHit .header {
	font-weight: bold;
	margin-left: 2em;
	display: block;
}
* html .searchHit .header {
	text-indent: -3px;
}
.searchHit .header a {
	text-decoration: none;
}
#rte .searchHit p.sample { /* #rte måste specas */
	padding-left: 2em;
}
.page {
	margin: 1em 0;
}
#rte .page ul { /* #rte måste specas */
	padding-left: 1em;
}
.page li.marked, .page li.number {
	padding-top: 1px;
}

.poll .pds-box { border: none !important; background: transparent !important;}

.poll .pds-answer-group { padding: 3px 0 !important;}
.poll .pds-pd-link { display: none !important;}
.poll .pds-box-outer { padding: 10px 10px 0 !important;}
.poll .pds-votebutton-outer { text-align: center;}
.poll .pds-vote-button { margin-left: 0 !important;}
.poll .pds-links { padding-top: 5px !important;}
#related_content .poll .pds-box { width: 175px !important;}
#related_content .poll { background: #E5F5FC !important; margin-bottom: 12px;}
#related_content .poll .pds-answer { border-color: #fff !important;}
#related_content .poll a { color: #009EE0 !important;}

.puff .poll img { float: none; margin-bottom: -10px;}
* html .puff .poll img { float: none; margin-bottom: -25px;}
.puff .poll .pds-vote { padding-bottom: 0 !important;}

