/*	Colors	*/
/*	Margins	*/
/*	Fonts	*/
/*	Colors	*/
/*	Margins	*/
/*	Fonts	*/
body {
  background: #edece5;
  color: #000;
  font-family: Arial, Arial, Sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 16px; }

/*	Colors	*/
/*	Margins	*/
/*	Fonts	*/
/*	Colors	*/
/*	Margins	*/
/*	Fonts	*/
#logo {
  /*background: url(../Images/logo.png) no-repeat 0 0;
  height: 78px;
  text-indent: -999999px;*/
  display: block;
  margin-bottom: 40px;
  margin-top: 20px;
  overflow: hidden; }

#topimage {
  margin-top: 20px;
  margin-bottom: 20px;
  max-height: 97px;
  overflow: hidden; }
  #topimage img {
    float: right; }

#head {
  background: #fff;
  margin: 5px 0 15px; }
  #head .row {
    position: relative; }
  #head .meta .lang {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0; }
    #head .meta .lang li {
      border-bottom: solid 1px #a19587;
      border-top: solid 1px #cccccc;
      float: right;
      margin-left: 15px;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      background: #eeede6;
      background-image: -moz-linear-gradient(top, #eeede6, #e0dfd8);
      background-image: -webkit-gradient(linear, center top, center bottom, from(#eeede6), to(#e0dfd8)); }
      #head .meta .lang li a {
        background: url(../Images/flag_se.png) no-repeat 8px center;
        color: #000;
        display: inline-block;
        padding: 3px 15px 3px 35px; }
      #head .meta .lang li.en a {
        background-image: url(../Images/flag_en.png); }
      #head .meta .lang li:hover, #head .meta .lang li.active {
        border-bottom-color: #8c4040;
        border-top-color: #cc9999;
        background: #b22025;
        background-image: -moz-linear-gradient(top, #b22025, #a81e23);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#b22025), to(#a81e23)); }
        #head .meta .lang li:hover a, #head .meta .lang li.active a {
          color: #fff;
          text-decoration: none; }
  #head .meta .social {
    bottom: 10px;
    color: #999;
    position: absolute;
    right: 0; }
  #head #mobileButtons,
  #head .mobileButton {
    background: #b22025;
    background-image: -moz-linear-gradient(top, #b22025, #800202);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#b22025), to(#800202));
    cursor: pointer;
    display: none; }
    #head #mobileButtons .button,
    #head .mobileButton .button {
      color: #fff;
      font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0;
      line-height: 16px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      background: #800202;
      background-image: -moz-linear-gradient(top, #800202, #b22025);
      background-image: -webkit-gradient(linear, center top, center bottom, from(#800202), to(#b22025));
      display: inline-block;
      margin: 5px 5px 5px 0px;
      padding: 10px 28px 10px 10px;
      position: relative;
      text-decoration: none;
      text-transform: uppercase; }
      #head #mobileButtons .button .symbol,
      #head .mobileButton .button .symbol {
        background: url("../Images/glyphicons-halflings-white.png") no-repeat scroll -337px -48px transparent;
        display: inline-block;
        height: 13px;
        margin-left: 4px;
        position: absolute;
        right: 10px;
        width: 12px; }
      #head #mobileButtons .button#mobileSearch,
      #head .mobileButton .button#mobileSearch {
        padding: 10px 20px;
        text-indent: -999999px;
        width: 10px; }
        #head #mobileButtons .button#mobileSearch .symbol,
        #head .mobileButton .button#mobileSearch .symbol {
          background-position: -49px 0px;
          right: 20px; }
      #head #mobileButtons .button#mobileLang,
      #head .mobileButton .button#mobileLang {
        float: right;
        margin: 5px 0px 5px 5px; }
        #head #mobileButtons .button#mobileLang .symbol,
        #head .mobileButton .button#mobileLang .symbol {
          background-position: -266px -72px; }
      #head #mobileButtons .button.active,
      #head .mobileButton .button.active {
        background: #660000; }
  #head #menu {
    background: #b22025;
    background-image: -moz-linear-gradient(top, #b22025, #800202);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#b22025), to(#800202));
    border-bottom: solid 1px #ba343b;
    border-top: solid 1px #8c4040;
    overflow: hidden;
    display: block !important; }
    #head #menu .btn-navbar {
      display: none;
      float: right;
      padding: 7px 10px;
      margin-right: 5px;
      margin-left: 5px;
      color: #ffffff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #ededed;
      *background-color: #e5e5e5;
      background-repeat: repeat-x;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
      background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
      border-left-color: #e5e5e5;
      border-right-color: #e5e5e5;
      border-top-color: #e5e5e5;
      border-bottom-color: #bfbfbf; }
    #head #menu ul {
      list-style: none;
      margin-bottom: 0;
      padding: 0; }
    #head #menu li {
      float: left; }
      #head #menu li a {
        display: inline-block;
        padding: 20px 10px;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 16px; }
      #head #menu li.active a,
      #head #menu li a:hover {
        background: url(../Images/menuShade.png); }
    #head #menu .lang,
    #head #menu .mobLang {
      display: none; }

