body {
	font: normal 0.7em/1.4em Georgia, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
}
/*HTML tagg*/
html{
	font-size: 100%;
}
.PrintLine {
	display:none;
}
#SearchHolder {
	display: none;
}
.TopLinks {
	display: none;
}
#MainNavigation {
	display: none;
}
#LeftColumn {
	display: none;
}
#BreadCrumb {
	display: none;
}
.BotEditor2 {
	display: none;
}
.PageName {
	font-size: 13pt;
	padding: 10px 0px 5pt;
	margin: 0px;
}
.Rubrik2 {
	font-size: 9pt;
	padding-top: 5pt;
	padding-right: 0px;
	padding-bottom: 0pt;
	padding-left: 0px;
	margin: 0px;
}
.EditorContent p {
	margin: 0px;
	padding: 0px 0px 10pt;
}
.Hidden {
	display: none;
}
h2 {
	font-size: 11pt;
}
P {
	margin: 0px;
	padding: 0px;
}
.ReadMore {
	padding-bottom: 10px;
	clear: both;
	float: left;
/*Rubriker, som redaktören kan sätta via EditMenuName i editorn, se editor.css 
för klasser som styr detta i editorn i EpiServer*/
}
h2.Rubrik1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
h3.Rubrik2 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4.Rubrik3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #990000;
}
#BotHolder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 8px;
	padding-top:8px;

}
#BotHolder IMG {
	visibility:hidden;
	display:none;
}
#OverView img {
	width: 100%;
}

/*3-Kolumner Subsida*/
body.SubPageThreeCols DIV#LeftColumn {
	display:none;

}
body.SubPageThreeCols DIV#MidColumn {
	width: 71%;
	float: left;
}
body.SubPageThreeCols DIV#MidColumn .EditorContent{

}
body.SubPageThreeCols DIV#RightColumn {
	width: 28%;
	float: right;
}
body.SubPageThreeCols #MidAndRightColHolder {
	width: 100%;
}
body.SubPageThreeCols DIV#Wrapper {
	background-color:#FFF;
}
.EditorContent {
	padding-bottom: 10px;
	clear: both;
}

/*3-Kolumner Sub-startsida*/
body.SubStartPageThreeCols DIV#LeftColumn {
	display:none;
}
body.SubStartPageThreeCols DIV#MidColumn {
	width: 90%;
	float: left;
}
body.SubStartPageThreeCols DIV#RightColumn {
	width: 34%;
	float: right;
	display: none;
}
body.SubStartPageThreeCols DIV#MidAndRightColHolder {
	width: 100%;
}

/*I fokus på understartsida*/
body.SubStartPageThreeCols DIV.HighLightArea {
	width: 100%;
	margin-bottom: 4px;
}
body.SubStartPageThreeCols DIV.HighLightArea .Heading {
	font-weight:bold;
	font-size: 1.2em;
}
body.SubStartPageThreeCols DIV.HighLightArea .HightLightImage {
	float:right;
	padding-right: 5px;
}
body.SubStartPageThreeCols DIV.HighLightText {
	float:right;
	width:57%;
}
body.SubStartPageThreeCols DIV.HighLightArea .Ingress {
	color:#666666;
	font-size: 1.1em;
}


/*Ingen Högerkolumn*/
body.NoRightCol DIV#LeftColumn {
	display:none;
}
body.NoRightCol DIV#MidColumn {
}
body.NoRightCol DIV#MidColumn .EditorContent{

}
body.NoRightCol DIV#RightColumn {
	display:none;
	position: absolute;

}
body.NoRightCol #MidAndRightColHolder {
	width: 100%;
}
body.NoRightCol DIV#Wrapper {
}


