﻿@charset "utf-8";
/* CSS Document */

/* ------ STRUCTURE ------ */
html {
  overflow-y: scroll;
}
html,
body,
form,
#pagewrap {
  height: 100%;  
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-size: 11px;
  /*font-size: 67.85%;*/
  line-height: 17px;
  font-family: Verdana, Geneva, sans-serif;
  color: #333;
  background: #fff;
}
#pagewrap {
  background: url(/files/system/gf/bg-body.png) no-repeat top center;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: auto;
}
#page {
  margin: 0 auto;
  width: 940px;
  padding-bottom: 183px;
}
#head ul,
#foot ul {
  margin: 0;
  padding: 0;
}
.clearfix:after {content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ------ HEAD ------ */
  #head {
    position: relative;
    height: 191px;
  }
    #toolbar {
      position: absolute;
      top: 15px;
      right: 0px;
    }
      #toolbar ul {
        list-style: none;
      }
        #toolbar li {
          float: left;
          padding-right: 10px;
        }
          #toolbar li.last-item {
            padding-right: 0;  
          }
        #toolbar a {
          text-decoration: none;
          text-transform: uppercase;
          color: #cc493a;
          font-size: 10px;
        }
          #toolbar a:hover,
          #toolbar a:focus {
            border-bottom: 1px dotted #999;  
          }
    #logo {
      position: absolute;
      top: 29px;
      left: 37px;
    }
    #search {
      position: absolute;
      top: 55px;
      right: 0;
      background: url(/files/system/gf/bg-search.png) no-repeat;
      height: 30px;
      width: 140px;
    }
      #search #q {
        background: transparent;
        border: 0 none;
        color: #000;
        font-size: 10px;
        height: 20px;
        margin: 0;
        padding: 5px 0;
        position: absolute;
        right: 35px;
        top: 0;
        width: 90px;  
      }
      #search .submit {
        background: transparent;
        border: 0 none;
        height: 30px;
        margin: 0;
        padding: 0;
        position: absolute;
        right:0;
        text-indent:-999em;
        top: 0;
        width: 35px;
                                                                cursor: pointer;
        }
    #navi-main {
      position: relative;
      top: 98px;
      left: 0;
                                                z-index: 100;
    }
      #navi-main ul {
        list-style: none;
      }
        #navi-main li {
          float: left;
          width: 140px;
          margin-right: 20px;
          height: 35px;
          padding-top: 7px;
          background: url(/files/system/gf/bg-navi-main.png) no-repeat 0 0;
        }
                                                                .lab #navi-main li {
          background: url(/files/system/gf/bg-navi-main-lab.png) no-repeat 0 0;
        }
          #navi-main li.last-item {
            margin-right: 0px;
          }
          #navi-main li:hover,
          #navi-main li:focus,
          #navi-main li.active {
            background: url(/files/system/gf/bg-navi-main-selected.png) no-repeat 0 0;              
          }
          .lab #navi-main li:hover,
          .lab #navi-main li:focus,
          .lab #navi-main li.active {
            background: url(/files/system/gf/bg-navi-main-selected-lab.png) no-repeat 0 0;              
          }
        #navi-main a {
          text-transform: uppercase;
          text-decoration: none;
          color: #333;
          font-size: 14px;
        }

  #navi-main ul li {
      position:relative;
    }
    .js #navi-main ul ul {
        display:none;
    }
    #navi-main ul ul {
        background:#f5f7fb;
        position:absolute;
        z-index: 100;
        top:29px;
                                                left:0;
                                                width: 218px;
    }
    #navi-main ul ul li {
      background:url(/files/system/gf/bg-megamenu-sep.png) repeat-x left bottom;
      float:none;
      height:auto;
      margin:0;
      padding: 5px 10px;
      width:auto;
    }
    #navi-main ul ul li:hover,
    #navi-main ul ul li:focus,
    #navi-main ul ul li.active
    {
      background: #999 url(/files/system/gf/bg-megamenu-sep.png) repeat-x left bottom;
    }  
    #navi-main ul ul a {
      color:#000;
      font-size:11px;
      text-decoration:none;
      text-transform:none;    
    }
