/*
	
	Grundstilar

*/
* {
	 padding:0;
	 margin:0;
}

body {
	margin: 0;
	padding: 2px 10px 10px 10px;
	
        /*background-color: #EEB886;*/
        background-color: #becce3;  /*bla*/
        /*background-color: #cd853f;*/ /*hostbrun*/
		/*background-color: #D8180E;*/ /*julrod*/
        /*background-color: #e8eeae; */ /* grön */
		/*background-color: #D6681D; */ /*orange*/
		/*background-color: #004080; */ /*mörkblå*/
		/*background-color: #E9C123; */ /* gul */
		/*background-color: #e1d6e5; */ /*ljus lila*/
		/*background-color: #D13D07;*/ /*röd julen 2009*/
		color: #000;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*
        font-size:0.70em;
        bortkommenterat pga larger & smaller funkar inte med em i IE font-size 70% fungerar ihop med
        div.page p satt till 1.0em
        */
	font-size:70%;
	height:100%;
}
html {
	height:100%;
}
.auraltext {
	position: absolute;
	left: -900px;
	overflow: hidden;
	width: 0;
}
br {
	clear:both;
}
img {
	border:0;
}
h1 {
	font-size:1.4em;
}
h2 {
	font-size:1.2em;
}
blockquote {
	padding:0 30px 0.7em 30px;
	font-style:italic;
}
a:link {
    font-weight: bold;
    text-decoration: none;
	/*color:#007ac3; <- SGU-blå*/
    color: #e0500e;
}
a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #806050;
}
a:focus, a:hover, a:active {
    text-decoration: underline;
}
a.keylink, a.keylink:visited {
	display:block;
	text-align:right;
	width:782px;
	color:#F5D6B8;
	font-weight:normal;
	margin: 0 auto 2px auto;
	text-decoration:underline;
}


a.indepth {
	font-size:0.9em;
	font-weight:normal;
	text-decoration:underline;
	/*background-image:url(../decor/r-arrow0.gif);
	background-repeat:no-repeat;
	background-position:left center;
	*/
	padding:3px 0 0 7px;
	margin:2px 0 5px 0;
	display:block;
	float:right;
}
.caption {
	font-size:0.8em;
	padding:5px 10px 0 10px;
}
.caption .creator {
	color:#555;
}


/*
	Layout 
*/
#container {
	margin: auto;
	text-align:left;
	width: 782px;
	min-height: 550px;
	height: auto;
	background-color:#fff;
	border: solid 1px #000;
	background-image:url(../decor/page_bg.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

#topheader {
	background-color:#fff;
	min-height:75px;
	margin:0;
	padding:0;
}
#topheader #logoarea {
	float:left;
	background-image:url(../decor/topbg.gif);   /*orginal topplogga*/
	/*background-image:url(../decor/tomte_2007.gif);*/ /*jullogga */
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:100px;   /*orginal padding för topploggan*/
	/*padding-left:130px;*/  /*padding för julloggan skall var 130px orginal är 100px*/
	/*width:325px;*/
	width:250px;
}
#topheader #topnavarea {
	width: 350px;
	float:right;
}
#content {
	min-height: 475px; /* ValtechFix 070608  + */
}
div#smallmenu {
	float:right;
	padding: 0;
	margin: 5px 0 0 0;
}
div#smallmenu ul {
	margin: 0;
}
div#smallmenu ul li {
	list-style-type:none;
	float:left;
	/*padding: 20px 0 0 0;*/
	padding: 10px 0 0 0;
}
div#smallmenu ul li a {
	/*font-size:0.8em;*/
	font-size:0.7em;
	text-transform:uppercase;
	color:#000;
	font-weight:normal;
	/*padding: 20px 5px 0 5px;*/
	padding: 5px 5px 0 5px;
	margin:auto;
}
div#smallmenu ul li a.english {
	/*background-image:url(../decor/english0.gif);*/
	background-repeat:no-repeat;
	background-position:center top;
}
div#smallmenu ul li a.sitemap {
	/*background-image:url(../decor/navmap00.gif);*/
	background-repeat:no-repeat;
	background-position:center top;
}
div#smallmenu ul li a.aboutsite {
	/*background-image:url(../decor/about000.gif);*/
	background-repeat:no-repeat;
	background-position:center top;
}

div#smallmenu ul li a.contact {
	/*background-image:url(../decor/about000.gif);*/
	background-repeat:no-repeat;
	background-position:center top;
}

div#smallmenu ul li a.empty {
/* en tom cell istället för In English på undersidorna */ 
	padding: 0 0 0 50px;
	background-repeat:no-repeat;
	background-position:center top;
}


/* se ie.css för positionering av sökfältet i IE */
#topheader #topnavarea .search {
	text-align:right;
	/*margin: 5px 5px 0 0;*/
        margin: 20px 5px 0 0;
	float:right;
	padding:0;

}
#topheader #topnavarea .search_en {
	text-align:right;
	/*margin: 5px 5px 0 0;*/
        margin: 20px 5px 0 0;
	float:right;
	padding:0;

}



#topnav2 {
	background-color: #007ac3;
	text-align:center;
	font-size:0.9em;
	border-bottom:solid 1px #000;
	border-top:solid 1px #000;
	padding: 0 5px 0 5px;
}

/* start Valtech Fix + */
#topnav2:after, #topnav3:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#topnav2, #topnav3 {display: inline-block;}

/* Hides from IE-mac \*/
* html #topnav2, * html #topnav3 {height: 1%;}
#topnav2, #topnav3 {display: block;}
/* End hide from IE-mac */
/* end Valtech Fix + */


/* Dropdownmenyer */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
	width: 10em;
	/*padding:0;*/
/* 

Lagt till v och h padding på navigationselementen i topmenyn för att få en jämn spridning horisontellt jh 2006-10-06 

*/
	padding: 0 5px 0 5px;
	margin:0;
}
#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	background-color:#fff;	
}

#nav li:hover{
position:static; /* IE7 fix  for sticky dropdownmenus JH2009-01-29  med det nya css elementet #nav li.hover*/
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	padding:0;
	margin:0;
	
}

#nav li.topitem {
	width:auto;
}

#nav a.menu {
	display: block;
	width: auto;
	text-align:left;
	background-color: #007ac3;
	background-image:url(../decor/r-arrow0.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:5px 10px 5px 5px;
	color:#fff;	
	border-right:solid 1px #007ac3;
	border-left:solid 1px #007ac3;		
}
#nav a.menu:hover {
	text-decoration:none;
	background-color:#fff;
	background-image:url(../decor/b-arrow0.gif);
	color:#000;
	border-right:solid 1px #ccc;
	border-left:solid 1px #ccc;	
}
ul.items li {
	padding:0;
	margin:0;
}
ul.items li a {
	text-align:left;
	display: block;
	width:15em;
	padding:3px 7px 3px 7px;
	color:#000;
	font-size:0.9em;
	font-weight:normal;
	background-image:none;
}
ul.items li a:hover {
	background-color:#E9EFF8;
	text-decoration:none;
}
ul.items li a:visited {
	font-weight:normal;
}

address {
	font-size:0.8em;
	font-style:normal;
	color:#101010;
	/*color:#EEECDD;*/ /* för mörk bakgrund */
	margin-top:0;
	padding:0;
}
.epost a{
	font-weight:normal;
	color:#101010;
	text-decoration:underline;  
}

/* vänsterkolumn startsida */
#leftcol {
	width:170px;
	float:left;
}
#leftcol div.puff {
	padding:10px 13px 10px 13px;
	border-bottom:solid 1px #fff;
}

/*jh 2008-10-28 */

#leftcol div.puff a:link {
    font-weight: bold;
    text-decoration: none;
    color: #e0500e; 

}
#leftcol div.puff a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #806050; 

}

#leftcol div.puff a.indepth {
    font-weight: normal;
    text-decoration: underline;
    color: #e0500e; 

}

#leftcol div.puff a.indepth:visited {
    font-weight: normal;
    text-decoration: underline;
    color:#806050; 

}

#leftcol div.puff ul li {
	list-style-type:none;
	padding:0;
	margin:0;
}
#leftcol h1 {
	font-size:1em;
	font-weight:bold;
}


/* startsida innehåll */
#content {
	padding:0;
	width:435px;
	float:left;
}
h1.sitewelcome {
	font-size:1em;
	font-weight:normal;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
.item {
	border-top:dashed 1px #aaa;
	padding:10px 0 0 0;
}
.left-item {
	width:47%;
	float:left;
	border-right: dashed 1px #aaa;
	padding: 0 10px 0 0;
}
.right-item {
	width:47%;
	float:right;
	padding: 0 0 0 10px;
}
#content h3 {
	font-size:1em;
	font-weight:bold;
	margin: 0 0 5px 0;
}
/* Länkarna på startsidan */
/*
#content a:link{
    font-weight: normal;
    text-decoration: underline;
	
	color: #e0500e; 
}
*/
#content a:visited{
    font-weight: normal;
    text-decoration: underline;
	
	color: #806050;
}
/*för länken till 150 jubileet*/
a.a_start{
    font-weight: normal;
    text-decoration: underline;

	color: #e0500e;
}

/* startsida högerkolumn */
#rightcol {
	padding:0;
	width:170px;
	overflow:hidden;
	float:right;
}

/*Länkar högerkolumn*/
#rightcol a{
    font-weight: normal;
    text-decoration: underline;
	
	color: #e0500e;

}

