﻿#container {
	background-image: url('billeder/blaahat.jpg');
	font-family: "Segoe UI";
	font-size: small;
	width: 850px;
	height: 650px;
	padding: 10px;
	margin-left: 250px;
}
#masthead {
	font-family: "Segoe UI";
	font-size: x-large;
	color: white;
	width: auto;
	height: 50px;
	text-align: center;
	vertical-align: baseline;
}
#top-nav {
	margin: 10px;
	padding: 10px 0px 10px 0px;
	border: thin solid #f1f1f1;
	text-align: center;
	list-style-type: none;
}
#top-nav ul {
	text-align: center;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#top-nav ul li {
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
#top-nav ul li a {
	color: #ffffff;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	background-color: #2b579e;
}
#top-nav ul li a:hover {
	color: #000000;
	background-color: #e08c16;
	border: 1px solid #99BF99;
}
#footer {
	text-align: center;
	margin-top: 375px;
	clip: rect(auto, auto, auto, auto);
	font-family: "Segoe UI";
	font-size: 12px;
	color: #FFFFFF;
}
/* Dropdown Button */
.dropbtn {
	background-color: #2b579e;
	color: white;
	padding: 12px;
	font-size: 12px;
	border: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #ddd;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #e08c16;
}
.button {
	font-family: "Segoe UI";
	font-size: small;
	background-color: #2b579e;
	color: #FFFFFF;
}
