@charset "UTF-8";

*
{ 
	margin: 0; 
    padding: 0; 
    border: 0; 
}

a, a:link, a:visited, a:hover, a:active
{
    text-decoration: none;
  
}

a:link {
  color: red;
}

body
{
	margin: 5px 0 5px 0;
	padding: 0;
	background-color: #a5a5a5;
	font-family: "trebuchet ms", arial, "liberation sans";
	font-size: 14px;
}

.dark-mode {
  background-color: white;
  color: black;
}

div#content_div
{
	opacity: 0;
	margin-top: 20px;
	width: 80%;
}


div#preload_div
{
	display: none;
}

#footer{
	margin: auto;
  	width: 50%;
  	text-align: center;
}

div#notification_div
{
	display: none;
	position: fixed;
	top: 0;
	z-index: 200;
	width: 100%;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	pointer-events: none;
}

div#notification_inner_div
{
	display: table;
	margin: 0 auto;
	height: 100%;
	background-color: #ffffaa; /* Background color for text i header midt */
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

div#notification_inner_cell_div
{
	display: table-cell;
	min-width: 400px;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	text-align: center;
}

div#header_div
{
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 30px;
	background-color: #2d2d2d;
	box-shadow: 0px 2px 10px #2d2d2d;
	-webkit-box-shadow: 0px 2px 10px #2d2d2d;
	color: #FFFFFE; /* Farve på Du er ikke logget ind */
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
}

div#header_inner_div
{
	display: table;
	width: 100%;
	height: 100%;
}

div#header_inner_left_div
{
	display: table-cell;
	width: 250px;
	padding-left: 10px;
	vertical-align: middle;
	text-align: left;
  	text-decoration:none;
}

div#header_inner_center_div
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
        color: #F5F5F5;
         /* color: #f5f5f5;  OK */
}

div#header_inner_right_div
{
	display: table-cell;
	width: 250px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: right;
}