@charset "utf-8";
/* TODO: refactor, remove dead code, urgent */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, strong, b, em, i, ul, ol, li,
blockquote, address, pre, table, tr, th, td, caption, img, a, form, textarea,
input {
    border: 0;
    padding: 0;
    margin: 0;

    background-color: transparent;
    color: inherit;

    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;

    text-decoration: inherit;
    text-align: inherit;
    white-space: normal;

    line-height: 16px;
}

html {
    overflow-y: scroll;
}

ul, ol {
    list-style-type: none;
    list-style-position: outside;
}

hr {
    border: 0;
    border-top: 1px solid #DFD9C5;
    height: 1px;
}

/* general */

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.left, div.centered, div#head, div#content {
    text-align: left;
}

.right {
    text-align: right;
}

.center, div#page {
    text-align: center;
}

.absolute, div#head a.logo, div#head a.newsletter-button, div#head a.proven-contents {
    position: absolute;
}

.no-overflow {
    overflow: hidden;
}

.hidden {
    display: none;
}

.block, div#head a.logo {
    display: block;
}

.inline {
    display: inline;
}

.full-width {
    width: 100%;
}

#noscript {
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    color: red;
}
strong, b, .strong, .searchresult {
    font-weight: bold;
}

em, i, .em {
    font-style: italic;
}

a, .pointer, .button {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

td.label a {
    cursor: text;
}

.question, span.glossar {
    cursor: help;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.first, .linklist a.map {
    background-image: none;
}

/* fonts and colors */

body {
    font-family: verdana, arial, sans-serif;
    background: url("../images/background-navigation.png") repeat-x scroll 0 98px #F7F6F1;
    font-size: 12px;
}

.widget-topic-teaser .headline a {
    color: #774798;
}

.heading a {
    color: #581A87;
}

/* backgrounds */

div#page {
    /*background: #F9F8F7 url(../images/background-navigation.png) repeat-x scroll 0 98px;*/
}

/* layout */

div#page {
}

div.centered, div#head, div#content {
    margin: 0 auto;
}

div.centered, div#head {
    width: 1004px;
}

div#head {
    height: 166px;
}

div#head a.logo {
    margin: 14px 0 0 11px;
}

div#head a.newsletter-button {
    margin: 105px 0 0 793px;
}

div#head a.proven-contents {
    margin: 84px 0 0 898px;
}

div#content {
    margin: 7px auto 0;
    padding: 0 0 0 7px;
    width: 956px;
}

div#content table {
    border-collapse: collapse;
    margin: 25px auto 0;
    text-align: left;
}

div#content div.h2 {
    font-size: 15px;
    color: #581A87;
    font-weight: bold;
    background: transparent url(../images/bg-dotted-border.gif) repeat-x scroll left bottom;
    padding: 2px 0 5px 0;
    width: 95%;
}

/* *************************************** components *************************************** */

/* .link */
/*------------------------------------------------------------------------------------*/
a.link:link,
a.link:active,
a.link:visited,
a.link:hover {
    padding-left: 15px;
    text-decoration: none;
    background: url(../images/arrow-orange.gif) left 2px no-repeat;
    color: #4C0A7E;
    font-weight: bold;
}

/* .double-arrow */
/*------------------------------------------------------------------------------------*/
table.glossary-content td.content a:link,
table.glossary-content td.content a:active,
table.glossary-content td.content a:visited,
table.glossary-content td.content a:hover,
a.double-arrow:link,
a.double-arrow:active,
a.double-arrow:visited,
a.double-arrow:hover,
.linklist a {
    padding-left: 15px;
    text-decoration: none;
    background: url(../images/double-arrow.gif) left 5px no-repeat;
    color: #8A8A8A;
}
.linklist li.active a{
    font-weight: bold;
}
a.double-arrow:hover {
    color: #3b3b3b;
}

.double-arrow {
    padding-left: 15px;
    text-decoration: none;
    background: url(../images/double-arrow.gif) left 5px no-repeat;
    color: #8A8A8A;
}

/* .button */
/*------------------------------------------------------------------------------------*/
input.text-button {
    background: transparent url(../images/bg-input-button.gif)  left top no-repeat;
    height: 20px;
    color: #3B3B3B;
    border: 1px solid #DFD9C5;
    padding: 0 10px 2px 15px;
}

a.button,
span.button {
    display: block;
    float: left;
    background: transparent url(../images/bg-button.jpg)  left top repeat-x;
    text-decoration: none;
    color: #3B3B3B;
    height: 18px;
    cursor: pointer;
    border: 1px solid #DFD9C5;
}

span.button {
    color: #939393;
}

a.button:hover {
    color: #E49B00;
}

a.button span,
span.button span {
    padding: 1px 10px 0 25px;
}

a.overview span, span.overview span{
    background: transparent url(../images/bg-overview.gif) 4px 3px no-repeat;
}


a.back span{
    background: transparent url(../images/arrow-orange-back.gif) 10px 5px no-repeat;
}


span.back span{
    background: transparent url(../images/arrow-grey-back.gif) no-repeat scroll 10px 5px;
}


a.more span{
    background: transparent url(../images/arrow-orange.gif) no-repeat scroll 10px 4px;
}


span.more span{
    background: transparent url(../images/arrow-grey.gif) 10px 4px no-repeat;
}
a.close span,
span.close span {
    background: transparent url(../images/bg-close.gif) 8px 4px no-repeat;
}

/* linklist */
/*------------------------------------------------------------------------------------*/
.linklist {
    margin: 20px 0 0 0;
    overflow: hidden;
}
.linklist li {
    margin: 0;
    border-top: 1px solid #DFD9C5;
    padding: 8px 0;
}

.text-content-right .linklist li li.first,
.linklist li.first {
    border-top: 0 none;
}
.linklist li a {
    display: block;
}
.linklist li a:hover {
    color: #3b3b3b;
}
.linklist li span {
    font-size: 11px;
    padding-left: 15px;
}
.linklist li ul {
    overflow: hidden;
}
.linklist li li {
    margin: 10px 0 10px 20px;
}