.Skip {
	display: none;
}
h1, h2, h3, h4 {
	font-size: 1em;
	padding: 5px 0px;
	margin: 0px;
}
#RightColumn UL LI {
	list-style-type: none;
}
.Contact span {
	display: block;
}
.PageInfo {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
}
#PageFooter {
	clear: both;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
}
.EditorLeft {
	float: left;
	width: 45%;
}
.EditorRight {
	float: right;
	width: 45%;
	text-align: right;
	padding-top: 10px;
}
.tabbackground {
	display: none;
}
/*Hållare för processkartor*/
.FormHorizontal {
	width:100%;
}
.FormHorizontal Label {
	width:100px;
	display: block;
	float: left;
	font-weight: bold;
}
.FormRow {
	padding-bottom:8px;
}


/*Mina länkar*/
.MyLinks {
	padding:0px;
	margin:0px;
}
.MyLinks li {
	list-style-type:none;
	border-bottom:dashed 1px #c8cac9;
	float: left;
	width: 100%;
	padding-bottom: 2px;
	padding-top: 2px;
}
.MyLinks a:link {
	text-decoration:none;
}	
.MyLinks a:visited {
	text-decoration:none;
}	
.MyLinks a:hover {
	text-decoration:underline;
}
.MylinkItem:link, .MylinkItem:visited {
	float:left;
	width:90%;
}
.MylinkDel:link, .MylinkDel:visited {
	float:right;
	width:8%;
	text-align: center;
}img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#card h3 {
	padding: 10px 0px 0px;
	margin: 0px;
}
.FilterHeading {
	display: none;
}
.FilterHolder {
	display: none;
}
.SortList {
	display: none;
}

/*Nyhetslista*/
.NewsList {
	width: 500px;

}
.NewsList P {
	padding:0px;
	margin:0px;
}
.NewsList .Heading {
	font-weight:bold;
	display: block;
	padding-bottom: 0px;
	padding-top: 0px;
}
.NewsList .Image {
	float: left;
	padding-right: 5px;
}
.NewsList .Date {
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.NewsList .Text {
	display: block;
}
.NewsLink:link, .NewsLink:visited {
	float:left;
	width: 100%;
	text-decoration:none;
	color:#000000;
	margin-bottom: 8px;
}
.NewsLink:hover {
	background-color:#eaeaea;
	text-decoration: none;
}
.NewsLink span {
	display: block;
	padding: 3px;
}

/*Bildvisning i lista*/
Body.SubPageThreeCols .HightLightImage {
	float:right;
	padding-left: 10px;
}
Body.NoRightCol .HightLightImage {
	float:right;
	padding-left: 10px;
}
Body.NoRightColNarrow .HightLightImage {
	float:right;
	padding-left: 10px;
}
.Paging {
	display: none;
}

/*Ingen Högerkolumn - Smal mittfält*/
body.NoRightColNarrow DIV#LeftColumn {
	width: 23%;
	float: left;
}
body.NoRightColNarrow DIV#MidColumn {
}
body.NoRightColNarrow DIV#MidColumn .EditorContent{

}
body.NoRightColNarrow DIV#RightColumn {
	display:none;
	position: absolute;

}
body.NoRightColNarrow #MidAndRightColHolder {
}
body.NoRightColNarrow DIV#Wrapper {

}
.MyHeading a:link, .MyHeading a:visited {
	color: #333333;
	text-decoration: none;
}
.EditorContent img.FloatLeft {
	float:left;
	padding:4px;
}
.EditorContent img.FloatRight {
	float:right;
	padding:4px;	
}
.SelectorWrap {
	display: none;
}

/*Kolumnhantering*/
.ColRow {
	width:100%;
	float:left;
	margin-top: 5px;
}
.ColLeft {
	width:48%;
	float:left;
}
.ColRight {
	width:45%;
	float:right;
}
h1.BoxHeading {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	clear: both;
	margin-bottom: 5px;
}

