@font-face {
    font-family: 'HelveticaNeueLTStd57Condensed';
    src: url('/css/fonts/helveticaneueltstd-cn-webfont.eot');
    src: url('/css/fonts/helveticaneueltstd-cn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/helveticaneueltstd-cn-webfont.woff') format('woff'),
         url('/css/fonts/helveticaneueltstd-cn-webfont.ttf') format('truetype'),
         url('/css/fonts/helveticaneueltstd-cn-webfont.svg#HelveticaNeueLTStd57Condensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLTStd77BdCn';
    src: url('/css/fonts/helveticaneueltstd-bdcn-webfont.eot');
    src: url('/css/fonts/helveticaneueltstd-bdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/helveticaneueltstd-bdcn-webfont.woff') format('woff'),
         url('/css/fonts/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'),
         url('/css/fonts/helveticaneueltstd-bdcn-webfont.svg#HelveticaNeueLTStd77BdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLTStd67MdCn';
    src: url('/css/fonts/helveticaneueltstd-mdcn-webfont.eot');
    src: url('/css/fonts/helveticaneueltstd-mdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/helveticaneueltstd-mdcn-webfont.woff') format('woff'),
         url('/css/fonts/helveticaneueltstd-mdcn-webfont.ttf') format('truetype'),
         url('/css/fonts/helveticaneueltstd-mdcn-webfont.svg#HelveticaNeueLTStd67MdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}


html, body {
    margin: 0;
    padding: 0;
    font-size:12px;
    font-family:Arial;
}
a {
  text-decoration: none;
}
img {
    border: 0;
}
.cl {
  clear: both;
}
header, section, footer, aside {
  display:block;
}
#page-top {
    height: 115px;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
#logo {
    left: 41px;
    position: absolute;
    top: 12px;
}
#manchet-menu {
    font-size: 11px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 6px;
    top: 13px;
}
#manchet-menu li {
    border-right: 1px solid #666666;
    float: left;
    margin-right: 12px;
    padding-right: 10px;
}
#manchet-menu a {
    color: #666666;
    text-transform: uppercase;
    text-decoration: none;
}
#read-link {
    background-image: url("img/icon_read.gif");
    background-position: right top;
    background-repeat: no-repeat;
    border-right: 0 none !important;
    display: inline-block;
    padding-right: 19px !important;
    width: 48px;
}
/*
#print-link {
    background-image: url("img/icon_print.gif");
    background-position: 36px 0;
    background-repeat: no-repeat;
    display: inline-block;
    width: 48px;
}
*/

#top-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 17px;
    top: 45px;
}
#top-menu li {
    border-left: 1px solid #000000;
    float: left;
    text-transform: uppercase;
}
#top-menu li.last a {
    padding-right: 0;
}
#top-menu a {
    color: #000000;
    display: inline-block;
    font-size: 18px;
    padding: 20px 30px 0 5px;
    position: relative;
    text-decoration: none;
    top: 20px;
}

#focus-holder {
background-image: url("img/header-bg.jpg");
background-position: center top;
background-repeat: repeat-x;
height: 146px;
overflow: hidden;
}
#slider {
    margin: 0 auto;
    width: 960px;
  height: 146px;
  overflow: hidden;
}
.slide {
    position: relative;
    width: 960px;
}
.slide img {
    position: absolute;
    right: 0;
    top: 0;
}
.slide .focus-info {
background-color: black;
height: 210px;
width: 270px;
}
.focus-info-inner {
left: 26px;
position: relative;
top: 0;
width: 220px;
height: 146px;
}
.focus-info-inner table, .focus-info-inner td {
height: 146px;
}
.white-header {
color: white;
display: block;
font-size: 28px;
line-height: 39px;
}
.orange-header {
color: #E7A700;
display: block;
font-size: 30px;
line-height: 39px;
padding-bottom: 5px;
}
.orange-header a {
    color: #E7A700;
}
.focus-info-inner a {
border-top: 1px solid white;
color: white;
display: block;
font-size: 18px;
text-decoration: none;
}
.focus-info-arrow {
background-image: url("img/focus-arrow.png");
height: 42px;
left: 244px;
position: absolute;
top: 80px;
width: 21px;
}

