html, body{
  height: 100%;
}

body{   
  text-align: center; /*Midtstilling av super*/
  align: center;  /*Midtstilling av super og page ie. stil*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #464242;
  padding: 0px;
  margin: 0px;
  background-repeat: no-repeat;
  background-color: #eeeeee;
}

#super{
  MARGIN-LEFT: auto;
  MARGIN-RIGHT: auto;
  height: auto;
  width: 800px;
  align: center;
  background-image: url(images/bg.jpg);
  background-repeat: repeat-y;
}

#page{ 
  height: auto;
  width: 780px;
  text-align: left;
  align: left;
  MARGIN-LEFT: auto;
  MARGIN-RIGHT: auto;
  background-image: url(images/pagebg.jpg);
  background-repeat: repeat-x;
}

#banner {
  height: 160px;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
}

#leftContent {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 160px;
}

#centerContent {
  float: right;
  height: auto !important;
  min-height: 450px;
  height: 450px;
  width: 590px;
  background-color: white;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 15px;  
}

#rightContent {
  display: none;
}

#footer{
  clear: both;
  height: 60px;
  background-color: #cccccc;
  text-align: center;
  font-size: 8pt;
  color: #999999;
  padding: 10px;
}


a{ 
  color: #303350;
  text-decoration: underline;
}

a:hover {
  color: black;
}


h1 { 
  font-family: Arial, Verdana;
  font-size: 14pt;
  margin: 0px;
  color: #003366;
}

h2 { 
  font-family: Arial, Verdana;
  font-size: 12pt;
  margin: 0px;
  color: #003366;
}



#banner h1 {
  display: none;
}




/**
 ** Center-innhold
 **/

#centerContentTitle {
  display: none;
}


#pageHeader, .pageHeader, .newsFolderHeader {
  font-weight: bold;
  font-size: 16pt;
  font-family: Arial;  
  text-transform: capitalize;
  margin-bottom: 1em;
}


/**
 ** M E N Y ------------------------------------------------------------------------------
 **/
#navcontainer {

}

ul#navlist{
  margin: 0px;
  padding: 0px;
}

ul#navlist li {
  margin: 0px;
  padding-top: 0.5em;
  list-style: none;
  width: 150px;
  border-top: 1px solid #999999;
  background-color: white;
}

ul#navlist li{
  padding-top: 0.5em;
  list-style: none;
  border-top: 1px solid #999999;
}

ul#navlist li a {
  display: block;
  font-family: Verdana, Arial, Helvetica, Sans;
  font-size: 7.5pt;
  text-align: left;
  background-color: white;
  font-weight: bold;  
  padding-left: 9px;
  text-decoration: none;
  height: 1.5em;
}

ul#navlist li a:hover {
  color: #919d00;
}

ul#subnavlist {
  margin-left: 0px !important;
  margin-left: -11px;
}

ul#subnavlist a{
  margin-left: 20px;
  background: none;
  color: #7f99b2;
  border: 0;
}






/*
 * Image GALLERY -----------------------------------------------------------------------------
 */
#imagePageCC {
}

ul#imageControl{
  margin: 0px;
  margin-top: 6px;
  margin-bottom: 12px;
  padding: 0px;
  list-style: none;
}
ul#imageControl li{  display: inline;
}

li#previousImage a{  font-weight: bold;
  font-size: 10px;
  font-family: Tahome, Verdana, Arial, Helvetica, Sans;  
  color: #000000;
  padding-right: 100px;
}

li#nextImage a{   font-weight: bold;
   font-size: 10px;
   font-family: Tahome, Verdana, Arial, Helvetica, Sans;  
   color: #000000;
   padding-left: 100px;
}


div.folderList{
}

div.folderList img {
  display: block;
}

div.folderList a{
  margin-right: 15px;
  padding: 20px;
  width: 140px;
  float: left;  
  font-weight: bold;
  font-size: 10px;
  font-family: Tahome, Verdana, Arial, Helvetica, Sans;  
  color: #000000;
  border: 1px solid #999999;
}







#pageDescription, p.pageDescription, p.description, #objectDescription{
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}








/*
 * FORM STYLE
 */
.form {
  background: white;
  margin: 0px;
  padding: 10px;
  background-color: #EBEBEB;
}

.context {
  color: white;
  background-color: #003366;
  border: none;
}


input, textarea, select {
  color: #003366;
  background-color: white;
  border: 1px solid #003366;
  
}





/*
 * DocumentActions
 */

#documentActions {
  float: right;
}

#documentActions ul {
  list-style-type: none;
}

#documentActions ul li {
  display: inline;
}

#documentActions ul li a img {
  border: 0;
}




ul#objectPath {
  margin: 0;
}

ul#objectPath li {
  display: inline;
  margin: 0;
  list-style-type: none;
}

ul#objectPath li a:hover {
  text-decoration: underline;
}

.hiddenStructure {
  display: none;
}

textarea#comment {
  width: 325px;
}

#imagePageCC img{
  border: 1px solid #000;
}

#frontpageLink a{
  display: none;
}

form#myTextArea {
  margin: 0;
}

