body {
	text-align: center;
}

/* text objects */
h1, h2, h3, p {
	margin-top: 0em;
}

h1 {
	margin-bottom: 0.5em;
}

h2 {
	margin-bottom: 0.3em;
}

h3 {
	margin-bottom: 0.25em;
}

h4 {
	margin: 0px;
}

p {
	margin-bottom: 1em;
}

hr {
	border-width: 0px;
	border-top: 2px solid #fff;
	height: 2px;
}
blockquote {
	margin: 10px 15px;
	font-size: 71%;
	font-style: italic;

}
.date
{
	float: right;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

#body .inner .date
{
	float: none;
	position: absolute;
	text-align: right;
	width: 445px;
	font-size: 64%;
	margin: -15px 0px 0px -10px;
}

#body .inner .news .date {
	position: relative;
	float: right;
	margin: 0px;
	width: auto;
}
#main #home .news .date { font-size: 0.625em; }

/* BC / FUNC */
#bc {
	height: 20px;
}

#func
{
	height: 35px;
}

#func input {
	background: #fff;
	border: 0px;
	font-size: 71%;
	height: 30px;
	color: #92A5B2;
	cursor: pointer;
}

#func .printform input { margin: 0px 0px 0px 28px; }

#func .sendform input
{
	margin-left: 8px;
	margin-right: 2px;
}

#func .fontform input
{
	margin-left: 6px;
}


#func div {
	float: left;
	height: 30px;
	padding: 0px;
	vertical-align: middle;
	overflow: hidden;
}
* html #func div { height: 34px; }

#func form {
	float: left;
}

/*
#func a {
	display: block;
	float: left;
	padding: 2px;
}

#func img {
	vertical-align: middle;
	margin-right: 3px;
}

#func a:link, #func a:visited {
	text-decoration: none;
	color: #92A5B2;
}

#func .font {
	margin: 0px;
}
*/

/* MAIN */
#main {
	width: 950px;
	margin: 0px auto;
	text-align: left;
}

/* TOP */
#logo {
	position: absolute;
	margin-left: 645px;
	top: 5px;
}

.topbar {
	background: #FFC61E url('/gfx/bg-top.gif') repeat-y left top;
	height: 64px;
	border-bottom: 1px solid #fff;
}

#searchbox {
	position: absolute;
	margin-left: 730px;
	top: 84px;
}

.text {
	font-family: verdana, arial, sans-serif;
	font-size: 71%;
	border: 1px solid #B2BFC8;
	width: 160px;
	margin: 0px 4px 0px 0px;
	padding: 2px;
	vertical-align: middle;
	height: 1.7em;
}

.submit {
	border-top: 1px solid #B2BFC8;
	border-left: 1px solid #B2BFC8;
	border-right: 1px solid #3F6075;
	border-bottom: 1px solid #3F6075;
	background-color: #93A5B1;
	font-family: verdana, arial, sans-serif;
	font-size: 71%;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	text-transform: uppercase;
}

select {
	vertical-align: middle;
}

.navibar {
	background: #658091;
	color: #fff;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
}

.navibar a:link, .navibar a:visited {
	color: #fff;
	text-decoration: none;
}

.highlight {
	border-bottom: 1px solid #aaaaaa;
	padding-bottom: 20px;
}

/* LEFT */
#left {
	float: left;
	clear: right;
	width: 200px;
	display: inline;
}

#menu {
	background: #E4E9EC url('/gfx/bg-menu.gif') no-repeat right bottom;
	font-size: 74%;
	font-weight: bold;
	padding: 23px 0px;
}

#menu a {
	display: block;
	color: #4D6C80;
	text-decoration: none;
	padding: 2px 2px 5px 30px;
}

#menu .act a {
	background: url('/gfx/bg-amenu.gif') no-repeat 10px 3px;
}

#menu .children {
	background-color: #A8B7C1;
}

#menu .children a {
/*	background: url('/gfx/bg-subact.gif') no-repeat 10px 7px; */
	color: #fff;
	padding-top: 5px;
}

#menu .actchildren a {
	background: #A8B7C1 url('/gfx/bg-subact.gif') no-repeat 10px 7px;
	color: #fff;
	padding-top: 5px;
}

#menu .sub .children {
	font-size: 1em;
	font-weight: bold;
}

#menu .sub {
	background: #A8B7C1;
	font-weight: 400;
	font-size: 90%;
	padding-bottom: 5px;
}

#menu .sub .sub {
	font-size: 1em;
	border: 0px;
	padding-bottom: 0px;
}

#menu .sub a {
	color: #fff;
}

#menu .sub .act a {
	background: url('/gfx/bg-subact.gif') no-repeat 10px 4px;
}

#menu .sub .sub a {
	padding-left: 40px;
}

#menu .sub .children .act a {
	font-weight: 400;
}