#page-actions {
margin: 0 auto;
position: relative;
width: 960px;
height: 30px;
}
#education-holder {
    height: 376px;
    display: none;
    position: relative;
}
ul#education-group {
list-style-type: none;
margin: 0 26px;
padding: 6px 0;
}
ul#education-group li {
float: left;
height: 25px;
padding-right: 28px;
}
ul#education-group>li:last-child {
padding-right: 0;
}
ul#education-group li li {
  height: auto;
}
ul#education-group li a {
color: white;
font-size: 16px;
text-decoration: none;
text-transform: uppercase;
}
ul#education-group li.current a {
    color:#ecab00;
}
/*
ul#education-group li.current a.current-topic {
    background-image: url("education-picker-line-current.gif");
    background-position: 22px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 35px;
}
*/
#education-group-marker {
background-image: url("img/education-picker-line-current.gif");
height: 11px;
left: 61px;
position: absolute;
top: 33px;
width: 21px;
}

ul#education-group ul {
/*left: 41px;*/
list-style-type: none;
margin: 0;
padding: 0;
position: absolute;
top: 55px;
display: none;
}
ul#education-group .current ul {
    display: block;
}
ul#education-group ul li {
    padding-right: 30px;
    background-image: none;
}
ul#education-group ul a {
    font-size: 14px;
    color: #333333 !important;
}

ul#education-group ul ul {
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 15px;
}
ul#education-group ul ul li {
    float: none;
    height: 16px;
    padding-bottom: 8px;
}
ul#education-group ul ul a {
    background-image: url("img/education-picker-arrow.gif");
    background-position: 0 3px;
    background-repeat: no-repeat;
    color: #333333;
    font-size: 13px;
    padding-left: 18px;
}
ul#education-group ul ul a:hover {
    text-decoration: underline;
}

#education-holder-options {
border-bottom: 3px solid #E2A202;
bottom: 10px;
height: 1px;
left: 0px;
position: absolute;
width: 960px;
}
#education-holder-options ul {
    list-style-type: none;
    margin: 15px 0 0 19px;
    padding: 0;
}
#education-holder-options li {
    border-right: 1px solid #000000;
    float: left;
    padding-right: 27px;
}
#education-holder-options li.last {
    border-right: none;
}
#education-index {
    background-image: url("img/education-index-arrow.gif");
    background-position: right 2px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 16px;
    padding-right: 19px;
    text-decoration: none;
    text-transform: uppercase;
}
#education-holder-options label {
    font-size: 16px;
    margin-left: 17px;
    text-transform: uppercase;
}
#education-holder-options .search-holder {
    border-bottom: 1px solid #000000;
    display: inline-block;
    margin-left: 6px;
    width: 300px;
    position: relative;
}
#education-search {
    background-color: transparent;
    border: 0 none;
    color: #000000;
    padding: 0 10px;
    width: 236px;
}
#education-holder-options .btn {
    color: #000000;
    font-size: 16px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
}

#page-search {
    left: 0;
    position: absolute;
    top: 0;
    width: 300px;
}
#page-search {
border-bottom: 1px solid #010101;
height: 29px;
left: 0;
position: absolute;
top: 5px;
width: 300px;
}
#page-search .text {
    border: 0 none;
    color: #010101;
    padding: 0 19px;
    position: relative;
    top: 9px;
    width: 220px;
}
#page-search .btn {
    color: #010101;
    font-size: 24px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
}

#social {
position: absolute;
right: 5px;
top: 11px;
}
#social a {
    padding-right: 4px;
}
#education-picker {
    background-image: url("img/top-splitter.gif");
    background-position: left bottom;
    background-repeat: no-repeat;
}
#education-picker-focus {
    background-image: url("img/education-arrow.gif");
    background-position: right center;
    background-repeat: no-repeat;
    color: #000000;
    display: inline-block;
    font-size: 35px;
    left: 345px;
    margin-bottom: 10px;
    padding-right: 40px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    top: 6px;
}

