body,
h1,
ul {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #f2f2f2;
}

div#top-bg {
	width: 100%;
	font-family: tahoma;
	background-image: url("/elements/images/top-bg.jpg");
	background-repeat: repeat-x;
}

div#main-bg {
	margin-left: auto;
	margin-right: auto;
	width: 824px;

	font-family: tahoma;
	background: #f2f2f2 url("/elements/images/dame-oppe.jpg");
	background-repeat: no-repeat;
	padding-top: 45px;
}

div#logo {
	float: left;
}

div#logo h1 a {
	display: block;
	background-image: url("/elements/images/logo.jpg");
	background-repeat: no-repeat;
	width: 195px;
	height: 36px;
}

div#logo h1 span {
	display: none;
}

div#menu {
	float: right;
	height: 36px;
}

div#menu ul {
	list-style: none;
}

div#menu ul li {
	float: left;
}

div#menu ul li a {
	font-family: "Times New Roman", serif;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	display: block;
	height: 36px;
	padding: 0 10px;
}

div#menu ul li a:hover,
div#menu ul li.menu-selected a {
	background-image: url("/elements/images/menu-selected.gif");
	background-repeat: no-repeat;
	background-position: top center;
}

div#menu ul li span {
	position: relative;
	top: 4px;
}

div#top {
	height: 261px;
	margin-left: 16px;
	margin-right: 16px;
}

div#page-holder {
	background-color: #f2f2f2;
	width: 790px;
}

div#page-bg {
	background-color: white;
	width: 790px;
	height: auto;
	min-height: 405px;
	margin-left: 16px;
	margin-right: 16px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

div#page-bg table {
	font-size: 12px;
}

div#page-left {
	float: left;
	width: 201px;
	height: 390px;
	background-image: url("/elements/images/dame-nedre.jpg");
}

div#page {
	width: 540px;
}

table#content-table {
	background-color: white;
	width: 100%;
	border: 0px;
}

table#content-table td {
	padding-right: 5px;
}

td#content-table-image {
	width: 201px;
}

div#footer-end {
	width: 100%;
	height: 40px;
	background-color: #0c3f58;
	text-align: center;
	color: white;
	font-family: Verdana;
	font-size: 11px;
	line-height: 40px;
}

div#header {
	margin-bottom: 1rem;
}

div#header h1 {
	font-family: Verdana;
	font-size: 20px;
	line-height: 2rem;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 2px solid rgb(129, 193, 255);
	padding-top: 1rem;
}

div#content {
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.4rem;
	padding-right: 15px;
}

div#content h2 {
	font-size: 18px;
	font-family: Verdana;
	font-weight: normal;
}

div#content-uddelinger h2 {
	font-size: 18px;
	font-family: Verdana;
	font-weight: normal;
}

div#kontakt-formular input.text,
textarea {
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5rem;
	font-family: Verdana;
	padding: 0 5px;
}

#submit_ansoegning {
	padding: 5px 10px;
	margin-bottom: 1rem;
}

div#kontakt-formular td {
	padding-top: 10px;
	padding-bottom: 10px;
}

div#kontakt-formular .radio-button {
	border: 0px solid black;
}

span.red-dot {
	color: red;
}

.ansoegning-dropzone {
	border: 2px dashed #c0c0c0;
	border-radius: 4px;
	padding: 18px 12px;
	text-align: center;
	cursor: pointer;
	background: #fafafa;
	margin-top: 6px;
}
.ansoegning-dropzone.drag {
	border-color: #666;
	background: #f0f0f0;
}
.ansoegning-dropzone-text {
	font-size: 12px;
	color: #444;
}
.ansoegning-file-list {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.ansoegning-file-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px 0;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
}
.ansoegning-file-remove {
	padding: 2px 8px;
	font-size: 12px;
	cursor: pointer;
}
.ansoegning-upload-error {
	margin-top: 8px;
	color: red;
}