/* BODY */
#body {
	background: #F1F3F5;
	margin-left: 220px;
}

#body .inner { padding: 20px 30px 0px 29px; }

.bodystop {
	clear: both;
	height: 30px;
	font-size: 1%;
}

.textarea {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	width: 100%;
	padding: 2px;
}

.searchstatus {
	background: #efefef;
	border: 1px solid #999;
	font-size: 74%;
	padding: 2px;
	margin-bottom: 1em;
}

.searchstatus .pages {
	margin-top: 5px;
	font-size: 1em;
}

.stars {
	font-weight: bold;
	font-size: 1.2em;
	vertical-align: bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 10px;
	height: 5px;
	padding-bottom: 0px;
	color: #c00;
}

.searchhl {
	background: #A8B7C1;
	color: #fff;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}

/* liste */
.title {
	font-size: 110%;
}

.pages {
	font-size: 74%;
	height: 50px;
	color: #4D6C80;
}

.pages a, .pages b, .pages span {
	background: #E4E9EC;
	display: block;
	float: left;
	padding: 2px 4px;
	margin-bottom: 4px;
	margin-right: 5px;
}

.pages a.last, .pages b.last {
	margin-right: 0px;
}

.pages a:link, .pages a:visited {
	color: #4D6C80;
}

.pages a.act {
	background: #A8B7C1;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.pages a.act:link, .pages a.act:visited {
	color: #fff;
}

.pages b {
	background: #A8B7C1;
	color: #fff;
}

.pages div {
	clear: left;
}

ul {
	margin-left: 20px;
	padding-left: 0px;
}

li {
	padding-bottom: 0px;
}

.news {
	border-bottom: 2px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#home .news p a {
	display: block;
	background: url('/gfx/bg-more.gif') no-repeat right top;
	padding-right: 20px;
}
.secbugfix .news h2 {
	color: #4B4B4B;
	font-size: 75%;
}
.news img {
	float: right;
	padding: 0px 0px 20px 10px;
}
* html .news p a {
	width: 100%;
}

.news.last {
	border-bottom: 0px;
}

.newsparent {
	font-size: 71%;
	color: #666;
}

a.more {
	display: block;
	background: url('/gfx/bg-more.gif') no-repeat right center;
	text-align: right;
	padding-right: 15px;
	color: #FFBD00;
	text-decoration: none;
	font-weight: bold;
}

a.more:visited, a.more:hover {
	color: #FFBD00;
}

/* RELATED */
#related {
	float: right;
	background: #fff url('/gfx/bg-related.gif') no-repeat left bottom;
	width: 250px;
	border-left: 20px solid #F1F3F5;
	border-bottom: 20px solid #F1F3F5;
}

#related form {
	margin: 0px;
}

#related hr, #relhome hr {
	border-width: 0px;
	border-top: 1px solid #CFD5DA;
	height: 1px;
}

#relhome h3 {
	color: #6e8798;
}

#topx {}

.topx a:link, .topx a:visited {
	text-decoration: none;
}

#related .relbox {
	border-top: 1px solid #92A5B2;
	border-left: 1px solid #92A5B2;
	border-right: 1px solid #92A5B2;
	padding: 20px 20px 0px 20px;
	margin: 0px;
}

#related .relboxstop {
	background: url('/gfx/bg-relboxstop.gif') no-repeat left bottom;
	height: 15px;
	font-size: 1%;
	border-right: 1px solid #92A5B2;
}

#body #related .inner {
	padding: 0px 0px 20px 20px;
}

.navi div, .year, .ayear {
	padding: 2px 0px;
}

.navi .act, .ayear {
	font-weight: bold;
	background: #fefefe;
}
.navi .act a:link, .navi .act a:visited {
	color: #000000;
	text-decoration: none;
}

#relhome ul
{
	padding-left: 1.2em;
	margin-left: 0px;
}
* html #relhome ul { 
	padding-left: 1.4em;
}

#relhome ul li {
	 list-style-image: url('/gfx/related-ul.gif');
}

/* TOGGLEDISPLAY */
.close {
	display: none;
}
.open {
	display: block;
}

/* ADRESSES */
#addresses {
	position: absolute;
}

#addresses div {
	background: #fff;
	height: 110px;
	width: 196px;
	border: 1px solid #B69863;
	padding: 2px;
}

#addresses div h3, #addresses div p {
	color: #776139;
}

#aarhus, #billund, #esbjerg, #fredensborg, #frederikssund, #haderslev, #herning, #holbaek, #horsens, #korsoer, #koege, #maribo, #middelfart, #naestved, #odense, #svendborg, #toender, #ribe, #ringkoebing, #roskilde {
	margin-top: 200px;
}

h3.active {
	background: #D5CCB9;
}

#body table.tborder {
	border: 1px solid #fff;
	border-collapse: collapse;
}

