




html body #userPanel {
	width: 960px;
}

html body {   
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  line-height: 1.5;
  background-color: #ededeb;
  background-image: url(images/grid.gif);
}

#super{
  width: 962px;
  MARGIN-LEFT: auto;
  MARGIN-RIGHT: auto;
}


#page{

}

#banner {
  height: 260px;
  background-image: url(images/top.gif);
  background-repeat: no-repeat;
  background-position: bottom;
}

#banner h1 {
	text-align: center;
}

#leftContent {
  position: absolute;
  top: 230px;
  width: 240px;
  padding-top: 40px;
  margin-left: 35px;
}

#centerContent {
  background-image: url(images/content_bg.gif);
  background-repeat: repeat-y;
  padding-right: 70px;
  padding-left: 330px;
  padding-top: 10px;
  padding-bottom: 30px;
  height: auto !important;
  height: 420px;
  min-height: 420px;
}

#rightContent {
  display: none;
}

#footer {
  clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
  background-image: url(images/content_bg.gif);
  background-repeat: repeat-y;
  padding-left: 340px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}




/*** MENY ***/

#navcontainer {
  margin-right: 20px;
}

#navcontainer ul li {
  list-style: none;
  text-align: right; 
  margin-bottom: 0.5em;
}

#navcontainer a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background-image: url(images/meny_knapp.gif);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 22px;
}

#subnavlist  li a{
  background-image: none;
  font-weight: normal;
  font-style: italic;
  padding: 0;
  padding-right: 22px;
  margin-bottom: 0.25px;
}





h1{
  font-size: 14pt;
}

h2{
  font-size: 13pt;
}

h3{
  font-size: 12pt;
}

a img {
  border: 0;
  text-decoration:none;
}

.objectRendrer a { 
	color: #000;
	font-weight: bold;
}

.hiddenStructure {
  display: none;
}

.objectPath { display: none;}



#documentActions ul {
  list-style: none;
  float: right;
}

#documentActions ul li {
  display: inline;
  padding-right: 1ex;
}


