/*
FAH - FÖRBUNDET FÖR ALLMÄNT HÄLSOSKYDD
--------------------------------------


Sök & ersätt!
-------------
STANDARDFÄRG/BAKGRUNDSFÄRG: #0061aa
STANDARD TEXTFÄRG M.M: #222
BAKGRUNDSFÄRG FORMULÄR OCH DIVERSE LINJER: #D8D8D8
*/



html, body, div, p, li, ul, ol, form, fieldset, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	list-style: none;
	/* background: #555; */
}
body {
	font: normal 12px Arial, Helvetica, sans-serif;
/*	background: #FFF url('../images/back_top.gif') repeat-x left top; */
	background: #FFF; 
	background-color: #FFF;
	color: #222;
	padding: 0px 0px; /*-+-+-+-+-+-+-+-+- AVSTÅND OVANFÖR & NEDANFÖR -+-+-+-+-+-+-+-+-*/
}
h1 {
	color: #222;
	font-size: 2em;
}
h2 {
/*	color: #007D00; /*-+-+-+-+-+-+-+-+- TEXTFÄRG SIDRUBRIK -+-+-+-+-+-+-+-+-*/
	color: #97c00e;
	font-size: 24px;
	margin-bottom: 10px;
}
h3 {
	color: #222;
	font-size: 12px;
}
h4 {
	color: #222;
	font-size: 1.2em;
}
h5 {
	color: #999; /*-+-+-+-+-+-+-+-+- TEXTFÄRG INGRESS -+-+-+-+-+-+-+-+-*/
	font-size: 16px;
	margin-bottom: 30px !important;
}
h6 {
	color: #222; /*-+-+-+-+-+-+-+-+- SIDRUBRIKER SÖKRESULTAT -+-+-+-+-+-+-+-+-*/
	font-size: 1.4em;
}
p {
	color: #222; /*-+-+-+-+-+-+-+-+- TEXTFÄRG STANDARDTEXT -+-+-+-+-+-+-+-+-*/
	line-height: 20px;
}
a {
/*	color: #007D00;  /*-+-+-+-+-+-+-+-+- LÄNKFÄRG STANDARDTEXT -+-+-+-+-+-+-+-+-*/
	color: #97c00e;
	font-weight: bold;
}
a:hover {
	color: #6BFA0C; /*-+-+-+-+-+-+-+-+- STANDARDLÄNK MOUSEOVER TEXTFÄRG -+-+-+-+-+-+-+-+-*/
	text-decoration: underline !important; /*-+-+-+-+-+-+-+-+- STANDARDLÄNK MOUSEOVER LINJE -+-+-+-+-+-+-+-+-*/
}
a img {
	border:none;
}
img {
	border: none; /* 1px #d5d2d2 solid; -+-+-+-+-+-+-+-+- BORDER PÅ ALLA BILDER EJ I PUFF -+-+-+-+-+-+-+-+-*/
}
* html .ztext, * html textarea, * html .zradio, * html .zcheckbox {
	background-color: #FFF;
}
input select, textarea, select {
	font-family: Arial, lucida, sans-serif;
	font-size: 10px;
}
input, textarea, select {
	/* background-color: #FFF;
	border: 1px solid #676464;
	padding: 2px 0; */
	margin: 0;
vertical-align: middle;
}
button {
	/* vertical-align: middle;
	margin: 0;
	padding: 0;
	height: 18px;
	border: none;
	text-decoration: underline;
	font-weight: bold;
	color: #00CCFF;
	cursor: pointer; */
}
.submit {
	width: auto !important;
	overflow: visible;
	background-color: #312b2a;
	border: 1px solid #000 !important;
	padding: 0 5px;
	color: #fff;
	font-weight: bold;
}
table {
	border-collapse: collapse;
	width: 100%;
}
table th {
	text-align: left;
}
table td.right {
	padding-left: 5px;
}
table th.right {
	padding-left: 5px;
}
table td.left {
	padding-right: 5px;
}
table th.left {
	padding-right: 5px;
}
blockquote {
	margin: 0;
	padding: 10px 20px;
	color: #222;
	line-height: 1.6;
	font-family: Georgia, serif;
}
fieldset {
	border: 0 !important;
}
.hidden {
	display: none;
}
#wrapper {
	width: 900px;
	margin: 0 auto 0 0;
}
#header {
	font-size: 1.2em;
	position: relative;
	height: 80px;*
}
#footer {
	font-size: 1.2em;
	clear: both;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	margin-top: 20px;
}
h1 a {
	position: absolute;
	top: -1000px;
	text-decoration: none;
	color: #666 !important;
width: 200px;
margin: 0px 0px 00px 30px;
padding: 0px;
}
#logo * {
	color: #333;
	text-decoration: none !important;
}
#logo h2 {
	position: absolute;
	top: -1000px;	
	font-weight: normal;
	font-size: 1em;
}
#logo .block {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	text-decoration: none;
}
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both !important;
}
.right {
	text-align: right !important;
}
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.small {
	font-size: .90em;
}
.big {
	font-size: 1.5em;
}
.item {
	margin-bottom: 15px;
	/* Streck eller bild-avdelare kommer under varje stycke: */
	/* border-bottom: 1px #d8d8d8 solid; */
	clear: both;
}
.itemlast {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	border-bottom: none !important;
}
.info {
	font-size: .95em;
	margin: 2px 0 6px !important;
}
.col_left {
	width: 250px;
	float: left;
}
.col_right {
	width: 250px;
	float: right;
}
.col_both {
 width: 520px;
}
.imgfloatleft {
	float: left !important;
	margin: 2px 10px 2px 0px !important;
}
.imgfloatright {
	float: right !important;
	margin: 2px 0px 2px 10px !important;
}
#logo {
	position: relative;
	padding: 0 42px;
	height: 150px;
	overflow: hidden;
	background: url('../pics/1/logo/logo2.jpg') 0 0 no-repeat;
}
#content {
	padding: 100px 0 25px 0;
	overflow: hidden;
	height: 100%;
	width: 900px;
	background-color: #fff;
