/*
*, *::before, *::after {
	box-sizing: border-box;
}

*/

:root {
	font-family: 'Verdana', system-ui, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	background-color: #fdfdfd;
	color: #333333;
}

body {
	margin: 4px 4px;
}
td, th {
	font-size:12px;
	color:#646464;
}
h1 {
	font-size:163%;
	font-weight:bold;
	color:#646464;
	margin:1em 0px .7rem 0px;
}
h2 {
	font-size:109%;
	font-weight:bold;
	color:#646464;
	margin:2em 0px 0px 0px;
}
h3 {
	font-size:100%;
	font-weight:normal;
	color:#646464;
	text-decoration:underline;
	margin:1em 0px 0px 0px;
}
p, div.p {
	margin:0px 0px 0.5em 0px;
}
ul, ol, dl {
	margin: 0;
}
hr {
	color:#7c96a7;
}
img {
	border: 0 solid transparent;
}
a, a:link, a:visited {
	background-color: transparent;
	color:#337f9c;
	text-decoration: none;
	&:hover {
		text-decoration: underline;
		text-shadow: 0 0 5px rgb(248, 232, 11);
	}
}
a.diskret {
	text-decoration:none;
	color: inherit;
	&:hover {
		text-decoration: underline;
		text-shadow: none;
	}
}
a.overskrift {
	display: block;
	margin: 2em 0 0 0;
	background-color: transparent;
	color: #3b91b4;
	font-size: 109%;
	font-weight: bold;
}


div.main_smal {
	max-width: 1024px;
	border: 1px solid #A0A0A0;
	border-right:3px solid #A0A0A0;
	border-bottom:3px solid #A0A0A0;
	padding:20px 20px 30px 20px;
	margin:30px auto; /* Centreret element */
}
div.main_bred {
	width:95%;
	padding: 1.3rem;
	margin:2rem auto; /* Centreret element */
}
div.topbar {
	text-align:center;
	height: 1.5em;
	padding:0.3em 2em;
	background-color:#7c96a7;
	background: linear-gradient(#7c96a7 0%, #a8c3d2 100%);
	color: #ffffff;
}
div.article {
	padding: 0 20px;
}
div.opdateret {
	text-align:right;
	font-size:9px;
	color:#808080;
	padding: 0.6em 0;
}
div.bundbar {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	gap: 2rem;
	height: 1.5em;
	padding:0.3em 2em;
	background-color:#7c96a7;
	background: linear-gradient(#a8c3d2 0%, #7c96a7 100%);
	color: #ffffff;
	& a {
		color: white;
		&:hover {
			text-decoration: underline;
			text-shadow: none;
		}
	}
}


div.popup {
	background-color: #a8c3d2;
	text-align: left;
	font-size: 11px;
	padding: 10px;
	width: 25em;
	border-left:1px solid #A0A0A0;
	border-top:1px solid #A0A0A0;
	border-right:2px solid #808080;
	border-bottom:2px solid #808080;
	position: absolute;
	display: none;
}
span.ledetekst {
	cursor:help;
	color:#009933;
}
