﻿* {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

a {
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

body {
  text-align: center;
  background: #84898d;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;

}

.kolonneseparator {
  margin: 4px 0 0 0;
  font-size: 14px;
  font-weight: normal;
  padding-left: 5px;
  height: 21px;
  line-height: 21px;
  background: url(/Files/Navigation/kcv/bg-head.gif) repeat-x left top;
}

#wrapper {
  text-align: left;
  margin: 0 auto;
  width: 782px;
  border: 1px solid #c67a40;
  border-width: 0 1px 1px 1px;
  background: #ffffff;
}

/* @group Header */

#header {
  height: 64px;
  background: url(/Files/Navigation/kcv/bg-header.gif) repeat-x left top;
}

.noprint {
display: none ;
}


#header h1 {

  float: left;
  width: 99px;
  height: 64px;
  font-size: 1px;
  text-indent: -999999px;
  background: url(/Files/Navigation/kcv/logo.gif) no-repeat left top;
  margin: 0 10px;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#header h1 a {
  display: block;
  width: 99px;
  height: 64px;
}

#header .top-bar {
  float: right;
  text-align: right;
  width: 354px;
  height: 23px;
  line-height: 23px;
  font-size: 9px;
  color: #ffffff;
  background: url(/Files/Navigation/kcv/bg-topbar.gif) no-repeat left top;
  padding-right: 10px;
}

#header .top-bar img {
  vertical-align: middle;
}

#header .top-bar a {
  color: #ffffff;
  text-decoration: none;
}

#header .top-bar a:hover {
  text-decoration: underline;
}

#header .top-bar input {
  width: 100px;
  vertical-align: middle;
  font-size: 9px;
  padding: 1px 0 0;
}

#header .top-bar button {
  background: none;
  border: none;
  color: #fff;
  font-size: 9px;
  vertical-align: middle;
}

#header .top-bar button span {
  color: #c67a40;
}

/* @end(header) */



/* @group Navigation */

#navigation {
  height: 17px;
  background: url(/Files/Navigation/kcv/bg-nav.gif) repeat-x left top;
  font-size: 11px;
  color: #000000;
}

#navigation ul {
  list-style: none;
  text-align: center;
}

#navigation ul li {
  display: inline;
}

#navigation ul li a {
  color: #000;
  text-decoration: none;
  padding: 0 12px 0 3px;
  background: url(/Files/Navigation/kcv/btn-nav.gif) no-repeat right center;
  line-height: 17px;
}

#navigation ul li a:hover {
  text-decoration: underline;
}

/* @end(navigation) */

/* @group Content */

#content {
  background: url(/Files/Navigation/kcv/bg-content.gif) repeat-y left top;
}

#content .crumb-nav {
  font-size: 10px;
  padding: 5px 3px;
  background: #fff;
  margin-left: 4px;
}

#content .crumb-nav a {
  color: #555;
  text-decoration: none;
}

#content .crumb-nav a:hover {
  text-decoration: underline;
}


/* @group Sidebar */

.sidebar {
  float: left;
  width: 139px;
  padding-left: 3px;
        color: #333;
}

.sidebar a {
        color: #333;
        text-decoration: none;
}

.sidebar a:hover {
        color: #333;
        text-decoration: underline;
}

.sidebar h2 {
  font-size: 14px;
  font-weight: bold;
  padding: 7px 0 0 4px;
  margin: 5px 0 4px 0;

}

.sidebar #navigation-courses ul {
  margin: 5px 0 20px 0;
  font-size: 11px;
  list-style: none;
}

.sidebar #navigation-courses ul li {
  padding-left: 4px;
  margin-bottom: 5px;
  line-height: 15px;
}

.sidebar #navigation-courses ul li a {
  color: #333;
  text-decoration: none;
}

.sidebar #navigation-courses ul li a:hover {
        text-decoration: underline;
        color: #ea5e00;
}

.sidebar #navigation-secondary ul {
  margin: 5px 0 10px 0;
  font-size: 11px;
  list-style: none;
}

.sidebar #navigation-secondary ul li {
  padding-left: 4px;
  margin-bottom: 5px;
  line-height: 15px;
}