/* ------ LEGEND ------ */
    #legend {
      position: absolute;
      top: 149px;
      left: 0;
      height: 25px;
      width: 940px;
      background: url(/files/system/gf/bg-dots.png) repeat-x 0 100%;
    }
      #legend ul {
        list-style: none;
        padding: 0;
        display: inline;
      }
        #legend li {
          display: inline;
        }
          #legend a {
            background: url(/files/system/gf/arrow-legend.png) no-repeat 100% 50%;
            padding-right: 10px;
            margin-right: 7px;
            color: #999999;
            font-size: 9px;
            text-transform: uppercase;
            text-decoration: none;
          }
            #legend a.last-item {
              background: none;  
            }
            #legend a:hover span,
            #legend a:focus span {
              border-bottom: 1px dotted #999;  
            }
/* ------ MAIN ------ */    
  #main {
    clear: left;
    overflow: hidden;
  }    
  .container {
    float: left;  
    width: 700px;
  }
    #uddforside,
                                .container#widewide {
      width: 940px;  
    }
  #banner {
    float: left;
    width: 700px;
    margin-bottom: 20px;
  }
#widewide #banner {
width: 940px;
}
  .contentwrap {
    float: left;
    width: 445px;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    background: url("/files/system/gf/bg-dots.png") repeat-x 0 100%;
  }
                          #wide {
                               width: 700px; /* 665px */
                               margin: 0 0 20px 0;
                           }
  #contentwrap-section {
    float: left;
    width: 445px;
    padding: 0;
    margin: 0 0 5px 0;
    background: url("/files/system/gf/bg-dots.png") repeat-x 0 100%;    
  }
#widewide #contentwrap-section {
width: 675px;
}
    #contentcol0,
                                #contentcol1,
    #contentcol2 {
      float: left;
      width: 215px;
      margin-right: 15px;      
    }
    #contentcol2 {
      margin-right: 0px;  
    }
      #contentcol0 .contentbox,
                                                #contentcol1 .contentbox,
      #contentcol2 .contentbox {
        float: left;
        margin-bottom: 45px;
        width: 215px;
      }
        #contentcol0 .contentbox h2,
                                                                #contentcol1 .contentbox h2,
        #contentcol2 .contentbox h2 {
          text-transform: uppercase;
          background: url(/files/system/gf/bg-dots.png) repeat-x 0 100%;
          padding-bottom: 8px;
          margin-bottom: 15px;
          font-size: 18px;
          line-height: 1em;
          font-weight: normal;
        }
        #contentcol0 .contentbox ul,
                                                                #contentcol1 .contentbox ul,
        #contentcol2 .contentbox ul {
          list-style: none;
          margin: 0 0 10px 0;
          padding: 0;
        }
          #contentcol0 .contentbox li,
                                                                                #contentcol1 .contentbox li,
          #contentcol2 .contentbox li {
            background: url(/files/system/gf/arrow-black2.png) no-repeat 11px 4px;
            padding: 0 0 0 25px;
          }
              #contentcol0 .contentbox li:hover,
              #contentcol0 .contentbox li:focus,
              #contentcol1 .contentbox li:hover,
              #contentcol1 .contentbox li:focus,
              #contentcol2 .contentbox li:hover,
              #contentcol2 .contentbox li:focus {
                background: url(/files/system/gf/arrow-black.png) no-repeat 0 4px;
                padding: 0 0 0 25px;  
              }
            #contentcol0 .contentbox li a,
            #contentcol1 .contentbox li a,
            #contentcol2 .contentbox li a {
              color: #cc3333;
              text-decoration: none;
              text-transform: uppercase;
              border-bottom: 1px dotted #cc3333;
            }
              #contentcol0 .contentbox li:hover a,
              #contentcol0 .contentbox li:focus a,
              #contentcol1 .contentbox li:hover a,
              #contentcol1 .contentbox li:focus a,
              #contentcol2 .contentbox li:hover a,
              #contentcol2 .contentbox li:focus a {
                border-bottom: 1px dotted #cc3333;
              }
                                                                                                .lab #contentcol0 .contentbox li a,
                                                                                                .lab #contentcol1 .contentbox li a,
                                                                                                .lab #contentcol2 .contentbox li a,
              .lab #contentcol0 .contentbox li:hover a,
              .lab #contentcol0 .contentbox li:focus a,
              .lab #contentcol1 .contentbox li:hover a,
              .lab #contentcol1 .contentbox li:focus a,
              .lab #contentcol2 .contentbox li:hover a,
              .lab #contentcol2 .contentbox li:focus a {
              color: #f58025;
              border-bottom: 1px dotted #f58025;
                                                                                                 }
  #sidebar {
    float: left;
    width: 230px;
                                margin-left: 25px;
  }
                #widewide #sidebar {
                                margin-left: 35px;
                }
    #sidebar #section {
      margin-bottom: 14px;
      overflow: hidden;
    }
    #sidebar #section img {
      float: right;
    }  
    #info {
      overflow: hidden;
      width: 230px;
      padding: 0 0 25px 0;
      background: url(/files/system/gf/bg-info.png) repeat-y;
    }
    #info-bottom {
      background: url(/files/system/gf/bg-info-bottom.png) no-repeat 0 0;
      height: 102px;
      width: 230px;
    }

