@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* FRONTEND SASS
*********************************************/
html {
  overflow-y: scroll; }

body {
  background-color: white; }

/* LAYOUT
*********************************************/
/* HELPER
*********************************************/
/* Floats */
.float-left {
  float: left; }

.float-right {
  float: right; }

.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.ie7 .group {
  zoom: 1; }

/* Media Queries
*********************************************/
/* Retina */
/* Landscape phones and down */
/* Landscape phone to portrait tablet */
/* Portrait tablet to landscape and desktop */
/* Large desktop */
body, html {
  background: #ffffff;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #333333;
  line-height: 1.5;
  margin: 0;
  -webkit-text-size-adjust: none; }

nav,
header,
footer,
aside,
article,
section {
  margin: 0; }

a {
  color: #0099cc;
  text-decoration: none; }

p {
  margin: 0 0 12px 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

ol {
  list-style: none;
  padding: 0;
  margin: 0; }

a img {
  border: 0; }

.clearer {
  clear: both;
  height: 0;
  width: 0; }

#page-wrap {
  width: 875px;
  margin: 0 auto; }

#header {
  position: relative;
  height: 115px;
  width: 100%; }

#header .logo-mcn {
  position: absolute;
  left: 15px;
  top: 15px; }

#header .logo-mcn img {
  width: auto;
  height: 85px; }

#header .logo-typo {
  color: #ccc;
  letter-spacing: 1px;
  margin: -2.5em 0 0 10em;
  font-weight:normal;
}

#nav-breadcrumb {
  display: none;
  list-style-type: none; }

#nav-breadcrumb li {
  float: left;
  padding: 0; }

#nav-breadcrumb li.first:before {
  content: "";
  padding: 0; }

#nav-breadcrumb li:before {
  content: ">";
  padding: 0 5px; }

#nav-breadcrumb li a {
  color: #333333; }

#nav-service {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  background: #00477c;
  line-height: 17px; }

#nav-service ul {
  float: left; }

#nav-service ul li {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 15px;
  color: #ffffff; }

#nav-service ul a {
  color: #ffffff; }

#nav-service ul.language {
  padding-right: 5px; }

#nav-service ul.language li {
  padding: 0 10px; }

#nav-service ul.language li:first-child {
  position: relative; }

#nav-service ul.language li:first-child:after {
  position: absolute;
  right: -1px;
  top: 4px;
  width: 1px;
  height: 10px;
  background: #ffffff;
  content: ""; }

#nav-service ul li.active a,
#nav-service ul a:hover {
  color: #a4c4dc; }

#nav-main {
  padding: 0 5px;
  background: #7fa3bd;
  line-height: 30px;
  font-size: 12px; }

#nav-main ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

#nav-main ul li {
  float: left;
  text-transform: uppercase;
  padding: 0 15px; }

#nav-main ul a {
  color: #ffffff;
  font-weight: bold; }

#nav-main ul li.active a,
#nav-main ul a:hover {
  color: #003366; }

#nav-service:after,
#nav-main:after,
#nav-footer ul:after {
  clear: both;
  content: "";
  display: table;
  overflow: hidden; }

#picbar {
  position: relative;
  height: 145px;
  width: 100%;
  background-image: url(/images/mcn/image003.jpg); }

#picbar:before {
  position: absolute;
  left: 2px;
  top: 0;
  height: 150px;
  width: 336px;
  content: ""; }

#content-wrap {
  display: table;
  width: 100%;
  table-layout: fixed; }

#footer {
  position: relative;
  height: 90px;
  background: #b2c7d7; }

#footer .logo-university {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -18px; }

#footer .logo-upk {
  position: absolute;
  top: 29px;
  left: 405px; }

#footer .logo-upk img {
  width: 180px; }

#footer .logo-university-clinic {
  position: absolute;
  top: 33px;
  left: 195px; }

#footer .logo-university-clinic img {
  width: 180px; }

#footer .logo-faculty {
  position: absolute;
  top: 38px;
  right: 30px; }

#footer .logo-faculty img {
  height: 25px; }

#nav-footer {
  font-size: 10px; }

#nav-footer ul {
  padding: 10px; }

#nav-footer li {
  position: relative;
  float: left;
  padding: 0 10px;
  color: #999999; }

#nav-footer li:after {
  position: absolute;
  left: -1px;
  top: 3px;
  width: 1px;
  height: 10px;
  background: #999999;
  content: ""; }

#nav-footer li.first:after {
  display: none; }

#nav-footer a {
  color: #999999; }

#nav-footer a:hover {
  text-decoration: underline; }

/**
* HOME STYLES
*/
.layout-home #content-wrap {
  display: table;
  table-layout: fixed;
  font-size: 10px; }

.layout-home #content-aside {
  width: 298px;
  padding: 40px 20px 30px;
  display: table-cell;
  background-color: #f0f0f0;
  vertical-align: top; }

.layout-home #content-main {
  width: 537px;
  display: table-cell;
  vertical-align: top; }

.layout-home .content-container {
  width: 26.85em;
  height: 450px;
  display: table-cell;
  vertical-align: top;
  border-left: 5px solid #f0f0f0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 30px; }

.layout-home .content-container:first-child {
  border-color: #ffffff; }

.layout-home .content-container .content-element {
  margin: 0 0 20px;
  border-top: 1px solid #e5e5e5; }

.layout-home .content-container .content-element:first-child {
  border: 0; }

.layout-home .content-container .content-element .csc-frame-frame1 {
  margin-top: -1px;
  background: #ffffff; }

.layout-home .content-container h1.csc-firstHeader, .layout-home .content-container#container3 h1.csc-firstHeader, .layout-home .content-container#container3 h1 {
  background-color: #e5e5e5;
  border-left: 5px solid #ffffff;
  padding: 4px 15px;
  margin: 0 0 15px -20px; }

.layout-home .content-container#container3 h1 {
  margin-top: -1px;
  border-color: #f0f0f0; }

.layout-home .content-container h1 {
  font-size: 11px;
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  margin: 15px 0 10px; }

.layout-home .content-container ul li {
  line-height: 1.5; }

.layout-home .content-container a:hover {
  text-decoration: underline; }

/**
* MAIN STYLES
*/
.layout-main #nav-sub {
  display: table-cell;
  vertical-align: top;
  width: 216px;
  border-top: 1px solid #ffffff;
  border-right: 10px solid #ffffff;
  background-color: #f0f0f0; }

.layout-main #nav-sub > ul {
  padding: 24px 0;
  background-color: #e5e5e5;
  border-bottom: 5px solid #ffffff;
  /*first-level*/ }

.layout-main #nav-sub > ul > li {
  /*second-level*/ }

.layout-main #nav-sub > ul > li:first-child {
  border-top: 0; }

.layout-main #nav-sub > ul > li > a {
  padding: 3px 20px; }

.layout-main #nav-sub > ul > li > a:before {
  content: "-"; }

.layout-main #nav-sub > ul > li.active > a {
  background: #ffffff;
  font-weight: bold; }

.layout-main #nav-sub > ul > li.active > a:hover {
  color: #0099cc; }

.layout-main #nav-sub > ul > li > ul > li {
  /*third-level*/ }

.layout-main #nav-sub > ul > li > ul > li > a {
  padding: 3px 20px 3px 45px;
  color: #0099cc;
  background: #f5f5f5; }

.layout-main #nav-sub > ul > li > ul > li > a:hover {
  color: #333333; }

.layout-main #nav-sub > ul > li > ul > li.active > a {
  background: #ffffff;
  font-weight: bold;
  color: #333333; }

.layout-main #nav-sub > ul > li > ul > li.active > a:hover {
  color: #0099cc; }

.layout-main #nav-sub > ul > li > ul > li > ul > li {
  /*fourth-level*/ }

.layout-main #nav-sub > ul > li > ul > li > ul > li > a {
  padding: 3px 20px 3px 58px;
  background: #f5f5f5; }

.layout-main #nav-sub > ul > li > ul > li > ul > li.active > a {
  font-weight: bold;
  color: #333333;
  background: #ffffff; }

.layout-main #nav-sub > ul > li > ul > li > ul > li.active > a:hover {
  color: #0099cc; }

.layout-main #nav-sub > ul > li > ul > li > ul > li > ul > li > a {
  padding: 3px 20px 3px 71px;
  background: #fafafa; }

.layout-main #nav-sub > ul > li > ul > li > ul > li > ul > li.active > a {
  font-weight: bold;
  color: #333333;
  background: #ffffff; }

.layout-main #nav-sub > ul > li > ul > li > ul > li > ul > li.active > a:hover {
  color: #0099cc; }

.layout-main #nav-sub li {
  border-top: 1px solid #ffffff; }

.layout-main #nav-sub li.active > a:before {
  display: none; }

.layout-main #nav-sub a {
  position: relative;
  display: block;
  padding: 3px 0;
  color: #333333;
  overflow: hidden; }

.layout-main #nav-sub a:hover {
  color: #0099cc; }

.layout-main #nav-sub a:before {
  content: "-";
  margin-left: -10px;
  position: absolute; }

.layout-main #content-main {
  display: table-cell;
  vertical-align: top;
  width: 413px;
  padding: 0 15px 40px; }

.layout-main #content-main .content-element {
  padding: 0 0 25px; }

.layout-main #content-main h1 {
  font-size: 14px;
  margin: 10px -15px 25px;
  padding: 10px 25px 4px 15px;
  background-color: #e5e5e5;
  color: #000000; }

.layout-main #content-main h2 {
  font-size: 12px;
  color: #333333;
  margin: 0 0 0 0; }

.layout-main #content-main .left-column,
.layout-main #content-main .right-column {
  float: left;
  padding: 0 !important;
  width: 246px; }

.layout-main #content-main .left-column {
  margin-right: 10px; }

.layout-main #content-main .left-column h1 {
  margin-right: 0;
  padding-right: 10px;
  width: 236px; }

.layout-main #content-main .right-column h1 {
  margin-left: -9px;
  margin-right: -25px;
  padding-left: 9px;
  padding-right: 25px; }

.layout-main #content-main select,
.layout-main #content-main textarea,
.layout-main #content-main input[type="text"],
.layout-main #content-main input[type="password"],
.layout-main #content-main input[type="button"],
.layout-main #content-main input[type="submit"] {
  width: 226px; }

.layout-main #content-aside {
  display: table-cell;
  vertical-align: top;
  width: 206px;
  padding: 0 0 40px 0;
  background-color: #f5f5f5; }

.layout-main #content-aside .content-element {
  padding: 0 20px; }

.layout-main #content-aside h1 {
  font-size: 11px;
  font-weight: normal;
  padding: 16px 25px 4px 21px;
  min-height: 14px;
  margin: 0 -20px 20px;
  background: #e5e5e5 url(/images/mcn/arrow-right.png) 6px 20px no-repeat;
  border-bottom: 1px solid #ffffff; }

.layout-main #content-aside h2 {
  font-size: 11px;
  font-weight: bold;
  margin-top: 20px; }

.layout-main #content-aside li.active a {
  font-weight: bold; }

.layout-main #content-aside .csc-textpic-image {
  margin: 0 -20px !important; }

.layout-main #content-aside select,
.layout-main #content-aside textarea,
.layout-main #content-aside input[type="text"],
.layout-main #content-aside input[type="password"],
.layout-main #content-aside input[type="button"],
.layout-main #content-aside input[type="submit"] {
  width: 166px; }

.layout-main #content-main p,
.layout-main #content-aside p {
  margin: 0 0 15px; }

.layout-main #content-main a:hover,
.layout-main #content-aside a:hover {
  text-decoration: underline; }

.layout-main #content-main h3,
.layout-main #content-aside h3 {
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  margin: 11px 0 11px; }

.layout-main #content-main ul,
.layout-main #content-aside ul {
  margin: 15px 0; }

.layout-main #content-main ul li,
.layout-main #content-aside ul li {
  padding: 2px 0 2px 11px;
  background: url("/images/mcn/bullet_sprite.gif") no-repeat scroll -424px 5px transparent; }

.layout-main #content-main ol,
.layout-main #content-aside ol {
  list-style: decimal;
  margin: 15px 0;
  padding: 0 20px; }

.layout-main #content-main table.contenttable,
.layout-main #content-main table.tablelist,
.layout-main #content-aside table.contenttable,
.layout-main #content-aside table.tablelist {
  height: auto !important;
  width: 100% !important;
  word-wrap: break-word; }

.layout-main #content-main select,
.layout-main #content-main textarea,
.layout-main #content-main input[type="text"],
.layout-main #content-main input[type="password"],
.layout-main #content-main input[type="button"],
.layout-main #content-main input[type="submit"],
.layout-main #content-aside select,
.layout-main #content-aside textarea,
.layout-main #content-aside input[type="text"],
.layout-main #content-aside input[type="password"],
.layout-main #content-aside input[type="button"],
.layout-main #content-aside input[type="submit"] {
  background-color: #DDDDDD;
  border: 1px solid #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px; }

.layout-main #content-main select,
.layout-main #content-main textarea,
.layout-main #content-main input[type="text"],
.layout-main #content-main input[type="password"],
.layout-main #content-main input[type="button"],
.layout-main #content-main input[type="submit"],
.layout-main #content-main input[type="checkbox"],
.layout-main #content-aside select,
.layout-main #content-aside textarea,
.layout-main #content-aside input[type="text"],
.layout-main #content-aside input[type="password"],
.layout-main #content-aside input[type="button"],
.layout-main #content-aside input[type="submit"],
.layout-main #content-aside input[type="checkbox"] {
  /*margin-bottom:10px;*/ }

.layout-main #content-main input[type="submit"],
.layout-main #content-main input[type="button"],
.layout-main #content-main input[type="checkbox"],
.layout-main #content-main input[type="radio"],
.layout-main #content-main div.left-column input,
.layout-main #content-main div.right-column input,
.layout-main #content-aside input[type="submit"],
.layout-main #content-aside input[type="button"],
.layout-main #content-aside input[type="checkbox"],
.layout-main #content-aside input[type="radio"],
.layout-main #content-aside div.left-column input,
.layout-main #content-aside div.right-column input {
  width: auto; }

.layout-main #content-main fieldset.csc-mailform,
.layout-main #content-aside fieldset.csc-mailform {
  border: 0 none; }

.layout-main #content-main fieldset.csc-mailform .csc-mailform-field,
.layout-main #content-aside fieldset.csc-mailform .csc-mailform-field {
  margin: 0 0 10px 0; }

.layout-main #content-main fieldset.csc-mailform .csc-mailform-field label,
.layout-main #content-aside fieldset.csc-mailform .csc-mailform-field label {
  width: 100px;
  float: left;
  padding-right: 10px; }

.layout-main #content-main fieldset.csc-mailform .csc-mailform-field .csc-mailform-submit,
.layout-main #content-aside fieldset.csc-mailform .csc-mailform-field .csc-mailform-submit {
  margin-left: 110px; }

.layout-main #content-main fieldset.csc-mailform .csc-mailform-field:after,
.layout-main #content-aside fieldset.csc-mailform .csc-mailform-field:after {
  clear: both;
  content: "";
  display: table; }

.layout-main .type-one-col #content-main {
  width: 718px; }

.no-wrap {
  white-space: nowrap; }

DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
  margin: 0; }

#news_details {
  background-color: #FFFFFF;
  border-color: #DADADA;
  border-style: solid;
  border-width: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 430px;
  z-index: 10; }

#close-container {
  background-color: #DADADA;
  height: 20px;
  width: 430px; }

#close {
  background-image: url("/images/mcn/news_close.gif");
  background-position: right center;
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 20px;
  width: 20px; }

#close:hover {
  background-image: url("/images/mcn/news_close_over.gif"); }

#news_content {
  padding: 20px; }

#news_content .news-single-timedata {
  float: right; }

#news_content h2 {
  font-size: 11px;
  margin-bottom: 15px; }

#news_content h3 {
  font-size: 10px; }

#news_content .news-single-img {
  float: right;
  padding-left: 10px; }

.layout-main .type-one-col .content-container {
  position: relative; }

.layout-main .type-one-col #tools {
  position: absolute;
  right: 0;
  top: -7px;
  border: 0;
  background: transparent; }

#tools {
  display: block;
  border-bottom: 5px solid #00477c;
  padding: 15px 10px 10px;
  margin: 0 !important;
  background-color: #ffffff; }

#tools:after {
  display: table;
  content: "";
  clear: both; }

#tools ul {
  background-color: #FFFFFF;
  left: -999em;
  list-style-type: none;
  padding: 7px 7px 7px 0;
  position: absolute;
  margin: 0 !important; }

#tools li {
  float: left;
  padding: 0 0 0 10px !important;
  background: none !important; }

#tools li ul li {
  float: none;
  white-space: nowrap; }

#tools li ul a {
  color: #000000;
  font-size: 10px;
  font-weight: normal;
  line-height: 1; }

#tools li ul img {
  vertical-align: top; }

#tools li:hover ul {
  left: auto; }

#tools .toolbar-icon {
  background-image: url("/images/mcn/icon-sprite-toolbar.png");
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 1px;
  height: 20px;
  line-height: 1;
  text-indent: -9999px;
  text-transform: capitalize;
  vertical-align: middle;
  width: 21px; }

#tools .icon-increase-font-size {
  background-position: 0 0; }

#tools .icon-decrease-font-size {
  background-position: -21px -20px; }

#tools .icon-tip-a-friend {
  background-position: 0 -40px; }

#tools .icon-print {
  background-position: -21px -40px; }

#tools .icon-rss {
  background-position: -42px 0; }

#tools .icon-rss-news {
  background-position: -42px -21px; }

#tools .icon-rss-events {
  background-position: -42px -21px; }

/**
* NEWS STYLES
*/
.layout-home .news-latest-item {
  margin-bottom: 15px; }

.layout-main .news-list-item {
  margin-bottom: 5px; }

.news-list-item span,
.news-list-item a,
.news-latest-item span,
.news-latest-item a {
  display: block; }

.layout-main #content-main ul .news-amenu-item-year,
.layout-main #content-aside ul .news-amenu-item-year {
  font-weight: bold;
  padding: 0;
  background: none; }

.layout-main #content-main {
  min-height: 35em;
  height: 35em; }

* + html .layout-main #content-main {
  height: auto; }

/* nur für den IE7 */
.layout-main #nav-sub > ul > li > ul > li > a {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #0099CC;
  padding: 3px 20px 3px 35px; }

.layout-main #nav-sub > ul > li > ul > li > ul > li > a {
  background: none repeat scroll 0 0 #F5F5F5;
  padding: 3px 20px 3px 48px; }

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
  margin: 0 0 1em 0; }

dl.csc-textpic-image {
  padding-right: 10px;
  width: 160px; }

dl.csc-textpic-lastcol {
  padding-right: 0;
  width: 150px; }

#movie_2 {
  display: none; }

.events-latest-item {
  margin-top: 0.5em; }

#news_content ul {
  margin: 15px 0; }

.alphaSorting {
  margin-top: 15px; }

div.publication {
  width: 120px;
  height: 190px;
  float: left;
  padding: 0 15px 0 0;
  margin: 0 0 20px 0; }

div.publication img.cover {
  position: relative;
  top: -25px; }

.mod-articles-category-introtext {
  margin-bottom: 1.5em;
  padding: 0; }

.mod-articles-category-title {
  display: none; }

.mod-articles-category-date {
  font-weight: bold; }

.banneritem img {
  width: 206px; }

div.portrait {
  float: left;
  width: 150px; }

div.portrait img {
  max-height: 150px; }

ul.menu li:not(.active) ul {
  display: none; }