background: url('../images/back_content3.jpg') repeat-y;
}
#mainMenu {
	position: absolute;
	top:128px;
	left:51px;
	padding: 0px;
	margin:0px;
	background: transparent;
}

#search {	
	text-align:right;
	position: absolute;
	width:270px;
	top:85px;
	right:5px;
	margin:0px;
	padding:0;
	float:right;
}
#search a {
	padding: 0px 10px 0px 10px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	/* display: block;*/
  	color: #000;
	background-color:#C0C0C0;
	font: normal 11px/22px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none !important;
	background-image: url(../images/back_table_line.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#search a:hover {
	color:#FFF;
	background-color:#666;
	text-decoration: none !important;
}
#search .date {
	display:block;
	font-weight:bold;
	color:#FFF;
	padding:0;
	margin:0;
}
img.searchresult {
	border: none !important;
	float: right;
}
/* ie6 och ie5 hack */
* html #search {
	text-align:right;	
	position: absolute;
	width:100%;
	top:66px;
	margin:0px;
	padding:0;
	float:right;
}
#search .button {
	width: 197px;
	height: 19px;
	border: none;
	padding: 5px 0px 0px 5px;
	margin: 0px;
	background-image: url('../images/back_input.gif');
	background-repeat: no-repeat;
	background-position: left;
}
#search .submit {
	position: relative;
	width: 48px !important;
	height: 24px;
	background: url('../images/back_submit.gif') no-repeat;
	border: none !important;
	padding: 0;
	left: -4px;
	cursor:pointer;
}
#sidebar {
	width: 272px;
	float: right;
	margin: -7px 20px 7px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar .puff_top, #sidebar .puff_bottom {
	display:block;
    	margin:auto;
	border: 0px !important;
}
#sidebar .puff_bottom {
	margin-bottom: 15px;
}
#sidebar .puff {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	border: none;
	background-image: url('../images/back_puff.gif');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-attachment: scroll;
}
#sidebar .puff h3, #main .puff h3 {
	margin: 0px 2px 0px 0px;
	padding: 5px 10px 5px 15px;
	background-image: url('../images/back_pliffie.png');
	background-position: top right;
	background-repeat: no-repeat;
	/* textfärg och bakgrundsfärg för puffrubrik ligger i mall och styrs av puff-färger i admin */
}