.text-content-right .linklist li li {
    border-top: 1px solid #DFDCD2;
    margin: 0 0 0 20px;
}

.text-content-right .linklist,
.teaser-content-right .linklist {
    margin-top: 20px;
}

/* HON logo */

li.hon-logo {
    font-size: 11px;
    padding-top: 5px;
    width: 240px;
}

li.hon-logo p {
    margin: 0;
    padding: 0;
}

li.hon-logo a {
    color: #8a8a8a;
}
li.hon-logo a:hover {
    color: #3b3b3b;
}

li.hon-logo img {
    margin-right: 7px;
    margin-top: 3px;
}

/* googlemaps */

td.google-map-left iframe {
    border: 1px solid #DDD7C1;
}

body div#content table.text-content td.google-map-left {
    padding-bottom: 0;
    padding-top: 26px;
    width: 600px;
}

div#content .text-content td.google-map-right {
    padding-top: 26px;
}

ul.legend {
    margin: 22px 0 0;
}

ul.legend li {
    background: transparent no-repeat scroll 0 7px;
    color: #8A8A8A;
    padding: 9px 0 5px 27px;
}

ul.legend li.map-centres {
    background-image: url(/_global/images/map-centres.png);
}

ul.legend li.map-groups {
    background-image: url(/_global/images/map-groups.png);
}

ul.legend li.map-hospitals {
    background-image: url(/_global/images/map-hospitals.png);
}

ul.legend li.map-organizations {
    background-image: url(/_global/images/map-organizations.png);
}

a.map-back {
    display: block;
    font-size: 10px;
    margin-top: 21px;
}

/* .border-top */
/*------------------------------------------------------------------------------------*/
.border-top {
    border-top: 1px solid #DFD9C5;
    padding: 8px 0;
    margin-top: 20px;
}

/* .tooltip */
/*------------------------------------------------------------------------------------*/
div.tooltip {
    position: absolute;
    width: 213px;
    text-align: center;
    font-weight: normal;
    font-size: 10px;
    line-height: 13px;
    color: #3b3b3b;
}
div.tooltip a {
    font-weight: normal;
}

div.tooltip-question {
    background: transparent url(../images/bg-tooltip-1.gif) no-repeat scroll 0 bottom;
    border-top: 1px solid #C9B6D5;
}
div.tooltip-question div {
    background: transparent url(../images/bg-tooltip-1-bg.gif) repeat-y scroll 0 0;
    padding: 15px 10px 20px;
    margin: 0 0 8px;
}

div.tooltip-glossar {
    background: transparent url(../images/bg-tooltip-2.gif) no-repeat scroll 0 0;
    border-bottom: 1px solid #EFC366;
    padding-top: 8px;
    text-align: left;
    width: 280px;
}
div.tooltip-rudimental {
    background-image: none;
    border-top: 1px solid #EFC366;
    padding-top: 0;
}
div.tooltip-glossar div {
    background: transparent url(../images/bg-tooltip-2-bg.gif) repeat-y scroll 0 0;
    padding: 15px 10px 20px;
}

/* .search */
/*------------------------------------------------------------------------------------*/
form.search,
form.search input.text,
form.search a.button {
    position: absolute;
}
form.search {
    display: block;
}

div#content .text-content .text-content-left ul.search-results {
    list-style-type: none;
}

div#content .text-content .text-content-left ul.search-results li {
    border-bottom: 1px solid #E3DECD;
    margin: 0 0 1.3em;
}

form input.text {
    border: 1px solid #DFD9C5;
    color: #8A8A8A;
    background-color: #FBFBF8;
    width: 240px;
    padding: 2px 0 0 7px;
    height: 16px;
    margin: 0 0 10px 0;
}
form textarea.textarea {
    border: 1px solid #DFD9C5;
    color: #8A8A8A;
    background-color: #FBFBF8;
    width: 240px;
    padding: 2px 0 0 7px;
    margin: 2px 0 10px 0;
}
form label {
    color: #3B3B3B;
}
form.search {
    height: 20px;
    margin: 54px 0 0 727px;
    width: 246px;
}
.text-content-right form.search,
.teaser-content-right form.search {
    margin: 0;
}
form.search a.button {
    margin: 0 0 0 172px;
}

form.search input.text,
div#content .teaser-content-right .teaser input.text,
div#content .text-content-right input.text {
    width: 158px;
    margin-bottom: 0;
}

.search-nav {
    height: 20px;
}

.search-nav .button {
    position: absolute;
}

.search-nav .back {
    margin-left: 200px;
}

.search-nav .more {
    margin-left: 300px;
}

/* #head .navigation-static-pages */
/*------------------------------------------------------------------------------------*/
div#head ul.navigation-static-pages {
    font-family: arial, sans-serif;
    float: right;
    overflow: hidden;
    font-size: 9px;
    margin: 21px 30px 0 0;
}
div#head ul.navigation-static-pages li {
    float: left;
    background: transparent url(../images/background-navigation-static-pages.png) no-repeat scroll 10px 4px;
    padding: 0 0 0 21px;
}
div#head ul.navigation-static-pages li.first {
    background: none;
}
div#head ul.navigation-static-pages a {
    color: #8b8b8b;
}

div#head ul.navigation-static-pages a:hover {
    color: #3b3b3b;
}


/* #head .navigation */
/*------------------------------------------------------------------------------------*/
div#head div.navigation {
    font-size: 14px;
}
div#head div.navigation ul {
    position: absolute;
    overflow: hidden;
    margin: 111px 0 0 19px;
}
div.navigation li {
    float: left;
}
div#head div.navigation li {
    margin: 0 5px 0 0;
    padding: 1px 1px 3px 1px;
}
div#head div.navigation a {
    color: #3B3B3B;
    background: transparent url(../images/arrow-brown.png) no-repeat scroll 6px 4px;
    padding: 0 7px 0 19px;
    line-height: 24px;
}
div#head div.navigation a:hover {
    color: #4C0A7E;
}

