html body { line-height: 1.7 }

body{
  color: #fff;
  font-size: 12px;
  font-family: Arial;
}

#page{
  margin-left: auto;
  margin-right: auto;
  width: 983px; 
  background-color: #635761;
}

#banner{
  height: 400px;
  background-image: url(images/banner.jpg);
  background-repeat: no-repeat;
}


#leftContent {
  width: 236px;
  float: left;
}

#centerContent {
  width: 535px;
  float: right;
  height: auto !important;
  min-height: 300px;
  height: 300px;
  padding-right: 80px;
}

#footer {
  clear: both;
  margin-left: 369px;
  height: 40px;
  font-size: 8px;
}


/*
 *  Meny
 */
div#navcontainer{
  margin-top: 25px;
}

ul#navlist{
  list-style: none;
}

ul#navlist li{
  text-align: right;
  padding-top: 4px;
}

ul#navlist li a{
  color: #FFBAB5;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  padding-right: 8px;
  background-image: url(images/bgmenu.gif);
  background-repeat: no-repeat;
  background-position: right;
}

ul#subnavlist{
  list-style: none;
}

ul#subnavlist li a{
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  background-image: url(images/bgsubmenu.gif);
}


table.listing th, form#loginForm{
  color: black;
}




#pageDescription, p.pageDescription, p.description, .objectDescription{
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

.hiddenStructure {
  display: none;
}

div.objectPath{
  display: none;
}

#documentActions{
  margin-top: 4px;
  float: right;
}

#documentActions ul {
  margin: 0px;
  list-style: none;
}

#documentActions li { 
  margin: 0px;
  display: inline;
}

h1{
  color: #FFBAB5;
  font-size: 24px;
  font-weight: normal;
}

a{
  color: #FFBAB5;
}

div.objectEdit {
  color: black;
}
