/* GENERAL STYLES */
* {
margin:0;
padding:0;
}

body { /* DER ER OGSÅ STYLES TIL body I editor.css */
background-color:#ECEBBD;
}

h1 {
display:block;
padding:8px 20px;
background-color:#ECEBBD;
color:#7A232C;
margin:0 0 15px 0;
font-size:18px;
font-weight:normal;
}

a {
color:#72634F;
}

#allcontainer {
margin:0 auto;
width:764px;
}

#all {
background-color:#FFF;
padding:0 0 20px;
margin-top:20px;
}

#topikoner {
padding:0 40px 0 20px;
height:20px;
}

#topikoner a span {
display:none;
}

#topikoner a {
display:block;
float:right;
width:12px;
height:11px;
background-repeat:no-repeat;
margin:7px 0 0 15px;
}

#topikoner .hjemlink {
background-image:url(/css/images/hjem.gif);
}

#topikoner .printlink {
background-image:url(/css/images/print.gif);
}

#topikoner .sitemaplink {
background-image:url(/css/images/sitemap.gif);
}

#menu {
margin:0 20px;
background-image:url(/css/images/menu.gif);
background-repeat:repeat-x;

/*
height:71px;
*/
}

#menu {display: inline-block}
#menu {display: block}

#menu a {
float:left;
}

  #menu ul {
  list-style-type:none;
  }

  #menu ul li {
  display:block;
  float:left;
  }

  #menu ul li a {
  display:block;
  color:#FFF;
  text-decoration:none;
  }

  #topmenu {
  padding:0 10px;
  }
  
  #topmenu ul {
  padding-top:11px;
  overflow:hidden;
  }

  #topmenu ul li {
  display:inline;
  }

  #topmenu ul li a {
  text-align:center;
  line-height:14px;
  font-size:14px;
  padding:6px 15px;
  font-weight:bold;
  }

  #topmenu ul li a.selected {
  background-color:#7A232C;
  }
  
  #bundmenu {
  }
  
  #bundmenu ul {
  overflow:hidden;
  }
  
  #bundmenu ul li {
  line-height:12px;
  }
  
  #bundmenu ul li a {
  line-height:12px;
  font-size:11px;
  padding:11px 5px;
  text-align:center;
  }
  
  #bundmenu ul li a.selected {
  background-image:url(/css/images/pil.gif);
  background-repeat:no-repeat;
  background-position:center bottom;
  }

  .bundmenureplacer {
  font-size:0;
  line-height:0;
  height:3px;
  }

#banner {
margin:0 20px;
height:280px;
width:723px;
display:none;
}

#content {
margin:20px;
}

#contentmain {
float:left;
width:500px;
}

.rightcolhidden {
width:auto !important;
float:none !important;
}

#contentright {
float:right;
width:190px;
}

#contentright h1 {
}

#contentright ul {
list-style-type:none;
}

#contentright ul li {
margin:0 0 8px 0;
line-height:16px;
font-weight:bold;
}

#contentright ul li a {
font-weight:normal;
}

#bund {
margin:0 20px;
padding:10px;
text-align:center;
color:#E7E7D3;
background-color:#7A232C;
}

#bund a {
color:#E7E7D3;
}


#credits {
text-align:right;
padding:2px 20px 5px 0;
}

#credits a {
color:#999966;
font-size:10px;
}


.breaker {
clear:both;
height:0;
font-size:0;
line-height:0;
}

/*- Smiley rapport; right col -*/
a.smiley {margin:10px 0;display:block;}

/* EDITOR PROPERTIES */

