.container-header {  
  background-color: #DFE8C8;
  background-image: none;
  font-family: Yu Gothic Light;
  font-weight: 200;
  font-size: 16pt; 
  line-height: 0.8;  
 

  
  
}
body {
  margin: 0rem;
  margin-left:  0px;
  margin-right: 0px;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  background-color: #fff;  
}

.main-menu  {
  background-color: #D6E6A9;
  background: #DFE3A8;
  background-image: none;
  font-family: Yu Gothic Light;
  font-weight: 300;
  font-size: 14pt;
  color: #000 !important;
  line-height: 0.8;  
  
    
}


 
.main-top {
  background-color: #ffffff;
  
    padding: px; 
    margin: 0px; 
}


.sidebar-right {
  /*background: #d9dd64;*/
   background: #ffffff;
  color: #000000 !important;
}

.sidebar-left {
  background: #ffffff;  
}


/* Color the dropdown menu in the menu with the class .metismenu.mod-menu .mm-collapse */

.metismenu.mod-menu .mm-collapse {
    background: #9581BC;
    background-color: #9581BC;
    color: #fff;
   
}






.mod-menu {
  margin: 0rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 0.9;
  background-color: #DFE8C8;
  background: #DFE8C8;
  color: #000; 
 

}
 



 mod-menu, .mod-menu2 {
  margin: 0rem;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  background-color: inherite; 
  font-family: arial black;
  color: #008822 !important; 
  
}


mod-menu3, .mod-menu3 {
  margin: 0rem;
  font-size: 20px;
  font-weight: 550;
  line-height: 1.2;
  background-color: #cde; 
  background: #cde;
  font-family: arial;
  color: orange !important; 
  
}


mod-menu4, .mod-menu4 {
  margin: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  background-color: inherite;
  background: inherite;
  font-family: Yu Gothic Light;
  color: #fff !important; 
  
}

mod-menu5, .mod-menu5 {
  margin: 0rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  background-color: #DFE8C8;
  background: #DFE8C8;
  color: black !important;
  margin-left: 0px;

}
 

mod-menu6, .mod-menu6 {
  margin: 0rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  background-color: inherite;
  background: #C5BBDD;
  color: black !important;
  margin-left: 0px;

}


mod-menu7, .mod-menu7 {
  margin: 0rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  background-color: #9581BC;
  background: #9581BC;
  color: #fff !important;
  margin-left: 0px;

}





 
.main-top {
  background-color: #ffffff;
  
    padding: px; 
    margin: 0px; 
}

.sidebar-right {
  /*background: #d9dd64;*/

  background: #ffffff;
  color: #000000 !important;
  
  }

.sidebar-left {
  background: #ffffff;  
}





.navbar {
	margin: 0;
	padding: 0;
	height: 1.2em; 
	background-color: inherite;
 

}
  

 .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.00rem;
  line-height: 1;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}









#navbar {
	margin: 0;
	padding: 0;
	height: 1.2em; }
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 3px 3px;
	background-color: #466789;
	color: black;
	text-decoration: none;
	font-weight: 600;
}


#navbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #69f;}



#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li {
	float: none; }
#navbar li:hover li a {
	background-color: #69f;
	border-bottom: 1px solid #fff;
	color: #000; }
#navbar li li a:hover {
	background-color: #558; }



#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #abf;
	border-bottom: 1px solid #fff;
	color: #000; 

}






sfHover = function() {
	var sfEls = document.getElementById("navbar").getElementsByTagName("li");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" hover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" hover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);







		
	a {
padding:3px 0px 0px 5px;
text-decoration: none;
}


#knappanel1012{
list-style:none;
margin-left:15px;
margin-right:10px;
margin-top:8px;
margin-bottom:4px;

padding:0px 0px 0px 0px;

float:left; /* Undlades hvis menuen styres p?? anden vis */
}



#knappanel1012 li a{
width:150px;
height:30px;

display:block;
font-size:30pt;
font-family: arial, sans-serif;

margin-top:5px; /* Afstand mellem knapper */
color: red;
background-color:inherit;
background:url(../knap01-1012.gif) no-repeat;
}






































h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 5calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}











































