@import url("/IziStyle/form.css");

html, body, p
{
    padding:0;
    margin: 0;
}
body {
	background-color:#A1AbA9;
    font-size:75%;
	font-family: "Trebuchet MS",arial,verdana,sans-serif;
	color:#363636;
	line-height:1.4em;
}

/* Övergripande ramverk */
div#wrapper   {
	margin:1em 0 0 0;
	padding:0 0 2em 0;
    width: 842px;
    background: url(/IziImages/IziDesignImages/BgrMiddle.gif) repeat-y;
    text-align:left;
}
div#wrapper:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
div#wrappertop	{
	height:15px;
	width:842px;
    background: url(/IziImages/IziDesignImages/BgrTop.gif) no-repeat;
}
div#wrapperbottom	{
	height:21px;
	width:842px;
    background: url(/IziImages/IziDesignImages/BgrFooter.gif) no-repeat left bottom;
}
#wrappercontent	{
	margin:0;
	padding:0 0 0 8px;
	width:850px;
}
div#wrappercontent:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
#containerhead	{
	margin:4em 0 0 0;
	padding:0;
}
#containerbody	{
	padding:0 2em 0 1em;
	margin:0 0 0 0;
}

/* Kolumner inom ramverket */
#sidecontent	{
	float:left;
	width:210px;
	margin:2.3em 1.5em 0 0;
}
#primarycontent	{
	float:left;
	margin: 2.1em 0 0 0;
}
.onecol	{
	width:541px;
}
.twocol	{
	width:320px;
}
#secondarycontent	{
	float:right;
	width:205px;
	margin:2.3em 2em 0 0;
}

/* Sidfot */
#pagefooter	{
	clear:both;
	margin:80px 40px 0 35px;
	padding:1em 0 0 0;
	border-top:1px #8b8f90 solid;
}
#pagefootermin	{
	display:none;
}
/* Nyheter */
.news	{
	width:533px;
	margin:1em 0 0 2px;
	padding:0;
}
.news h3	{
	color: #000;
	margin:0.6em 0.5em 1em 0;
	text-indent: 16px;
	font-size:1.1em;
	font-weight:normal;
	background-position: left center;
	background-image: url(/IziImages/IziDesignImages/boxOrange.gif);
	background-repeat: no-repeat;
}
.news a	{
	display:block;
	text-decoration: none;
}
.news dl	{
	display:inline;
	width:490px;
	float:left;
}
.news dt	{
	margin:0;
	padding:0;
	font-weight:bold;
}
.news dt.img	{
	float:right;
	width:378px;
}
.news dd	{
	margin:0;
	padding:0;
}
.news dd.newsdate	{
	color:#8b8f90;
	margin:0;
	padding:0;
}
.news dd.img img	{
float:left;
padding:0 12px 0 0;
}

/* Medarbetare */
.employee	{
	width:533px;
	margin:1em 0 0 2px;
	padding:0;
}
.employee a	{
	display:block;
}
.employee dl	{
	display:inline;
	width:490px;
	float:left;
}
.employee dt	{
	margin:0;
	padding:0;
	font-weight:bold;
}
.employee dt.img	{
	float:right;
	width:385px;
}
.employee dd	{
	margin:0;
	padding:0;
}
.employee dd.img img	{
float:left;
padding:0 15px 0 0;
}

dd.delimiter	{
	clear:both;
	padding:0 0 1em 0;
	margin:0 0 1em 0;
	border-bottom:1px #8b8f90 dashed;
}
.last dd.delimiter	{
	display:none;
}

/* Puffar i sidor - finns också upplösning-specifika i respektive CSS, t ex 800 och 1024.css*/
.push	{
	width:310px;
	margin:0;
	padding:0;
}
.push dl	{
	display:inline;
	float:left;
	margin:1em 0 0 0;
}
.push dt	{
	margin:0;
	padding:0;
}
.push dd	{
	margin:0;
	padding:0;

}
.push dd.img img	{
float:right;
padding:0 0 1em 1em;
}
.push dd.delimiter	{
	clear:both;
	padding:0 0 1em 0;
	margin:0 0 1em 0;
	border-bottom:1px #dbdad7 solid;
}

