/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/*h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

body {
	/*
	background: #fff url(/images/bakgrund/standard.jpg) no-repeat 760px 0px;
	*/
	background: #f1f1f1 url(/images/bg_body2.gif) repeat-y top center;
	font: 75% Arial, sans-serif;
	color:#000;
}
ul{
	margin-left:15px;
}
#center h2, h2 a{
	color: #333;
	text-decoration:none;
	margin:10px 0px 3px 0px;
}
th, td{text-align: left; white-space: normal;}
a,
a:visited {
	color: #000;
	text-decoration:none;
}
.leftfloating{
	float: left;
}
.rightfloating{
	float: right;
}
.centered{
	text-align: center;
}
.rightaligned{
	text-align: right;
}
.leftaligned{
	text-align: left;
}
img.borderless{
	border: 0;
}
/* =LAYOUT
==========================================*/
#wrap {
	width: 940px;
	padding: 0;
	margin: 0 auto;
}
#sidfot
{
	clear:both;
	width: 940px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align:left;
	border-top: 1px #ccc solid;
	color:#fff;
}
#sidfot ul{
	background-color:#000;
	margin: 0px 0px 0px 0px;
	padding-top:4px;
	padding-bottom:4px;
}
#sidfot li {
	display: inline;
	font-size: 11px;
	padding-left: 3px;
	padding-right: 3px;
	margin:5px 5px 5px 5px;
}
#main{
	background: url(/gfx/bg_borders.png) repeat-y;
	float: left;
	border-top: 3px solid #fff;
	width:940px;
	position:relative;
	background-color:#fff;
}
div.intranet{
	background-color:#fff;}
	
#main .gfintranet{
	width:940px;
	background-image:none;
	border-bottom: 3px solid #fff;
}
#sidhuvud{
	background-repeat:no-repeat;
	background-position:1px 20px;
	background-color:#fff;
	width:940px;
	margin:0px;
	padding: 20px 0 0 0 ;
	border:0px;
	position:relative;
}
#left,
#right{
	width: 170px;
	float: left;	
}
#minheight{
	width:1px;
	float:left;
	height:400px;
}
#left{
	margin-left: 4px;
	padding-right:10px;
	margin-top:10px;
}
#left select{
	width: 140px;
}
#left option:before{
	content: "\00BB \0020";
}
#left .datum{
	color: #636;
}
#leftbody a, #rightbody a, #centerbody a,
#leftbody a:visited, #rightbody a:visited, #centerbody a:visited,
.brodtext a{
	text-decoration:underline;
}
#left h2,
#right h2{
	color: #fff;
	margin-left:0px;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear:both;
}
#left h2.puffrubrik{
	background: url(../gfx/vit_vertikal_pil.png) no-repeat 0 0;
	padding-right: 18px;
	font-size: 1em;
}
#right h2 a{
	color: #FFF;
	text-decoration:none;
	margin-left:2px;
}
#left h2 a{	
	color: #FFF;
	text-decoration:none;
	margin-left:2px;
}
#left input,
#left select{
	float: left;
}
#left fieldset{
	border: none;
}
#right{
	padding-left:10px;
	margin-top:10px;
}
#right p{
	margin-bottom: 2px;
}
#left ul, #right ul{
	margin-left:0px;
	padding-left:0px;
}
#left li, #right li{
	border-top: #dfdfdf 1px solid;
	list-style-type: none;
	padding-left:7px;
	padding-top:3px;
	padding-bottom:3px;
}
#right div a{
	color: #000;
}
#right div a:hover,
#right div a.link,
#right div a.link:hover{
	color: #000;
	text-decoration: underline;
}
#right div a.link,
#right div a.link:hover{
	font-weight: bold;
}
#centerandright{
	width: 550px;
	float: left;
	padding: 0px 10px 0px 10px;
	margin-top:10px;
	background-image:none;
}
#center{
	width: 360px;
	float: left;
	padding: 0px 10px 0px 10px;
	margin-top:10px;
	overflow: hidden;
}
#center h3{
}
#center h3 a{
	color: #333;
	text-decoration: none;
}
#center h3 a:hover{
	text-decoration: underline;
}
p,
#center p,
#DefaultMode_pagebody_Creatorinfo{
	margin-bottom: 5px;
}
#center p:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
}
#center p.caption {
	font: italic 10px Arial, sans-serif;
	border: none;
}
#center p a,
#center p a:visited,
#center p a:hover,
#center li a,
#center li a:visited,
#center li a:hover,
#centerandright p a,
#centerandright p a:visited,
#centerandright p a:hover,
#centerandright li a,
#centerandright li a:visited,
#centerandright li a:hover{
	color: #000;
	text-decoration: underline;
}
#center p a:active{
	background-color: yellow;
}
#center hr{
	clear: both;
	height: 1px;
	border: none;
	border-bottom: 1px solid #999;
	margin: 0;
	margin-bottom: 8px;
}
#center img.al_left{
	float: left;
	margin: 2px;
}
#center img.al_right{
	float: right;
	margin: 2px;
}
#annonser{
   list-style: none;
   margin-left:0px;
   padding-left:0px;
   float:right;
   /*margin-right:-16px;*/
   
   /*
	position:absolute;
	top:0;
    left:760px;
	*/
}
#annonser a{
	text-decoration: none;
}
#annonser li{
	margin: 4px 0px 4px 10px;
	border: 1px solid #000;
	background-color: #fff;
	font-size:16px;
	text-align:center;
	font-weight:bold;
}
#annonser li.h60{
	width:168px;
	padding: 10px 1px 10px 1px;
	margin-bottom:6px;
}
#annonser li.bild{
    width:170px;
    border: 0px solid #000;
    background-color:Transparent;
}
#sok{
	/*
	position: absolute;
	top: 15px;
	left: 960px;
	*/
	float:right;
	width: 170px;
	height: 50px;
	margin: 0; 
	position: absolute; 
	left: 765px;
	top: 25px;

	/*margin-right:-35px;*/
}
#buttons li{
	text-align: center;
	font: 10px/1.1 Arial, sans-serif;
	float: left;
}
#buttons a.sitemap{
	background: url(gfx/ikonrad.png) no-repeat 0 -60px;
}
#buttons a.telefonlista{
	background: url(gfx/ikonrad.png) no-repeat 0 -40px;
}
#buttons a.atoz{
	background: url(gfx/ikonrad.png) no-repeat 0 -20px;
}
#buttons a.anpassa{
	background: url(gfx/ikonrad.png) no-repeat 0 0;
}
#soktxt{
	width: 120px;
}
#soksubmit{
	width: 35px;
	font-size: 11px;
	margin-bottom: 1px;
	height: 20px;
}
.historik{
	width: 760px;
}
#navarea{
	width: 940px;
	margin-top: 20px;
}
#intranav{
	width: 938px;
	background-color: #FEDB49;
	font-size:14px;
	margin: 0px;
	border-right:solid 2px #fff;
	border-bottom:solid 1px #ccc;
}
#intranav li{
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
	font: bold 11px Arial,sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
}
#intranav .selected{
	background-color:#AA9A42;
	color:#FFF;
	padding-left:10px;
	padding-right:10px;	
	padding-top: 4px;
	padding-bottom: 4px;
}
#nav{
	width: 938px;
	background-color: #202022;
	font-size:14px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 0 0 0;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	border-right:solid 2px #fff;
	list-style-type: none;
}
#nav a, #intranav a{
	font-size:12px;
	width: 760px;
	text-decoration:none;
	color:#fff;
}

#intranav a{
	color:#000;
}

#nav .selected{
	background-color:#959595;
	padding-left:10px;
	padding-right:10px;	
	color:#fff;
	padding-top: 4px;
	padding-bottom: 4px;
}
#nav li{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	font: bold 11px Arial,sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
}
#breadcrumparea{
	width: 938px;
	background-color: #fff;	 
	border-bottom:solid 1px #ccc;
	padding-bottom: 1px;
	margin:0px 0px 0px 0px;
	padding-top:2px;
	padding-bottom:4px;
}
.breadcrumbtrail{
	list-style-type:none;
}
.breadcrumbtrail li{
	float: left;
	font: normal 11px Arial,sans-serif;
	color: #666;
	margin: 3px;
	text-decoration: none;
}
.breadcrumbtrail a, .breadcrumbtrail a:visited{
	font: normal 11px Arial,sans-serif;
	color: #666;
	text-decoration: none;
}
.breadcrumbtrail a:hover{
	font: normal 11px Arial,sans-serif;
	color: #666;
	text-decoration: underline;
}
#sok:after, .breadcrumbtrail:after,
#nav:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.hidden{
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
a.hidden:active,
a.hidden:focus{
	position: static;
	width: auto;
	height: auto;
}
div.puffruta{
	vertical-align:top;
}
.menulink, .menulink:visited{
	display: block;
	text-decoration: none;
	margin-top: 1px ;
	width: 95%;
}
.menulink:hover{
	background-color: #808080;
	color: #fff;
}
.menulink:active {
	background-color: white;
	color: #000;
}
.RightListingItem, .RightListingItem:visited{
	display: block;
	text-decoration:none;
	color:#333;
}
.RightListingItem:hover{
	background-color: #808080;
	color: #fff;
}
.RightListingItem:active{
	background-color: white;
	color: #000;
}
.NewsLink{
	color: #000;
}
.noliststyle{
	list-style: none;
	margin-left: 0;
}
.puffrubrik ,a.puffrubrik , a:visited.puffrubrik{
	text-decoration:none;
	font-weight:bold;
	color: #fff;
	margin-left:0px;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	display:block;
	background: #888;
	margin-top: 0px;
	EditMenuName: Puffrubrik;
}
#left .puffrubrik, #right .puffrubrik{
	background: #888 url(/gfx/vit_vertikal_pil.png) no-repeat 0 0;
	padding-right: 18px;
	font-size: 1em;
	font-weight:bold;
}
.puffrubrik_intranet, a.puffrubrik_intranet , a:visited.puffrubrik_intranet{
	text-decoration:none;
	font-weight:bold;
	color: #333;
	margin-left:0px;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	display:block;
	background: #FEDB49;
}
#left .puffrubrik_intranet, #right .puffrubrik_intranet{
	background: #FEDB49 url(/images/vertikal_pil_333.gif) no-repeat 0 0;
	color: #333;
	padding-right: 18px;
	font-size: 1em;
}
/*används i puffarna*/
.ingress{
	color:#666;
	font-size:11px;
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:0px;
}
/*ingressen i artiklarna*/
.ingresstext, .introduction, .MailPagePreview{
	display:block;
	font-weight:bold;
	color:#333;
	EditMenuName: Ingress;
}
.filelistingtext{
	font-size:11px;
}
.datelistingtext, .MailDate, .MailReadMore{
	white-space: nowrap;
	font-weight:lighter;
	font-size:10px;
	color:#666;
}
.usernamelabel{
	position:absolute;
	top:1px;
	right:180px;
	width:100px;
	border:solid 1px #BAA037;
	background-color:#fff;
	padding-right:3px;	
	padding-left:3px;
}
/*------ Site map items ---*/
#sitemaparea{
	background-color:#fff;
	width:750px;
	text-align:center;
	margin: 5px 5px 5px 5px;
}
#sitemaparea a{
	text-decoration:none;
}
tr.sitemapheader{
	font: bold 12px Arial, sans-serif;
	color: #333;
	text-decoration:none;
	margin-left:2px;
}
h1, .heading1{
	font-size: 1.5em;
	font-weight:bold;
	color: #333;
	margin:0px 0px 10px 0px;
}
h1 .heading1{
	font-size: 1em;
}
h3, .heading3{
	color: #333;
	font-weight:bold;
	font-size: 1.1em;
	margin: 10px 0px 3px 0px;
	EditMenuName: Huvudrubrik H3;
}
h3 .heading3{font-size: 1em;}
h2, .heading2, .MailPageName{
	color: #333;
	font-weight:bold;
	font-size: 1.3em;
	margin: 10px 0px 3px 0px;
	EditMenuName: Huvudrubrik H2;
}
h2 .heading2{font-size: 1em;}
.visamer, A.visamer, A:visited.visamers{
	color:#333;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	background: url(/images/enkelpil_h10b.gif) no-repeat;
	margin-top:5px;
	margin-bottom:5px;
	padding-right:10px;
	background-position:center right;
	float:right;
}
.nyhetslista{
	list-style-image: url(/images/enkelpil_h10b.gif);
}
.nyhetslista h3{
	font-size: 1em;
}
.kalenderlista{
	list-style-image: url(/images/enkelpil_h10b.gif);
	padding: 0 10px 5px 10px;
}