div#head div.navigation li.active {
    background-color: #F1EEE1;
    border: 1px solid #C9C1A8;
    padding: 0 0 2px;
}
div#head div.navigation li.active a {
    background: transparent url(../images/arrow-orange-brown.png) no-repeat scroll 6px 4px;
    color: #4C0A7E;
}

/* #content .navigation */
/*------------------------------------------------------------------------------------*/
div#content div.navigation {
    font-size: 18px;
    overflow: hidden;
    width: 100%;
}

div#content div.navigation ul {
    background: transparent url(../images/background-content-top.png) no-repeat scroll 0 0;
    height: 52px;
}

body div#content div.die-wartezeit ul {
    background: transparent url(../images/background-content-top-stage1.gif) no-repeat scroll 0 0;
}

div#content div.die-operation ul {
    background: transparent url(../images/background-content-top-stage2.gif) no-repeat scroll 0 0;
}

div#content div.die-ersten-monate ul {
    background: transparent url(../images/background-content-top-stage3.gif) no-repeat scroll 0 0;
}

div#content div.das-neue-leben ul {
    background: transparent url(../images/background-content-top-stage4.gif) no-repeat scroll 0 0;
}

div#content div.navigation a {
    display: block;
    color: #8b8b8b;
    background: transparent url(../images/arrow-orange.gif) no-repeat scroll 26px 26px;
    padding: 19px 0 11px 39px;
    width: 196px;
    line-height: 24px;
}
/* CSS Hack for IE6 */
* html div#content div.navigation a {
    padding: 17px 0 11px 39px;
}
div#content div.navigation a:hover {
    color: #4c0a7e;
}
div#content div.navigation a span {
    line-height: 24px;
}
div#content div.navigation li.active a {
    color: #4C0A7E;
}

/* #content .tab-navigation */
/*------------------------------------------------------------------------------------*/
div#content .tab-navigation {
    width: 945px;
    height: 36px;
    margin-left: 1px;
}
div#content .tab-navigation ul {
    background: transparent url(../images/bg-tab-navigation.gif) repeat-x scroll left bottom;
    height: 36px;
    margin-left: 2px;
}

div#content .tab-navigation li {
    float: left;
    padding: 0;
    background: transparent url(../images/bg-tab-inactive.jpg) repeat-x scroll left bottom;

}

div#content .tab-navigation li a {
    text-decoration: none;
    color: #3B3B3B;
}
div#content .tab-navigation li a:hover {
    color: #4c0a7e;
}
div#content .tab-navigation li a span {
    background: url(../images/arrow-brown.png) 17px 10px no-repeat;
    display: block;
    padding: 7px 25px 7px 30px;
    margin-top: 6px;
    border-right: 1px solid white;
}

div#content .tab-navigation li.active {
    background: transparent url(../images/bg-tab-active.gif) no-repeat scroll right bottom;
    border: none;
}

div#content .tab-navigation li.active a {
    background: transparent url(../images/bg-tab-navigation-left.gif) no-repeat scroll left bottom;
    color: #4C0A7E;
    margin: 0;
    display: block;
    padding: 7px 30px 7px 10px;

}
div#content .tab-navigation li.active a span {
    padding: 0 0 0 17px;
    border: none;
}
div#content .tab-navigation li.active a span {
    background: url(../images/arrow-orange.gif) 2px 3px no-repeat;
}

/* #content .sub-navigation */
/*------------------------------------------------------------------------------------*/
div#content div.sub-navigation {
    height: auto;
    padding: 8px 0 8px 10px;
    background: #EAE7DA url(../images/bg-sub-navigation.gif) repeat-x 0 0;
    width: 925px;
    margin: 1px 0 2px 0;
    overflow: hidden;
}
div#content div.sub-navigation li {
    display: inline;
    padding: 1px;
}
div#content div.sub-navigation a {
    color: #3B3B3B;
    background: transparent url(../images/arrow-brown.gif) no-repeat scroll 6px 3px;
    padding: 0 4px 0 19px;
    line-height: 18px;
}

div#content div.sub-navigation a:hover {
    color: #4c0a7e;
}
div#content div.sub-navigation li.active {
    background-color: #F1EEE1;
    border: 1px solid #C9C1A8;
    margin: 0 0 3px 0;
}
div#content div.sub-navigation li.active a {
    background: transparent url(../images/arrow-orange-brown.png) no-repeat scroll 6px 3px;
    color: #4C0A7E;
}



/* #content .content-container */
/*------------------------------------------------------------------------------------*/
div#content .content-container {
    background: url(../images/background-content.png) repeat-y scroll -4px bottom;
    overflow: hidden;
    padding: 2px 0 5px 7px;
    width: 100%;
}
div#content .container-bottom {
    background: url(../images/bg-content-bottom-white.gif) no-repeat scroll -4px bottom;
    height: 5px;
    margin-bottom: 30px;
    font-size: 4px;
}

/* .homepage-specials */
/*------------------------------------------------------------------------------------*/
div#content div.homepage-specials {
    background-color: #F9F8F4;
    margin-top: 25px;
    text-align: center;
    width: 100%;
    height: 23px;
}

*:first-child+html div#content div.homepage-specials {
    height: 35px;
}

/* .widget-topic-teaser */
/*------------------------------------------------------------------------------------*/
div.widget-topic-teaser {
    height: auto;
    overflow: hidden;
    background: transparent url(../images/bg-foot.png) repeat-x scroll 0 0;
}
div.widget-topic-teaser ul {
    margin: 0 auto;
    width: 1004px;
    text-align: left;
}

div.widget-topic-teaser .headline {
    text-align: left;
    padding: 13px 0 10px 0;
    margin-bottom: 15px;
    color: #4C0A7E;
    font-size: 18px;
}

div.widget-topic-teaser li {
    width: 294px;
    border-right: 1px solid #DFD9C5;
    padding: 0  20px;
    height: 245px;
    float: left;
    display: block;

}
div.widget-topic-teaser ul ul {
    width: 294px;
    float: left;
}
div.widget-topic-teaser ul ul li {
    width: 218px;
    padding: 12px 70px 12px 0;
    border-right: none;
    height: auto;
    float: none;
    border-bottom: 1px solid #DFD9C5;
    display: block;
}