/* ------ FRONT ------ */      

#page-12007 #col1 {
  float: left;
  width: 309px;
  margin-right: 26px;
  background: url(/files/system/gf/bg-news-col1.png) no-repeat;
}
#page-12007 #col2 {
  float: left;
  width: 350px;
}
#page-12007 #banner {
  float: left;
  width: 940px;
  margin-bottom: 20px;
}

/* ------ UDDANNELSESFORSIDE ------ */
#uddcol1,
#uddcol2 {
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-top: 20px;
}
#uddcol3 {
  float: left;
  width: 300px;
  margin-top: 20px;  
}
#uddcol1 ul,
#uddcol2 ul,
#uddcol3 ul{ 
  margin: 10px 0 5px 10px;
  padding: 0;
  list-style: none;
}
  #uddcol1 li,
  #uddcol2 li,
  #uddcol3 li {
    background: url(/files/system/gf/arrow-black2.png) no-repeat 11px 50%;
    padding: 0 0 0 25px;
  }
  #uddcol1 li:hover,
  #uddcol1 li:focus,
  #uddcol2 li:hover,
  #uddcol2 li:focus,
  #uddcol3 li:hover,
  #uddcol3 li:focus {
    background: url(/files/system/gf/arrow-black.png) no-repeat 0 50%;
    padding: 0 0 0 25px;
  }
  #uddcol1 li a,
  #uddcol2 li a,
  #uddcol3 li a {
    color: #cc3333;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px dotted #cc3333;    
  }

  #uddcol1 li:hover a,
  #uddcol1 li:focus a,
  #uddcol2 li:hover a,
  #uddcol2 li:focus a,
  #uddcol3 li:hover a,
  #uddcol3 li:focus a {
    border-bottom: 0 none;  
  }
  .edu-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: url(/files/system/gf/bg-dots.png) repeat-x 0 100%;
  }
    .edu-item h2 {
      text-transform: uppercase;
      font-size: 18px;
      line-height: 1em;
      font-weight: normal;
      margin: 0;
      padding: 0 0 8px 0;
      border-bottom: 2px solid #000;
    }
      .edu-item h2 a {
        text-decoration: none;
        color: #000;
      }

/* ------ NAVI-SUB ------ */
#navi-sub {
  float: left;
  width: 218px;
  margin: 0 22px 0 0;
}
  #navi-sub a {
    color: #333;
    text-decoration: none;
  }
  #navi-sub ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    background: url(/files/system/gf/bg-navi-sub.png) repeat-y;  
  }
      #navi-sub ul li {
        border-bottom: 1px dotted #c6c6c3;
        padding: 13px 5px 4px 9px;
      }
      #navi-sub ul li.separator {
        background: #fff;
        border-bottom: 0 none;
      }

    #navi-sub li:hover,
    #navi-sub li:focus {
      background: #f0f1eb; /* #eaebe5 */
    }
      #navi-sub li li:hover,
      #navi-sub li li:focus {
           background: none;
      }

      #navi-sub li a:hover,
      #navi-sub li a:focus {
        text-decoration: none;
      }
        #navi-sub li li a:hover,
        #navi-sub li li a:focus {
          text-decoration: underline;
        }      
      #navi-sub ul li.selected {
          border-bottom: 0 none;
          background: #eceae5;
        }
          #navi-sub ul li a.selected {
            font-weight: bold;
            display: block;
          }
        #navi-sub ul ul {
          background: #eceae5;
        }
          #navi-sub ul ul li {
            border-bottom: 0 none;
            background: url(/files/system/gf/arrow-navi-sub-level3.png) no-repeat 0 5px;
            padding: 1px 5px 1px 15px;
            font-weight: normal;
          }
          #navi-sub ul ul ul {
            margin: 0;  
          }

/* ------ CONTENT ------ */
#content {
  margin-bottom: 25px;
}
  #content img {
    border: 3px solid #333;
    margin: 5px 0 20px 0;
  }