#rightcol a:visited{
    font-weight: normal;
    text-decoration: underline;
	
	color: #806050;

}

#content div.pad {
	padding:10px 20px 20px 20px;
}



/* Vanlig sida */
div.page p {
	margin: 0 0 0.7em 0;
	font-size: 1.0em;
}
div.page h1 {
	/*margin: 0 0 1em 0;*/
	margin: 0 0 0.7em 0;
	color: #007ac3;
}
div.page h2 {
	/*margin: 0 0 0.5em 0;*/
	/*margin: 1.2 0 0.5em 0;*/
	margin: 1.0em 0 0.3em 0;
}
div.page table.remissvar caption {
	font-size:1.2em;
	text-align:left;
	font-weight:bold;
	margin:0;
	padding:0;
}
div.page table.remissvar {
	margin: 0 0 1em 0;
}
div.page table.remissvar th, div.page table.remissvar td {
	text-align:left;
	vertical-align:top;
	padding: 10px 10px 0 0;
}

div.page table.prislista {
	margin: 0 0 1em 0;
	width:100%;
	border-left:solid 1px #DDE1EA;
	border-top:solid 1px #DDE1EA;

}
div.page table.prislista td{
	text-align:left;
	vertical-align:top;
	padding: 2px 2px 2px 2px;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	
}
div.page table.prislista th{
	text-align:left;
	padding: 2px 2px 2px 2px;
	background-color:#DDE1EA;
	
}

div.page a {
	color:#007ac3;
	text-decoration:underline;
	font-weight:normal;
}
div.page a:visited {
	color: #806050;
	text-decoration:underline;
	font-weight:normal;
}

div.page a.pdf{
	/*font-size:0.9em;*/
	/*font-weight:normal;*/
	background-image:url(../decor/ikon_pdf.gif);
	background-repeat:no-repeat;
	background-position:left center;
/*
	color:#007ac3;
	text-decoration:underline;
*/	
	padding:0 0 2px 20px;
	margin:2px 0 5px 0;
	display:block;
	/*float:left;*/
	
}

div.page ul, div.page ol {
	padding: 0;
	margin: 0 20px 0.7em 30px;
}
div.page ul li, div.page ol li {
	margin: 0 0 0.3em 0;
}
div#content.page {
	padding:0;
	width:610px;
	height:100%;
        float:left;
	background-color:#fff;
}
div.page div.related {
	float:right;
	width:180px;
	padding:8px 10px 8px 10px;
	border:solid 1px #ccc;
	background-color:#e9eff8;
	margin: 8px 0 8px 8px;
	overflow:hidden;
}
div.page div.related h2 {
	margin: 0 0 0.2em 0;
	font-size:100%;
}
div.page div.related .creator {
	margin: 0;
}

/* columner för nuhetsbrevsregistreringen */
div.page form.news div.col1 {
	width:150px;
	float:left;
	margin-top:5px;
	margin-bottom:5px
}

div.page form.news div.col2{
	float:left;
	margin-top:5px;
	margin-bottom:5px
}


/* Vänstermenyn */
p.section {
	font-weight:bold;
	padding: 5px 5px 0 5px;
}
ul.leftmenu {
	margin:7px;
	width: 156px;
}
ul.leftmenu ul {
	margin:0 0 0 6px; /* JH ändrat från 10px till 6px vä-margin */
	padding:0;
}
ul.leftmenu li {
	list-style-type:none;
	border:none;
	margin:0.4em 0 0 0;
	padding:0;
	/* float:left; */    /* ValtechFix 070608  - */
}
li.item a, li.open a, li.menu a {
	font-weight:normal;
	text-decoration:none;
	color:#000;
	padding: 0 0 0 8px;
	display:block;
	background-image:none;
	width:100%;     /* ValtechFix 070608  change: 156px > 100%  */
}
li.item a:visited, li.open a:visited, li.menu a:visited {
	color:#000;
	font-weight:normal;
}
li.item a:hover, li.open a:hover, li.menu a:hover {
	text-decoration:underline;
}
li.menu a {
	background-image:url(../decor/r-arrow0.gif);
	background-position:0 0.4em;
	background-repeat:no-repeat;
}
li.open a {	
	background-image:url(../decor/b-arrow0.gif);
	background-position:0 0.4em;
	background-repeat:no-repeat;
}
li.item a {
	background-image:none;
}
ul.leftmenu a.current {
	font-weight:bold;
}

input:focus, input:active, a:focus, a:active, select:focus, select:active, textarea:focus, textarea:active
{
	background-color:#FFEA84;
	color:#000;
}
a.menu:focus, a.keylink:active {
	color: #000;
}

.ingress {
    margin-bottom:14px;
    font-weight:bold;
    /*
    font-size: 1.3em;
    font-weight:     italic;
    */
}
.ingress:first-line {
}