#education-picker-focus.expanded {
    background-image: url("img/education-arrow-expanded.gif");
    color: #ECAC02;
}

#content-holder {
    margin: 0 auto;
    position: relative;
    width: 960px;
}

#send-to-friend {
    background-color: #FFFFFF;
    border: 1px solid #BABABA;
    display:none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

#breadcrumb {
    border-bottom: 1px solid #E4E3E3;
    height: 41px;
}

#breadcrumb ul {
    display: inline-block;
    list-style-type: none;
    margin: 13px 0 0 14px;
    padding: 0;
}
#breadcrumb li {
    background-image: url("img/breadcrumb-splitter.gif");
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    padding: 0 18px 0 10px;
}
#breadcrumb li.last {
    background-image: none;
}
#breadcrumb a {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

#inner-content {
    float: right;
    width: 675px;
}
#content-column {
    float: left;
    width: 430px;
}
#content-column p {
	line-height: 16px;
	margin: 0 0 18px;
}
.content-column-wide {
    width: 675px!important;
}

h1 {
    color: #333333;
    font-size: 17px;
    margin: 0;
}
h2 {
    color: #333333;
    font-size: 15px;
    margin: 0 0 2px;
}
h1.main-header {
    border-bottom: 1px solid #E4E3E3;
    font-size: 23px;
    margin: 45px 0 0;
    padding-bottom: 16px;
}
p.intro {
    color: #9E9D9D;
    font-size: 18px;
    line-height: 22px !important;
    margin: 12px 0 27px !important;
}
p, td {
    line-height: 18px;
    margin-bottom: 17px;
}
#content-column a, #front-focus1 p a, #large-focus p a {
    color: #E7A700;
    text-decoration: none;
}

#content-column ul, #content-column ol {
    line-height: 22px;
    margin: 0 0 25px;
    padding: 0 0 0 36px;
}

#extras-column {
    float: right;
    width: 230px;
}
#related-menu {
    background-image: url("img/orange-structure.gif");
    list-style-type: none;
    margin: 9px 0 0;
    padding: 10px 18px 13px;
}
#related-menu a {
    border-bottom: 1px solid #FAC53D;
    color: #FFFFFF;
    display: block;
    font-size: 22px;
    padding: 6px 0;
    text-decoration: none;
}
#related-menu li.last a {
    border-bottom: none;
}

#student-advisors {
    background-image: url("img/gray-structure.gif");
    margin-top: 12px;
    position: relative;
}
#student-advisors .header {
    color: #FFFFFF;
    display: inline-block;
    font-size: 22px;
    padding: 15px 17px 5px;
}
#student-advisors .sub-header {
    background-image: url("img/student-advisor.gif");
    background-position: 1px 2px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #868587;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    margin: 0 17px;
    padding: 0 0 9px 20px;
    width: 172px;
}

.student-advisor {
    height: 115px;
    padding: 10px 0 0 19px;
    position: relative;
  background-color: transparent!important;
}
.student-advisor img {
    bottom: 0;
    height: 100px;
    position: absolute;
    right: 0;
    width: 68px;
}
.student-advisor .intro {
    color: #B5B5B5;
    display: block;
}
.student-advisor .name {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
}
.student-advisor .contact-info {
    color: #FFFFFF;
    display: block;
    margin-top: 9px;
}
.student-advisor .contact-info a {
    color: #FFFFFF;
    text-decoration: none;
}
#extras-column .banner {
    height: 225px;
    margin-top: 12px;
    position: relative;
    width: 230px;
}
#extras-column .banner .banner-overlay {
    background-color: #000000;
    bottom: 0;
    height: 70px;
    left: 0;
    opacity: 0.65;
    position: absolute;
    width: 230px;
}
#extras-column .banner .white-header {
    font-size: 22px;
    left: 17px;
    position: absolute;
    top: 160px;
}
#extras-column .banner .orange-header {
    font-size: 22px;
    left: 17px;
    position: absolute;
    top: 185px;
}