#content .imagemap img {
margin: 0;
}
  #content img.noframe,
                .employee img.noframe {
    border: 0 none;  
  }
  #content a {
    text-decoration: none;
    border-bottom: 1px dotted #000;
    color: #000;
  }
    #content a:hover,
    #content a:focus {
      border-bottom: 1px dotted #CC3333;
    }
#share {
  position: absolute;
  left: 240px;
  top: 0;
}
#share a {
 background: none;
}

/* ------ NEWS ------ */
/* #page-12007 .news-list a {
  display: block;
  color: #000;
  text-decoration: none;
} */

/* #page-12007 .news-list a:hover,
#page-12007 .news-list a:focus {
  background: #f7f8f4;
    cursor: pointer;
} */
#page-12007 .news-list a,
#content .news-list a {
  display: block;
  color: #000;
  text-decoration: none;
    border-bottom: 0 none;
}

#page-12007 .news-item:hover,
#page-12007 .news-item:focus,
#content .news-list a:hover,
#content .news-list a:focus {
  background: #f7f8f4;
    /* cursor: pointer; */
    /* border-bottom: 1px dotted #000; */
}
#content .news-item a {
  background: url(/files/system/gf/arrow-news.png) no-repeat 0 50%;
  padding-left: 15px;
  color: #cd4f40;
  text-transform: uppercase; 
  text-decoration: none;
                border-bottom: 1px dotted #000;
}

#page-12007 .news-item .image {
  float: left;
  margin: 5px 10px 0 0;
}
  #page-12007 .news-item .image img.ramme {
    margin: 0;  
  }
  #page-12007 #col1 .news-section {
  }
  #page-12007 #col1 .news-section .news-item,
    #content .news-item {
    border-bottom: 1px dotted #c6c6c3;
    padding:10px 13px 10px 10px;
  }
  #page-12007 #col1 .news-section h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;      
  }
  #page-12007 #col1 .news-section .news-item span.date,
    #content .news-item .date a {
    color: #98d127;
    background: url(/files/system/gf/bg-newsbox-date.png) repeat-x;
  }
  #page-12007 #col1 .news-footer {
    margin: 10px 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #c6c6c3;    
  }
  #page-12007 #col1 .news-footer p {
    background: url(/files/system/gf/arrow-tabs-big.png) no-repeat 0 50%;
    font-size: 24px;
    padding: 10px 0;
  }
    #page-12007 #col1 .news-footer p a {
      color: #cd4f40;
      text-transform: uppercase;
      font-size: 14px;
      text-decoration: none;
      padding: 0 0 0 50px;  
    }
  #page-12007 #col2 .news-section#news2 h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;      
  }


  #page-12007 #col2 .news-section#news2 h3 {
    margin-bottom: 2px;  
  }
  #page-12007 #col2 .news-section#news2 h3 span.bg {
    text-transform: uppercase;
    background: #333;
    color: #fff;
    padding: 2px 3px;
    font-size: 8px;
  }
  #page-12007 #col2 .news-section#news2 .news-list .news-item {
    padding: 10px;
    /* margin-bottom: 10px; */
    border-bottom: 1px dotted #c6c6c3;
    overflow: hidden;    
  }



/* ------ BOX GREY ------ */
.boxgrey {
  background: #b1b1b1 url(/files/system/gf/bg-boxgrey.png) repeat-x;
  padding: 15px;
                margin-top: 10px;
}
  .boxgrey ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
    .boxgrey li {
       /* display: block; */
      background: url(/files/system/gf/arrow-box-red.png) no-repeat 11px 50%;       
      /* background: url(/files/system/gf/arrow-red2.png) no-repeat 11px 50%; */
      padding: 0 0 0 25px;
    }
      .boxgrey li:hover,
      .boxgrey li:focus {
        background: url(/files/system/gf/arrow-box-red-active.png) no-repeat 0 50%;
        /* background: url(/files/system/gf/arrow-red.png) no-repeat 0 50%; */
        padding: 0 0 0 25px;  
      }    
      .boxgrey li a {
        color: #cd4f40;
        text-transform: uppercase; 
        text-decoration: none;
      }  

/* ------ INFO ------ */
.box {
  margin-top: 20px;
  padding: 0 0 30px 0;
  border-bottom: 1px dotted #c6c6c3;
}
  .box h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    border-bottom:1px dotted #C6C6C3;  
    padding: 0 25px 10px 25px;
    margin-bottom: 20px;
  }
  .box h3 {
    padding: 0 25px 0 25px;
    margin-bottom: 2px;
  }
    .box h3 span.bg {
      text-transform: uppercase;
      background: #333;
      color: #fff;
      padding: 2px 3px;
      font-size: 8px;
    }