.sidebar #navigation-secondary ul li a {
  color: #333;
  text-decoration: none;
}

.sidear #navigation-seconday ul li a:hover {
        text-decoration: underline;
        color: #ea5e00;
}

.sidebar .side-box {
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 1.3;
}

.sidebar .side-box p {
  margin-bottom: 5px;
  padding: 4px;
  font-size: 11px;
  line-height: 1.3;
}

.sidebar .side-box h3 {
  background: url(/Files/Navigation/kcv/bg-nav.gif) repeat-x left top;
  font-size: 12px;
  font-weight: normal;
  padding-left: 4px;
  margin-bottom: 4px;
}

.sidebar .side-box div {
  background: #ebebeb;
  padding: 4px;
  font-size: 11px;
  line-height: 1.3;
}

.sidebar .side-box td {
  font-size: 11px;
  line-height: 1.3;
}

.sidebar .side-box div h4 {
  font-size: 14px;
  margin: 0 0 5px;
}

.sidebar .side-box div p {
  padding-bottom: 10px;
}

.sidebar .side-box div p a {
  color: #ea5e00;
  text-decoration: underline;
}

.sidebar .side-box div p a.more-link {
  margin-top: 10px;
  display: block;
  text-decoration: none;
  color: #000000;
  padding-left: 13px;
  background: url(/Files/Navigation/kcv/btn-nav.gif) no-repeat left center;
}

.sidebar .side-box div p a:hover {
  text-decoration: underline;
}

/* @end(sidebar) */

/* @group Main */

.main {
        text-align: left;
  float: right;
  width: 628px;
  font-size: 11px;
  line-height: 1.4;
        color: #333;
}

.main a {
        color: #333;
        text-decoration: underline;
}

.main a:hover {
        color: #ea5e00;
        text-decoration: none;
}


a.marqueelink {
        color: #ea5e00;
        text-decoration: underline;
}

a.marqueelink:hover {
        color: #ea5e00;
        text-decoration: underline;
}

a.marqueelink:visited {
        color: #ea5e00;
        text-decoration: underline;
}




.main .courses ul {
        margin: 0 0 0 5px;
        padding: 0;
}

.main .courses ul li {
        padding: 2px 0 2px 0;
}

.main .main-img {
  position: relative;
}

.main .main-img a {
  text-decoration: none;
  color: #ea5e00;
}

.main .main-img a:hover {
  text-decoration: underline;
}

.main .main-img span {
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 18px;
  display: block;
}

.main .pg-list {
  padding: 20px 0 0;
}

.main .pg-list ul {
  list-style: none;
  margin: 0;
}

.main .pg-list ul li {
  float: left;
  width: 181px;
  height: 107px;
  margin: 0 10px 20px;
  position: relative;
}

.main .pg-list ul li a {
  color: #000000;
  text-decoration: none;
}

.main .pg-list ul li span {
  position: absolute;
  top: 73px;
  left: 25px;
  font-size: 11px;
}

.main .pg-list ul li a:hover {
  text-decoration: underline;
}

.main .btm-txt {
  margin: 20px 10px 10px;
  font-size: 10px;
}

.main .btm-txt p {
  padding: 0 0 10px;
  font-size: 10px;
  line-height: 14px;
  margin-left: 0;
}


/* @group Container */

.container {
  background: url(/Files/Navigation/kcv/bg-container.gif) repeat-y right top;
  padding-bottom: 20px;
}

.container .contain-txt {
  float: left;
  width: 504px;
}

.container .contain-txt .ecom {
  font-size: 11px;
  line-height: 1.4;
}

.ecom p, .ecom ul, .ecom ol, .ecom h2, .ecom h3, .ecom h4, .ecom h5, .ecom h6 {
  margin: 8px 4px;
}

.ecom h2, .ecom h3, .ecom h4, .ecom h5, .ecom h6 {
  line-height: 1.2;
}

.ecom h2 {
        font-size: 13px;
        font-weight: bold;
}

.ecom h3 {
  font-size: 12px;
  font-weight: bold;
}