/* RSSEvent*/
.rsseventtable A, .rsseventtable A:visited{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
.rsseventtable A:hover{
	text-decoration:underline;
}
.dropdownshortcuts SELECT, .dropdownshortcuts INPUT{
	margin-top:5px;
}
.webcamimage{
	border:solid 1px #333;
}
#404box{
	margin-top:100px;
	width:310px;
	padding:5px 5px 5px 5px;
}
#404box P{
	margin:5px;
}
#404box A, #404box A:visited{
	text-decoration:underline;
}
#contactbox{
	margin-left:7px;
}
/* RssListingNew.ascx
=====================================*/
#rss-list{
	margin-bottom: 2em;
}
#rss-list ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#rss-list ul li{
	border: none;
	padding: 0;
}
#rss-list h2{
	text-decoration:none;
	color: #333;
	margin-left:0px;
	padding: 2px 0 2px 7px;
	background-color: #FEDB49;
	font-size: 1em;
}
#rss-list h3{
	font-size: 1em;
	background: transparent url(/images/enkelpil_h10b.gif) no-repeat 0 2px;
	padding-left: 10px;
}
#rss-list h3 a{text-decoration: underline;}
#rss-list h3 span{
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
}
#search-result{
	width: 360px;
	table-layout: fixed;
}
#search-result col.rank{width: 50px;}
#search-result col.match{width: 310px;}