#left-menu {
    float: left;
    padding-top: 9px;
    width: 270px;
}
#left-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#left-menu ul a {
background-color: black;
color: white;
display: block;
font-size: 17px;
margin-bottom: 3px;
padding: 5px 0 6px 18px;
text-decoration: none;
}
#left-menu ul a.current {
background-image: url("img/current-menu-marker.gif");
background-position: 20px 0;
background-repeat: no-repeat;
font-size: 17px;
padding: 19px 0 7px 18px;
}
#left-menu ul ul a {
background-color: white;
background-image: url("img/normal-menu.gif");
background-position: 20px 6px;
background-repeat: no-repeat;
border-bottom: 1px solid #E4E3E3;
color: #333;
font-size: 12px;
padding: 6px 0 9px 45px;
}
#left-menu ul ul a.current {
background-color: #F2F1F1;
background-image: url("img/expanded-menu.gif");
background-position: 20px 11px;
background-repeat: no-repeat;
font-size: 12px;
line-height: 20px;
padding: 6px 10px 5px 45px;
}
#left-menu ul ul ul a {
background-color: white!important;
background-image: url("img/sub-menu.gif");
background-position: 48px 6px;
background-repeat: no-repeat;
border-bottom: 1px solid #E4E3E3;
color: #333;
/*font-size: 14px;*/
padding: 4px 0 6px 70px;
}
#left-menu ul ul ul a.current {
background-color: white!important;
background-image: url("img/sub-menu.gif");
background-position: 48px 8px;
background-repeat: no-repeat;
border-bottom: 1px solid #E4E3E3;
color: #333;
/*font-size: 14px;*/
padding: 4px 0 6px 70px;
text-decoration: underline;
}

footer {
    background-image: url("img/light-structure.gif");
    margin-top: 25px;
	position: relative;
}
#footer-container {
    background-image: url("img/footer-stucture.gif");
    margin: 0 auto;
    width: 960px;
}
#footer-container-inner {
    background-image: url("img/footer-img.jpg");
    background-repeat: no-repeat;
}
#footer-top {
    border-bottom: 1px solid #838988;
    margin: 0 23px;
    padding: 15px 0;
    position: relative;
	top: 0;
}
#contact-learnmark {
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
}
#call-learnmark {
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    right: 220px;
    text-transform: uppercase;
    top: 13px;
}
#email-learnmark {
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 13px;
}
#email-learnmark a {
    color: #e7a700;
    text-decoration: none;
}

#footer-container-inner ul {
    list-style-type: none;
    margin: 17px 0 0 22px;
    padding: 0;
}
#footer-container-inner ul ul {
    margin: 14px 0 0;
}
#footer-container-inner li {
    float: left;
    margin-right: 5px;
    width: 110px;
}
#footer-container-inner ul ul li {
    float: none;
    margin-bottom: 6px;
}
#footer-container-inner li a {
    color: #CCCCCC;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
#footer-container-inner ul ul a {
    font-family: Arial;
    font-size: 12px;
    text-transform: none;
}
#address {
    background-color: #131516;
    position: relative;
    height: 80px;
}
address {
    color: #CCCCCC;
    left: 10px;
    position: absolute;
    top: 15px;
}
address span {
    border-right: 1px solid #CCCCCC;
    float: left;
    font-style: normal;
    padding: 0 10px;
}
address span.last {
    border-right: none;
}
#copyright {
    color: #979595;
    position: absolute;
    right: 16px;
    top: 12px;
}

#left-column {
    float: left;
    margin-top: 15px;
    width: 300px;
}

#front-focus3 {
    float: left;
    margin: 15px 0 0 20px;
}

/*#front-focus3 span {
    display: block;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 6px;
}*/

