html,body { 
  /* height: 100%; */
} 
body {
  font: normal 95%/120% sans-serif;

  /*  top, right, bottom, left */
  margin: 0;
  padding: 0;

  color: black;
  background: white;
}

#skiplinks {
  display: none;
}


h1 {
  font: bold 180% sans-serif;
}

img { border: none; }

/* hack, som gör att vänsterspal får rätt bakgrund och huvudytan blir vit */
#container { 
  background: rgb(90%,90%,90%);
}
#content { 
  background: white;

  padding-left: 6px;
  padding-right: 2px;
}

/* a selected link in navigation */
.selected {
  font-style: italic;  
}

#navigation {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
#navigation { 
  /* height: expression((document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) + "px"); */
}

@media screen{
  body>div#navigation{
    position:fixed;
  }
}
html>body #navigation {
  position: fixed;
}

#navigation { 
  color: black;
  background: rgb(90%,90%,90%);

  left:0;
  top: 0;
  width: 165px;

  height: 100%; 
  min-height: 100%; 

  padding-left: 2px;
  padding-right: 2px;
  margin-right: 0px;
}
#navigation a { 
  text-decoration: none; 
  color: black; 
  display: block; 
}
#navigation a:hover   { 
  text-decoration: underline; 

}
#navigation a:before { 

}
#navigation a:visited:after { 
  /* just showing off... */
}
#navigation a:active { 

}

#content { 
  padding-top: 4px;
  margin-left: 170px; /* navigation width + some margin */
}





#imenu { 
  border: 1px solid rgb(80%,80%,80%);
  margin-top: 1ex;

  height: 2.7em;
  line-height: 2.7em;
}

#imenu ul {
  margin:0;
  padding:0;
}

#imenu li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right: 1px solid rgb(80%,80%,80%);
  white-space: nowrap;
}

#imenu li a {
  color: black;
  background: rgb(90%,90%,90%);

  display: block;
  padding: 0 18px;

}

#imenu li a.imenusel {
  color: black;
  background: rgb(255,255,195);

  text-decoration: none; 

  display: block;
  padding: 0 18px;
}

#imenu li a:hover {
  color: white;
  background: gray;
}

* html #imenu a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-float\
s.html */


.alertbox {
  margin-top: 4px; 
  margin-left: 4px; 
  padding: 8px;   
  
  border: 2px dotted rgb(153,0,0);
}

#search { 
  border: 1px solid rgb(90%,90%,90%);
  background: white;

  font-size: smaller;

  float: right;
  width: 200px;

  margin-top: 0.5ex;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.5ex;
}

#searchresults {

}

.nyheter { 
  padding: 4px 2px 4px 2px; 
  color: black;
}
.home { 
  font-weight: bolder;  
}
.projects { 
  padding-top: 20px;
  font-weight: bolder;  
}


.links {
  font-size: 90%;
}

.links a { 
  display: block; 
}

ul.links li { 
  list-style-type: none;
  margin-top: 3px;
  margin-left: -1.5em;
}

ul.links li ul { 
  padding-top: 2px;
}

ul.links li ul li { 
  margin-left: -2.4em;
  padding-top: 0px;
}

ul.links li li li { 
  margin-left: -1.5em;
}

ul.links li li li li { 
  margin-left: -1em;
}




#footer { 
  color: gray;
  background: white;

  font-size: smaller;

  border-top: 1px solid rgb(90%,90%,90%);

  margin-top: 5px;
  padding-top: 1ex;
  margin-bottom: 1ex;
}


.headlink {
  color:rgb(153,0,0);
  font-weight: bold;
  font-size: smaller;
}
.headlink:before {
  content: url("/images/more.png");
}

.newsbox { 
  border: 1px dotted rgb(153,0,0);
  background: rgb(95%,95%,95%);

  float: right;
  width: 200px;

  margin-top: 0.5ex;
  margin-right: 3px;	
  margin-left: 3px;	

  padding-left: 0.5ex;
  padding-bottom: 0.5ex;
  padding-top: 3px;
}


/* alla dl ska se ut så här */
dd { 
  margin-bottom: 10px;
}
dt { 
  font-weight: bold;
}



/* ettan, kolumnlayout */
.col1 { 
  float: left;
  width: 48%;
  border-right: 1px solid rgb(90%,90%,90%);
}
.col2 {
  float: right;
  width: 48%;
  margin-left: 2px;  
}

/* ettan, notisboxar */
#newsflash {
	clear:both; 
	font: normal 90% sans-serif;
}
#newsflash a { 
	display: block;
	float: left; 
	width: 138px;
	height: 138px;
	background-repeat: no-repeat;
	background-position: bottom right;
  	padding: 5px 5px 2px 6px;
  	margin: 0 4px 1em 0;
  	text-decoration: none;
} 
#banner1 { 
	background: #c9dad0 url(/images/bannerbakg1.gif) no-repeat;
} 
#banner2{ 
	background: #fbedd3 url(/images/bannerbakg2.gif) no-repeat;
} 
#banner3{ 
	background: #e8e7ef url(/images/bannerbakg3.gif) no-repeat;
} 
#banner4{ 
	background: #dae2f5 url(/images/bannerbakg4.gif) no-repeat;
}


/* PROJEKT ********************** */

/* InternetExplorers */
#elogo { 
  float: right;

  background: rgb(153,0,0);
  color: white;

  font-weight: 600;
  font-size: 150%;
  font-family: Gill Sans MT, Gill Sans, Sans-Serif ;

  /*  top, right, bottom, left */
  margin: 2px 2px 5px 5px;

  padding: 10px; 
}



.nolist li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  white-space: nowrap;
}

.nolist li a {
  border: 2px solid white;
  color: black;
  background: white;

  display: block;
  padding: 0 18px;
}

.nolist li a:hover {
  border: 2px solid red;
  color: white;
  background: white;
}