* html #sidebar .puff h3, * html #main .puff h3 {
	
	background-image: url('../images/back_flippe.gif');
	
}

#sidebar .puff p {
	margin: 0px 2px 0px 0px;
	padding: 10px 15px;
	color: #222; /*-+-+-+-+-+-+-+-+- PARAGRAF-FÄRG I PUFFAR -+-+-+-+-+-+-+-+-*/
}
#sidebar .puff img {
	display: block;
    	margin: 0px !important;
	border: none !important;
}
#sidebar .puff li a {
	display: block;
	min-height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 8px 5px 8px 32px;
	color: #007D00;  /*-+-+-+-+-+-+-+-+- LÄNKFÄRG I PUFFARS TEXT -+-+-+-+-+-+-+-+-*/
	text-decoration: none;
	background: url('../images/back_submenu_item.gif') no-repeat;
}
/* ie6 och ie5 hack */
* html #sidebar .puff li a {
	margin: 0px 0px 0px 0px !important;
	padding: 8px 5px 8px 32px !important;
	min-height: 20px;
}
#sidebar .puff li a:hover, #sidebar .subMenu li.active a {
	color: #FFF;
	background-position: 0px -140px;
	text-decoration: none !important;
	background-image: url(../images/back_submenu_item.gif);
	background-repeat: no-repeat;
}
* html #sidebar .puff li a:hover, * html #sidebar .subMenu li.active a {
	min-height: 20px !important;
}
div#gallery, div#gallery1, div#gallery2, div#gallery3, div#gallery4 {
	margin-bottom: 15px;
}
#main {
	float: left;
 	width: 520px;
	padding: 0 30px 0 40px;
}
#main img {
	margin: 3px 3px 15px 3px !important;
}
#main p, #main ul, #main ol, #main table {
	margin-bottom: 2em;
}
#main table td, #main table th {
	border: 1px #d8d8d8 solid;
	padding: 10px;
	/* ie gör form för bred annars om inget ligger till höger om sidebar: */
	width: 255px;
}
#main table tr.add td, #main table tr.add th {
	background: url('../images/back_table_line.gif') repeat-x;
}
#main ul, #main ol {
	padding-left: 10px;
	margin: -10px 0 10px 0;
}
#main ul *, #main ol * {
	margin-bottom: 0 !important;
}
#main ul li {
	margin: 3px 0;
	padding-left: 15px;
	background: url('../images/back_list.gif') 0px 4px no-repeat;
}
#main ol li {
	margin: 3px 0 3px 15px;
	padding: 0;
	background: none;
	list-style: decimal;
}
#main form {	
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#main form table {
	border: 1px #d8d8d8 solid;
}
#sidebar form {
	border: none;
	padding: 14px;
	margin: 0px 0px 0px 0px;
}
#main form table td, #sidebar form table td {
	border: none !important;
	vertical-align: bottom;
}
#main form h4, #sidebar form h4 {
	margin-bottom: 15px;
}
#main form p {
	width: 218px;
	margin: 0px;
}
#main form img, #sidebar form img {
	margin: 4px 4px 4px 0px;
	float: none;
}
#sidebar form p {
	width: 200px;
	margin: 0px;
	padding: 0px !important;
}
#main input[type='text'], #main textarea, select {
	/* width: 218px;
	background-color: #D8D8D8;
	padding: 4px; */
}
#sidebar input[type='text'], #sidebar textarea, select {
	/* width: 208px;
	background-color: #D8D8D8;
	padding: 4px;
	margin-bottom: 10px; */
}
#main input.smalltextfield {
	width: 50px;
	background-color: #D8D8D8;
	padding: 4px
	margin-right: 5px;
}
#sidebar input.smalltextfield {
	width: 30px;
	background-color: #D8D8D8;
	padding: 4px
	margin-bottom: 10px;
	margin-right: 5px;
}
#main input.ztext {
	/* width: 50px;*/
	background-color: #D8D8D8;
	padding: 4px
	margin-right: 5px;
}
#sidebar input.ztext {
	/* width: 30px; */
	background-color: #D8D8D8;
	padding: 4px
	margin-bottom: 10px;
	margin-right: 5px;
}
/* class på dessa verkar ej funka
.zselect, .zradio, .zcheckbox {
	padding: 4px;
	margin-bottom: 10px;
	background: transparent !important;
	border: 0px;
}
*/
input[type='checkbox'], input[type='radio'] {
	margin-bottom: 10px;
	vertical-align: text-top !important;
	margin-right: 4px;
}
#main form .button, #sidebar form .button {
	width: 110px;
	background-color: #0061aa;
	color: #FFF;
	margin: 10px 0px 0px 0px !important;
	cursor:pointer;
}
#footer {
	width:100%;
	height: 24px;
	background-color: #c0c0c0;
}
#footer p {
	/* width:830px;
	margin: 0 auto 0 auto !important; */
	font-size: 11px;
	padding: 2px 30px 0px 40px;
	color: #333; /*-+-+-+-+-+-+-+-+- PARAGRAF-FÄRG I FOOTER -+-+-+-+-+-+-+-+-*/
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #CCC; /*-+-+-+-+-+-+-+-+- LÄNKFÄRG I FOOTER -+-+-+-+-+-+-+-+-*/
}
#footer a:hover {
	color: #FFF; /*-+-+-+-+-+-+-+-+- MOUSEOVER LÄNKFÄRG I FOOTER-+-+-+-+-+-+-+-+-*/
}
/* puff som inte ligger i sidebar ska inte ha samma utseende */
.puff img {
	display: block;
    margin: 5px 0px 5px 0px !important;
	border: none !important;
}
.col_left .puff_top, .col_left .puff_bottom, .col_right .puff_top, .col_right .puff_bottom, .col_both .puff_top, .col_both .puff_bottom {
	visibility: hidden;
	height: 0px;
}
.col_left .puff h3, .col_right .puff h3, .col_both .puff h3 {
	margin-top: 0px !important;
	margin-bottom: 15px !important;
}