div.widget-topic-teaser li.last,
div.widget-topic-teaser ul ul li.last {
    border: none;
}

/* .widget-step-teaser */
/*------------------------------------------------------------------------------------*/
*:first-child+html div#content div.widget-step-teaser {
    padding: 2px 0 0 0;
}

div#content div.widget-step-teaser ul {
    overflow: hidden;
}
div#content div.widget-step-teaser li {
    float: left;
    margin: 0 0 0 5px;
}
div#content div.widget-step-teaser li.first {
    margin: 0;
}
div#content div.widget-step-teaser div.info {
    text-align: center;
    padding: 10px 10px 5px;
    background: transparent url(../images/bg-info.gif) repeat-x left top;
    text-align: center;
    margin: 0 3px 0 0;
    width: 915px;
    color: #3B3B3B;
}

/* .widget-question */
/*------------------------------------------------------------------------------------*/
div#content .widget-question {
    text-align: left;
    background: url(../images/bg-question-right.gif) repeat-x scroll right top;
    height: 30px;
    margin: 0 10px 0 5px;
    display: inline;
    padding: 8px 0 7px 0;
    width: auto;
}

*:first-child+html div#content .widget-question {
    background: url(../images/bg-question-right.gif) repeat-x scroll right 3px;
}

* html div#content .widget-question {
    display: block;
    padding: 1px 0 1px 0;
}
div#content .widget-question .text {
    padding: 8px 20px 6px 50px;
    background: transparent url(../images/background-widget-question-left.png) no-repeat scroll 0 0;
    display: inline;
    width: auto;
    margin-left: -8px;
}

*:first-child+html div#content .widget-question .text {
    line-height: 40px;
    background: transparent url(../images/background-widget-question-left.png) no-repeat scroll 0 0;
    margin-top: -4px;
}
* html div#content .widget-question .text {
    display: block;
    margin-left: 0;
    text-align: center;

}
div#content .widget-question .text a {
    font-weight: normal;
}

/* #foot */
/*------------------------------------------------------------------------------------*/
div#foot {
    text-align:center;
    background-color: #f9f8f4;
}

div#foot .foot-navigation {
    color: #8a8a8a;
    margin: 0 auto 30px;
    overflow: hidden;
    padding: 21px 0 0 30px;
    text-align: left;
    width: 939px;
}

.logos .hon-logo a, .logos .afgis-logo a {
    color:#8a8a8a;
}

.logos .afgis-logo img {
    float: left;
    height: 44px;
    width: 44px;
}

div#foot .foot-navigation .title {
    color:#581a86;
    font-size:12px;
    font-weight:bold;
    margin-bottom:20px;
}

div#foot .foot-navigation ul {
    list-style:none;
}

/*
div#foot .foot-navigation ul li {
    background: url("../images/double-arrow.gif")  no-repeat scroll 0 4px transparent;
    padding-left:15px;
}
*/

.foot-navigation li li {
    padding-left: 15px;
}

div#foot .foot-navigation .navigate_normal {
    float:left;
    width:190px;
    margin-right:48px;
}

div#foot .foot-navigation .navigate_service {
    float:left;
    width:155px;
    margin-right:88px;
}

div#foot .foot-navigation .logos {
    float:left;
    width:235px;
}

div#foot .foot-navigation .logos img {
    margin-right:8px;
}

div#foot .foot-navigation .novartis-logo {
    float:right;
}

/* *************************************** text content *************************************** */

/* .text-content */
/*------------------------------------------------------------------------------------*/

div.step-body {
    overflow: hidden;
    width: 100%;
}

div.step, div.page-navigation {
    padding-bottom: 1px;
}

div.step {
    margin-top: 20px;
}

div#content .text-content {
    overflow: hidden;
    padding: 0 15px 0px 17px;
}

div#content .text-content table {
    border-collapse: collapse;
    margin: 0 10px 0 1px;
}

div#content .text-content table th,
div#content .text-content table tfoot td {
    background-color: #f1eee1;
}

div#content .text-content table th,
div#content .text-content table td {
    border: 1px solid #c9c1a8;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

div#content .text-content table tfoot td {
    color: #666;
    font-size: 10px;
    line-height: 90%;
}

div#content .text-content div.image {
    float: left;
    margin: 0 26px 15px 0;
}

* html div#content .text-content div.image {
    float: left;
    margin: 0 40px 0 9px;
}

div#content .text-content div.image img {
    border: 1px solid #DDD7C1;
}

div#content .text-content div.image .caption,
div#content .caption {
    background-color: #DED9C4;
    font-size: 10px;
    padding: 0 7px;
    margin: 1px 0 21px;
}
div#content .text-content div.text {
    margin: 0;
}
* html div#content .text-content div.text {
    margin-left: 17px;
}
div#content h1,
div#content h2 {
    color: #3b3b3b;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 12px;
}

div#content div.teaser-content div.teaser h1,
div#content div.teaser-content div.teaser h2 {
    border-bottom: 1px dotted #EBE8DC;
    color: #581A87;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

div#content .text-content div.text div.image a {
    background-image: none;
    padding: 0;
}

div#content .text-content div.text a {
    background: url(../images/double-arrow.gif) 2px 4px no-repeat;
    color: #8A8A8A;
    padding-left: 16px;
    text-decoration: none;
}

div#content .text-content div.text a.no-arrow {
    background: none;
    padding-left: 0;
}

div#content .text-content div.text a.long {
    padding-left: 2px;
    background: transparent none;
}
div#content .text-content div.text a.close {
    padding-left: 0;
    background-image: none;
}
div#content .text-content div.text p, p {
    margin-bottom: 16px;
}
div#content .text-content div.text a:hover {
    color: #3b3b3b;
}
span.glossar {
    background-image: none;
    border-bottom: 1px dotted #000000;
    padding: 0 !important;
}

div#content .text-content .text-content-left {
    float: left;
    padding-right: 40px;
    padding-top: 20px;
    width: 566px;
}

