﻿@media screen
{
	/* GENERELLT */
	body
	{
		background: url(images/bg.gif) repeat-y;
	}
	form
	{
		margin: 0px;
	}
	img
	{
		border: none;
	}
	.ContentLink
	{
		display: none;
	}

	/* MENYVAL, GENERELLT */
	.MenuItem a img, .ISI_REMOVE a img
	{
		vertical-align: middle;
	}

	/* WEBBPLATSMENY (hitta/förstå) */
	.SiteMenuContainer
	{
		position: absolute;
		z-index: 2;
		top: 0px;
		left: 211px;
		height: 132px;
		width: 550px;
		overflow: hidden;
	}
	.SiteMenu
	{
		position: absolute;
		bottom: 1px;
		left: 0px;
		min-height: 20px;
		width: 100%;
		background-color: #CCD6EB;
		border-top: 1px solid #8099CC;
		border-bottom: 1px solid #8099CC;
		padding-top: 1px;
		padding-bottom: 1px;
		padding-left: 15px;
	}
	.SiteMenu .MenuItem, .SiteMenu .ISI_REMOVE
	{
		display: inline;
		text-indent: 0px;
	}
	.SiteMenu .MenuItem a, .SiteMenu .ISI_REMOVE a
	{
		display: inline-block;
		padding: 5px 10px 5px 10px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 70%;
		color: #003399;
		text-decoration: none;
	}
	.SiteMenu .MenuItem a:hover, .SiteMenu .MenuItem a:active, .SiteMenu .ISI_REMOVE a:hover, .SiteMenu .ISI_REMOVE a:active
	{
		background-color: #003399;
		color: #FFFFFF;
	}
	.SiteMenu .MenuItem .Selected
	{
		background-image: url(images/arrowRB.gif);
		background-repeat: no-repeat;
		background-position: 0px 0.8em;
	}
	.SiteMenu .MenuItem .Selected:hover, .SiteMenu .MenuItem .Selected:active
	{
		background-image: url(images/arrowRW.gif);
	}

	/* HUVUDMENY (innehåll) */
	.MainMenu
	{
		position: absolute;
		z-index: 2;
		top: 130px;
		left: 10px;
		width: 200px;
		margin-bottom: 20px;
		border-bottom: 1px solid #8099CC;
	}
	.MainMenu .MenuItem
	{
		padding: 1px;
		border-top: 1px solid #8099CC;
	}
	.MainMenu .MenuItem a
	{
		display: block;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 70%;
		color: #003399;
		text-decoration: none;
	}
	.MainMenu .MenuItem a:hover, .MainMenu .MenuItem a:active
	{
		background-color: #003399;
		color: #FFFFFF;
	}
	.MainMenu .MenuItem a span
	{
		display: block;
		padding-left: 15px;
	}
	.MainMenu .MenuItem .Selected
	{
		background-image: url(images/arrowRB.gif);
		background-repeat: no-repeat;
		background-position: 5px 0.8em;
	}
	.MainMenu .MenuItem .Selected:hover, .MainMenu .MenuItem .Selected:active
	{
		background-image: url(images/arrowRW.gif);
	}
	.MainMenu .MenuItem .MenuItem
	{
		padding: 0px;
		border-top: none;
	}
	.MainMenu .MenuItem .MenuItem a
	{
		padding-top: 2px;
	}
	.MainMenu .MenuItem .MenuItem a span
	{
		display: block;
		padding-left: 30px;
	}
	.MainMenu .MenuItem .MenuItem .Selected
	{
		background-position: 20px 0.5em;
	}
	.MainMenu .MenuItem .MenuItem .MenuItem a span
	{
		display: block;
		padding-left: 45px;
	}
	.MainMenu .MenuItem .MenuItem .MenuItem .Selected
	{
		background-position: 35px 0.5em;
	}

	/* SIDHUVUD */
	.PageHeader
	{
		position: absolute;
		z-index: 1;
		top: 0px;
		left: 10px;
		height: 126px;
		width: 755px;
	}
	.PageHeader .LogoContainer
	{
		position: absolute;
		top: 0px;
		left: 0px;
		background: url(images/decor1.gif) no-repeat 2px 2px;
		text-align: center;
	}
	.PageHeader .LogoContainer #Logo
	{
		height: 106px;
		width: 106px;
		margin-top: 12px;
		margin-left: 46px;
	}
	.PageHeader .TitleContainer
	{
		position: absolute;
		top: 0px;
		left: 201px;
		height: 131px;
		width: 550px;
		background: url(images/house.gif) no-repeat bottom right;
		background-color: #E6EBF5;
	}
	.PageHeader .TitleContainer .SiteTitle
	{
		position: relative;
		top: 44px;
		left: 26px;
	}

	/* SIDINNEHÅLL, GENERELLT */
	.Content
	{
		position: absolute;
		z-index: 1;
		top: 139px;
		left: 236px;
		width: 500px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 70%;
		line-height: 150%;
	}
	.Content .BreadCrumbTrail
	{
		margin-bottom: 18px;
	}
	.Content .BreadCrumbTrail a
	{
		color: #003399;
		text-decoration: none;
	}
	.Content .BreadCrumbTrail a:hover
	{
		color: #003399;
		text-decoration: underline;
	}
	h1
	{
		margin-top: 0px;
		font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
		font-size: 150%;
		font-weight: bold;
	}
	h2
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 120%;
		font-weight: bold;
	}
	h3
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: bold;
	}
	.Content .Properties p
	{
		color: #666666;
	}
	.Content .Footer
	{
		clear: right;
		margin-bottom: 20px;
		border-top: 1px dashed #8099CC;
	}
	.Content .Footer p
	{
		margin-top: 5px;
		color: #666666;
	}
	.Content .Footer p span
	{
		white-space: nowrap;
	}
	.Content .Footer p .Name
	{
		/*font-weight: bold;*/
	}
	.Content .DocImage
	{
		float: right;
		border: solid #000000 1px;
		margin: 0px 0px 10px 10px;
	}

	/* STARTSIDA */
	.StartPage .Content
	{
		padding-top: 18px;
	}
	.StartPage #news a
	{
		font-weight: bold;
	}

	/* DOKUMENTLISTA */

	/* DOKUMENTSIDA */
	.Document .Introduction
	{
		color: #666666;
		font-weight: bold;
	}
	.Document .InlineMenu
	{
		float: right;
		margin: 0px 0px 5px 5px;
		border-left: 1px solid #8099CC;
		padding: 0px 0px 5px 5px;
	}

	/* LÄNKLISTA */
	.Links .Introduction
	{
		color: #666666;
		font-weight: bold;
	}
	.Links .Url
	{
		color: #666666;
	}

	/* OMBUDSMÄNNEN */
	.Persons h2 .Title
	{
		display: block;
		margin-top: 0.1em;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 78%;
		font-weight: normal;
	}
	.Person h1 .Title
	{
		display: block;
		margin-top: 0.1em;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 58%;
		font-weight: normal;
	}

	/* SÖKSIDA JO-BESLUT */
	.Decisions .Introduction
	{
		/* 	color: #666666; 	font-weight: bold; */
	}
	.Decisions .SearchForm
	{
		background-color: #E6EBF5;
		padding: 10px;
	}
	.Decisions .SearchForm label
	{
		width: 130px;
		margin-right: 5px;
		text-align: right;
	}
	.Decisions .SearchForm .Input
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 100%;
	}
	.Decisions .SearchForm .Reference label
	{
		white-space: nowrap;
		overflow: visible;
	}
	.Decisions .SearchForm .Reference .Input
	{
		width: 7em;
	}
	.Decisions .SearchForm .Category
	{
		margin-top: 5px;
	}
	.Decisions .SearchForm .Category .Input
	{
		width: 325px;
	}
	.Decisions .SearchForm .Text .Input
	{
		width: 325px;
	}
	.Decisions .SearchForm .Date .Input
	{
		width: 7em;
	}
	.Decisions .SearchForm .Date .From label
	{
		white-space: nowrap;
		overflow: visible;
	}
	.Decisions .SearchForm .Date .To label
	{
		width: auto;
		margin-left: 5px;
	}
	.Decisions .SearchForm .Buttons
	{
		margin-top: 5px;
		margin-left: 135px;
	}
	.Decisions .SearchForm .Button
	{
		margin-right: 5px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 100%;
		width: 7em;
	}
	/*
				.Decisions .SearchResult {
					margin-top: 20px;
					border-top: 1px dashed #8099CC;
				}
				*/

	/* JO-BESLUT */
	.Decision h1
	{
		margin: 0.5em 0em 0.75em 0em;
		padding-bottom: 1px;
		border-bottom: 1px solid #000000;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 110%;
		font-weight: bold;
	}
	.Decision h2
	{
		margin: 1em 0em 0.5em 0em;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 110%;
		font-weight: bold;
	}
	.Decision h3
	{
		margin: 0.25em 0em 0.5em 0em;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 110%;
		font-style: italic;
		font-weight: normal;
	}
	.Decision .Normal, .Decision p
	{
		margin: 0em 0em 1em 0em;
	}
	.Decision .Packad
	{
		margin: 0em 0em 1em 3.5em;
		color: #666666;
	}
	.Decision .PackadFetRubrik
	{
		margin: 1em 0em 0.5em 3.5em;
		font-weight: bold;
		color: #666666;
	}
	.Decision .PackadKursivRubrik
	{
		margin: 0.25em 0em 0.5em 3.5em;
		font-style: italic;
		color: #666666;
	}
	.Decision .Back
	{
		float: right;
	}

	/* WEBBKARTA */
	.Sitemap .WebsiteMap .MenuItem a
	{
		display: block;
		margin-top: 0.5em;
	}
	#WMI_1_1
	{
		margin-top: 0em;
	}
	.Sitemap .WebsiteMap .MenuItem .MenuItem
	{
		padding-left: 25px;
	}
	.Sitemap .WebsiteMap .MenuItem .Description
	{
		padding-left: 25px;
	}

	/* INLOGGNING */
	.Login label
	{
		width: 120px;
		margin-right: 5px;
		text-align: right;
	}
	.Login input
	{
		width: 7em;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 100%;
	}
	.Login .Username
	{
		margin-top: 25px;
	}
	.Login .Password
	{
		margin-top: 5px;
	}
	.Login .Buttons
	{
		margin-top: 25px;
		margin-left: 125px;
		margin-bottom: 25px;
	}
}