#newsholder {
    border-top: 3px solid #000000;
    float: right;
    height: 399px;
    margin-top: 9px;
    position: relative;
    width: 320px;
}
#newsholder .all {
    bottom: 0;
    color: #E7A700;
    font-size: 16px;
    left: 0;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
}

#newsholder .next {
    background-image: url("/css/img/orange-arrow.gif");
    background-position: right 3px;
    background-repeat: no-repeat;
    bottom: 0;
    color: #E7A700;
    font-size: 16px;
    padding-right: 25px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
}
#newsholder ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#newsholder ul ul {
    position: relative;
}
#newsholder ul .newsholder-inner,
#newsholder ul .all,
#newsholder ul .next {
    display: none;
}
#newsholder li.current .newsholder-inner,
#newsholder li.current .all,
#newsholder li.current .next {
    display: block;
}
#newsholder li div {
    height: 345px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 32px;
    width: 320px;
}
#newsholder strong {
    border-right: 1px solid #8F8E8E;
    color: #A9A9A9;
    display: block;
    font-size: 23px;
    font-weight: normal;
    margin: 7px 7px 0 1px;
    padding-right: 12px;
    text-transform: uppercase;
}
#newsholder .last strong {
    border-right: none;
}
#newsholder li.current strong {
    color: #000000;
}
#newsholder li li a strong {
    border-right: medium none;
    color: #E7A700 !important;
    display: block;
    font-size: 16px;
    text-transform: none;
  margin-top:0;
}
#newsholder li li a span {
    color: #000000;
    display: block;
    font-size: 12px;
    margin-top: 7px;
}
/*
.front-focus-content strong {
    display: block;
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 7px;
    padding-top: 8px;
    text-transform: uppercase;
}
*/
#newsholder li {
    float: left;
}
#newsholder li li {
    border-bottom: 1px solid #BABABA;
    display: block;
    float: none;
    height: 61px;
    width: 320px;
  padding-top:7px;
}

.front-focus-content a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    display: block;
}
.front-focus-content p a {
display: inline;
  font-size: 12px;
}
.front-focus-content p strong {
/*font-size: 15px!important;*/
  display: inline;
    
}

/*
#front-focus1 {
    position: relative;
    height: 295px;
    width: 300px;
}
*/
#front-focus1 {
    height: 220px;
    overflow: hidden;
    position: relative;
    width: 300px;
}
#front-focus2 {
    position: relative;
    height: 159px;
    width: 300px;
    margin-top: 23px;
    overflow: hidden;
}
/*
#front-focus3 {
    position: relative;
    height: 476px;
    width: 300px;
}
*/
#front-focus3 {
    height: 402px;
    overflow: hidden;
    position: relative;
    width: 300px;
}

.front-focus-content {
    border-top: 1px solid #33270E;
    bottom: 26px;
    left: 21px;
    position: absolute;
    width: 260px;
}

#education-overview strong {
    color: #333333;
    display: block;
    font-size: 26px;
    margin: 29px 0 26px 18px;
    text-transform: uppercase;
}

#education-overview ul {
    list-style-type: none;
    margin: 0 0 0 19px;
    padding: 0;
}

#education-overview ul ul {
    margin: 9px 0 0;
}

#education-overview li {
    float: left;
    width: 300px;
}

#education-overview li li {
    float: none;
    margin-bottom: 8px;
}

#education-overview ul span {
    border-bottom: 1px solid #E4E3E3;
    color: #333333;
    display: block;
    font-size: 21px;
    height: 32px;
}


#education-overview ul a {
    background-image: url("img/education-picker-arrow.gif");
    background-position: 0 3px;
    background-repeat: no-repeat;
    color: #666666;
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    padding-left: 19px;
    text-decoration: none;
}

#education-overview ul a:hover {
    text-decoration: underline;
}




#related-menu a:hover, #content-column a:hover, #left-menu ul ul ul a:hover, #left-menu ul a:hover, #footer-container a:hover, #breadcrumb a:hover, #manchet-menu a:hover {
    text-decoration: underline;
}

#left-menu ul ul a:hover {
    background-color: #F2F1F1;
}

