@charset "utf-8";

*{
	margin:0em;
	padding:0em;
}
a{
	color: #acacac;
	text-decoration: none;
}
body{
	background-color: #2a2a2a;
	color: #555555;
	font-family: 'Agency FB', Calibri, sans-serif;
	padding: 25px;
}
h2{
	margin-top: 0.5em;
}
hr{
    margin: 0.5em 0;
}
#container{
	background-color: #2a2a2a;
	position: relative;
/*	height: 100%;*/
}
.menu{
	cursor: pointer;
	display: inline;
	font-size: 150%;
	text-transform: uppercase;
}
.menu * a{
	color: #333333;
}
.menu * a:hover, .menu>span:hover{
	color: #acacac;
}
/*.active {
  color: #555555;
}*/
.menu>span{
	padding-right: 15px;
}
.submenu, .subsubmenu{
	display:none;
}
.list{
	color: #acacac;
	display:none;
	float: left;
    font-size: 110%;
	margin: 10px 0 75px 10px;
	width: 400px;
}
.list > ul, .list > ul * ul{
	list-style: none;
}.list > ul * ul{
	padding-left: 2em;
}
.list * li{
	cursor: pointer;
    padding: 3px 0;
}
.list * a:hover {
	color: #b30000;
}
.list #meta, .list #footnotes {
    font-size: 80%;
	margin-bottom: 1em;
    padding: 5px 0;
}
.list #sources{
    font-size: 80%;
    margin: 5px 0 15px 0;
}

div#moment{
	float: right;
	margin-top: 75px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 475px;
}
#moment > h1{
	display: block;
	text-align: right;
}
#moment > h2{
	text-align: right;
}
#momentTitle{
	text-transform: capitalize;
}
#trailerInit{
    display: block;
    font-size: 2em;
    padding-top: 20%;
    text-align: center;
}
#trailer{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	height: 267px;
	width: 475px;
}

#colophon{
	background-color: #2a2a2a;
	bottom: 0;
	padding: 20px;
	position: fixed;
	width: 100%;
}
#colophon img{
	margin-left: 0px;
	vertical-align: middle;
}
#co-op:hover{
	background: url("https://co-op.stoof.dk/layout/logo_small.png") no-repeat;
}
#bmwc{
	font-family: "Londrina Outline", sans-serif;
}
#colophon * a {
	color: #555555;
}
#colophon * a:hover {
	color: #acacac;
}
#colophon * #bmwc {
	color: #acacac;
}

/* drop down menu */

div#navbar {
	background: white;
	margin: 0 auto;
	padding-top: 5px;
	text-align: left;
	width: 800px;
}
* div#navbar {
	font-size: .7em;
	font-weight: bold;
}
div#navbar a {
	color: #ccc;
}
div#navbar ul {
	background: white;
	border-right: 1px solid #efefef;
	margin: 0;
	padding: 0;
	list-style: none;
}
div#navbar li {
	background: white;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-top: 1px solid #efefef;
	float: left;
	line-height: 1em;
	list-style: none;
	margin: 0;
	padding: 2px;
	position: relative;
	width: 116px;
}
div#navbar li#sidsteLImenuNiveau1 {
	border-right: 1px solid #efefef;
}
div#navbar li:hover {
	background-color: #efefef;
}
div#navbar li.sub li.sub:hover {
}
div#navbar ul li a {
	display: block;
	text-decoration: none;
	padding: 3px;
	width: 100%;
}
div#navbar ul li a:hover {
	color: #aaa;
}
div#navbar>ul a {
	width: auto;
}
div#navbar ul ul {
	display: none;
	margin: 6px 0 0 0;
	position: absolute;
	width: 116px;
}
div#navbar ul ul ul {
	margin: 2px 0 0 0;
}
div#navbar ul ul li {
	border-top: none;
}
div#navbar li.sub {
	background-image: url(layout/pil_ned.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
div#navbar li.sub li.sub {
	background-image: url(layout/pil_hoejre.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
div#navbar ul.niveau1 li.sub:hover ul.niveau2 {
	border-top: 1px solid #ccc;
}
div#navbar ul.niveau1 li.sub:hover ul.niveau2, div#navbar ul.niveau2 li.sub:hover ul.niveau3 {
	display: block;
}
div#navbar ul.niveau2 {
	top: 15px;
	left: -1px;
	width: 121px;
}
div#navbar ul.niveau3 {
	border-top: 1px solid #ccc;
	top: 0;
	left: 121px;
	width: 121px;
}
		<!--[if lt IE 7]>
		<style type="text/css" media="screen">
		body {behavior:url(csshover.htc);}
		</style>
		<![endif]-->