.ecom h4, .ecom h5, .ecom h6 {
  font-size: 11px;
  font-weight: bold;
}

.ecom ul {
  margin-left: 25px;
}

.ecom ul li {
  margin-left: 10px;
  margin-bottom: 4px;
}

.ecom table {
  margin: 2px 4px 0 4px;
}

.ecom h2, .ecom h3, .ecom h4, .ecom h5, .ecom h6 {
  margin-top: 16px;
}

div.content-general {
  margin-top: 6px;
}

.container .contain-txt .content-general {
  font-size: 11px;
  line-height: 1.4;
}

.content-general p, .content-general td {
  font-size: 11px;
  line-height: 1.4;
}

.content-general h1 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 4px;
}

.content-general p, .content-general ul, .content-general ol, .content-general h2, .content-general h3, .content-general h4, .content-general h5, .content-general h6 {
  margin: 8px 4px;
}

.content-general h2, .content-general h3, .content-general h4, .content-general h5, .content-general h6 {
  line-height: 1.4;
}

.content-general h2, .content-general h3 {
  font-size: 13px;
  font-weight: bold;
}

.content-general h4, .content-general h5, .content-general h6 {
  font-size: 11px;
  font-weight: bold;
}

.content-general ul {
  margin-left: 25px;
}

.content-general ul li {
  margin-left: 10px;
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 1.4;
}

.content-general table {
  margin: 2px 4px 0 4px;
}

.content-general h2, .ecom h3, .ecom h4, .ecom h5, .ecom h6 {
  margin-top: 16px;
}



.container .contain-txt .ecom h1, .container .contain-txt .ecom h2.cart {
  margin: 4px 0;
  font-size: 14px;
  font-weight: normal;
  padding-left: 5px;
  height: 21px;
  line-height: 21px;
  background: url(/Files/Navigation/kcv/bg-head.gif) repeat-x left top;
}

.container .contain-txt .courses {
  margin-bottom: 10px;
}

.container .contain-txt .courses h3 {
  margin: 4px 0;
  font-size: 14px;
  font-weight: normal;
  padding-left: 5px;
  height: 21px;
  line-height: 21px;
  background: url(/Files/Navigation/kcv/bg-head.gif) repeat-x left top;
}

h4.orange {
  margin: 4px 0;
  font-size: 14px;
  font-weight: normal;
  padding-left: 5px;
  height: 21px;
  line-height: 21px;
  background: url(/Files/Navigation/kcv/bg-head.gif) repeat-x left top;
}

.container .contain-txt .courses .course-list-left {
  float: left;
  width: 249px;
}

.container .contain-txt .courses .course-list-right {
  float: right;
  width: 249px;
  
}

.courses .course-list-left h4, .courses .course-list-right h4 {
  background: #e8e9ea;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  padding-left: 3px;
}

.courses .course-list-left ul, .courses .course-list-right ul {
  font-size: 11px;
  line-height: 1.4;
  padding-top: 2px;
  list-style-image: url(/Files/Navigation/kcv/arro-wbg.gif);
  padding-left: 15px;
  padding-right: 2px;
}

.courses .course-list-left p, .courses .course-list-right p {
  font-size: 11px;
  line-height: 1.4;
  padding-top: 2px;
}

.container .contain-info {
  float: right;
  width: 110px;
  padding-right: 6px;
  margin: 4px 0;
}

.container .contain-info .info-box {
  margin-bottom: 10px;
}

.contain-info .info-box h3 {
  margin-bottom: 3px;
  height: 17px;
  line-height: 17px;
  font-weight: normal;
  font-size: 11px;
  padding-left: 3px;
  background: url(/Files/Navigation/kcv/bg-nav.gif) repeat-x left top;
}

.contain-info .info-box div {
  background: #ebebeb;
  font-size: 10px;
  padding: 3px;
  line-height: 1.4;
}

.contain-info .info-box div a {
  color: #000000;
  text-decoration: none;
}

.contain-info .info-box div a:hover {
  text-decoration: underline;
}