/* HelveticaNeueLTStd MdCn */
#top-menu a, .focus-info-inner a, #education-picker-focus, #large-focus strong#large-focus-header, #large-focus .date, #front-focus1 strong, .education-group-font, #education-overview ul span, .front-focus-content strong, .front-focus-content strong, #newsholder li strong, #Oversigt h3 {
    font-family: 'HelveticaNeueLTStd67MdCn', Arial;
}

/* HelveticaNeueLTStd BdCn */
.focus-info-inner .white-header, .focus-info-inner .orange-header, #page-search .btn, #education-overview strong {
    font-family: 'HelveticaNeueLTStd77BdCn', Arial;
}

/* HelveticaNeueLTStd Cn */
#email-learnmark, #call-learnmark, #contact-learnmark, #footer-container-inner li a, #newsholder li li a strong, #newsholder .all, #newsholder .next, #front-focus3 span {
    font-family: 'HelveticaNeueLTStd57Condensed', Arial;
}








#inner-content #front-focus2 {
    float: right;
    margin-top: 15px;
    width: 330px;
}

#inner-content .front-focus-content {
    width: 294px;
}

#large-focus {
    /*height: 340px;*/
    margin-top: 9px;
    position: relative;
    width: 675px;
}

#large-focus .inner {
    left: 60px;
    position: absolute;
    top: 2px;
}

#large-focus strong#large-focus-header {
    display: inline-block;
    font-size: 40px;
    font-weight: normal;
    line-height: 43px;
    margin-top: 7px;
    text-transform: uppercase;
    width: 500px;
}

#large-focus .intro-text {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 9px;
    width: 500px;
}

#large-focus p {
    width: 500px;
}

#large-focus .date {
    bottom: 20px;
    font-size: 22px;
    position: absolute;
    right: 20px;
}

#large-focus .date .focus {
    font-size: 32px;
}

#inner-content #front-focus1 {
    float: left;
    height: auto;
    margin-top: 15px;
    width: 330px;
}

#front-focus1 strong {
    color: #333333;
    display: inline-block;
    font-size: 23px;
    margin-bottom: 4px;
    padding-top: 8px;
    width: 235px;
}

/*
#front-focus1 a {
    color: #e7a700;
    text-decoration: none;
}

#front-focus1 a:hover {
    text-decoration: underline;
}
*/

#content-column #Breadcrumbs {
display:none;
}

/* ekstern indhold css */
#Oversigt h3, .Overskrift1 {
    border-bottom: 1px solid #E4E3E3;
    color: #333333;
    font-size: 23px;
    height: 44px;
    margin: 45px 0 12px;
}

#Oversigt .Overskrift2 {
    color: #9E9D9D;
    font-size: 18px;
    margin-bottom: 12px;
    padding-left: 0 !important;
}

#Oversigt .Header {
background-color: #000000;
color:#ffffff;
}

#Oversigt .Header th {
    height: 29px;
    text-align: left;
    white-space: nowrap;
  padding:0 5px;
}

#Oversigt tr.Even td, #Oversigt tr.Odd td {
border-bottom: 1px solid #e4e3e3;
  padding:0 5px;
}

#Oversigt .Titel {
    width: 310px;
}

#Holdliste {
    display:none;
}

.Ledigepladser {
    background-image: url("/css/img/available.gif");
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -10000px;
}
.Optaget {
    background-image: url("/css/img/call.gif");
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -10000px;
}

.Detaljer {
    border: 1px solid #E4E3E3;
    margin-top: 10px;
    padding: 9px;
}

td.label {
    width: 166px;
}

td.text {
    color: #656565;
}







#all-student-advisors {
    color: #FFFFFF;
    display: inline-block;
    padding: 0 20px 10px;
    text-decoration: underline;
}






div.image{
  position: relative;
  padding: 2px;
  border: 1px solid #cccccc;
  margin: 0 0 0 10px;
  float: left;
  display: inline;
}
div.image img{
  display: block;
}

