/* Generel skrifttype, -størrelse og linieafstand */
body, td, input, textarea, select
{
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, 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: #333333;
}
a
{
	color: #FC9C65;
}
a:hover
{
	border-bottom-color: #FC9C65;
}
.sectionheader a[name]
{
	color: #333333;
}
table
{
	border-color: #333333;
}
.tableheader, .tableheader td, .tableheader th
{
	background-color: #FC9C65;
	color: white;
	border-color: #FC9C65;
	border-bottom-color: #333333;
}
.tablelineodd, .tablelineodd td
{
	border-bottom-color: #333333;
}
.tablelineeven, .tablelineeven td
{
	border-bottom-color: #333333;
}
body {background:rgb(204, 204, 204) url(/media/page_background.png) no-repeat 50% 0%; margin-top:25px; margin-bottom:25px}
#columnset1 {height:125px}
div#mergefield_logo_2 {margin-top:27px; margin-left:40px; float:left}
div#mergefield_code2 {float:left}
#columnset1_column1 {width:100%; height:100%; background:rgb(141, 114, 96) none}
#columnset3 {height:20px}
#columnset3_column1 {width:100%; height:100%; padding:15px 15px 15px 15px}
#columnset7 {height:20px}
div#mergefield_main {padding:0px 30px 30px 30px; min-height:240px}
#columnset7_column1 {width:100%; height:100%}
#columnset5 {height:20px}
div#mergefield_code1 {float:left}
#columnset5_column1 {width:100%; height:100%; padding:15px 15px 15px 15px}
div#sitelayout29 {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; width:986px; min-height:500px; margin:auto auto auto auto; background:rgb(255, 255, 255) 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, img[usemap] { 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 */
/*Footer info*/
#footer-info
{
	text-align: center;
	font-family: Trajan,'Times New Roman',Times,Garamond,Serif;
}

/*Languages links in header*/
#languages
{
	float: right;
	margin: 27px 40px 0 0;
	color: white;
	font-family: Trajan,'Times New Roman',Times,Garamond,Serif;
}

#languages a
{
	margin-left: 10px;
	color: white;
}


/*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;}