#body table.tborder tr td {
	border: 1px solid #fff;
	padding: 5px 20px 5px 20px;
}

#body table.tborder tr td h3 {
	margin: -5px -20px 0px -20px;
	padding: 5px 20px 5px 20px;
}

#body table th {
	font-size: 71%;
}

#body table.clear {
	clear: right;
}

/* FOOTER */
#footer {
	clear: both;
	line-height: 160%;
}

#totop a {
	float: right;
	display: block;
	background: url('/gfx/bg-totop.gif') no-repeat right center;
	padding-right: 20px;
	color: #FFBD00;
	text-decoration: none;
	font-weight: bold;
}

/* HOME */
#topbanner, #home {
	margin-left: 220px;
}

#topbanner {
	background: url('/gfx/top-dummy.jpg') no-repeat left bottom;
	height: 195px;
	margin-bottom: 20px;
}

#topbanner .txt {
	position: absolute;
	height: 80px;
	width: 460px;
	margin: 110px 0px 0px 10px;
	overflow: hidden;
}

#relhome {
	float: right;
	width: 230px;
}

#relhome .box {
	padding: 10px;
	margin-bottom: 0px;
}

#home {
	background: #F1F3F5 url('/gfx/bg-body.gif') no-repeat 280px 80px;
	margin-right: 250px;
	padding: 20px;
}

/* SITEMAP */
#sitemap {
	font-size: 74%;
	font-weight: bold;
}

#sitemap .sub .page {
	padding-left: 15px;
	font-weight: 400;
}

#sitemap a {
	display: block;
	padding: 2px 5px 2px 5px;;
	margin-bottom: 3px;
	text-decoration: none;
	color: #000;
}

#sitemap a:link {
	color: #333;
}

#sitemap a:visited {
	color: #666;
}

#sitemap a:hover {
	color: #999;
}

#sitemap .sub {
	margin: 0px 0px 10px 15px;
}

#sitemap .sub a {
	color: #333;
}

#sitemap .sub a:hover {
	color: #999;
}

/* PDF */
.pdf a {
	display: block;
	background: url('/public/billeder/grafik/pdf.gif') no-repeat left center;
	padding: 2px 0px 2px 22px;
}

/* FORM */
label {
	cursor: pointer;
}

.radio {
	margin: 0px;
	vertical-align: middle;
}

* html .text {
	height: 1.6em;
}

.submit {
	cursor: pointer;
}

/* TB NOBORDER */
table.tb td {
	padding: 2px;
}
table.tb tr.noborder th {
	border: 0px;
}

/* Searchwords */
#searchwords {
	background: #e4e9ec;
	padding: 1px 5px 5px 5px;
	margin: 10px 0px;
}
#searchwords dt a {
	font-weight: bold;
}

/* VALIDATION */
.tf .invalid .text, .invalid textarea {
	border: 2px solid #c00;
	height: 20px;
}

.mandatory {
	color: #900;
}
table.tlayout
{
	border-collapse: collapse;
	width: 100%;
}
* html table.tlayout { width: 93%; }

table.tlayout td, table.tlayout th
{
	padding: 4px 10px;
	font-size: 0.71em;
	border: 1px #ced8e1 solid;
	background-color: #F1F3F5;
}

table.tlayout .firstrow td, table.tlayout .firstrow th
{
	background-color: #A8B7C1;
	color: #FFF;
	font-weight: bold;
	font-size: 0.9em !important;
}
table.tlayout .secondrow td, table.tlayout .secondrow th { 
	background-color: #dfe4e8; 
	font-weight: bold;
}

table.tlayout.compact td, table.tlayout.compact th
{
	padding: 4px 1px;
	font-size: 0.65em;
}

table.lawchange
{
	border-width: 1px 0px 1px 1px;
	border-color: #BBC4CC;
	border-style: solid;
}
table.lawchange td
{
	border-width: 0px 1px 0px 0px;
	border-color: #BBC4CC;
	border-style: solid;
	padding: 10px;
}
table.lawchange .headerrow td, table.lawchange .headerrow th
{
	border-width: 0px 1px 1px 0px;
	border-color: #BBC4CC;
	border-style: solid;
}

.note { padding: 5px 11px; }

.factboxleft
{
	border: 1px #A8B7C1 solid;
	width: 200px;
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.factboxright
{
	border: 1px #A8B7C1 solid;
	width: 200px;
	float: right;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.factboxright.small, .factboxleft.small { width: 150px; }
.factboxright.medium, .factboxleft.medium { width: 300px; }
.factboxright.big, .factboxleft.big { width: 450px; }
.factboxright.full, .factboxleft.full { width: 100%; }
* html .factboxright.full, * html .factboxleft.full { width: 91.5%; }

.kontaktform table { width: 440px; }
* html .kontaktform table { width: 425px; }

.pagebreak { page-break-before: always; }