ul#sitemap {
display: block;
margin: 0px;
padding: 1px 5px 5px 5px;
background-color: #F5F5F5;
}
ul#sitemap li {
	 margin: 10px 7px !important;

background-color: #FFF;
}
ul#sitemap li a {
	 margin-bottom: 5px !important;
}
ul#sitemap li ul {
	margin-top: 5px !important;
}
ul#sitemap li ul li {
	margin-top: 5px !important;
}

ul#sitemap a {
	text-decoration: none !important;
}
ul#sitemap a:hover {
	text-decoration: underline !important;
}

/* Admin-tillägg */
/* ------------- */

div#admin {
	float:right;
	/*position:fixed;
	top: -50px;
	right: -20px;*/
	display:marker;
	background-color:#ffccff !important;
	text-align:center;
	clear: both;
	height: 15px;
	width: 110px;
	overflow:visible;
	margin-top: -44px;
	z-index:999;
	opacity: 1;
}
div#admin p {
	font:normal 10px Arial, Helvetica, sans-serif;
}
div#admin a {
	color:#333;
	text-decoration: none;
}
div#admin a:hover {
	color:#000;
	text-decoration: underline;
}
div#adminbrowse {
	float:right;
	position:fixed;
	top: 0px;
	right: 0px;
	display:marker;
	background-color:#ffccff;
	text-align:center;
	clear: both;
	height: 20px;
	width: 240px;
	overflow:visible;
	margin-top: 0px;
	z-index:998;
	opacity: 1;
}
div#adminbrowse a {
	color:#333;
	text-decoration: none;
}
div#adminbrowse a:hover {
	color:#000;
	text-decoration: underline;
}