/*
Sök & ersätt!
-------------
STANDARDFÄRG/BAKGRUNDSFÄRG: #b8b8b8
STANDARD TEXTFÄRG M.M: #0a0a0a
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;
}
body {
	font: normal 62.8%/1.3 Arial, Helvetica, sans-serif;
	background: #222 url('../images/back1.jpg');
	color: #222;
	padding: 0px 0; /*-+-+-+-+-+-+-+-+- AVSTÅND OVANFÖR & NEDANFÖR -+-+-+-+-+-+-+-+-*/
}
h1 {
	color: #0a0a0a;
	font-size: 2em;
}
h2 {
	color: #1c2324; /*b8b8b8; /*-+-+-+-+-+-+-+-+- TEXTFÄRG SIDRUBRIK -+-+-+-+-+-+-+-+-*/
	font-family: Times, Times New Roman, Georgia, serif;	
	font-size: 2em;
	margin-bottom: 10px;
}
h3 {
	color: #0a0a0a;
	font-size: 1.2em;
}
h4 {
	color: #0a0a0a;
	font-size: 1.2em;
}
h5 {
	color: #999; /*-+-+-+-+-+-+-+-+- TEXTFÄRG INGRESS -+-+-+-+-+-+-+-+-*/
	font-size: 1.3em;
	margin-bottom: 30px !important;
}
h6 {
	color: #0a0a0a; /*-+-+-+-+-+-+-+-+- SIDRUBRIKER SÖKRESULTAT -+-+-+-+-+-+-+-+-*/
	font-size: 1.4em;
}
p {
	color: #0a0a0a; /*-+-+-+-+-+-+-+-+- TEXTFÄRG STANDARDTEXT -+-+-+-+-+-+-+-+-*/
	line-height: 20px;
}
a {
	color: #b8b8b8;  /*-+-+-+-+-+-+-+-+- LÄNKFÄRG STANDARDTEXT -+-+-+-+-+-+-+-+-*/
}
a:hover {
	color: #f58220; /*-+-+-+-+-+-+-+-+- STANDARDLÄNK MOUSEOVER TEXTFÄRG -+-+-+-+-+-+-+-+-*/
	text-decoration: underline !important; /*-+-+-+-+-+-+-+-+- STANDARDLÄNK MOUSEOVER LINJE -+-+-+-+-+-+-+-+-*/
}
a img {
	border:0;
}
img {
	border: 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: 1em;
	vertical-align: middle;
}
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: #0a0a0a;
	line-height: 1.6;
	font-family: Times, Times New Roman, Georgia, serif;
}
fieldset {
	border: 0 !important;
}
.hidden {
	display: none;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#header {
	font-size: 1.2em;
	position: relative;
	/*height: 197px;*/
}
#content {
	font-size: 1.2em;
}
#footer {
	font-size: 1.2em;
	clear: both;
}
h1 {
	font-family: Times, Times New Roman, Georgia, serif;
	font-size: 3em;
	font-weight: normal;
	margin-top: 40px;
}
h1 a {
	margin-left: 160px;
	/* position: absolute;
	top: -1000px; */
	text-decoration: none;
	color: #a5744a !important;
}
#logo * {
	color: #666;
	text-decoration: none !important;
	width: 50%;
}
#logo h2 {
	margin-left: 160px;
	/* position: absolute;
	top: -1000px; */
	font-weight: normal;
	font-size: 1.5em;
}
#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: 149px;
	overflow: hidden;
	background: url('../pics/1/logo/logo.jpg') 0 0 no-repeat;
}
#content {
	padding: 30px 0 25px;
	overflow: hidden;
	height: 100%;
	width: 900px;
	background: #fff url('../images/back_content.gif') repeat-y;
}
*html #content {
	margin-top: -35px;
}
#mainMenu {
	height: 60px;
	padding: 0 25px;
	background: #FFF url('../images/back_main_menu.jpg') repeat-x;
}

#search {
	position: absolute;
	/* position: relative; */
	right: 28px;
	bottom: 96px;
	width: 253px;
	height: 60px;
	text-align: left;
	margin: 0px;
	color: #D8D8D8;
	line-height: 16px;
}
img.searchresult {
	border: none !important;
	float: right;
}
/* ie6 och ie5 hack */
* html #search {
	position: relative;
	top: 36px;
	left: 564px;
	width: 253px;
}
#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: 0px 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: 7px 15px 4px 15px;
	/* textfärg och bakgrundsfärg för puffrubrik ligger i mall och styrs av puff-färger i admin */
}
#sidebar .puff p {
	margin: 0px 2px 0px 0px;
	padding: 10px 15px;
	color: #0a0a0a; /*-+-+-+-+-+-+-+-+- PARAGRAF-FÄRG I PUFFAR -+-+-+-+-+-+-+-+-*/
	background-color: #FFF;
}
#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: 6px 5px 6px 32px;
	color: #222;  /*-+-+-+-+-+-+-+-+- 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: 6px 5px 6px 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: #b8b8b8;
	color: #FFF;
	margin: 10px 0px 0px 0px !important;
	cursor:pointer;
}
#footer {
	height: 46px;
	background: transparent url('../images/back_footer.png') no-repeat;
}
#footer p {
	padding: 14px 30px 0px 30px;
	color: #222; /*-+-+-+-+-+-+-+-+- 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: #222; /*-+-+-+-+-+-+-+-+- 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:#0a0a0a;
	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:#0a0a0a;
	text-decoration: none;
}
div#adminbrowse a:hover {
	color:#000;
	text-decoration: underline;
}