.contain-info .info-box div ul {
  padding-left: 15px;
  list-style-image: url(/Files/Navigation/kcv/arro-gbg.gif);
}

.contain-info .info-box div a.more-link {
  padding-left: 10px;
  display: block;
  margin-top: 7px;
  background: url(/Files/Navigation/kcv/arro-gbg.gif) no-repeat left center;
}

div.submenu {
  background: #ebebeb;
        font-size: 10px;
  line-height: 1.4;
        margin-bottom: 5px;
  border:1px solid #808080; 

}

div.submenu ul {
        padding-left: 3px;
  list-style-image: url(/Files/Navigation/kcv/arro-gbg.gif);

}

div.submenu ul li {
        margin: 4px 0 4px 15px;

}

div.submenu ul li a {
        font-size: 11px;
        color: #222;
}

div.submenu ul li ul {
        padding: 3px;

}

div.submenu ul li ul li {
        margin-left: 6px;

}

/* @end(container) */



/* @end(main) */



/* @end(content) */



/* @group Footer */

#footer {
  background: #4d4f51;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  padding: 10px 0;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
        text-decoration: underline;
}

#footer span.sep {
  color: #c67a40;
}

/* @end(footer) */



/* @group Clearer */

#header:after, #content:after, .pg-list:after, .container:after, .courses:after {
  content: ".";
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
}

#header, #content, .pg-list, .container, .courses {
  min-height: 1px;
}

* html #header, * html #content, * html .pg-list, * html .container, * html .courses { height: 1%; }

/* @end(clearer) */









#wrapperPrint {
  width: 628px;
  background: #fff;
  border-left: 1px solid #c67a40;
  border-right: 1px solid #c67a40;
  border-top: 1px solid #c67a40;
  margin: 20px auto 20px auto; 
        padding: 5px;
}

#footerPrint {
        width: 638px;
        border-left: 1px solid #c67a40;
        border-right: 1px solid #c67a40;
        border-bottom: 1px solid #c67a40;
  background: #4d4f51;
  color: #fff;
  text-align: center;
  font-size: 10px;
  padding: 10px 0;
        margin-top: -20px;
}

#footerPrint a {
        color: #fff;
        text-decoration: none;
}

#footerPrint a:hover {
        text-decoration: underline;
}

.ipaperlist ul {
        margin: 0 0 0 35px;
}

.ipaperlist ul li {
        margin: 2px 0 2px 0;
}
.btnTilmeldingPrivat
{
display:inline;
}
.btnTilmeldingErhverv
{
display:inline;
}

.btnTilmeldingPrivat img
{
background:#fff url(/files/navigation/kcv/kcv_knp_privat.gif) -0px -0px no-repeat;
width:70px;
height:19px;
}
.btnTilmeldingPrivat a img:hover 
{
background:#fff url(/files/navigation/kcv/kcv_knp_privat.gif) -0px -20px no-repeat;
width:70px;
height:19px;
}
.btnTilmeldingErhverv img
{
background:#fff url(/files/navigation/kcv/kcv_knp_erhverv.gif) -0px -0px no-repeat;
width:70px;
height:19px;
}
.btnTilmeldingErhverv a img:hover 
{
background:#fff url(/files/navigation/kcv/kcv_knp_erhverv.gif) -0px -20px no-repeat;
width:70px;
height:19px;
}

.btntilmelding {
position:relative;
font-family: arial, verdana, helvetica, sans-serif;
background-image: url(/files/Navigation/kcv/kcv_knp_tilmelding_off.jpg);
background-repeat: no-repeat;
display: block;
width: 123px;
height: 17px;
margin: 0; 
margin-bottom:0px;
padding: 0; 
}
.btntilmelding a {
display:block;
font-size: 11px;
width: 123px;
height: 17px;
float: left;
margin: 0;
padding: 0;
color: black; text-decoration: none; 
}
.btntilmelding img {width: 100%; height: 100%; border: 0; }
* html a:hover {visibility:visible}
.btntilmelding a:hover img{visibility:hidden}
.btntilmelding span {
position:absolute;
left:5px;
top:3px;
margin:0;
cursor: pointer;
}
