* {
    padding: 0;
    margin: 0;
}

.mceContentBody {
  /* set editor text size to the same as everything else */
  font-size: 13px;
}

div.form_errors {
    /*  border: 5px solid red;*/
    background: orange;
    color: white;
    padding: 15px;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

div.image_right, div.image_left, div.iconlink, div.factbox,  div.metabox, div.mapbox {
    width: 160px;
    display: inline;
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin-bottom: 15px;
}

div.image_right , div.iconlink, div.factbox, div.metabox, div.mapbox {
    float: right;
    clear: right;
    margin-left: 15px;
}

div.image_left {
    float: left;
    clear: left;
    margin-right: 15px;
}

div.image_factbox {
    margin-bottom: 20px;
}

div.factbox img {
    width: 160px;
}

div.image_left img {
    width: 160px;
}

div.image_right img {
    width: 160px;
}

div.image_full_view {
    display: block;
    margin: 1em 0em 1em 0em;
    clear: left;
}

.box-title{
    font-family: times,serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 0px 3px 2px 5px;
    color: #222222;
    font-weight: bold;
}

/*
ul.menu {
padding-left: 5px;
}
*/

div.menu {
    margin-top: 20px;
}

.menu {
    list-style-type: none;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    overflow: hidden;
}

.menu ul ul {
    margin-left: 10px;
    padding-left: 0px;
}

.menu ul {
    margin-left: 10px;
    padding-left: 0px;
}

.menu li {
    padding-left: 6px;
    text-indent: -6px;
}

p.article_not_found, p.version_not_found {
    font-family: Arial Unicode MS, Lucida Sans Unicode, Arial, sans-serif;
    font-size: large;
    background-color: #FFFFFF;
    padding: 20px; 
}

div.article {
    background-color: #FFFFFF;
    padding: 0px;
    overflow: hidden;
}

.article h1 {
    font-size: 160%;
    line-height: 1em;
    margin: 0em 0em 0.6em 0em;
}

.subdoc_heading a {
    font-weight:bold;
    line-height: 1em;
    font-size: 100%;
    color: black;
}

/* Should stay the same when visited also in IE6 */
.subdoc_heading a:visited {
    font-weight:bold;
    line-height: 1em;
    font-size: 100%;
    color: black;
}

.article h2 {
    font-weight:bold;
    line-height: 1em;
    font-size: 100%;
    margin: 1.25em 0em 0.25em 0em;
}

.article h3 {
    font-weight: normal;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 85%;
    margin: 0em 0em 0.18em 0em;
}

.article h4 {
    font-weight:normal;
    font-style: italic;
    font-size: 100%;
    margin: 0em 0em 0.1em 0em;
}

.article h5 {
    font-weight:bold;
    line-height: 1em;
    font-size: 85%;
    margin: 0em 0em 0.25em 0em;
}

.article div.tab-h1 {
    font-weight: bold;
    font-size: 100%;
    margin: 0em 0em 0.75em 0em;
}

.article div.tab-h2 {
    font-size: 85%;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0em 0em 0.5em 0em;
}

.article div.tab-h3 {
    font-size: 100%;
    line-height: 1em;
    font-weight: normal;
    font-style: italic;
    margin: 0em 0em 0.5em 0em;
}

.article p {
    margin: 0em 0em 0.6em 0em;
}

.subdoc_shortview {
    margin: 0;
    color: #909090;
}

.article ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
    margin-bottom: 0.6em;
}

.article ol {
  list-style: decimal inside;
}

.article table {
    margin: 0em 0em 1em 0em;
    border-style: none;
    font-size: 83%;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

.article div.include {
    color: red;
    margin: 1em 0em 1em 0em;
}

.article span.inlined_title {
    font-weight: bold;
}

p.copyright {
    font-style: italic;
    margin-top: 5px;
}

img.asset_icon {
    float: left;
    display: block;
    margin-right: 5px;
}

fieldset.article_top {
  border-style: none;
}

.article_top_right_elements {
	float: right; 
	width: 170px;
}

span.box_metadata_label {
    font-weight: bold;
}

div.imagetext {
    margin-top: 0.5em;
    font-size: 88%;
}

div.userinfo {
    margin: 0em 0em 0em 0em;
    float: left;
}

div.article_type_image {
  float: right;
  margin-bottom:10px;
  margin-top: 5px;
  width: 170px; /* Shouldn't be needed. Only for Stupid IE6! */
}

div.add_this {
  float: right;
}

div.preview_info {
    margin-bottom: 2em;
}

div.preview_info h1 {
    font-weight: bold;
    font-size: 150%;
    margin: 0em 0em 0.75em 0em;
}

p.userinfo {
    margin: 0em 0em 0em 0em;
}

p.swftext {
    font-size: 83%; 
    font-style: italic;
}

div.userinfo {
    font-size: 83%; 
}

div.imagetext p {
    font-size: 1em; 
}

a:visited img {
  border-style:none;
}

a:hover img {
    border-style: none;
}

a.asset:hover {
    border-style: none;
}

/* Sets width explicitly to make overflow work with IE6 */
p.assetview {
    width: 581px;
    overflow: auto;
}

div.articlebody {
  margin-top: 1em;
  margin-bottom: 0.3em;
  line-height: 1.5;
}

span.isbn {
    display: none;
}

.article ul.lit_list {
    list-style-type: none;
    margin: 0em 0em 0.6em 0em;
}

.article ul.lit_list li {
    margin-bottom: 0.6em;
}

.mapbox .map {
	display: none; /* Hide maps until they are loaded, they contain JSON */
}

div#opplysningen hr { 
  height: 0.5px;
  border-width: thin;
  color:gray;
  background-color:gray;
  margin-top: 5px;
  margin-bottom: 5px;
}

div#opplysningen td.icon { 
  vertical-align: top;
}
