/* Main body styles */
#main {  }
.overskrift { text-align: center; }


@media print {
  .control { display: none; }
  #menu { display: none; }
}


/* Image centering, etc. */


img {
    border: none;
    margin-top: 1em;
    margin-bottom: 1em;
}

.bimage {
	font-size: 18px;/*     font-weight: bold; */
	font-style: normal;
	font-weight: normal;
}

.bimage p {
    font-size: small;
/*     font-weight: normal; */
}

.bimage img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 18pt;
}

/* Menu-specific styling */

#body
  {
	position: absolute;
	top: 21px;
	left: 141px;
	right: 25px;
	max-width: 65em;
	border: solid 5px #559;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #300;
	font-style: italic;
  }

#body h1, #body h2, #body h3, #body h4 {
	text-align: center;
	color: #300;
}

@media print {
  #body { position: relative; background-color: white; border: none;
          top: 0; left: 0; right: 0; padding: 0; }
}

#menu
  { font: 16px Verdana, sans-serif;
    position: fixed; left: 0; top: 90px; width: 146px; z-index: 100;
  }
#menu, #menu * {
	padding: 0;
	margin: 0;
	background: #2855ae;
	font-family: Verdana, sans-serif;
}
#menu ul { list-style-type: none; }
#menu hr
  { border-right: 5px solid #555; border-top: 2px solid #5555ae;
    border-bottom: 0px; }
#menu .hr { display: inline; margin: 0; padding: 0; clear: none; float: none; }
#menu a
  { display: block; text-align: center;
    text-decoration: none; color: #ffc;
    padding: 5px 10px; border-right: 5px solid #555 }
#menu a:hover, #menu a.current { color: #411; background: #aaa; border-right: 5px double #66f; }
#menu a:active { text-decoration: blink; }

/* Child elements */
#menu li > ul {
    display: none;
    position: absolute;
    left: 146px;
    top: 0px;
}

#menu li:hover > ul {
    display: block;
}

#menu li {
    position: relative;
}
