html, body, #contents {
	text-align:left!important; /*för att skriva över pse.css */
	width: 100%;
	height: 100%;
	min-height: 100%;
}
html {
    /* Motverka färginformation i colors.css */
    background-color: #ffffff;
}
/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */
html>body, html>body #contents {
	height: auto;
}
#main {
	margin-bottom: 5em;
	height: auto;
}
#contents {
	position: absolute;
	top: 0;
    left: 0;
}
/* Topp */
#topPopup {
	height: 4.6em;
}
/* Loggan */
#logotypePopup {
	width: 3.4em;
	padding: .6em 1.2em 0 1.2em;
	float: left;
}
/* För att kunna förstora loggan */
.imgPopup {
	width: 3.4em;
	height: 3.4em;
}
/* Rubrik */
#headerPopup {
	padding: 1.6em 0 0 0;
	float: left;
}
#headerPopup h1 {
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* Avdelare */
#seperatorPopup {
	height: 1.2em;
	clear: both;
}
/* Innehållsytan */
#contentPopup {
	margin: 2.4em;
}
#footerPopup {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2em; /* avdrag för padding */
}
/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack
 * Stupid hack lets IE see 100%, others see 69%.
 */
#footerPopup {
    \width: 100%;
    w\idth: 69%;
}
#footerPopup {
	width: 100%;
}
#footerPopup ul {
	list-style: none;
	padding: .4em 0 0 0;
}
/* för ebrevwebb */
#footerPopupEBW {
	position: absolute;
	bottom: 0;
    margin-bottom:1em;
    width: 100%;
	height: 2em; /* avdrag för padding */
}
#footerPopupEBW {
    \width: 100%;
    w\idth: 69%;
}
#footerPopupEBW {
	width: 100%;
}
#footerPopupEBW ul {
	list-style: none;
	padding: .4em 0 0 0;
}
/* slut för ebrevwebb */
.popupPrint {
	margin: 0 0 0 2.4em;
	float: left;
}
.popupClose {
	margin: 0 2.4em 0 0;
	float: right;
}
/*--------------------------------------------------------------------------------------------------------------
Med navigering
---------------------------------------------------------------------------------------------------------------*/
#nav1Popup {
	height: 2.4em;
	display: block;
	clear: both;
}
#nav1Popup ul {
	margin: 0 0 0 2.3em; /* blir 2.4 räknat till bokstaven, inte till omgivande boxen */
}
#nav1Popup li {
	list-style: none;
	padding: .6em 0 0 0;
	float: left;
}
#nav1Popup a:link {
    font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	padding: 0 2.6em 0 0; /* luft mellan länkarna */
	margin: 0;
}
#nav1Popup a:visited {
    font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	padding: 0 2.6em 0 0; /* luft mellan länkarna */
	margin: 0;
}

#nav1Popup a:active,#nav1Popup a:hover, #nav1Popup a.marked {
	text-decoration: underline !important;
}

#nav2Popup {
	height: 2.4em;
	display: block;
}
#nav2Popup ul {
	margin: 0 0 0 2.3em; /* blir 2.4 räknat till bokstaven, inte till omgivande boxen */
}
#nav2Popup li {
	list-style: none;
	padding: .6em 0 0 0;
	float: left;
}
#nav2Popup a:link, #nav2Popup a:visited {
    font-size: 1em;
	text-decoration: none;
	padding: 0 2.8em 0 0; /* luft mellan länkarna */
	margin: 0;
}
#nav2Popup a:active {
	text-decoration: underline;
}
#nav2Popup a:hover {
	text-decoration: underline;
}
#nav2Popup a:active,#nav2Popup a:hover, #nav2Popup a.marked {
	text-decoration: underline !important;
}
/*--------------------------------------------------------------------------------------------------------------
Submenyer
---------------------------------------------------------------------------------------------------------------*/
#nav1SubMenu, #nav2SubMenu {
    display: none;
    background: #344770;
}
#nav1SubMenu, #nav2SubMenu {
	height: 2.4em;
}
#nav1SubMenu ul, #nav2SubMenu ul {
	margin: 0 0 0 2.3em; /* blir 2.4 räknat till bokstaven, inte till omgivande boxen */
}
#nav1SubMenu li, #nav2SubMenu li {
	list-style: none;
	padding: .6em 0 0 0;
	float: left;
}
#nav1SubMenu a, #nav2SubMenu a {
    font-size: 1.1em;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
	padding: 0 2.8em 0 0; /* luft mellan länkarna */
	margin: 0;
}
#nav1SubMenu a:active, #nav2SubMenu a:active {
	text-decoration: underline;
}
#nav1SubMenu a:hover, #nav2SubMenu a:hover {
	text-decoration: underline;
}

#nav1SubMenu a:active,#nav1SubMenu a:hover, #nav1SubMenu a.marked  {
    text-decoration: underline;
}
#nav2SubMenu a:active,#nav2SubMenu a:hover, #nav2SubMenu a.marked  {
	text-decoration: underline;
}