/*RSS-lista*/
.RSSListHolder {
	clear: both;
	float: left;
	width: 100%;

}
body.StartPage div.RSSListHolder {
	padding-left:5px;
	padding-right:8px;
	padding-top:3px;
	clear:both;
	width: 98%;
}
.RSSList:link, 
.RSSList:visited {
	display: block;
	width: 100%;
	margin-top: 1px;
	color: #333333;
	text-decoration: none;
	padding-bottom: 1px;
}
.RSSList:hover {
	background-color:#F2F2F2;
}
.RSSListHolder span {
	display:block;
}
.RSSListHolder .Date {
	color:#666666;
	font-size: 0.9em;
}
.RSSListHolder .Category {
	color:#666666;
	font-size: 0.9em;
}
.RSSListHolder .Heading {
	font-weight:bold;
}	
.RSSListContent {
	padding:2px;
}h2.ListHead {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00669A;
	padding-bottom: 0px;
}

/*Vanlig lista*/
h2.ListHead {
	font-size: 1.2em;
	clear: both;
	padding-bottom: 4px;
	padding-top: 4px;
	font-family: "Trebuchet MS", arial;
	font-weight: bold;
	padding-left: 0px;
	margin-left: 0px;
}
h2.ListHead span {
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 0px;
	display: block;
}
.RegularListHolder {
	clear: both;
	width: 100%;
}
.RegularList:link, 
.RegularList:visited {
	display: block;
	width: 100%;
	margin-top: 1px;
	color: #333333;
	text-decoration: none;
	padding-bottom: 1px;
}
.RegularList:hover {
	background-color:#F2F2F2;
}
.RegularListHolder span {
	display:block;
}
.RegularListHolder .Date {
	color:#666666;
	font-size: 0.9em;
}
.RegularListHolder .Heading {
	font-weight:bold;
}	
.RegularListContent {
	padding:2px;
}

/*Kalender*/
body.StartPage div.CalendarList {
	padding-left:5px;
	padding-right:8px;
	padding-top:3px;
	clear:both;
}
.CalendarList .Heading {
	font-weight:bold;
	padding-bottom: 0px;
}
.CalendarList .Text { 
	padding-top:0px;
}
.CalendarDay:link, 
.CalendarDay:visited {
	color:#487E20;
	font-weight:bold;
	width: 100%;
}
.CalendarDay:hover {
	text-decoration:underline;
}
.CalendarLink:link, 
.CalendarLink:visited {
	text-decoration:none;
	color:#000000;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	float: left;
}
.CalendarLink:hover {
	background-color:#F2F2F2;
	text-decoration: none;
}
.CalendarLink span {
	display: block;
	padding: 2px;
}.EditorLeft {
	padding-top: 10px;
}
.Editors {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	float: left;
	width: 100%;
	margin-top: 7px;
}
.Info span {
	font-weight: bold;
}
.Info .Divider {
	padding-top: 10px;
}

/*Fliknavigering*/
.FoldNavigation {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.FoldNavigation li {
	list-style-type:none;
	display: inline;
	background-color: #E6E6E6;
}
.FoldNavigation a:link, 
.FoldNavigation a:visited {
	float:left;
	text-decoration:none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #000000;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.45em;
	background-color: #E6E6E6;
}
.FoldNavigation a:hover {
	background-color:#E0E0E0;
}
.FoldNavigation .Active:link, 
.FoldNavigation .Active:visited {
	background-color:#cecece;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 0.5em;
}
.FoldNavigation .MainLastItem:link, 
.FoldNavigation .MainLastItem:visited {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

/*Mina sidor*/
.MySpace {
	clear: both;
	padding: 8px;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CECECE;
	border-right-color: #CECECE;
	border-bottom-color: #CECECE;
	border-left-color: #CECECE;
	background-color: #F4F4F4;
	float: left;
	width: 98%;
}
.MySpace input, select, textarea {
	width:60%;
}
.Profile .MypageColLeft {
	width:40%;
}
.MySpace .Button {
	width:auto;	
}
.FormHolder Table td Label {
	display:inline;
	width:10%;
	font-weight:normal;
}
.FormHolder Table td input, select, textarea {
	width:auto;
}
.LinksTable {
	width:100%;
	width:100%;
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.LinksTable TD {
	padding:3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	vertical-align: top;
	
}
.EditField {
	background-color: #FFF;
	padding: 4px;
	margin-top: 8px;
}
.EditField Label {
	font-weight:normal;
}
.MypageColLeft {
	width:63%;
	float:left;
}
.MypageColMid {
	width:25%;
	float:left;
}
.MypageColMid img{
	width:145px;
}
.MypageColRight {
	width:35%;
	float:right;
}
.EditorContent ul {
	list-style-position: outside;
}
.PagingContainer {
	clear: both;
}
.DateLine {
	width: 63%;
	text-align: right;
	color: #666666;
}

/*Kalender*/	
.calendarlistingarea h2.DateHeading {
	font-size: 1em;
	width: 100%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.calendarlistingarea a:link, .calendarlistingarea a:visited {
	display:block;
	width:99%;
	color: #000000;
	padding: 2px;
	text-decoration: none;
}
.calendarlistingarea a:hover {
	background-color:#eaeaea;
}
div.monthcalendararea {
	float: right;
	width: 38%;
}
div.calendarlistingarea {
	float: left;
	width: 100%;
	text-align: left;	
}
h1.calendardayheading {
	font-size: 1.2em;
	color: #333;
	display: inline;
}
table.calendarframe {
	border-color: #fff;
	background-color: #fff;
}
.leftfloating {
	float: left;
	width: 73%;
	margin-bottom: 10px;
}
.rightfloating {
	float: right;
}
.centered {
	text-align: center;
}
.rightaligned {
	text-align: right;
}
.leftaligned {
	text-align: left;
}
.SPCalendarList {
	padding-left: 5px;
}

/*Iframehållare - Bred*/
.IframeWide {
	width: 99%;
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.ImgLeftFloat {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.ImgRightFloat {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.Docs {
	margin: 0px;
	padding: 0px;
}
.Docs li {
	background-repeat:no-repeat;
}
.Article {
	margin: 0px;
	padding: 0px;
}
.Article li {
	background-repeat:no-repeat;
}
.TopMenuHolder {
	display: none;
}
/*Pufflista i högerkolumn*/
#RightColumn .PuffList {
	width: 100%;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
img.PuffImage {

}
img.PuffRight {
	padding-right:4px;
}
#RightColumn a.Puff {
	margin-bottom:5px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.PuffList span {
	padding-left:4px;
	padding-right:4px;
}
#RightColumn span.PuffHead {
	color: #236f99;
}
#LeftColumn a span.PuffLink {
	padding-left: 15px;
	background-position: 3px;
}
#RightColumn a span.PuffLink {
	color:#124466;
	background-position: 3px;
}

/*Puffhantering*/
a.Puff {
	clear: both;
	display: block;
	background-image:none;
	text-decoration: none;
	padding-top: 4px;
	margin-top: 8px;
	padding-bottom: 4px;
}
a.Puff:link, a.Puff:visited {
	text-decoration:none;
}
#RightColumn a.Puff:hover {
	background-color:#e6e9e1;
}
#LeftColumn a.Puff:hover {
	background-color:#e4d7b8;
}
.PuffImage {

}
.PuffImageRight {

}
.PuffList {
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}
.PuffList span {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display:block;
}
span.PuffLink {
	padding-left: 13px;
}
a span.PuffLink {
	text-decoration:underline;
	background-image: url(images/more-marron.gif);
	background-repeat: no-repeat;
	background-position:0px 4px;
	text-decoration:underline;
	margin-top: 4px;
	display: inline;
}
a:hover span.PuffLink {
	text-decoration:none;
}
span.PuffText {
	color: #000000;
}
span.PuffHead {
	font-size: 1.2em;
	color:#674d08;
}
div.ShareLinkArea {
	display: none;
}