.box p,
#info .box .news-list p {
  padding-left: 25px;
  padding-right: 25px;
}
#info .box .news-list p.date {
               padding-bottom: 0;
}

.box p.cite {
  background: url(/files/system/gf/bg-cite.png) no-repeat right top;  
}
  .box p.cite {
    font-size: 18px;
    line-height: 20px;
    width: 150px;
  }
.box ul,
.box ol {
  margin: 0;
  padding: 0 25px 10px 25px;
  list-style: none;  
}
  /* .box li {
      
  }
    .box li a {
      color: #cc4a3b;
      background: url(/files/system/gf/arrow-info.png) no-repeat 0 50%;
      padding-left: 20px;
      display: block;
    }
      .box li a:hover,
      .box li a:focus {
        color: #999;
        background: url(/files/system/gf/arrow-info-selected.png) no-repeat 0 50%;
      } */  
  .box li {
    background: url(/files/system/gf/arrow-black2.png) no-repeat 11px 4px;
    padding: 0 0 0 25px;
  }
      .box li:hover,
      .box li:focus {
        background: url(/files/system/gf/arrow-black.png) no-repeat 0 4px;
        padding: 0 0 0 25px;  
      }
    .box li a {
      color: #cc3333;
      text-decoration: none;
      text-transform: uppercase;
      border-bottom: 1px dotted #cc3333;
    }
      .box li:hover a,
      .box li:focus a {
        border-bottom: 1px dotted #cc3333;
      }  
    .lab .box li a {
      color: #F58025;
      border-bottom: 1px dotted #F58025;
    }
      .lab .box li:hover a,
      .lab .box li:focus a {
        border-bottom: 1px dotted #F58025;
      }

.box p a {
  text-decoration: none;  
  border-bottom: 1px dotted #c6c6c3;
  color: #333;
}
  .box p a:hover,
  .box p a:focus {
    text-decoration: none;
    border-bottom: 1px dotted #333;
  }

.box a.noline,
.box a.noline:hover,
.box a.noline:focus {
  border-bottom: 0 none;  
}
/* ----- NEWS ----- */
.news-archive {
   margin-bottom: 20px;
}
.news-archive a {
   cursor: pointer;
}

/* ----- SEARCH RESULT ------ */
ul#searchlist {
margin: 0;
padding: 0;
list-style: none;
}
#searchlist .item {
padding: 15px 0;
border-bottom:1px dotted #C6C6C3;
overflow:hidden;
}
#searchlist .item:hover,
#searchlist .item:focus {
background: #f7f8f4;
}
#searchlist .item h3 { 
font-size: 11px;
background:url("/files/system/gf/arrow-black2.png") no-repeat scroll 11px 50% transparent;
}
#searchlist .item h3:hover,
#searchlist .item h3:focus {
background: url(/files/system/gf/arrow-black.png) no-repeat 0 50%;
}
#searchlist .item h3 a { 
border-bottom:1px dotted #CC3333;
color:#CC3333;
font-weight: normal;
text-decoration:none;
text-transform:uppercase;
}
#searchlist .item h3,
#searchlist .item p { padding: 0 0 0 22px; }

#searchlist .item p span.date {
background:url("/files/system/gf/bg-newsbox-date.png") repeat-x scroll 0 0 transparent;
color:#98D127;
}

/* ----- FOOT ------ */
#footwrap {
  overflow: hidden;
  width: 100%;
  background: #fff url(/files/system/gf/bg-foot.png) no-repeat center 30px;
  position: relative;
  margin-top: -183px;
  height: 183px;
  clear: both;
}
.lab #footwrap {
  background: #fff url(/files/system/gf/bg-foot-lab.png) no-repeat center 30px;
}
  #foottop {
    width: 940px;
    margin: 0 auto;
    position: relative;
    height: 30px;
  }
    #foottop a#top {
      font-size: 13px;
      background: url(/files/system/gf/arrow-toplink.png) no-repeat 100% 50%;
      padding-right: 20px;
      color: #333;
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 630px;
    }
      #foottop a#top:hover,
      #foottop a#top:focus {
        text-decoration: underline;  
      }
  #foot {    
    height: 153px;
    color: #fff;
    width: 940px;
    margin: 0 auto;
    position: relative;
  }
    #foot ul {
      list-style: none;
      padding: 0;
      margin: 0 25px 0 0;
      float: left;
      width: 180px;
    }
      #foot li {
        /* padding-bottom: 2px; */  
      }
    #foot #navi-foot {
      position: absolute;
      top: 17px;
      left: 25px;
    }
      #foot #navi-foot a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-size: 9px;
      }
        #foot #navi-foot a:hover,
        #foot #navi-foot a:focus {
          border-bottom: 1px dotted #fff;  
        }
    #foot #address {
      position: absolute;
      top: 40px;
      left:715px;
      color: #333;
                                                width: 160px;
    }
                                .lab #foot #address {
                                      left: 580px;
                                }