div.image div.back{
  position: absolute;
  top: 50%;
  width: 19px;
  height: 18px;
  margin-top: -9px;
  left: -8px;
  background-image:url('img/back2.png');
  background-repeat: no-repeat;
  cursor: pointer;
  z-index:100;
}
div.image div.back:hover{
  background-image:url('img/back3.png');
}
div.image div.forward{
  position: absolute;
  top: 50%;
  width: 19px;
  height: 18px;
  margin-top: -9px;
  right: -8px;
  background-image:url('img/forward2.png');
  background-repeat: no-repeat;
  cursor: pointer;
  z-index:100;
}
div.image div.forward:hover{
  background-image:url('img/forward3.png');
}


.related-links-page {
    float: left;
    height: 100px;
    width: 440px;
}

.related-links-page .link {
  float: left;
  height: 100px;
  padding-right: 10px;
  width: 100px;
}

.fc-event-time {
  display: none;
}

.fc-state-highlight,
.fc-widget-header,
.fc-state-active, .fc-state-active .fc-button-inner,
.fc-state-default, .fc-state-default .fc-button-inner,
.fc-event {
  background-color: #e7a900 !important;
}

.fc-event-skin {
  background-color: #e7a900 !important;
  border-color: #E7A900 !important;;
}

.fc-state-disabled, .fc-state-disabled .fc-button-inner, .fc-event-inner {
    color: #000000!important;;
}

.employee-left-column {
  padding-right: 20px;
}


#left-menu ul a.orange {
  background-color:#E7A700;
}

#extras-column #newsholder {
    height: 270px;
}

#extras-column #newsholder,
#extras-column #newsholder li div,
#extras-column #newsholder li li {
  width: 220px;
  float: none;
}

#extras-column #newsholder strong {
  border-right: none;
}

div#ef-educations ul {
    top: 103px;
}
#ef-educations li {
    height: 31px !important;
    line-height: 12px;
    width: 230px;
}


#ef-educations ul ul {
  display: none!important;
}

.footer-header {
  color: #ffffff!important;
}

#education-menu {
width: 960px;
margin: 6px auto 0;
height: 34px;
position: relative;
}

#education-menu .inner {
background-color: black;
height: 33px;
}










#extras-column #newsholder li li {
height: auto;
padding-bottom: 5px;
}

#extras-column #newsholder li {
float: none;
}

#extras-column #newsholder li div {
position: static;
height: auto;
}

#extras-column #newsholder .all {
position: static;
margin-top: 10px;
display: block;
}



















.white-text {
color: #ffffff;
}

.yellow-text {
color: #F6A400;
}

.text10 {
font-size: 10px;
}

.text12 {
font-size: 12px;
}

.text14 {
font-size: 14px;
}

.text18 {
font-size: 18px;
}

.text24 {
font-size: 24px;
}

.text30 {
font-size: 30px;
}

.text36 {
font-size: 36px;
}

.text48 {
font-size: 48px;
}

.text60 {
font-size: 60px;
}

.text72 {
font-size: 72px;
}

.front-focus-content, .front-focus-content p {
  line-height: normal;
}

#cookie-message {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background-color: #E8AA01;
  color: #000;
  text-align: center;
  width: 100%;
  padding: 9px 0;
}

#cookie-message a {
  color: #000;
  text-decoration: underline;
}


.ui-tabs, .ui-tabs-nav {
border: 0;
background: transparent;
}

.news-date {
color: #aaa;
margin: 12px 0;
display: block;
}

.search-container {
  padding-bottom: 15px;
}

.filter-type {
  width: 50%;
  display: block;
  float: left;
}

#search-results {
clear: both;
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid #E4E3E3;
}

#search-results .search-result {
line-height: 17px;
margin-bottom: 20px;
}

#copyright a {
	display: block;
	color: #979595;
	text-decoration: underline;
}

table.center-content {
  border-spacing:0;
  border-collapse:collapse;
}

table.center-content td {
  vertical-align: middle;
}

.honey_pot { display: none; }

iframe { border: 0; }







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