div#content .text-content .google-map-left {
    padding-right: 7px;
}

div#content .text-content .text-content-left .img-s div.text {
    width: 360px;
}
div#content .text-content .text-content-left .img-m div.image {
    margin-right: 20px;
}
div#content .text-content .text-content-left .img-m div.text {
    width: 280px;
}
div#content table.page-step-view .text-content-left .img-m div.text {
    width: 265px;
}
div#content .text-content .text-content-right {
    background-color: #F5F4EE;
    border-top: 2px solid white;
    float: right;
    margin-right: 6px;
    overflow: hidden;
    padding: 20px;
    width: 268px;
}

div#content .two-text-column {
    margin: 20px 0 0;
    overflow: hidden;
}
div#content .two-text-column .text-column-left,
div#content .two-text-column .text-column-right {
    float: left;
    width: 255px;
    margin: 10px 20px 0 0;
}
div#content .two-text-column p {
    margin-bottom: 16px;
}

div#content table.text-content {
    margin: 0 15px 0 20px;
    padding-top: 2px;
}

* html div#content table.text-content {
    margin: 0 15px 0 0;
    width: 934px;
}
* html div#content table.text-content td.text-content-left {
    padding-left: 20px;
}

*:first-child+html div#content table.text-content {
    margin: 0 15px 0 5px;
}

div#content table.text-content td.text-content-left,
div#content table.text-content td.text-content-right {
    float: none;
    vertical-align: top;
    border-top: 0 none;
    padding-bottom: 30px;
}
*:first-child+html div#content table.text-content td.text-content-left {
    padding-left: 15px;
}
* html div#content table.text-content td.text-content-left {
    width: 622px;
}

.two-rows {
    width: 49.5%;
}

.three-rows {
    width: 33%;
}

.two-rows div, .three-rows div {
    padding: 0 10px 0 0;
}

.two-rows div div, .three-rows div div {
    padding: 0;
}

div#content .text-content .text ul,
div#content .text-content .text-content-left ul {
    list-style-type: disc;
    margin: 0 0 1em;
}

div#content .text-content .text ol,
div#content .text-content .text-content-left ol {
    list-style-type: decimal;
    margin: 0 0 1em;
}

div#content .text-content .text .linklist ul,
div#content .text-content .text ul.linklist {
    list-style-type: none;
    margin-top: 10px;
}

div#content .text-content .text ul li,
div#content .text-content .text-content-left ul li,
div#content .text-content .text ol li,
div#content .text-content .text-content-left ol li {
        margin: 0 0 0 2.5em;
}

div#content .text-content div.sitemap div.linklist div.siteMap ul li {
    border: none;
    padding: 0;
}

/* .text-content .overview */
/*------------------------------------------------------------------------------------*/
div#content .text-content div.overview {
    margin-top: 20px;
}

div#content .text-content .overview .linklist a {
    font-weight: bold;
}

div#content .text-content .overview .linklist li {
    border-top: 0;
    padding: 0;
    margin-bottom: 10px;
}

div#content .text-content .overview .linklist li li a {
    font-weight: normal;
}

/* .text-content .info */
/*------------------------------------------------------------------------------------*/
div#content .text-content .info,
div#content .teaser-content .info {
    padding: 8px 0 3px 0;
    background: transparent url(../images/bg-dotted-border.gif) repeat-x left top;
    margin: 30px 19px 0 0;
    color: #8B8B8B;
    overflow: hidden;
}

div#content .text-content .info a {
    color: #8B8B8B;
}

div#content table.text-content .info {
    margin-top: 0;
}

div#content .text-content .info .page-navigation,
div#content .teaser-content .info .page-navigation {
    float: right;
}
div#content .text-content .info .center .page-navigation,
div#content .teaser-content .info .center .page-navigation {
    float: left;
    margin-left: 170px;
}

div#content .text-content .info .page-navigation,
div#content .teaser-content .info .page-navigation {
    float: right;
}

div#content .text-content .info .page-navigation span.page-info,
div#content .teaser-content .info .page-navigation span.page-info {
    font-size: 10px;
    float: left;
    margin: 3px 20px;
}
div#content .text-content .info .page-navigation span.page-info a,
div#content .teaser-content .info .page-navigation span.page-info a {
    padding: 0 5px;
}
div#content .text-content .info .page-navigation span.page-info a.active,
div#content .teaser-content .info .page-navigation span.page-info a.active {
    font-weight: bold;
    color: #3d3d3d;
}

div#content .text-content .img-m div.image {
    width: 280px;
}
div#content .text-content .img-m div.image img {
    width: 278px;
}

div#content .text-content .img-m div.text {
    width: 580px;
    float: left;
}

div#content .text-content div.text div.page-number {
    color: #8b8b8b;
    font-size: 10px;
    margin-bottom: 4px;
}

div#content .text-content .img-s div.image {
    width: 167px;
}
div#content .text-content .img-s div.image img {
    width: 165px;
}

div#content .text-content .img-s div.text {
    width: 690px;
    float: left;
}

div#content .text-content .img-l div.image {
    width: 550px;
    margin-right: 20px;
}
div#content .text-content .img-l div.image img {
    width: 548px;
}

div#content .text-content .img-l div.text {
    width: 340px;
    float: left;
}

div#content .text-content .wide div.text {
    padding-right: 30px;
    width: auto;
}

div#content .text-content div.image img.zoom,
div#content .text-content div.text img.zoom {
    border: 0 none;
    position: absolute;
    width: 13px;
    margin:-20px 0 0 5px;
}

* html div#content .text-content .img-s div.text {
    width: 650px;
}

* html div#content .text-content .img-m div.text {
    width: 540px;
}

* html div#content .text-content .img-l div.text {
    width: 300px;
}

