html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #498D37;
	background-image: url(../images/bg-fade-4.gif);
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-repeat: repeat-x;
	background-position: top;
/*	background-attachment: fixed; */
}

body.iframeBody {
	background-image: none;
	background-color: #BECBA5;
	margin: 0px 8px 0px 8px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	color: Red;
	font-size: 140%;
	margin-top: 0px;
	margin-bottom: 12px;
}
h2 {
	color: Red;
	font-size: 120%;
	margin-bottom: 4px;
}
h3 {
	color: Red;
	font-size: 100%;
	margin-bottom: 4px;
}

img {
	border: none;
}

p {
	margin-top: 6px;
	margin-bottom: 10px;
}

a {
	color: #454F15;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

iframe {
	border-color: #454F15;
	border-style: solid;
	border-width: 1px;
}

hr {
	border-color: #7F994D;
	border-style: solid;
	border-width: 1px;
	height: 0px;
}

li {
	margin-bottom: 6px;
}

.fillAll {
	width: 100%;
	height: 100%;
}

.contentArea {
	border-color: #454F15;
	border-style: solid;
	border-width: 1px;
	background-color: #F0F0DD;
	width: 600px;
	height: 300px;
	background-image: url(../images/faded-flower.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.bigPadding {
	padding: 0px 46px 34px 46px;
}

.footer {
	text-align: center;
	vertical-align: top;
	color: #F1F2E0;
	font-size: 8pt;
	letter-spacing: 2px;
}
.footer a {
	color: #EEE5B4;
	font-weight: normal;
}

a.menu {
	background-image: url(../images/menu-bg-dim.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 204px;
	height: 18px;
	text-align: left;
	padding: 2px 10px 0px 6px; /* top/right/left */
	margin: 2px 0px 2px 0px; /* top/bottom */
	display: block;
}
a.menu:hover {
	background-image: url(../images/menu-bg-hover.png);
}
a.menu-hl {
	background-image: url(../images/menu-bg-hl.png);
}
a.menu-hl:hover {
	background-image: url(../images/menu-bg-hl.png);
}
a.submenu {
	background-image: url(../images/menu-sub-bg-dim.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 184px;
	height: 18px;
	text-align: left;
	padding: 2px 10px 0px 26px; /* top/right/left */
	margin: 2px 0px 2px 0px; /* top/bottom */
	display: block;
}
a.submenu:hover {
	background-image: url(../images/menu-sub-bg-hover.png);
}
a.submenu-hl {
	background-image: url(../images/menu-sub-bg-hl.png);
}
a.submenu-hl:hover {
	background-image: url(../images/menu-sub-bg-hl.png);
}

.menuImage img {
	padding: 0px 0px 1px 0px;
	vertical-align: middle;
}
.menuImage:hover img {
	padding: 1px 0px 0px 0px;
}

.menuHeadline {
	font-style: italic;
	color: #F1F2E0;
	padding-left: 5px;
	margin-top:6px;
}

div.credits {
	position: fixed;
	left: 4px;
	bottom: 0px;
	padding: 2px;
	text-align: left;
}

table.seperatorTable td {
	background-color: #498D37;
	color: #F1F2E0;
	padding: 1px 8px 1px 8px;
}
table.seperatorTable td a {
	color: #F1F2E0;
}

img.portrait {
	border-color: #454F15;
	border-style: solid;
	border-width: 1px;
	background-color: #BECBA5;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

div.dataBox {
	border-color: #454F15;
	border-style: solid;
	border-width: 1px;
	background-color: #BECBA5;
	padding: 3px 6px;
}
table.dataBox {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
table.dataBox td {
	width: 50%;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

table.dataBoxPub td {
	vertical-align: top;
}
table.dataBoxPub th img {
	margin-top: 3px;
	margin-right: 5px;
}

table.dataBoxPubSub {
	border-collapse: collapse;
}
table.dataBoxPubSub th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
table.dataBoxPubSub td {
	vertical-align: top;
}

table.dataBoxPubSub .workarea {
	font-size: 9px;
}

table.listTable td {
	padding: 0px 6px 1px 6px;
}
tr.altBg1 {
	background-color: #98B48A;
}
tr.altBg2 {
	background-color: #B2C29A;
}

.important {
	color: #AA0000;
	font-weight: bold;
	font-style: italic;
}

.highlightBig {
	color: #449944;
	font-size: 130%;
	font-weight: bold;
	vertical-align: top;
}

.noMargin {
	margin: 0px;
}
.noMargin li {
	margin-left: 20px;
}

.paperScroll {
	background-image: url(../images/paper-scroll.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 22px 28px 22px 28px;
	width: 171px;
	height: 59px;
	margin: 16px 50px 16px 40px;
}
table.vedtaegter td {
	vertical-align: top;
	padding: 2px 8px 16px 0px;
}
table.vedtaegter h2 {
	margin: 2em 0 0 0;
}
table.ansoegning td {
	vertical-align: top;
}
form.ansoegning input {
	width: 320px;
}
form.ansoegning input.radio {
	width: 30px;
}
form.ansoegning textarea {
	width: 320px;
}

span.ps {
	color: Red;
	letter-spacing: 2px;
	font-weight: bold;
}

ul.moreMargin li {
	margin-bottom: 12pt;
}

span.h1 {
	color: Red;
	font-size: 140%;
	font-weight: bold;
}
span.h2 {
	color: Red;
	font-size: 120%;
	font-weight: bold;
}
span.h3 {
	color: Red;
	font-size: 100%;
	font-weight: bold;
}

tr.rowA td {
	background-color: #b2cb8c;
	padding: 1px 8px 1px 8px;
}
tr.rowB td {
	background-color: #ced8aa;
	padding: 1px 8px 1px 8px;
}

span.highlight {
	color: #AA0000;
	font-style: italic;
	font-weight: bolder;
}

.hl {
	font-style: italic;
	color: #2e9600;
}

img.icon {
	vertical-align: middle;
}

td.komCol1 {
	width: 140px;
	padding-left: 20px;
}
td.komCol2 {
	text-align: right;
}
tr_hover {
	background: #FFFFFF;
}

div#mapOverDiv {
	position: absolute;
	border: 1px solid black;
	padding: 2px 5px;
	background: white;
	z-index: 10;
}

table.memberStatusTable {
	border-collapse: collapse;
	width: 100%;
}
table.memberStatusTable th {
	background: #BECBA5;
}
table.memberStatusTable th, table.memberStatusTable td {
	border: solid 1px #7F994D;
	padding: 0px 2px;
}

tr.deletedMember {
	text-decoration: line-through;
	color: #7F994D;
	background: #e2e2cc;
	font-style: italic;
}
tr.deletedMember td a {
	color: #7F994D;
	font-weight: normal;
}
.changedOption {
	background: #BECBA5;
	font-weight: bold;
}

@media print {
	.hideOnPrint {
		display: none ! important;
	}
	img.topLogoPrint {
		display: inline ! important;
	}
}