#foot #address small {
      font-size: 9px;
}
#foot #address small span {
float: left;
width: 160px;
}
      #foot #address a {
        color: #333;
        text-decoration: none;
      }
        #foot #address a:hover,
        #foot #address a:focus {
          border-bottom: 1px dotted #000;  
        }
/* .lab #logo-cba {
   height: 30px;
   position: absolute;
   top: 160px;
   right: 80px;
} */      
/* ------ FONTS ------ */
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1 {
  font-size: 23px;
  font-weight: normal;
  line-height: 33px;
  padding-bottom: 18px;
}
h2 {
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 18px;
}
#content h3 {
  font-size: 11px;
}

h4 {
  margin-bottom: 10px;
  font-size: 12px;
}
p {
  padding-bottom: 10px;  
}
#contentwrap p a {
  text-decoration: none;  
  border-bottom: 1px dotted #c6c6c3;
  color: #333;
}
#contentwrap p a:hover,
#contentwrap p a:focus {
  text-decoration: none;
  border-bottom: 1px dotted #333;
}
  .cite p {
    font-size: 18px;
    line-height: 28px;
    background: url(/files/system/gf/bg-cite.png) no-repeat 11px 13px;
    padding: 10px 25px 25px 60px;
    margin: 20px 0 30px 0;
    border-top: 1px dotted #c6c6c3;
    border-bottom: 1px dotted #c6c6c3;
  }

#foot h4 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
                margin-bottom: 5px;
}


/* ------ TABS ------ */
ul.tabNavigation {
  list-style: none;
  padding: 0;
  margin: 13px 0 0 0;
  overflow: hidden;
}

  ul.tabNavigation li {
    float: left;
    margin-right: 2px;
    text-align: center;
  }
    ul.tabNavigation li a {
      text-decoration: none;
      color: #666;
      width: 101px;
      height: 27px;
      padding: 15px 0 0 0;      
      font-size: 14px;
      text-transform: uppercase;
      display: block;
    }
    ul.tabNavigation li a:hover,
    ul.tabNavigation li a:focus,
    ul.tabNavigation li a.selected {
      background: url(/files/system/gf/bg-tabs.png) no-repeat;  
    }
/* ------ EMPLOYEE------ */
.employee {
float: left;
width: 100%;
height: 160px;
border-bottom:1px dotted #C6C6C3;
padding:10px;
}
.employee:hover,
.employee:focus {
background: #F7F8F4;
}
.employeeimage {
float: left;
margin-right: 15px;
}
.employeeinfo {
float: left;
}
#employee-form {
margin-bottom: 15px;
}
#employee-searchbox {
text-align: center;
margin: 5px 0;
}
p.employee-label {
float:left;
padding: 0;
margin-left: 50px;
}
#employee-submit {
float: left;
}
#employee-input {
float: left;
margin-left: 10px;
}
#employee-alphabet {
text-align: center;
clear:both;
margin: 5px 0;
}
fieldset {
padding: 0;
margin: 0;
}

/* NYHEDSBREV */
.newsletter fieldset {
    border: 0;
    margin-bottom: 10px;
}
.newsletter label {
    display: block;
}
.newsletter input {
    margin-bottom: 10px;
}

.newsletter .kategori {
    float: left;
    width: 100%;
}

.newsletter .kategori input {
    float: left;
    width: 15px;  
    margin: 2px 10px 10px 0;
}
.newsletter .kategori label {
    float: left;
}
.newsletter p {
    clear: both;
}

/* ------ MISC ------ */
.caps {
  text-transform: uppercase;  
}
a img {
  border: none;  
}
img.ramme,
a img.ramme {
  border: 3px solid #333;
  margin: 10px 0;
}