#crumbs {
  list-style: none;
  margin-bottom: 10px;
  overflow: hidden; }
  #crumbs li {
    float: left;
    margin-right: 5px; }
    #crumbs li a {
      background: #ccc;
      display: block;
      padding: 3px 5px;
      text-decoration: none;
      color: #666;
      font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
      font-size: 10px;
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0;
      line-height: 12px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px; }

/*	Colors	*/
/*	Margins	*/
/*	Fonts	*/
/*	Colors	*/
/*	Margins	*/
/*	Fonts	*/
h1 {
  color: #000;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.25px;
  line-height: 30px; }

h2 {
  color: #000;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.25px;
  line-height: 22px; }

h3 {
  color: #000;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.25px;
  line-height: 18px; }

h4 {
  color: #660000;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 13px;
  text-transform: uppercase; }

a {
  color: #b22025; }
  a:hover {
    color: #660000; }

hr {
  border-top: 1px solid #d4ccbf; }

.social {
  line-height: 28px;
  text-align: right; }
  .social a {
    background: url(../Images/facebook.png) no-repeat 0 0;
    display: inline-block;
    height: 26px;
    margin: 0 0 -7px 7px;
    overflow: hidden;
    text-indent: 999999px;
    width: 25px; }
    .social a.tw {
      background-image: url(../Images/twitter.png); }
    .social a.print {
      background-image: url(../Images/print.png); }
    .social a:hover {
      background-position: 0 -28px; }
    .social a:active {
      background-position: 0 -56px; }

.search {
  background: #fff;
  border-top: solid 1px #686868;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #999900;
  background-image: -moz-linear-gradient(top, #999900, #858500);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#999900), to(#858500));
  height: 35px;
  margin-bottom: 9px;
  margin-top: 9px;
  overflow: hidden;
  position: relative; }
  .search input[type="text"] {
    color: #000;
    font-family: Arial, Arial, Sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 16px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
    border: none;
    border-right: solid 1px #d0d0d0;
    height: 27px;
    margin: 0px;
    right: 45px;
    width: 169px; }
  .search input[type="button"],
  .search input[type="submit"],
  .search button {
    color: #fff;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 13px;
    text-transform: uppercase;
    background: url(../Images/glyphicons-halflings-white.png) no-repeat -36px 10px;
    border: none;
    border-left: solid 1px #717171;
    bottom: 0px;
    padding: 0px;
    position: absolute;
    right: 0px;
    text-indent: -99999px;
    top: 0px;
    width: 38px; }

a.pren {
  background: #ccc;
  border-top: solid 1px #bdbdbd;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #2f2f2f;
  background-image: -moz-linear-gradient(top, #2f2f2f, #242424);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#2f2f2f), to(#242424));
  color: #fff;
  display: block;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-decoration: none; }

.inside {
  padding: 15px; }

ul.contentList {
  list-style: none;
  margin: 0px 0px 0px -15px;
  padding: 0px 0px 0px 0px; }
  ul.contentList li {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f1edea;
    float: left;
    height: 260px;
    line-height: 16px;
    margin-bottom: 15px;
    margin-left: 15px;
    overflow: hidden;
    padding: 15px;
    width: 210px; }
  ul.contentList.small li {
    height: 28px; }
  ul.contentList.medium li {
    height: 134px; }

.arrow,
.pdf {
  background: url(../Images/glyphicons-halflings.png) no-repeat -241px -145px;
  display: block;
  height: 12px;
  width: 12px; }

.pdf {
  background-position: -22px -25px; }

.event {
  min-height: 85px;
  padding-left: 75px;
  position: relative; }
  .event .date {
    background: url(../Images/kalenderikon.png) no-repeat 0px 0px;
    left: 0px;
    min-height: 70px;
    padding: 15px 0px 0px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 64px; }
    .event .date .day {
      color: #b22025;
      font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
      font-size: 24px;
      font-style: normal;
      font-weight: bold;
      letter-spacing: -1.5px;
      line-height: 24px; }
    .event .date .month {
      color: #b22025;
      font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0;
      line-height: 17px;
      text-transform: uppercase; }

.boxHead {
  color: #660000;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.25px;
  line-height: 14px;
  position: relative;
  text-transform: uppercase; }
  .boxHead a {
    color: #660000;
    display: block;
    padding-right: 20px; }
  .boxHead .arrow {
    position: absolute;
    right: 0px;
    top: 0; }

.teaser {
  overflow: hidden; }
  .teaser h1 a, .teaser h2 a, .teaser h3 a {
    color: #000; }
  .teaser .image {
    margin-bottom: 15px;
    text-align: center; }
  .teaser .author {
    color: #666;
    text-align: right; }
    .teaser .author a {
      display: inline-block; }
  .teaser.cal ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; }
  .teaser.cal a {
    color: #fff; }
  .teaser.cal .boxHead .arrow {
    background-image: url(../Images/glyphicons-halflings-white.png); }
  .teaser.cal li.event.first {
    background: #767800 url(../Images/event.png) no-repeat 0 85px;
    margin: 0 -15px -15px;
    min-height: 130px;
    overflow: hidden;
    padding: 15px;
    padding-left: 90px; }
    .teaser.cal li.event.first .date {
      left: 15px;
      top: 15px; }
    .teaser.cal li.event.first h3 {
      margin: 0 0 5px 0; }
    .teaser.cal li.event.first .type {
      float: none; }

.type {
  color: #660000;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase; }

.info {
  color: #666;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.25px;
  line-height: 16px;
  margin: 0 0 5px 0; }
  .info strong {
    display: block; }

.Newsheader {
  margin-bottom: 15px; }

/*	Colors	*/
/*	Margins	*/
/*	Fonts	*/
#footer {
  background: #b22025;
  border-top: 2px solid #cc6666;
  margin-top: 40px; }
  #footer .menu {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase; }
    #footer .menu li {
      float: left; }
      #footer .menu li a {
        display: inline-block;
        padding: 20px 15px;
        text-decoration: none;
        color: #fff;
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 16px; }
  #footer .social {
    color: #fff; }

#footerMeta {
  background: #660000;
  border-top: 2px solid #580000;
  color: #fff;
  font-size: 12px;
  padding: 10px 0 12px;
  text-align: center; }
  #footerMeta p {
    margin: 0; }
  #footerMeta a {
    color: #fff; }
    #footerMeta a.map {
      background: url(../Images/map.png) no-repeat 2px 0px;
      padding-left: 15px; }
    #footerMeta a.mail {
      font-weight: bold;
      text-decoration: underline; }

/*	Colors	*/
/*	Margins	*/
/*	Fonts	*/
/*	Colors	*/
/*	Margins	*/
/*	Fonts	*/
.teaser-fixed {
  height: 500px; }

.startpagebox,
.teaser {
  background: #fff;
  border-top: solid 1px #9a9793;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 15px 0 0;
  overflow: hidden; }
  .startpagebox .boxHead.subHead,
  .teaser .boxHead.subHead {
    margin: 50px 0 15px; }
  .startpagebox h1 a, .startpagebox h2 a, .startpagebox h3 a,
  .teaser h1 a,
  .teaser h2 a,
  .teaser h3 a {
    color: #000; }
  .startpagebox ul,
  .teaser ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; }
    .startpagebox ul li,
    .teaser ul li {
      border-top: solid 1px #d4ccbf;
      line-height: 16px;
      margin: 0px 0px 15px 0px;
      overflow: hidden;
      padding: 15px 0px 0px 0px; }
      .startpagebox ul li h1, .startpagebox ul li h2, .startpagebox ul li h3,
      .teaser ul li h1,
      .teaser ul li h2,
      .teaser ul li h3 {
        margin-top: 0; }
      .startpagebox ul li img,
      .teaser ul li img {
        float: left;
        margin-right: 15px; }
      .startpagebox ul li .type,
      .teaser ul li .type {
        float: left;
        margin-right: 15px; }
      .startpagebox ul li .author,
      .teaser ul li .author {
        color: #7d6a55;
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 16px;
        text-align: right; }
      .startpagebox ul li.first,
      .teaser ul li.first {
        border: none; }
    .startpagebox ul#shortcuts li,
    .teaser ul#shortcuts li {
      border: none;
      height: auto;
      padding: 0; }
      .startpagebox ul#shortcuts li .arrow,
      .teaser ul#shortcuts li .arrow {
        float: left;
        margin-right: 5px;
        margin-top: 6px; }
      .startpagebox ul#shortcuts li a,
      .teaser ul#shortcuts li a {
        color: #333;
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
        letter-spacing: -0.25px;
        line-height: 22px; }
    .startpagebox ul#news img,
    .teaser ul#news img {
      margin-bottom: 15px;
      max-height: 220px; }
    .startpagebox ul#news h2,
    .teaser ul#news h2 {
      color: #000;
      font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
      font-size: 26px;
      font-style: normal;
      font-weight: bold;
      letter-spacing: -0.25px;
      line-height: 30px; }
  .startpagebox.cal,
  .teaser.cal {
    background: #a3a60f; }
    .startpagebox.cal a,
    .teaser.cal a {
      color: #fff; }
    .startpagebox.cal .boxHead .arrow,
    .teaser.cal .boxHead .arrow {
      background-image: url(../Images/glyphicons-halflings-white.png); }
    .startpagebox.cal li.event,
    .teaser.cal li.event {
      padding-left: 75px;
      position: relative;
      overflow: visible; }
      .startpagebox.cal li.event .date,
      .teaser.cal li.event .date {
        top: 15px; }
      .startpagebox.cal li.event h3,
      .teaser.cal li.event h3 {
        margin: 0 0 5px 0; }
      .startpagebox.cal li.event .type,
      .teaser.cal li.event .type {
        float: none; }
      .startpagebox.cal li.event .info,
      .teaser.cal li.event .info {
        color: #fff; }
    .startpagebox.cal .event.first,
    .teaser.cal .event.first {
      background: #767800 url(../Images/event.png) no-repeat 0 80px;
      margin: 0 -15px;
      min-height: 130px;
      padding: 15px;
      padding-left: 90px; }
      .startpagebox.cal .event.first .date,
      .teaser.cal .event.first .date {
        left: 15px; }
  .startpagebox.prenBox,
  .teaser.prenBox {
    background: #c1c19b; }
    .startpagebox.prenBox ul,
    .teaser.prenBox ul {
      border-bottom: solid 1px #d4ccbf;
      margin-bottom: 15px; }
    .startpagebox.prenBox input[type="text"],
    .teaser.prenBox input[type="text"] {
      border: none;
      color: #666;
      font-family: Arial, Arial, Sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0;
      line-height: 16px;
      background: #fff;
      border-top: solid 1px #686868;
      box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      padding: 7px 0;
      text-indent: 6px;
      width: 100%; }
    .startpagebox.prenBox input[type="button"],
    .startpagebox.prenBox input[type="submit"],
    .teaser.prenBox input[type="button"],
    .teaser.prenBox input[type="submit"] {
      border: none;
      background: #fff;
      border-top: solid 1px #c7c7b8;
      box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      background: #999900;
      background-image: -moz-linear-gradient(top, #999900, #858500);
      background-image: -webkit-gradient(linear, center top, center bottom, from(#999900), to(#858500));
      color: #fff;
      font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 16px;
      border-bottom: solid 1px #303027;
      padding: 7px 0;
      text-align: center;
      width: 100%; }
    .startpagebox.prenBox #newsletterMessage,
    .teaser.prenBox #newsletterMessage {
      display: block; }
  .startpagebox.teaser h3,
  .teaser.teaser h3 {
    color: #000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -0.25px;
    line-height: 18px; }

/*	Colors	*/
/*	Margins	*/
/*	Fonts	*/
/*	Colors	*/
/*	Margins	*/
/*	Fonts	*/
#mainContent .contentHead h1.event {
  width: auto; }

.eventbox {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 15px;
  padding-top: 0; }
  .eventbox .boxHead {
    margin: 0px -15px;
    padding: 10px 15px; }
  .eventbox .type {
    color: #660000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: uppercase; }
  .eventbox.next {
    background: #a3a60f;
    color: #fff; }
    .eventbox.next .boxHead {
      background: #767800;
      color: #fff; }
    .eventbox.next h1, .eventbox.next h3, .eventbox.next a {
      color: #fff; }
    .eventbox.next input.promoChild {
      background: e7e6df;
      border: none;
      border-bottom: solid 1px #666108;
      border-top: solid 1px #ccc;
      color: #000;
      font-family: Arial, Sans-serif;
      font-size: 12px;
      margin: 10px 10px 0 0;
      min-width: 100px;
      padding: 5px;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      background-image: -moz-linear-gradient(top, #eeede6, #e0dfd8);
      background-image: -webkit-gradient(linear, center top, center bottom, from(#eeede6), to(#e0dfd8)); }
  .eventbox.commingBox {
    border: solid 2px #f1edea;
    background: #fff;
    border-top: solid 1px #a9a5a0;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 0; }
    .eventbox.commingBox .boxHead {
      background: #f1edea;
      margin-left: 0px;
      padding: 10px 15px; }
    .eventbox.commingBox .event {
      float: left;
      height: 260px;
      margin: 15px 0 0 15px;
      width: 153px; }
      .eventbox.commingBox .event h3 a {
        color: #000; }
      .eventbox.commingBox .event .info {
        font-size: 12px; }
    .eventbox.commingBox.earlier .boxHead {
      color: #000; }
    .eventbox.commingBox.earlier .day,
    .eventbox.commingBox.earlier .month {
      color: #666; }

/*	Colors	*/
/*	Margins	*/
/*	Fonts	*/
/*	Colors	*/
/*	Margins	*/
/*	Fonts	*/
ul.contentList.publication li {
  height: 160px;
  overflow: hidden;
  padding-bottom: 160px;
  position: relative; }
  ul.contentList.publication li .media {
    background: #fff;
    border: solid 1px #f7f4f2;
    bottom: 2px;
    height: 110px;
    left: 2px;
    overflow: hidden;
    padding: 15px 15px 15px 30px;
    position: absolute;
    right: 2px; }
    ul.contentList.publication li .media h3 {
      margin: 0 0 5px 0; }
      ul.contentList.publication li .media h3 a {
        color: #000; }
    ul.contentList.publication li .media .author {
      color: #666;
      font-size: 12px;
      line-height: 13px; }
    ul.contentList.publication li .media .arrow {
      background-position: -337px -97px;
      left: 10px;
      position: absolute;
      top: 20px; }
    ul.contentList.publication li .media.pdfOnly {
      height: auto; }
      ul.contentList.publication li .media.pdfOnly p {
        margin: 0; }
      ul.contentList.publication li .media.pdfOnly .pdf {
        left: 10px;
        position: absolute;
        top: 16px; }

.contentCol .info p {
  /*margin-bottom: 0;*/ }
.contentCol .info span {
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 10px; }

.download {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #edece5;
  color: #000;
  display: block;
  margin-bottom: 15px;
  padding: 15px;
  padding-left: 36px;
  position: relative; }
  .download span.pdf {
    left: 12px;
    margin-top: -6px;
    padding: 0;
    position: absolute;
    top: 50%; }
  .download a {
    color: #000; }

/*	Colors	*/
/*	Margins	*/
/*	Fonts	*/
/*	Colors	*/
/*	Margins	*/
/*	Fonts	*/
.contentList.persons li {
  height: 380px;
  line-height: 16px; }
  .contentList.persons li .image {
    background: #e4dcd7;
    background-image: -moz-linear-gradient(top, #e4dcd7, #f1edea);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#e4dcd7), to(#f1edea));
    border-bottom: solid 1px #fff;
    margin: 0 -15px;
    text-align: center; }
    .contentList.persons li .image img {
      height: 170px; }

#mainContent .inside .subCol .person .linklist {
  list-style: none;
  margin: 0;
  padding: 0; }
  #mainContent .inside .subCol .person .linklist li {
    margin-bottom: 5px; }
    #mainContent .inside .subCol .person .linklist li a {
      background: #746d6a;
      border-top: solid 1px #c3c3c2;
      box-shadow: 0 1px 0px rgba(0, 0, 0, 0.8);
      -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.8);
      -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.8);
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      background: #746d6a;
      background-image: -moz-linear-gradient(top, #746d6a, #69625f);
      background-image: -webkit-gradient(linear, center top, center bottom, from(#746d6a), to(#69625f));
      color: #fff;
      font-family: Arial, Arial, Sans-serif;
      font-size: 11px;
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0;
      line-height: 14px;
      display: block;
      padding: 5px 0 3px 0;
      text-align: center;
      text-decoration: none; }

#subMenu {
  overflow: hidden; }
  #subMenu ul {
    background: #9a8c7e;
    border-top: solid 1px #e3dfdb;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 15px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0; }
    #subMenu ul li {
      border-bottom: 1px solid #d3cfcb;
      font-size: 12px; }
      #subMenu ul li a,
      #subMenu ul li span {
        color: #fff;
        display: block;
        padding: 5px 10px;
        text-decoration: none; }
      #subMenu ul li.active a,
      #subMenu ul li.active span, #subMenu ul li:hover a,
      #subMenu ul li:hover span {
        background: #605244; }
      #subMenu ul li.active span, #subMenu ul li:hover span {
        font-weight: bold; }
      #subMenu ul li ul {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        background: #d8d2c9; }
      #subMenu ul li li {
        border: none; }
        #subMenu ul li li a {
          background: none !important;
          color: #000;
          padding-left: 15px; }
        #subMenu ul li li.active a {
          font-weight: bold; }
        #subMenu ul li li.active li a {
          font-weight: normal; }
        #subMenu ul li li li a {
          color: #333;
          padding-left: 25px;
          font-weight: normal; }
        #subMenu ul li li li.active a, #subMenu ul li li li:hover a {
          font-weight: bold; }
  #subMenu select {
    display: none; }

#mainContent {
  background: #fff;
  border-top: solid 1px #9a9793;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 15px; }
  #mainContent .contentHead {
    float: left;
    margin-bottom: 15px;
    width: 100%; }
    #mainContent .contentHead .span5 {
      color: #b22025;
      font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: bold;
      letter-spacing: -0.25px;
      line-height: 14px;
      margin: 0;
      text-transform: uppercase; }
    #mainContent .contentHead .social {
      float: right;
      list-style: none;
      margin: 0;
      padding: 0; }
      #mainContent .contentHead .social li {
        float: left;
        margin: 0 0 0 5px; }
    #mainContent .contentHead h1,
    #mainContent .contentHead h3 {
      float: left;
      margin-bottom: 0;
      width: 100%; }
  #mainContent .inside {
    overflow: hidden; }
    #mainContent .inside .contentCol {
      clear: both;
      margin: 0; }
      #mainContent .inside .contentCol .ingress,
      #mainContent .inside .contentCol .Intro {
        color: #666;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        margin-bottom: 25px; }
      #mainContent .inside .contentCol .personIngress {
        color: #000;
        font-family: Arial, Sans-serif;
        font-size: 13px;
        letter-spacing: 0; }
      #mainContent .inside .contentCol h4 {
        color: #000; }
        #mainContent .inside .contentCol h4.activityType {
          color: #660000; }
      #mainContent .inside .contentCol img.right,
      #mainContent .inside .contentCol .ImageRightFloat {
        float: right;
        margin: 0 0 15px 15px; }
        #mainContent .inside .contentCol img.right img,
        #mainContent .inside .contentCol .ImageRightFloat img {
          margin-bottom: 5px; }
      #mainContent .inside .contentCol img.left,
      #mainContent .inside .contentCol .ImageLeftFloat {
        float: left;
        margin: 0 15px 15px 0; }
        #mainContent .inside .contentCol img.left img,
        #mainContent .inside .contentCol .ImageLeftFloat img {
          margin-bottom: 5px; }
      #mainContent .inside .contentCol table {
        max-width: 510px !important; }
        #mainContent .inside .contentCol table img {
          max-width: 510px !important; }
      #mainContent .inside .contentCol ol li,
      #mainContent .inside .contentCol .personIngress ul li {
        line-height: 16px;
        margin-bottom: 7px; }
      #mainContent .inside .contentCol .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%; }
        #mainContent .inside .contentCol .embed-container iframe,
        #mainContent .inside .contentCol .embed-container object,
        #mainContent .inside .contentCol .embed-container embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    #mainContent .inside .span5 {
      width: 365px; }
    #mainContent .inside .subCol {
      color: #666;
      font-size: 12px; }
      #mainContent .inside .subCol .person {
        overflow: hidden; }
        #mainContent .inside .subCol .person a {
          color: #666; }
      #mainContent .inside .subCol h3 {
        font-size: 13px;
        margin: 20px 0 5px;
        text-transform: uppercase; }
    #mainContent .inside .span2 {
      width: 125px; }
    #mainContent .inside .content .Text ul li {
      line-height: 16px;
      margin-bottom: 7px; }

#subContent .teaser {
  background: #fff;
  border-top: solid 1px #9a9793;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /*height: 500px;*/
  margin: 0 0 15px; }
  #subContent .teaser.cal {
    background: #a3a60f; }
  #subContent .teaser.cal, #subContent .teaser.media {
    height: auto; }
  #subContent .teaser h3 {
    color: #000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -0.25px;
    line-height: 18px; }

#error {
  height: 400px;
  margin-top: -200px;
  position: absolute;
  top: 50%; }
  #error .span4 {
    min-width: 275px !important;
    padding-top: 50px; }
  #error .span8 {
    background: url(../Images/errorpage.png) no-repeat top left;
    padding-top: 100px; }
    #error .span8 h1 {
      margin-bottom: 0; }
    #error .span8 h2 {
      font-weight: normal;
      margin-top: 0; }
    #error .span8 h3 {
      margin: 30px 0 5px; }
    #error .span8 .span3 {
      float: none;
      margin: 0; }

h1.searchresult em,
#searchresult em {
  color: #a3a60f;
  font-style: normal; }

#searchresult {
  clear: both;
  list-style: none;
  margin: 0 70px 0 0;
  padding: 0 0 0 0px; }
  #searchresult li {
    border-top: solid 1px #d4ccbf;
    overflow: hidden;
    padding: 10px 0 10px 75px;
    position: relative; }
    #searchresult li .number {
      font-size: 26px;
      left: 0px;
      position: absolute;
      text-align: right;
      top: 15px;
      width: 50px; }
    #searchresult li h2 {
      margin-top: 0; }
    #searchresult li p {
      font-size: 13px; }
      #searchresult li p.type {
        font-size: 10px; }
      #searchresult li p.info {
        font-size: 12px; }
    #searchresult li a {
      color: #000; }
    #searchresult li ul {
      list-style: none;
      margin: 0; }
      #searchresult li ul li.download {
        border: none;
        font-size: 12px;
        padding: 15px 15px 15px 36px; }
  #searchresult li:first-child {
    border: none; }

.pagination-block {
  clear: both;
  float: left;
  overflow: hidden;
  padding: 10px 0;
  width: 100%; }
  .pagination-block p {
    color: #666;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif, Arial, Sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
    text-transform: uppercase;
    float: left;
    margin: 0;
    text-transform: none;
    width: 120px; }
  .pagination-block .pagination {
    float: right;
    margin: 0; }
    .pagination-block .pagination a {
      color: #666; }
    .pagination-block .pagination ul > .active > a,
    .pagination-block .pagination ul > .active > span {
      color: #fff;
      font-weight: bold;
      background: #a3a60f; }
  .pagination-block.top {
    border-bottom: solid 1px #d4ccbf; }
  .pagination-block.bottom {
    border-top: solid 1px #d4ccbf; }

div.Newslist table tr td {
  padding-bottom: 20px; }

div.Newslist table tr td.image {
  padding-right: 20px; }

/*# sourceMappingURL=ifn.css.map */