/* .text-content .meta-info*/
/*------------------------------------------------------------------------------------*/
div#content .text-content .meta-info {
    margin-top: 30px;
    margin-bottom:20px;
}
div#content .text-content .open {
    background: transparent url(../images/meta-open.gif) top left no-repeat;
}
div#content .text-content .closed {
    background: transparent url(../images/meta-closed.gif) top left no-repeat;
}
div#content .meta-info .headline {
    background-color: #EBE8DC;
    padding: 1px 6px 1px 22px;
    font-size: 10px;
    color: #8B8B8B;
    cursor: pointer;
}
div#content .text-content .open .headline {
    height: 18px;
}
div#content .text-content .meta-info .headline a {
    padding-left: 0;
    background: none;
}

div#content .text-content .meta-info .content {
    border: 1px solid #DED9C4;
    padding: 12px 18px;
}

div#content .text-content .closed .content {
    display: none;
}

div#content .meta-info .h3 {
    color: #3B3B3B;
    font-weight: bold;
}

/* .gallery */
/*------------------------------------------------------------------------------------*/
div#content div.gallery {
    padding: 25px 5px;
}

div#content div.gallery .h2 {
    margin-left: 10px;
    width: 905px;
}

div#content div.gallery div.slide-container {
    width: auto;
    height: 280px;
    width: 870px;
    float: left;
    overflow: hidden;
    margin: 20px 7px 0 7px;
}
div#content div.gallery img.slider-left,
div#content div.gallery img.slider-right {
    margin-top: 100px;
    float: left;
    cursor: pointer;
}
div#content div.gallery img.slider-right {
}

div#content div.gallery .slide-container ul {
    width: 3000px;
}
.editMode div#content div.gallery .slide-container ul {
    width: 100%;
}

div#content div.gallery .item {
    width: 168px;
    float: left;
    margin-right: 7px;
}

div#content div.gallery .item .title {
    color: #8A8A8A;
}
div#content div.gallery .item a {
    display: block;
    text-align: center;
}

div#content div.gallery .item .bottom a {
    display: inline;
    text-align: left;
}

div#content div.gallery .item img {
    height: 165px;
    border: 1px solid #DED9C3;
    margin-top: 5px;
}

div#content div.gallery div.bottom {
    background: transparent url(../images/bg-gallery-item-bottom.gif) repeat-x scroll left top;
    height: 48px;
    padding: 5px 0 0 0;
}
div#content div.gallery div.bottom a.button {
    width: 165px;
}

div#content div.gallery div.bottom a.button span {
    font-size: 11px;
    white-space: nowrap;
}
/* .teaser-content */
/*------------------------------------------------------------------------------------*/
div#content .teaser-content {
    overflow: hidden;
}

div#content .teaser-content h2 {
    color: #3b3b3b;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 12px;
}

div#content .teaser-content div.image .caption {
}

div#content .teaser-content-left {
    float: left;
    width: 630px;
    padding-top: 10px;
    overflow: hidden;
}
div#content .text-content p.content {
    margin: 10px 0 0 0;
}

div#content .teaser-content .teaser {
    float: left;
    width: 270px;
    padding: 10px 20px;
}
* html div#content .teaser-content .teaser {
    padding: 10px 10px;
}

/*div#content .teaser-content .one-column .teaser {
    height: 350px;
}*/

div#content .teaser-content .img-s,
div#content .teaser-content .img-m,
div#content .teaser-content .img-l {
    padding: 10px 17px;
}

div#content .teaser-content .teaser div.image {
    width: 270px;
    margin: 20px 0 15px 0;
}
div#content .teaser-content .teaser div.image img {
    width: 268px;
    border: 1px solid #E3DECC;
}
div#content .teaser-content-right {
    float: left;
    width: 305px;
    background-color: #F5F4EE;
    overflow: hidden;
    border-top: 2px solid white;
}
div#content .teaser-content-right .teaser {
    border-bottom: 2px solid white;
    padding: 20px 5px 20px 20px;
    overflow: hidden;
}
div#content .teaser-content-right .teaser div.image {
    float: left;
    width: 70px;
    margin: 20px 10px 0 0;
}
div#content .teaser-content-right .teaser div.image img {
    width: 68px;
    border: 1px solid #E3DECC;
}
div#content .teaser-content-right .teaser div.text {
    float: left;
    width: 185px;
    margin: 20px 0 0 0;
}
div#content .teaser-content-right .teaser div.text p {
    margin: 0 0 10px 0;
}
div#content .teaser-content-all {
    width: 935px;
}

span.news-date {
    display: block;
    font-size: 7pt;
}

.linklist li span.news-date,
.linklist li span.news-excerpt {
    padding-left: 0;
}

.widget-topic-teaser span.news-date {
    color: #8A8A8A;
    font-size: 10px;
}

div#content .teaser-content-bottom {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 935px;
}

div#content .teaser-content-bottom .teaser {
    background: transparent url(/_global/images/bg-miniteaser.png) scroll no-repeat -7px 0;
    color: #8a8a8a;
    float: left;
    padding: 0 10px 0 0;
    width: 301px;
}

* html div#content .teaser-content-bottom .teaser {
    padding: 0 10px 0 0;
}

div#content .teaser-content-bottom .last {
    background: transparent url(/_global/images/bg-miniteaser-last.png) scroll no-repeat -7px 0;
    padding: 0;
    width: 313px;
}

* html div#content .teaser-content-bottom .last {
    width: 303px;
}

div#content .teaser-content-bottom .empty {
    height: 54px;
}

div#content .teaser-content-bottom .teaser div.h2 {
    background-image: none;
    margin: 10px 0 21px 12px;
    padding: 0;
}

div#content .teaser-content-bottom .teaser div.text {
    margin: 0 0 21px 32px;
    padding: 0;
}

div#content .teaser-content-bottom .teaser div.h2 a {
    color: #581A87;
}

div#content .teaser-content-bottom .teaser div.text a {
    color: #8A8A8A;
}
div#content .teaser-content-bottom .teaser div.text a:hover {
    color: #3B3B3B;
}

/* .content-table */
/*------------------------------------------------------------------------------------*/
div#content .content-table {
    text-align: left;
    table-layout: fixed;
    width: 590px;
    margin: 10px 0 0 0;
}
div#content .content-table td {
    padding: 10px 20px 10px 0;
    vertical-align: top;
    border-top: 1px solid #DFD9C5;
}
div#content .content-table tr.active td {
    color: #642B8F;
}
div#content .content-table tr.first td {
    border-top: none;
}
div#content .content-table .label {
    text-align: left;
    width: 160px;
    font-weight: bold;
    color: #3A3A3A;
}
div#content .content-table td.image {
    width: 70px;
}
div#content .content-table td.image img {
    width: 68px;
    border: 1px solid #DDD7C1;
}

div#content .text-content .content-table tr td p {
    margin-bottom: 0;
}

div#content .content-table tr.row-addition td {
    border: none;
    padding: 0 20px 10px 0;
}

/*glossary*/
div#content div.glossary-navigation {
    padding: 8px 0 0 10px;
    width: 615px;
}

* html div#content div.glossary-navigation {
    width: 640px;
}

div#content .text-content .text-content-left div.glossary-navigation ul li {
    margin: 0 20px 0 0;
}

div#content div.glossary-navigation a {
    background-image: none;
    padding: 0;
}

div#content table.glossary-content {
    border-collapse: collapse;
    margin: 0;
    table-layout: fixed;
}
div#content table.glossary-content td.text-content-left {
    padding: 0 0 30px;
    width: 627px;
}

* html div#content table.glossary-content td.text-content-left {
    padding-right: 0;
}

* html div#content table.glossary-content td.text-content-right {
    padding: 0;
}

* html div#content table.glossary-content td.text-content-right .ie-quirk {
    margin: 20px;
}

div#content table.glossary-content tr.first td {
    border-top: 0;
}

div#content table.glossary-content td.label {
    color: #3A3A3A;
    font-weight: bold;
    padding: 10px 20px 10px 0;
    width: 160px;
}

div#content table.glossary-content table {
    margin: 10px 0 0 16px;
    width: 595px;
}

div#content table.glossary-content table td {
    border: 0;
    border-top: 1px solid #DFD9C5;
    text-align: left;
    vertical-align: top;
}

*:first-child+html div#content table.glossary-content td.text-content-left {
    padding-left: 0;
}

*:first-child+html div#content table.glossary-content {
    margin-left: 0;
}

* html div#content table.glossary-content td.text-content-left {
    padding-left: 0;
}

* html div#content table.glossary-content {
    margin-left: 0;
}

/* div#content form */
/*------------------------------------------------------------------------------------*/
div#content form {
    display: block;
}

/* div#content .organ-overview */
/*------------------------------------------------------------------------------------*/
div#content .organ-overview {
    height: 450px;
    background: transparent url(../images/organ-overview.gif) no-repeat 285px 50px;
    padding: 25px 0 0 17px;
}
div#content .organ-overview a.button {
    position: absolute;
}

/*medizinischer-beirat*/
div#content .text-content table.medizinischer-beirat {
    margin: 2em 0;
}

div#content .text-content table.medizinischer-beirat td {
    border: 0 none;
    padding: 1em 2em;
}

/* newsletter subscription stuff */
/*------------------------------------------------------------------------------------*/
div.radio-selection {
    margin: 1px 0 9px;
}
input.radio {
    vertical-align: middle;
}
label.radio-label {
    padding: 1px 24px 0 6px;
}
div.form-buttons {
    margin-top: 18px;
}

/* edit modus */
/*------------------------------------------------------------------------------------*/
div#content div.sub-navigation .menuReorder  a,
.linklist .menuReorder a,
div#head div.navigation .menuReorder a {
    background: transparent url(/portal/images/preview/reorder_menu.gif) scroll left center no-repeat;
    padding: 0 0 0 40px;
}

div.newsletter-box {
            background: url("/_global/images/news-box-middle.gif") repeat-x;
            height: 38px;
            width: 620px;
            text-align: center;
            font-family: verdana, arial, sans-serif;
            font-size: 12px;
            color: white;
            margin-left:auto;
            margin-right:auto;
        }

        div.newsletter-box div.newsletter-start {
            background: url("/_global/images/news-box-left.gif") no-repeat top left;
            height: 38px;
            width: 6px;
            float: left;
        }

        div.newsletter-box div.newsletter-content {
            float: left;
            margin: 11px 0 0 12px;
        }

        div.newsletter-box div.newsletter-end {
            background: url("/_global/images/news-box-right.gif") no-repeat top right;
            height: 38px;
            width: 6px;
            float: right;
        }

        div.newsletter-box div.newsletter-close {
            background: url("/_global/images/news-box-close.gif") no-repeat top right;
            cursor: pointer;
            height: 15px;
            width: 15px;
            float: right;
            margin: 5px -1px 0 0;
        }

        div.newsletter-box a {
            text-decoration: underline;
            color: white;
            font-weight: bold;
        }

/*appointment*/
    .appointment-listing,
    .appointment-legend-and-send {
        border-top: 1px solid #dfd9c5;
        color: #474747;
    }

    .appointment-listing {
        width: 587px;
    }

    .appointment {
        background: no-repeat 8px 15px #f5f4ee;
        border-bottom: 1px solid #dfd9c5;
    }

    .appointment-closed {
        background-color: transparent;
        cursor: pointer;
    }

    .appointment-closed:hover {
        background-color: #f5f4ee;
    }

    .appointment-wrap {
        background: url("../images/appointment-open.png") no-repeat 559px 21px;
        padding: 13px 205px 14px 50px;
    }

    .appointment-book .appointment-wrap {
        padding-right: 47px;
    }

    .appointment-closed .appointment-wrap {
        background-image: url("../images/appointment-closed.png");
    }

    .appointment-info {
        background-image: url("../images/appointment-info.png");
    }

    .appointment-event {
        background-image: url("../images/appointment-event.png");
    }

    .appointment-media {
        background-image: url("../images/appointment-media.png");
    }

    .appointment-book {
        background-image: url("../images/links_books.png");
    }

    .appointment-further {
        display: none;
        margin-top: 16px;
    }

    .appointment-image {
        border: 1px solid #DFD9C5;
        display: none;
        margin: -44px 0 0 353px;
        position: absolute;
        width: 100px;
    }

    .gray {
        color: #8a8a8a;
    }

    .appointment-legend-and-send {
        border-top: 1px solid #dfd9c5;
        padding-top: 18px;
    }

    .appointment-send {
        background: url("../images/appointment-send.png") no-repeat;
        color: #F3F2EC;
        display: block;
        font-weight: bold;
        height: 19px;
        margin-bottom: 30px;
        padding: 3px 0 0 24px;
        width: 128px;
    }

    .appointment-legend div {
        background-repeat: no-repeat;
        padding: 4px 0 11px 33px;
    }

    .appointment-open-close {
        background: url("../images/appointment-open.png") no-repeat;
        cursor: pointer;
        height: 19px;
        margin: 21px 0 0 559px;
        position: absolute;
        width: 19px;
    }

    .appointment-closed .appointment-open-close {
        background: url("../images/appointment-close.png") no-repeat;
    }
/*appointment end*/


/*link listing*/
    .link-legend div {
        background-repeat: no-repeat;
        padding: 4px 0 11px 33px;
    }

    .link-legend .link-institution {
        background-image: url("../images/links_institution.png");
        cursor: pointer;
        white-space: nowrap;
    }

    .link-legend .link-media {
        background-image: url("../images/appointment-media.png");
        cursor: pointer;
    }

    .link-legend .link-other {
        background-image: url("../images/links_other.png");
        cursor: pointer;
    }

    .link-legend .link-all {
        background-image: url("../images/links_all.png");
        cursor: pointer;
    }

    div#content .link-listing h2 {
        background-color: #F5F4EE;
        background-position: 14px 13px;
        background-repeat: no-repeat;
        border-top: 1px solid #DFD9C5;
        color: #3A3A3A;
        margin: 0;
        padding: 19px 48px;
    }

    .link-listing .link-cat-institution {
        background-image: url("../images/links_institution.png");
    }

    .link-listing .link-cat-media {
        background-image: url("../images/appointment-media.png");
    }

    .link-listing .link-cat-other {
        background-image: url("../images/links_other.png");
    }

    .link-listing .link {
        border-top: 1px solid #DFD9C5;
        padding: 14px 13px;
    }

    .link-listing .link-url {
        display: block;
        margin-bottom: 6px;
    }

/*link listing end*/



/* start image-heading */

    .image-heading {
        margin-bottom: 10px;
    }

    .image-heading .heading,
    .image-heading .subheading {
        position: absolute;
    }

    .image-heading .heading,
    div#content .image-heading .heading {   /* this selector is just added to overwrite a too specific other selector*/
        color: #581A87;
        font-size: 22px;
        line-height: 125%;
        margin: 56px 0 0 40px;
        width: 543px;
    }

    .image-heading .subheading {
        color: #B5B5B4;
        font-size: 18px;
        margin: 85px 0 0 40px;
    }

/* end image-heading */



/* start unified teaser */

    .unified-teaser {
        float: left;
        padding: 10px 55px 38px 39px;
        width: 375px;
    }

    .unified-teaser img {
        border: 1px solid #E3DECC;
        float: left;
        margin: 0 12px 6px 0;
        width: 68px;
    }

    .unified-teaser .heading,
    div#content .unified-teaser .heading {
        color: #581A87;
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 4px;
    }

    div#content .main-unified-teaser .heading {
        margin-bottom: 9px;
    }

    .main-unified-teaser {
        background: url("../images/background-main-unified-teaser.gif") repeat-x 0 bottom #F6F6F1;
        float: none;
        margin: 0;
        overflow: hidden;
        padding: 19px 39px 37px;
        width: 857px;
    }

    .main-unified-teaser img {
        width: 268px;
    }

/* end unified teaser */



/* start home teaser*/

    .home-teasers {
        height: 200px;
        margin: 0 auto;
        text-align: left;
        width: 956px;
    }

    .home-teasers .wrap {
        background-position: right top;
        background-repeat: no-repeat;
        height: 74px;
        margin: 8px;
        padding: 6px 72px 0 17px;
    }

    .home-teasers .special .wrap {
        background-position: 205px 62px;
        height: auto;
        padding: 6px 17px 0;
    }

    .home-teasers .home-teaser {
        background: url("../images/background-home-teaser-small.png") no-repeat;
        color: #000;
        display: block;
        height: 94px;
        position: absolute;
        width: 306px;
    }

    .home-teasers .special {
        background: url("../images/background-home-teaser-large.png") no-repeat;
        height: 186px;
        width: 343px;
    }

    .home-teasers .leftTop {
        margin: 0;
    }

    .home-teasers .leftBottom {
        margin: 94px 0 0;
    }

    .home-teasers .centerTop {
        margin: 0 0 0 306px;
    }

    .home-teasers .centerBottom {
        margin: 94px 0 0 306px;
    }

    .home-teasers .rightTop {
        margin: 0 0 0 649px;
    }

    .home-teasers .rightBottom {
        margin: 94px 0 0 649px;
    }

    .home-teasers .double-arrow {
        display: block;
    }

    .home-teasers .heading {
        color: #571A85;
        font-size: 18px;
        margin-bottom: 12px;
    }

    .home-teasers .special .heading {
        margin-bottom: 7px;
    }

    .home-teasers .subheading {
        color: #8A8A8A;
        font-size: 15px;
        margin-bottom: 12px;
    }

    .home-teasers .abstract {
        font-size: 11px;
        margin-bottom: 8px;
        width: 175px;
    }

    .editMode .home-teasers {
        height: auto;
    }

    .editMode .home-teaser {
        margin: 0;
        position: static;
    }

    .home-teasers .div {
        display: block;
    }

/* end home teaser*/

/* start "spezialthemen" */
    .spezialthemen .tab-navigation a {
        display: none;
    }

    .spezialthemen .tab-navigation .active,
    .spezialthemen .tab-navigation .active a,
    .spezialthemen .tab-navigation .first_1,
    .spezialthemen .tab-navigation .first_1 a {
        display: block;
    }
/* end "spezialthemen" */