/*
---------
 Add This
--------- 
*/
#Addthis
{
text-align:right;}
	
/* Hide Add This from insidan and startpages  */
#IntranetFramework_Body a.addthis_button, #IntranetFramework_Body div.addthis_toolbox
,#IntranetFramework_Body #google_translate_element, DIV.startpage #Addthis
{ visibility:hidden;
}

div.pagetype13 a.addthis_button, div.pagetype11 a.addthis_button
{ visibility:hidden;}

#google_translate_element{
	text-align: right;
	margin-right: 18px;
	margin-bottom: 10px;
}

#IntranetFramework_Body #google_translate_element
{
	visibility:hidden;
	}


 
 
/* QUICK-BAR */

.quicksearchinput{
	height:17px;
	width: 92px;
}
.quicksearch
{
	vertical-align:bottom;}
img.quickbaricon-2rows
{
	margin-bottom: -24px;
}

#IntranetFramework_Body img.quickbaricon-2rows
{
	visibility:hidden;
	width:0px;height:0px;overflow:hidden;
	}


/*  ---- DEBUG ---- 
#annonser{background-color:Lime;}
#wrap{border:solid 1px pink;}
#main{border:solid 1px pink;}
#center{background-color:Teal;}
#right{background-color:Olive;}
#left{background-color:Olive;}
#nav li{background-color:Lime;}
*/


