a:link, a:visited, a:active {
	color: #FFFFFF;
	border-bottom: thin dashed;
	text-decoration: none;
}

a:hover { border-bottom:thin solid #FFFFFF } 

a.menu:link, a.menu:visited {
	color: #FFFFFF;
	border-bottom: none;
	font-size: 14pt;
	line-height: 20pt;
}

a.menu:hover, a.valgt-menu:hover {
/*  border-bottom: solid; */
	font-size: 14pt;
	line-height: 20pt;
	background-color: #505050
}

hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #FFFFFF;
    margin: 1em 0; padding: 0; }

map {
  display: none;
}

body {
	font-family: 'Alegreya Sans', 'Calibri', 'Trebuchet MS', 'Verdana', sansserif;
	color: #FFFFFF;
	font-size: 14pt;
	line-height: 20pt;
	text-align: left;
	margin-top: 0pt;
	margin-bottom: 0pt;
	background-color: #000000;
	background-image: url(graphica/lamp-background.jpeg);
	background-repeat: no-repeat;
	background-position: center top;
}

a.valgt-menu:link, a.valgt-menu:visited {
	border-bottom: solid;
}

p {
	font-size: 14pt;
	line-height: 20pt;
	text-align: left;
	margin-top: 0pt;
	margin-bottom: 0pt;
	color: #FFFFFF;
}
ul {
    list-style-type: circle;
	margin-left: 16pt;
	padding-left: 0pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}
.normalmedindryk {
	text-indent: 10pt;
	text-align: left;
}
.indryk {
	text-indent: 12pt;
	list-style-type: none;
	list-style-position: outside;
}
.ikkeindryk {
	text-indent: 0pt;
	list-style-type: none;
}
.ikkeafstand {
	margin-bottom: 0;
	margin-top: 0;
}
.overskrift {
	font-weight: bold;
	margin-top: 12pt;
	margin-bottom: 12pt;
}
.overskrift1 {
	letter-spacing: 2pt;
	text-transform: uppercase;
	text-align: left;
	margin-top: 12pt;
	margin-bottom: 12pt;
}
.overskrift-centreret {
	font-weight: bold;
	text-align: center;
	margin-top: 12pt;
	margin-bottom: 12pt;
}
.overskrift2 {
	margin-top: 12pt;
	margin-bottom: 12pt;
	font-style: italic;
}
.understreg {
	border-bottom: medium solid #EBF0DF;
}
.titel {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
.roedtekst {
	color: #FF0000;
}
.spatieret {
	letter-spacing: 2pt;
}
.versaler {
	letter-spacing: 2pt;
	text-transform: uppercase;
}
.kapitaeler {
	letter-spacing: 2pt;
	font-variant: small-caps;
	text-transform: lowercase;
}
.fonetisk {
	font-family: "Lucida Sans Unicode", "Segoe UI", "Arial Unicode MS", "Lucida Grande";
}
.fonetisk-med-link {
	font-family: "Lucida Sans Unicode", "Segoe UI", "Arial Unicode MS", "Lucida Grande";
	color: #0000FF;
}
.linkfarvet {
	color: #0000FF;
}
.hoejrestreg {
	border-right: thin dotted #000000;
}
.topstreg {
	border-top: thin dotted #000000;
}
.litteraturindryk {
	text-indent: -10pt;
	margin-left: 10pt;
}

.flex-container {
	display: flex;
	flex-direction: row;
	padding-top: 25px;
	justify-content: left;
	width: 800px;
	margin: auto;
}
.venstreboks {
	width: 200px;
}
.midterboks {
	width: 400px;
}
.hoejreboks {
	width: 200px;
}

.nav-container {
	display: flex;
	flex-direction: row;
	padding-top: 50px;
	padding-bottom: 0px;
	justify-content: center;
	align-items: center;
}
.nav-item {
	display: flex;
	flex-basis: auto;
	margin:10px;
}
.indholdscontainer {
  	display: flex;
	flex-direction: column;
	padding-top: 25px;
	padding-bottom: 25px;
	justify-content: center;
	align-items: center;
	width: 600px;
	margin: auto;
}
.logocontainer {
  	display: flex;
	flex-direction: row;
	padding-top: 50px;
	padding-bottom: 25px;
	justify-content: center;
	align-items: center;
}

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:regular,italic,bold,bolditalic&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');