/* Generel skrifttype, -størrelse og linieafstand */
body, td, input, textarea, select
{
	font-family: Arial, Helvetica, Sans-Serif;
}

/* Generel skrifttype, -størrelse og linieafstand */
body, td, input, textarea, select
{
	font-size: 10pt;
	line-height: 14pt;
}

/* Normal afsnit og intro afsnit */
p
{
	margin: 0px 0px 2px 0px;
}

/* Alle links */
a
{
	text-decoration: none;
}

/* Alle links - mouseover */
a:hover
{
	text-decoration: underline;
}

/* Links i overskrifter - mouseover */
h1 a:hover, h2 a:hover, h3 a:hover
{
	text-decoration: none;
}

/* Sidetitel */
.pageheader
{
	font-size: 17pt;
	margin: 0px 0px 12px;
}

/* Afsnitsoverskrift */
.sectionheader
{
	font-size: 12pt;
	margin: 16px 0px 8px;
}

table
{
	border-collapse: collapse;
}
table[cellspacing]
{
    border-collapse: separate;
}

/* Tabel i standardformat - overskrift */
/*.tableheader, .tableheader td*/
.tableheader td, .tableheader th
{
	font-weight: 700;
	padding: 4px 12px 5px;
}

/* Tabel i standardformat - rækker */
.tablelineodd, .tablelineodd td, .tablelineeven, .tablelineeven td
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 4px 12px;
}



body, td, input, textarea, select
{
	color: #000000;
}
a
{
	color: #8F2011;
}
a:hover
{
	border-bottom-color: #8F2011;
}
.sectionheader a[name]
{
	color: #000000;
}
table
{
	border-color: #000000;
}
.tableheader, .tableheader td, .tableheader th
{
	background-color: #8F2011;
	color: white;
	border-color: #8F2011;
	border-bottom-color: #000000;
}
.tablelineodd, .tablelineodd td
{
	border-bottom-color: #000000;
}
.tablelineeven, .tablelineeven td
{
	border-bottom-color: #000000;
}
body {background:transparent none; margin:0px 0px 0px 0px}
#columnset1 {height:20px}
#columnset1_column1 {width:50%; height:100%}
div#mergefield_logo {margin-top:15px; margin-left:15px; float:left}
#columnset1_column2 {width:986px; height:100%; background:rgb(255, 255, 255) none}
#columnset1_column3 {width:50%; height:100%}
div#mergefield_code2 {float:left}
div#mergefield_code2_1 {float:left}
div#mergefield_code4 {float:left}
div#mergefield_code4_1 {float:left}
div#sitelayout7 {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; width:100%; min-height:500px; margin:auto auto auto auto; background:transparent none; border-top-style:none; border-right-style:none; border-bottom-style:none; border-left-style:none;}
 .layoutcolumn {display:table-cell;overflow:hidden;float:none;vertical-align:top;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
 .layoutcolumnset {display:table;table-layout:fixed;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
 .layoutfloatbreaker {width:0%; display:none;}
 .navigationwrapper .layoutfloatbreaker {clear:both; display:block; height:0px}
form {margin:0px; padding:0px}
select {margin:0px}
.size1 {font-size:xx-small}
.size2 {font-size:x-small}
.size3 {font-size:small}
.size4 {font-size:medium}
.size5 {font-size:large}
.size6 {font-size:x-large}
.size7 {font-size:xx-large}
ul.breadcrumb {display:inline-block;padding:0px;margin:0px;}
ul.breadcrumb li {display:inline-block;list-style-type:none;padding-left:2px;padding-right:2px;}
td { vertical-align:top; }
a > img { border:none; }
td[valign="middle"] { vertical-align:middle; }
td[valign="bottom"] { vertical-align:bottom; }
html>/**/body img {vertical-align:bottom}
div.mergefield_image {font-size:0px; line-height:0px;}

/* Tekstformatering i spalter og flettefelter */

/* Brugerdefinerede typografier */
/*================= Headers ================*/
h1 a,
h2 a,
h3 a,
h4 a
{
    color: inherit !important;
}


h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover
{
    text-decoration:underline;
}

/*============== forms ==============*/
.inputfield,
.inputarea
{
	background: url("/media/text-bg.gif") repeat-x scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	padding: 3px;
}

input.formreq,
textarea.formreq
{
	border-color: red;
	background: url("/media/text-bg-error.gif") repeat-x scroll 0 0 #FFFFFF;
}

span.formreq
{
	background: url("/media/kp-icon-important.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	float: right;
	height: 16px;
	text-indent: -5000px;
	width: 16px;
}

.inputfield:focus,
.inputarea:focus
{
	border: 1px solid orange;
}