/* Länkar generellt */
a	{
	color:#8b8f90;
	text-decoration: underline;
}
/* Headlines */
h1, h2, h3, h4, h5, h6	{
	font-family: arial,verdana, sans-serif;
	font-weight:normal;
	line-height:1em;
	margin:0.5em 0 0.3em 0;
	
}
h4, h5, h6	{
	font-weight:bold;
	margin:0 0 0 0;
}
h1	{
	font-size:2.2em;
}
h2	{
	font-size:1.8em;
}
h3	{
	font-size:1.4em;
}
h3.quote	{
	font-size:1.2em;
	line-height:1.5em;
	font-style:italic;
}
h4	{
	font-size:1.1em;
}
h5	{
	font-size:1em;
}
h6	{
	font-size:0.8em;
}
	/* Special headings */
h5.conndoc, h5.connlink	{
	font-weight:normal;
	font-size:0.9em;
	margin:1em 0 0 0;
	text-indent: 14px;
	background-position: left center;
	background-image: url(/IziImages/IziDesignImages/boxOrangeMin.gif);
	background-repeat: no-repeat;
}

/* Menyer och listor */

ul	{
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.horizontal	{
	float:left;
	margin:0.5em 0 0 0;
	color:#8b8f90;
}
ul.horizontal a	{
	color:#8b8f90;
}
ul a	{
	position: relative;
	text-decoration:none;
	color:#121212;
	display:block;
}
.niv1 .current, .niv2 .current	{
	background-position: right center;
	background-image: url(/IziImages/IziDesignImages/BgrArrowMenuNiv1Active.gif);
	background-repeat: no-repeat;
}
.niv3 .current, .niv4 .current	{
	background-position: left center;
	background-image: url(/IziImages/IziDesignImages/BgrArrowMenuNiv3Active.gif);
	background-repeat: no-repeat;
}
ul.niv1 a 	{		/* Nivå 1 i menystrukturen */
	width:17em;
	height:1.8em;
	line-height:1.8em;
	border: 1px #dbe4e3 solid;
	margin:0.3em 0 0.3em 0;
	text-indent:0.8em;
}
ul.niv2 a 	{		/* Nivå 2 i menystrukturen */
	width:17em;
	height:1.8em;
	line-height:1.8em;
	border: 0;
	margin-bottom:3px;
	margin-top:3px;
	text-indent:1.1em;
}
ul.niv1 a:hover, ul.niv2 a:hover 	{		/* Hover för Niv1 och Niv2 */
	background-position: right center;
	background-image: url(/IziImages/IziDesignImages/BgrArrowMenuNiv1Hover.gif);
	background-repeat: no-repeat;
}
ul.niv3 a:hover 	{		/* Hover för Niv3 */
	background-position: left center;
	background-image: url(/IziImages/IziDesignImages/BgrArrowMenuNiv3Hover.gif);
	background-repeat: no-repeat;
}
ul a:hover.home	{
	background-position: right center;
	background-image: url(/IziImages/IziDesignImages/BgrArrowMenuNiv1Home.gif);
	background-repeat: no-repeat;
}
ul.niv3 a 	{		/* Sidnavigering i sida. */
	width:17em;
	height:1.8em;
	line-height:1.8em;
	border-bottom: 1px #8b8f90 dashed;
	margin:0.3em 0 0.3em 0;
	text-indent:1.3em;
}
ul.niv4	{
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.niv4 a 	{		/* För lista med uppladdade dokument och länkar i sidor. */
	width:17em;
	height:1.8em;
	line-height:1.8em;
	border-bottom: 1px #8b8f90 dashed;
	margin:0.3em 0 0.3em 0;
	text-indent:0;
}
ul.horizontal li	{
	float:left;
	border-right:1px #8b8f90 solid;
	margin:0 0.5em 0 0;
	padding:0 0.5em 0 0;
}
ul.horizontal li#last	{
	border:0;
}
li	{
	display:inline;	/* tar bort för stort mellanrum i IE/Win*/
}

/* Lista i text */
.lista ul
{
list-style-type: disc;
}
.lista li
{
list-style-type: square;
	display: list-item;
	list-style-position: inside;
}

/* Transparent Custom Corners and Borders */
/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:8px;
	margin:0 0 0 8px;
	background:url(/IziImages/IziDesignImages/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-8px;
	width:8px;
	height:8px;
	background:url(/IziImages/IziDesignImages/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:9px;
	margin:0 0 0 2px;
	background:url(/IziImages/IziDesignImages/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-2px;
	width:2px;
	height:9px;
	background:url(/IziImages/IziDesignImages/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 2px;
	background:url(/IziImages/IziDesignImages/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 8px 0 0;
	background:url(/IziImages/IziDesignImages/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1em 1em 1em 1.5em;
	background-color:#fff;
	/*background:url(/IziImages/IziDesignImages/BgrContent.png);*/
	background-repeat: repeat-x;
	background-position: left bottom;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */
