@charset "utf-8";
/*All changes can be found with the keyword "martin.sonnenholzer"*/

body {
    line-height: 130%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    
    font-size: 0.813em;
}

/* Claim next to logo */
#logo-box .claim {
    font-size: 15px;
    color: #666; 
    display: none;
    font-size: 1.2em;
}

/* Sponsor Logo at top of page */
#sponsor-top-box img {
    display: block;
    border: none;
}


/* *************************************** */
/* JS_CAROUSEL                             */
/* *************************************** */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.noSlide {
    margin: 0px 0px 0px 40px;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


/**********************/
/* CSS_DEFAULT_STYLE */
/**********************/


/* Captions */
DIV.csc-textpic-caption-c .csc-textpic-caption { 
    text-align: center; 
}
DIV.csc-textpic-caption-r .csc-textpic-caption { 
    text-align: right; 
}
DIV.csc-textpic-caption-l .csc-textpic-caption { 
    text-align: left; 
}

/* Needed for noRows setting */
DIV.csc-textpic DIV.csc-textpic-imagecolumn { 
    float: left; display: inline; 
}

DIV.csc-textpic-imagewrap {
    padding: 0;
}

DIV.csc-textpic IMG { 
    border: none; 
}

/* DIV: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { 
    float: left; 
}

/* UL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap UL { 
    list-style: none; 
    margin: 0; 
    padding: 0; 
}
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { 
    float: left; 
    margin: 0; 
    padding: 0; 
}

/* DL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { 
    float: left; 
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { 
    float: none; 
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { 
    float: none; 
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG {
    border: none; 
} /* FE-Editing Icons */
DL.csc-textpic-image { 
    margin: 0; 
}
DL.csc-textpic-image DT { 
    margin: 0; 
    display: inline; 
}
DL.csc-textpic-image DD { 
    margin: 0; 
}

/* Clearer */
DIV.csc-textpic-clear { 
    clear: both; 
}

/* Margins around images: */

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
}

/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { 
    margin: 0; 
    line-height: 130%; 
    font-size: 11px; 
    color: #666; 
    
    font-size: 0.85em;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
    margin: 0; 
}

/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagerow { 
    clear: both;
}

/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { 
    margin-left: 0px !important; 
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { 
    margin-right: 0px !important; 
}

/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    margin-right: 10px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
    margin-left: 10px !important;
}
.ce-image DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
.ce-image DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    margin-right: 0px !important;
}
.ce-image DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
.ce-image DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
    margin-left: 0px !important;
}

#marginal-section DIV.csc-textpic-imagewrap {
    margin-left: 0px !important;
    margin-right: 0px !important;
	margin-bottom: -3px;
	margin-top: -1px;
	padding-top: 0;
}

/* Positioning of images: */

/* Above */
DIV.csc-textpic-above DIV.csc-textpic-text { 
    clear: both; 
}

/* Center (above or below) */
DIV.csc-textpic-center { 
    text-align: center; /* IE-hack */ 
}
DIV.csc-textpic-center DIV.csc-textpic-imagewrap { 
    margin: 0 auto; 
}
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { 
    text-align: left; /* Remove IE-hack */ 
}
DIV.csc-textpic-center DIV.csc-textpic-text { 
    text-align: left; /* Remove IE-hack */ 
}

/* Right (above or below) */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap { 
    float: right; 
}
DIV.csc-textpic-right DIV.csc-textpic-text { 
    clear: right; 
}

/* Left (above or below) */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap { 
    float: left; 
}
DIV.csc-textpic-left DIV.csc-textpic-text { 
    clear: left; 
}

/* Left (in text) */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { 
    float: left; 
}

/* Right (in text) */
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { 
    float: right; 
}

/* Right (in text, no wrap around) */
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { 
    float: right; 
    clear: both; 
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { 
    height: 1%; 
}
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { 
    float: left; 
    clear: both; 
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { 
    height: 1%; 
}
/* End hide from IE5/mac */


/* *************************************** */
/* HEADLINES                               */
/* *************************************** */
h1 {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    line-height: 120%;
    font-weight: bold;
    font-size: 25px;
    
    font-size: 1.92em;
}

h2 {
    margin: 0px 0px 3px 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: bold;
    
    font-size: 1.2em;
}

h3 {
    margin: 0px 0px 7px 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    
    font-size: 0.92em;
}

h4 {
    margin: 0px;
    padding: 0px;
}

body.has-backlink .page-title {
    float: left;
    width: 380px;
}

.page-title-date {
    color: #666666;
    font-weight: bold;
    
}

.ce-list h2,
.homepage #marginal-section h2 {
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: bold;
    
    font-size: 1.077em;
}

.homepage #marginal-section h3 {
    margin-bottom: 7px;
}

.ce-list h3 {
    font-weight: bold;
    font-size: 13px;
    color: #cc0000;
    
    font-size: 1.2em;
}

.ce-list h4 {
    font-size: 11px;
    font-weight: bold;
    
    font-size: 0.846em;     /* 11 -> 13px (body) */
}


#marginal-section h2 {
    font-weight: bold;
    font-size: 12px;
    
    font-size: 0.923em;  /* 13 -> 13px (body) */    
}

#marginal-section h3 {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 13px;
    color: #cc0000;
    
    font-size: 1.2em;
}

#marginal-section h4 {
}


.introduction  {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666;
}
abbr.uppercase {
    text-transform: uppercase;
}

/* *************************************** */
/* LINKS                                   */
/* *************************************** */
a {
    color: #cc0000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.publications-link,
a.vita-link,
a.internal-link,
a.external-link,
a.download,
a.download-link,
a.mail,
.ce-menu a,
.highlighted .ce-textpic a.external-link,
.highlighted .ce-text a.external-link,
.highlighted .ce-textpic a.internal-link,
.highlighted .ce-text a.internal-link,
.competence .elements .ce-textpic a.internal-link {
    color: #333333;
    display: block;
    padding: 0px 0px 0px 16px;
    background-position: 1px;
    background-repeat: no-repeat;
}

a.publications-link {
    background-image: url("img/anchor-publications.gif");
    background-position: 1px 0px;
}
a.vita-link {
    background-image: url("img/anchor-vita.gif");
    background-position: 1px 0px;
}

.highlighted .ce-textpic a.internal-link,
.highlighted .ce-text a.internal-link,
a.internal-link {
    background-image: url("img/anchor-internal.gif");
}
.competence .elements .ce-textpic a.internal-link{
    background-image: url("img/anchor-external_new.gif");
    background-position: 1px 0px;
    font-weight: bold;
}

.highlighted .ce-textpic a.external-link,
.highlighted .ce-text a.external-link,
a.external-link {
    background-image: url("img/anchor-external.gif");
}

a.download,
a.download-link {
    background-image: url("img/anchor-download.gif");
}

a.mail {
    padding: 0px 0px 0px 22px;
    background-image: url("img/anchor-mail.gif");
}

a.more-link {
    color: #CC0000;
}


.teaser-date a.external-link,
.teaser-news a.external-link {
    background: url(img/anchor-external-ce.gif) right 4px no-repeat;
    padding: 0px 10px 0px 0px;
    color: #CC0000;
    display: inline;
}

.ce-text a.internal-link,
.ce-text a.external-link,
.ce-text a.download,
.ce-text a.download-link,
.ce-text a.mail,
.ce-textpic a.internal-link,
.ce-textpic a.external-link,
.ce-textpic a.download,
.ce-textpic a.download-link,
.ce-textpic a.mail {
    display: inline;
    color: #cc0000;
}

.ce-text a.internal-link,
.ce-textpic a.internal-link {
    background: none;
    padding: 0px;
}

.ce-text a.external-link,
.ce-textpic a.external-link {
    background: url(img/anchor-external-ce.gif) right 6px no-repeat;
    padding: 0px 10px 0px 0px;
}

.event-detail .google-maps-link {
    padding-right: 12px;
    background: url(img/anchor-external-ce.gif) right 5px no-repeat;
}


h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    text-decoration: none;
}

/* *************************************** */
/* FORM                                    */
/* *************************************** */
form .btn {
    display: block;
    margin: 0px;
    padding: 0px 2px 0px 0px;
    border: none;
    background: transparent url(img/bg-button-right.gif) right 0px no-repeat;
}

form .btn input {
    float: none;
    display: block;
    margin: 0px;
    padding: 0px 0px 4px 2px;
    border: none;
    width: auto !important;
    background: url(img/bg-button-left.gif) left 0px no-repeat;
    font-size: 12px;
    color: #fff;
    cursor: pointer !important;
    
    font-size: 0.923em;
}

/* *************************************** */
/* QUICK SEARCH FORM                       */
/* *************************************** */
#quicksearch fieldset {
    margin: 0px;
    padding: 0px 0px 0px 8px;
    border: none;   
    float: right;
}

#quicksearch legend {
    display: none;
}

#quicksearch input {
    float: left;
    border: 1px solid #9a9a9a;
    width: 96px;
}

#quicksearch div.btn {
    float: left;
    margin-left: 5px;
}

#quicksearch input.submit {
    width: 96px;
    border: none;
}

/* *************************************** */
/* BREADCRUMB                              */
/* *************************************** */
.breadcrumb-box ul  {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 11px;
    
    font-size: 0.846em;
}

.breadcrumb-box ul li {
    float: left;
    margin: 0px 5px 0px 0px;
    padding: 0px 8px 0px 0px;
    background: url(img/icon-breadcrumb.gif) right 5px no-repeat;
}

.breadcrumb-box ul li.last {
    background: none;
}

.breadcrumb-box ul li a {
    color: #cc0000;
    text-decoration: none;
}



/* *************************************** */
/* IMAGE GALLERY                           */
/* *************************************** */
.ce .gallery-outer {
    overflow: hidden;
/*  background-image: url("img/gallery_background.gif");
    background-repeat: repeat;*/
    background-color: #ECECEC;
    border: none;
    padding: 11px 10px 9px 9px;
    height: 1%;
}

.ce .gallery-outer .gallery-inner {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ce .gallery-outer .image-wrapper {
    height: 250px;
    margin-bottom: 9px;
    background-color: #000000;
    text-align: center;
    vertical-align: middle;
}

.ce .gallery-outer .image-caption {
    width: 420px;
    height: 37px;
    top: 207px;
    margin: 0px 0px 0px 0px;
    padding: 6px 10px 0px 10px;
    position: absolute;
    display: none;
    background-image: url("img/gallery-caption-background.png");
    background-repeat: repeat;
    color: #FFFFFF;
}

.ce .gallery-outer .image-main {
    display: none;
}

.ce .gallery-outer .filmstrip-outer {
    height: 61px;
    overflow: hidden;
    position: relative;
    height: 1%;
}
.ce .gallery-outer .no-script {
    height: 64px;
    overflow: scroll;
    width: 441px;
}

.ce .gallery-outer .filmstrip-inner {
    position: relative;
    /*
    xwidth: 386px;
    xmargin: 0px 0px 0px 28px;
    xoverflow: scroll;
    */
    padding: 0px 0px 0px 0px;
    z-index: 2;
    height: 47px;
}
.ce .no-script .filmstrip-inner {
    xoverflow: scroll;
}

.ce .gallery-outer .filmstrip-inner ul {
    overflow: hidden;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    top: 0;
    z-index: 1;
}

.ce .gallery-outer .filmstrip-inner ul li {
    float: left;
    height: 43px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 75px;
    margin: 2px 3px 0px 0px;
    background-color: #000000;
}

.ce .gallery-outer .filmstrip-inner img {
    display: block;
    margin: auto;
    padding: 0px 0px 0px 0px;
    border: none;
}

.ce .gallery-outer .filmstrip-inner ul li.image-container-active {
    margin-top: 0px;
    border: 2px solid #333438;
}

.ce .gallery-outer .button-prev,.ce .gallery-outer .button-next {
    display: none;
}

.ce .gallery-outer .button-prev img,.ce .gallery-outer .button-next img
    {
    margin-top: 2px;
    border: none;
}

.ce .gallery-outer .button-prev {
    float: left;
    margin-right: 3px;
    background: url(img/gallery_prev_button.gif) left top no-repeat;
    height: 42px;
    width: 25px;
    border: none;
    margin-top: 2px;
    cursor: pointer;
}

.ce .gallery-outer .button-next {
    float: right;
    background: url(img/gallery_next_button.gif) left top no-repeat;
    height: 42px;
    width: 25px;
    border: none;
    margin-top: 2px;
    cursor: pointer;
}

/* *************************************** */
/* IMAGE GALLERY                           */
/* *************************************** */
div.partner-gallery {
    background-repeat: no-repeat;
    background-image: url(img/bg-partner-gallery.jpg);
    padding: 8px 10px 10px;
}

div.partner-gallery.isjavascript {
    background-image: url(img/bg-partner-gallery-enabled.jpg);
}

div.partner-gallery div.wrapper {
    overflow: hidden;
    margin: 0 25px;
    height: 82px;
}

div.partner-gallery div.wrapper.isjavascriptwrapper {
    width: 920px;
    margin: 0;
}

h2.partner-gallery {
    font-size: 85%;
    text-transform: uppercase;
    margin-top: 30px;
}

.partner-gallery ul {
    position: relative;
    padding: 0;
    width: 870px;
    margin: 0;
    height: 82px;
    overflow: hidden;
}

.partner-gallery .jcarousel-container {
    position: relative;
    overflow: hidden;
    height: 82px;
    padding: 0;
}

.partner-gallery .jcarousel-container .jcarousel-prev,.partner-gallery .jcarousel-container .jcarousel-next {
    cursor: pointer;
    height: 82px;
    margin: 0;
    position: relative;
    width: 25px;
}

.partner-gallery .jcarousel-container .jcarousel-prev {
    float: left;
}

.partner-gallery .jcarousel-container .jcarousel-next {
    float: right;
}

.partner-gallery .jcarousel-container .jcarousel-clip {
    position: relative;
    height: 82px;
}

.partner-gallery .jcarousel-container .jcarousel-list {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.partner-gallery li {
    float: left;
    height: 82px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    overflow: hidden;
    position: relative;
}

.partner-gallery li,.partner-gallery .jcarousel-container .jcarousel-clip .jcarousel-item {
    background-image: url(img/bg-partner-gallery-sep.gif);
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    padding: 0 5px;
    width: 135px;
}
.partner-gallery li.last {
    background-image: none;
}
    

.partner-gallery .jcarousel-container .jcarousel-clip a.element {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.partner-gallery li a.element,
.partner-gallery .jcarousel-container .jcarousel-clip a.element {
    display: block;
    font-size: 0;
    height: 75px;
    text-align: center;
    overflow: hidden;
}

.partner-gallery img {
    border: medium none;
    margin: 5px 0;
}

/* *************************************** */
/* EVENT GALLERY                           */
/* *************************************** */
.event-gallery {
}

.event-gallery.isjavascript {
}

div.event-gallery div.wrapper {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 145px;
    position: relative;
}

div.event-gallery div.wrapper.isjavascriptwrapper {
    width: 920px;
    margin: 0;
}

.event-gallery .jcarousel-container .jcarousel-prev,
.event-gallery .jcarousel-container .jcarousel-next {
    cursor: pointer;
    height: 20px;
    margin: 0;
    position: absolute;
    width: 20px;
    bottom: 10px;
    
    background: url(img/event-gallery-prev.gif) left top no-repeat;
}

.event-gallery .jcarousel-container .jcarousel-prev {
    float: left;
    right: 35px;
    background-image: url(img/event-gallery-prev.gif);
}

.event-gallery .jcarousel-container .jcarousel-next {
    float: right;
    right: 10px;
    background-image: url(img/event-gallery-next.gif);
}

.event-gallery .jcarousel-clip {
    width: 400px;
    width: 460px;
} 

.event-gallery li {
    float: left;
    padding: 0;
    height: 145px;
    width: 400px;
    width: 460px;
}
.event-gallery li.last {
    background-image: none;
}
    
.event-gallery li a.element {
    display: block;
    height: 145px;
    width: 400px;
    width: 460px;
    text-decoration: none;
/*  background: url(img/bg-event-gallery.jpg) left top no-repeat;*/
    background-color: #ECECEC;
}

.event-gallery li a.element span.date-box {
    display: block;
    height: 145px;
    width: 58px;
    float: left;
    background: url(img/bg-event-gallery-date-bottom.jpg) left bottom no-repeat;
    border-right: 1px solid #dbdbdb;
    color: #fff;
    text-align: center;
    font-size: 14px;
    
    font-size: 1.077em; /* 14 -> 13px (body) */
}
.event-gallery li a.element span.date-box .wrapper {
    display: block;
    padding: 16px 0 20px 0px;
    background: url(img/bg-event-gallery-date-top.jpg) left top no-repeat;
}
.event-gallery li a.element span.date-box .big {
    display: block;
    font-size: 27px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
        
    font-size: 1.929em;  /* 27px -> 14px -> 13px(body) */
}

.event-gallery li a.element span.content-box {
    display: block;
    height: 145px;
    width: 335px;
    float: left;
}
.event-gallery li a.element span.content-box .content-wrapper {
    width: 317px;
    padding: 15px 0 15px 18px;
}
.event-gallery li a.element span.content-box span {
    display: block;
}
.event-gallery li a.element span.content-box span.date {
    width: 317px;
    margin-bottom: 3px;
    color: #333;
    font-weight: bold;
}
.event-gallery li a.element span.content-box span.content {
    width: 317px;
    margin-bottom: 7px;
    font-weight: bold;
    line-height: 150%;
    font-size: 115%;
}
.event-gallery li a.element:HOVER span.content-box span.content {
    text-decoration: underline;
}
.event-gallery li a.element span.content-box span.location {
    width: 317px;
    color: #000;
}

.event-gallery .counter {
    color: #666;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    font-size: 113%;
    font-weight: bold;
}
.event-gallery .link-box {
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;
    
    font-size: 0.923em; /* 12px -> 13px body*/
}

/* *************************************** */
/* EVENT TIP                               */
/* *************************************** */
.event-tip {}
.event-tip .wrapper {
    background: #7dbfe2; 
    padding: 14px 25px 15px 12px;
}
.event-tip h2 {
    margin-bottom: 10px; 
    text-transform: uppercase;
}

.event-tip .date-box {
    color: #000; 
    float: left; 
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 1.231em; /* 16px -> 13px(body) */
}
.event-tip .date-box .big {
    font-size: 27px; 
    font-weight: bold; 
    display: block; 
    margin-top: 10px; 
    margin-bottom: 8px;
    
    font-size: 1.688em; /*27px -> 16px -> 13px */
}

.event-tip .content-box {
    margin-left: 55px;
}
.event-tip .content-box h3 {
    color: #fff; 
    margin-bottom: 2px;
    font-size: 100%;
}
.event-tip .content-box .bodytext {
    line-height: 120%;
    font-size: 11px;
    
    font-size: 0.846em; /* 11px -> 13px(body) */
}
.event-tip .content-box .more-link {
    color: #fff;
}
.event-tip .content-box .internal-link {
    margin-top: 11px;
    padding-left: 20px;
    background-image: url(img/anchor-internal_white.gif);
    background-position: 1px 55%;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    font-size: 0.923em; /* 12px -> 13px(body) */
}


/* *************************************** */
/* CONTACT FORM                          */
/* *************************************** */

.error-box {
    color:#FF3602;
    border: 1px solid #FF3602;
    padding: 6px 9px;
    margin-bottom: 16px;
    width: 360px;
}

.error-box ul {
    padding: 18px 0px 10px 13px;
}

.contact .ce-mailform form label.errornous,
.field lable.errornous   {
    color: #FF3602;
}

.contact .ce-mailform form .csc-mailform-field input.errornous,
.contact .ce-mailform form .csc-mailform-field textarea.errornous,
.field input.errornous,
.field textarea.errornous {
    border: 1px solid #FF3602;
}

.info-box {
    margin-bottom: 34px;
}

.contact .ce-mailform form fieldset,
.contact .ce-mailform form fieldset legend {
    border: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 8px;
}

.contact .ce-mailform form fieldset legend {
    font-weight: bold;
    margin-bottom: 10px;
}

.contact .ce-mailform form fieldset {
    margin-bottom: 11px;    
}

.contact .ce-mailform form fieldset.bordered {
    width: 383px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9A9A9A;
}

.contact .ce-mailform form fieldset.radioset {
    margin-bottom: 0px; 
}

.contact .ce-mailform form fieldset.captcha {
    width: 354px;
    padding: 16px 15px;
    background-image: url(img/gallery_background.gif);
    background-repeat: repeat;
}

.contact .ce-mailform form fieldset.captcha label {
    font-weight: bold;
}

.contact .ce-mailform form fieldset.captcha div.left {
    float: left;
    width: 170px;
}

.contact .ce-mailform form fieldset.captcha div.right {
    float: right;
    width: 170px;
}

.contact .ce-mailform form fieldset.captcha div.right img {
    margin: 0px 0px 10px 0px;
    border: 1px solid #DBDBDB;
    vertical-align: top;
}

.contact .ce-mailform form fieldset.captcha div.right input {
    width: 165px;
}

.contact .ce-mailform form .csc-mailform-field .radioset label {
    display: inline;
    margin-right: 5px;
}

.contact .ce-mailform form .csc-mailform-field .radioset input {
    width: 14px;
}

.contact .ce-mailform form .checkbox input {
    float: left;
    width: 14px;
}

.contact .ce-mailform form .csc-mailform-field .label {
    display: block;
    float: left;
    margin-right: 13px; 
}

.contact .ce-mailform form textarea {
    width: 380px;
    height: 170px;
}

.contact .ce-mailform form .csc-mailform-field {
    margin-bottom: 10px;
    display: block;
}

.contact .ce-mailform form .csc-mailform-field label {
    display: block;
    margin-bottom: 4px;
}

.contact .ce-mailform form .checkbox label {
    margin-left: 25px;
}

.contact .ce-mailform form .csc-mailform-field input {
    width: 380px;
}

.contact .ce-mailform form .csc-mailform-field input,   
.contact .ce-mailform form .csc-mailform-field textarea {
    border: 1px solid #9A9A9A;
}

.contact .ce-mailform form .csc-mailform-field.checkbox input {
    width: 15px;    
}   

.contact .ce-mailform form .csc-mailform-field input:focus, 
.contact .ce-mailform form .csc-mailform-field textarea:focus {
    border: 1px solid #FF3602;
}

.contact .ce-mailform form .col2 {
    float: left; 
}

.contact .ce-mailform form .col2 input {
    width: 180px;
    margin-right: 16px;
}

.contact .ce-mailform form .col2.last input {
    margin-right: 0px;
}

.contact .ce-mailform form .col2 input.compact {
    width: 74px;
    margin-top: 20px;
    margin-right: 0px;
}
.contact .ce-mailform form .col2 input.wide {
    width: 300px;
    margin-right: 4px;
}

.button-list {
    position: relative;
    width: 380px;
}
.button-list .btn {
    position:absolute;
    right: 0px;
}


/* *************************************** */
/* CONTENT TEASER                          */
/* *************************************** */

.content-teaser {
    border-top: 3px solid #CCCCCC;
}

.content-teaser .halfwidth .col {
    float: left;
    margin-right: 20px;
    width: 220px
}

.content-teaser .halfwidth .col.last {
    margin-right: 0px;
}


/* *************************************** */
/* COMPETENCE TEASER                         */
/* *************************************** */

.competence .icons .icon.last {
    margin-left: 0px;
}

.competence {
/*Hintergrund ausgetauscht by martin.sonnenholzer   background-image: url(img/bg-competence-teaser.gif);
    background-position: left top;
    background-repeat: repeat-y;*/
    background-color: #ececec;

    /*width: 620px;*/
    height: 240px;
    padding: 15px 10px 10px 15px;
}


.competence .icons .icon {
    display:    block;
    float:      left;
    margin-right: 4px;
}

.competence .icons .icon a {
    display:    block;
}

.competence .icons {
    display:    block;
}

.competence .icons .image-wrapper img {
    border: none;
    margin-top:7px;
}
.competence .icons .image-wrapper {
    background-image: url(img/competence-icon-background-white.png);
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
     width: 55px; /*10 items ausgetauscht by martin.sonnenholzer*/
    /*width: 65px; /* 9 items */
    height: 46px;  
    text-align: center;
}
.competence .icons .image-wrapper.active {
    background-image: url(img/competence-icon-background-gray.png);
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
}
.competence .icons .first .image-wrapper.active {
    background-image: url(img/competence-icon-background-gray-first.png);
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
}

.competence .icons .last .image-wrapper.active {
    background-image: url(img/competence-icon-background-gray-last.png);
    background-position: right top;
    background-repeat: no-repeat;
    float: left;
}

.competence h2{
    font-size:14px;
    color:#333;
    text-transform: uppercase;
    margin-bottom: 0px;
    
    font-size:  1.077em; /* 14 -> 13px (body) */
}
.competence h3{
    font-size: 20px;
    color:#cc0000;
    margin-bottom: 0px;
    line-height: 130%;
    
    font-size: 1.461em; /* 19px */

}
.competence .element .headline {
    height: 22px;
    margin-bottom: 15px;
    overflow: hidden;
}
.competence .element .title {
    height: 62px;
    margin-bottom: 15px;
    overflow: hidden;
}

.competence .element .content {
    margin-bottom: 8px;
}

.competence p{
    margin-bottom: 20px;

}

.competence .elements {
    margin-bottom: 0px;
    height: 195px;
}

/* *************************************** */
/* CONTACT TEASER                          */
/* *************************************** */
.sf-marginal .teaser-contact,
#marginal-section .teaser-contact {
    padding-bottom: 10px;
    background-color: #E4E4E4;
}
.sf-marginal .teaser-contact .contact-header,
#marginal-section .teaser-contact .contact-header {
    margin: 0px 0px 10px 0px;
    padding:  11px 13px 0px 13px;
}
.sf-marginal .teaser-contact .contact-header h3,
#marginal-section .teaser-contact .contact-header h3 {
    margin: 0px 0px 0px 0px;
}
.sf-marginal .teaser-contact .contact-body,
#marginal-section .teaser-contact .contact-body {
    margin: 0px 0px 0px 0px;
    padding:  14px 13px 0px 10px;
}
.sf-marginal .teaser-contact .first,
#marginal-section .teaser-contact .first {
    padding-top: 0px;
}
.sf-marginal .teaser-contact .contact-body .header,
#marginal-section .teaser-contact .contact-body .header {
    margin: 0px 0px 0px 0px;
    font-weight: bold;  
}
.sf-marginal .teaser-contact .contact-body .content,
#marginal-section .teaser-contact .contact-body .content {
    margin: 10px 0px 0px 0px;
}
.sf-marginal .teaser-contact .contact-body .content span,
#marginal-section .teaser-contact .contact-body .content span {
    display: block;
}
.sf-marginal .teaser-contact .contact-body .content span.outer-wrapper,
#marginal-section .teaser-contact .contact-body .content span.outer-wrapper {
    display: inline;
    float: left;
    width: 50px;
    font-weight: bold;
}
.sf-marginal .teaser-contact .contact-body address,
#marginal-section .teaser-contact .contact-body address {
    margin: 10px 0px 0px 0px;
    font-style: normal;
}

/* VERSION SMALL, e.g. PROJECT DETAIL */
.sf-marginal .teaser-contact.short,
#marginal-section .teaser-contact.short {
    padding-bottom: 15px;
}

.sf-marginal .teaser-contact.short img,
.sf-marginal .teaser-contact.short .contact-body,
#marginal-section .teaser-contact.short img,
#marginal-section .teaser-contact.short .contact-body {
    float: left;
}
.sf-marginal .teaser-contact.short img,
#marginal-section .teaser-contact.short img {
    padding-left: 10px;
}
.sf-marginal .teaser-contact.short .contact-body,
#marginal-section .teaser-contact.short .contact-body {
    padding-top: 0px;
}

/* *************************************** */
/* SCIENCE TEASER                          */
/* *************************************** */
.homepage .teaser-science {
    overflow: hidden;
}

.homepage .teaser-science h2 {
    text-transform: uppercase;
}

.homepage .teaser-science h3.science-head {
    margin: 0px 0px 15px 0px;
    line-height: 130%;
    font-size: 20px;
    
    font-size: 1.538em; /* 20 -> 13px (body) */ 
}

.homepage .teaser-science .element {    
    margin: 0px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
}

.homepage .teaser-science .element .image {
    float: left;
    margin: 0px 11px 10px 0px;
    padding: 0px 0px 0px 0px;
}

.homepage .teaser-science .element .image img {
    border: none;
}

.homepage .teaser-science .element .date,
.homepage .teaser-science .element .header {    
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 0px;
}

.homepage .teaser-science .element .bodytext {  
    margin-bottom: 5px;
}

/* *************************************** */
/* DATE TEASER                             */
/* *************************************** */

.teaser-date {
    overflow: hidden;
}

.teaser-date .link a {}

.teaser-date .element.first {
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 2px 0px;
    border-bottom: 1px solid #999999;
}

.teaser-date .element.last {
    margin: 0px 0px 13px 0px;
    padding: 0px 0px 0px 0px;
}

.teaser-date .element .date {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.teaser-date .element .date span {
    display: block;
    color: #666666;
    line-height: 130%;
    font-size: 11px;
    
    font-size: 0.846em; /* 11 -> 13px (body) */
}

.teaser-science .element .date,
.teaser-science .element .header,
.teaser-science .element p.bodytext,
.teaser-date .element .header,
.teaser-date .element p.bodytext {
    margin: 0px 0px 0px 0px;
    font-size: 11px;
    
    font-size: 0.846em; /* 11 -> 13px (body) */
}

.teaser-date .element .header {
    margin-bottom: 4px; 
}

.homepage .teaser-date {
    overflow: hidden;
}

.homepage .teaser-date .element.first {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #999999;
}

.homepage .teaser-date .element.last {
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 0px 0px;
}

.homepage .teaser-date .element .date {
    float: left;    
    width: 26px;
    text-align: center;
}

.homepage .teaser-date .element .date span {
    display: block;
    color: #333333;
    line-height: normal;
}

.homepage .teaser-date .element .date span.month,
.homepage .teaser-date .element .date span.year {
    font-size: 11px;
    
    font-size: 0.846em; /* 11 -> 13px (body) */
}

.homepage .teaser-date .element .date span.day {
    font-size: 20px;
    font-weight: bold;
    
    font-size: 1.538em; /* 20 -> 13px (body) */
}

.homepage .teaser-date .element .header,
.homepage .teaser-date .element p.bodytext {
    margin: 0px 0px 0px 42px;
}

.homepage .teaser-date .element .header {
    margin-bottom: 4px; 
}


/* *************************************** */
/* FAQ                                     */
/* *************************************** */
.faq-foldable {}
.faq-foldable .faq-element {
    margin-bottom: 30px;
}
.faq-foldable .last-faq-element {
    margin-bottom: 0;
}
.faq-foldable .faq-element .faq-headline {
    margin-bottom: 7px;
    text-transform: uppercase;
    font-size: 13px;
    
    font-size: 1em; /* 13 -> 13px (body) */
}
.faq-foldable .faq-element .tab {
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #b3b3b3;
}
.faq-foldable .faq-element .first-faq-tab {
    padding-top: 10px;
    background: url(img/faq-headline-bg.gif) left top repeat-x;
}
.faq-foldable .faq-element .tab .header {
    padding: 0 0 0px 21px;
    cursor: pointer;
    background: url(img/faq-open.gif) left 2px no-repeat;
}
.faq-foldable .faq-element .tab .header h3 {
    color: #CC0001;
    margin: 0;
    font-size: 0.92em;
}
.faq-foldable .faq-element .tab .content-wrapper {
    /*margin-bottom: 8px;*/
}
.faq-foldable .faq-element .tab .content {
    padding: 0 0 0 20px;
}

.faq-foldable .faq-element .tab-active {}
.faq-foldable .faq-element .tab-active .header {
    background-image: url(img/faq-close.gif);
}
.faq-foldable .faq-element .tab-active .content {}


/* *************************************** */
/* SITEMAP                                 */
/* *************************************** */
.ce-menu .sitemap {
    list-style: none;
}
.ce-menu .sitemap li {
    margin: 0; margin-bottom: 18px;
}
.ce-menu .sitemap li a {
    padding: 0px 0px 18px 0px;
    background: none;
    background: url(img/faq-headline-bg.gif) left bottom repeat-x;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}
.sitemap ul.second-level {}
.sitemap ul.second-level li {
    margin-bottom:4px;
}
.sitemap ul.second-level li a {
    background: none;
    text-transform: none;
    color: #CC0001;
    padding: 0;
}

.sitemap ul ul.third-level {
    margin-left: 12px; 
    padding-top: 4px; 
}
.sitemap ul ul.third-level li {}
.sitemap ul ul.third-level li a {
    padding-left: 9px;
    background: url(img/sitemap-bullet.gif) left 6px no-repeat;
    font-weight: normal;
}

.sitemap ul ul ul.fourth-level {
    margin-left: 20px;
}
.sitemap ul ul ul.fourth-level li {}
.sitemap ul ul ul.fourth-level li a {}


/* *************************************** */
/* KOMPETENZ                               */
/* *************************************** */
.competence-field {
    width:940px;

}
.competence-field h2 {
    font-weight: normal;
}
.competence-field .col-left {
    width: 460px;
    margin-right: 20px;
    float:left;
}
.competence-field .col-right {
    width: 460px;
    float: left;
}
.competence-field .first-element {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #b3b3b3;
    height: 103px;      /* height: 123px;*/
}
.competence-field-list .element {
    border-top: 1px solid #b3b3b3;  
}
.competence-field-list .last-element {
    border-bottom: 1px solid #b3b3b3;
}
.competence-field-list .element a {
    text-decoration: none;
    display: block;

    background: url(img/bg-competence-field.jpg)left top repeat;
    background-image: none;

        /*height: 123px;*/
}
.competence-field-list .element a:HOVER {
    background-color: #ECECEC;
    
    /*Hintergrund ausgetauscht by martin.sonnenholzer
    background-color: transparent;
    background-image: url(img/bg-competence-field.jpg);*/
}

.competence-field-list .element span.image-wrapper {
    float:right;
}
.competence-field-list .element .image-wrapper .active {
    display: none;
}
.competence-field-list .element a:HOVER .image-wrapper .active {
    display: block;
}
.competence-field-list .element a:HOVER .image-wrapper .inactive {
    display: none;
}
.competence-field-list .element span.text-wrapper {
    display:block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #333;
}

.competence-field .csc-textpic-text h2,
.competence-field-list .element span.headline {
    margin-bottom: 5px;
    font-size: 18px;
    
    font-size: 1.385em; /* 18 -> 13px (body) */
}
.competence-field-list .element span.headline {
    display:block;
    color: #cc0001;
    font-weight: normal;
}

.competence-field-list .element span.image-wrapper {
    margin: 0;
    margin-left: 20px;
    line-height: 0px;
    font-size: 0px;
    border: none;
}
.competence-field-list .element span.image-wrapper img {border:none;}


/* *************************************** */
/* TEASERLISTEN                            */
/* *************************************** */

/* Selectbox */
.teaserlist-selectfield {
     margin-bottom: 15px;
}

.teaserlist-selectfield .top {
    background: url(img/bg-select-top.gif) left top no-repeat;
    padding-top: 5px;
}
.teaserlist-selectfield .bottom {
    background: url(img/bg-select-bottom.gif) left top no-repeat;
    padding-top: 5px;
}
.teaserlist-selectfield .middle {
    background: url(img/bg-select-middle.gif) left top repeat-x;
    padding: 5px 10px;
}

.teaserlist-selectfield form {
    margin:0; 
    padding:0;
}
.teaserlist-selectfield form fieldset {
    margin: 0; 
    padding:0; 
    border:none;
}
.teaserlist-selectfield form .field {}
.teaserlist-selectfield form .field label {
    display:block; 
    font-size: 9pt; 
    font-weight:bold; 
    line-height: 115%; 
    color:#787878;
    
    font-size: 0.923em;     /* 12 -> 13px (body) */
    
}
.teaserlist-selectfield form .field select {
    height: 25px; 
    padding-top:3px; 
    border:none; 
    font-weight: bold;
    color: #4a4a4a;
}

.teaserlist-selectfield form .input-field {
    
}

.teaserlist-selectfield form .field input {
    height: 19px; 
    padding-top: 6px;
    padding-left: 3px; 
    border: none; 
    font-weight: bold;
    color: #787878;
    
    height: 22px;
    background: url(img/bg-input.gif) left top no-repeat;
}
.teaserlist-selectfield form .field input.date {
    width: 95px;
    height: 21px;
    background: url(img/bg-input-date.gif) left top no-repeat;
    margin-right: 8px;
}
.teaserlist-selectfield form .field input.second {
    margin-right: 0;
}
.teaserlist-selectfield form .field input.submit {
    margin: 17px 0 0 141px;
    padding: 0;
    width: 67px;
    height: 28px;
    color: #fff;
    cursor: pointer;
    background: url(img/bg-select-submit.gif) left 3px no-repeat;
}

.teaserlist-selectfield .one-col .field input.submit {
    margin-left: 134px;
}

.teaserlist-selectfield .one-col .field {}
.teaserlist-selectfield .one-col .field label {
    float:left; 
    width:100px;
}
.teaserlist-selectfield .one-col .field select {
    width: 308px; 
    float:right;
}
.teaserlist-selectfield .one-col .select-field .newListSelected{
    width: 267px; 
    float: right;
}
.teaserlist-selectfield .one-col .second-row,
.teaserlist-selectfield .two-col .field {
    float:left; 
    margin-right: 19px; 
}

.teaserlist-selectfield .two-col .second {
    margin-right: 0px; 
}
.teaserlist-selectfield .two-col .field label {
    margin-bottom: 3px;
}
.teaserlist-selectfield .two-col .select-field {
    width: 208px;
}
.teaserlist-selectfield .two-col .field input {
    width: 205px;
}

.teaserlist-selectfield .two-col .float-right{
    margin-top: 0px;
    margin-right: 5px;
    float:right; 
}

.teaserlist-selectfield form .field.float-right input.submit {
    margin:0 0 0 141px;
}


.teaserlist-selectfield .two-col .newListSelected {
    background: url(img/bg-select.gif) left top no-repeat;
}
.teaserlist-selectfield .two-col .newListSelected .newList {
    width: 206px;
}
.teaserlist-selectfield .one-col .newListSelected {
    background: url(img/bg-select_width.gif) left top no-repeat;
}
.teaserlist-selectfield .one-col .newListSelected .newList {
    width: 306px;
}

.teaserlist-selectfield .two-col .second-row {
    margin-top: 10px;
}

/* Paging */
.teaserlist-paging {
    margin-top: 5px;
}

.teaserlist-paging .pages {
    float: left;
    padding-left: 60px;
}
.teaserlist-paging .pages a,
.teaserlist-paging .pages .current { 
    border-right: 1px solid #ccc; 
    padding-right: 6px; 
    padding-left: 6px;
    font-weight: bold;
}
.teaserlist-paging .pages span.last,
.teaserlist-paging .pages a.last {
    border: none; 
    padding-right: 3px;
}

.teaserlist-paging .navigator {
    float: right;
}
.teaserlist-paging .navigator a {
    display:block; 
    float: left; 
    height: 20px; 
    width: 20px; 
    background: url(img/bg-paging-next.gif) left top no-repeat  ;
}
.teaserlist-paging .navigator a.next {}
.teaserlist-paging .navigator a.previous {
    margin-right: 10px;
    background-image: url(img/bg-paging-prev.gif);
}
.teaserlist-paging .navigator a.previous span,
.teaserlist-paging .navigator a.next span {
    display: none;
}

/* teaser-list */
.teaser-list h2 {
    text-transform: uppercase;
}
.teaser-list .elements {
    padding-bottom: 9px;
    background: url(img/faq-headline-bg.gif) left bottom repeat-x;
}
.teaser-list .elements h2 {
    text-transform: none;
}
.teaser-list .elements .element {
    padding-top: 9px;
    padding-bottom: 20px;
    background: url(img/faq-headline-bg.gif) left top repeat-x;
}

.teaser-list .isnews {
    background: none;
    padding: 0px;
}
.teaser-list .isnews .element {
    padding-top: 9px;
    padding-bottom: 9px;
    background: none;
    border-bottom: 1px solid #999;
}
.teaser-list .isnews .last{
    border-bottom: none;
}

.teaser-list .elements .last .ce-teaser {}

/* teaser-news list */
.teaser-list .elements .element .teaser-news {
    min-height: 48px; 
}
.teaser-list .elements .element .teaser-news .date-box {
    float:left; 
    width:120px;
}
.teaser-list .elements .element .teaser-news .date-box .date {
    font-weight: bold;
}
.teaser-list .elements .element .teaser-news .date-box .hint {
    margin-top: 5px;
    font-weight: bold;
    float: left;
}
.teaser-list .elements .element .teaser-news .date-box .hint span {
    display: block;
    padding: 2px 4px;
    background-color: #7DBFE2;
    color: #FFFFFF;
    text-transform: uppercase;
}
.teaser-list .elements .element .teaser-news .content {
    float: left;
    width: 315px; 
    margin-left: 15px; 
    padding-right: 10px; 
}
.teaser-list .elements .element .teaser-news .content h2 {
    font-size: 13px;
    font-size: 1em;     /* 13 -> 13px (body) */
}

.teaser-list .image {
    float: left;
}
.teaser-list .text .link {
    margin-top: 15px;
    font-size: 13px;
    
    font-size: 1em;     /* 13 -> 13px (body) */
}


.teaser-list .text {
    font-size: 11px;
    
    font-size: 0.846em;     /* 11 -> 13px (body) */
}
.teaser-list .text h3 span {
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    
    font-size: 1em;     /* 13 -> 13px (body) */
}


/* *************************************** */
/* CONTENT TEASER                          */
/* *************************************** */

.content-teaser {
    border-top: 3px solid #CCCCCC;
    padding-top: 10px;
    height: 1%;
}



.content-teaser.halfwidth {
    border-top: none;
    margin-bottom: 30px;
    padding-top: 0px;
}

.content-teaser.halfwidth .col,
.content-teaser.halfwidth-separated .col {
    float: left;
    margin-right: 20px;
    width: 220px;
}

.content-teaser.halfwidth .col.last,
.content-teaser.halfwidth-separated .col.last {
    margin-right: 0px;
}

.content-teaser .col .teaser-element {
    clear: both;
}

.content-teaser.halfwidth .col .teaser-element {
    border-top: 3px solid #CCCCCC;
    padding-top: 10px;
}


/* Separated, two besides */
.content-teaser.halfwidth-separated {
    border-top: 3px solid #CCCCCC;
    margin-bottom: 30px;
    padding-top: 10px;
    height: 1%;
}

.content-teaser.halfwidth-separated .first {
    margin-right: 9px;
    padding-right: 9px;
    border-right: 1px solid #CCCCCC;
}

.content-teaser.halfwidth-separated .col .teaser-element {
    border-top: none;
    padding-top: 0px;
}


/* Content of Teaser */
.content-teaser .image {
    float: left;
    margin: 0px 10px 0px 0px;
}

.content-teaser img {
    display: block;
}

.content-teaser .text {
    width: 220px;
    float: left;
    font-size: 11px;
    
    font-size: 0.864em;     /* 11 -> 13px (body) */
}

.content-teaser .text h3 {
    margin-bottom: 5px;
}

.content-teaser .text h4 {
    margin-bottom: 1px;
}

.content-teaser a.internal-link {
    margin-top: 17px;
}


.content-teaser.halfwidth-separated .image,
.content-teaser.halfwidth .image {
    float: none;
    margin: 0px 0px 12px 0px;;
}

.content-teaser.halfwidth-separated .text,
.content-teaser.halfwidth .text {
    float: none;
}



/* *************************************** */
/* MARGINAL TEASER                         */
/* *************************************** */

.marginal-teaser {
    padding-bottom: 17px;
    font-size: 11px;
    
    font-size: 0.846em;     /* 11 -> 13px (body) */
}

.marginal-teaser img {
    display: block;
    margin-bottom: 9px;
}

.marginal-teaser p {
    margin-bottom: 12px;
}

.marginal-teaser a {
    margin-bottom: 3px;
    font-weight: bold;
}

.marginal-teaser ul li {
    list-style-type: none;
}

#marginal-section .marginal-teaser.headline-above h3 {
    margin-bottom: 7px;
}


/* *************************************** */
/* ANCHOR / MENU                           */
/* *************************************** */
.ce-menu {
    margin-bottom: 15px;
}

.ce-menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.ce-menu ul li {
    margin-bottom: 6px;
    height: 1%;
}

.ce-menu a {
    background: url(img/anchor-anchor.gif) 0px 2px no-repeat;
}


/* *************************************** */
/* LISTS                                   */
/* *************************************** */
.ce-text ul,
.ce-textpic ul {
    list-style-type: none;
}

.ce-text ul li,
.ce-textpic ul li {
    padding-left: 10px;
    background: url(img/icon-list-lvl1.gif) 0px 5px no-repeat;
}

.ce-text ul ul,
.ce-textpic ul ul {
    padding-left: 2px;
}

.ce-text ol ul li,
.ce-textpic ol ul li,
.ce-text ul ul li,
.ce-textpic ul ul li {
    padding-left: 10px;
    background: url(img/icon-list-lvl2.gif) 0px 6px no-repeat;
}

.ce-text ul ul ul li,
.ce-textpic ul ul ul li {
    background: url(img/icon-list-lvl3.gif) 0px 6px no-repeat;
}


.ce-text ol,
.ce-textpic ol {
    margin-left: 30px;
}

.ce-text ol li,
.ce-textpic ol li {
    background: none;
    padding: 0px;
}

.ce-text ol ol,
.ce-textpic ol ol {
    margin-left: 20px;
}


/* *************************************** */
/* TABLE                                   */
/* *************************************** */
.ce-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 6px;
}

.ce-table table th,
.ce-table table td {
    padding: 7px 10px;
    border-top: 1px solid #b7b7b7;
    text-align: left;
}

.ce-table table th {
    background: #4b4b4b;
    color: #fff;
}

.ce-table .tr-even td {
    background: #ededed;
}

.ce-table .tr-last th,
.ce-table .tr-last td {
    border-bottom: 1px solid #b7b7b7;
}


/* *************************************** */
/* FILELINKS/UPLOADS, TEASER LINKLIST      */
/* *************************************** */
.ce-uploads,
.teaser-linklist {
    margin-bottom: 27px;
}

.ce-uploads ul,
.teaser-linklist ul {
    list-style-type: none;
}

.ce-uploads ul li,
.teaser-linklist ul li {
    margin-bottom: 3px;
    height: 1%;
}


/* *************************************** */
/* SPONSOR BOTTOM BOX                      */
/* *************************************** */
#sponsor-bottom-box a img {
    border: none;
}



/* *************************************** */
/* ToTop                                   */
/* *************************************** */
.totop {
    margin-top: -20px;
    margin-bottom: 0px;
    text-align: right;
}

.totop a {
    padding-left: 10px;
    background: url(img/anchor-totop.gif) 0px 2px no-repeat;
    font-size: 11px;
    color: #cc0000;
    
    font-size: 0.846em;     /* 11 -> 13px (body) */
}


/* *************************************** */
/* BACK-LINK                               */
/* *************************************** */
.back-link {
    margin-top: -13px;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background: url(img/bg-back-link.gif) left top no-repeat;
    width: 56px;
}
.twocols-nonavigation .back-link {
    margin-left: 40px;
}

.back-link-top {
    margin: 0px 20px 0 0px;
    text-align: center;
    padding-top: 1px;
    background: url(img/bg-back-link.gif) left top no-repeat;
    width: 56px;
    float: right;
    
}

.twocols-nonavigation .back-link-top {
    margin-right: 60px;
}

.back-link a,
.back-link-top a {
    padding-left: 14px;
    background: url(img/anchor-backlink.gif) 0px 4px no-repeat;
    font-size: 11px;
    color: #222;
    
    font-size: 0.846em;     /* 11 -> 13px (body) */
}


/* *************************************** */
/* FACT COMPACT                            */
/* *************************************** */

div.fact-compact {
    padding: 0;
}
div.fact-compact span.element span.more-link {
    display:block;
    float: left;
    left:30px;
    position:absolute;
    bottom: 30px;
}

div.fact-compact span.element span.more-link a{
    background-image: url("img/anchor-internal_white_new.gif");
    color: white;
    font-weight: bold;
}

div.fact-compact div.wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    height: 221px;
    height: 265px;
    width: 300px;
    overflow: hidden;
}

h2.fact-compact {
    font-size: 85%;
    text-transform: uppercase;
}

.fact-compact ul {
    height: 221px;
    height: 265px;
}

.fact-compact .jcarousel-container {
    position: relative;
    padding: 0;
}

.fact-compact .jcarousel-container .jcarousel-prev,
.fact-compact .jcarousel-container .jcarousel-next {
    cursor: pointer;
    height: 30px;
    margin: 0;
    width: 25px;
    position:absolute;
    bottom: 15px;
    background-position: top left;
    background-repeat:no-repeat;
}

.fact-compact .jcarousel-container .jcarousel-prev {
    float: left;
    right: 41px;
    background-image: url(img/fact-comp-prev.png);
}

.fact-compact .jcarousel-container .jcarousel-next {
    float: right;
    right: 15px;
    background-image: url(img/fact-comp-next.png);
}

.fact-compact .jcarousel-container .jcarousel-clip {
    position: relative;
}

.fact-compact .jcarousel-container .jcarousel-list {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.fact-compact li {
    float: left;
    height: 221px;
    height: 265px;
    list-style-position: outside;
    list-style-type: none;
    overflow: hidden;
    position: relative;
}

.fact-compact li,
.fact-compact .jcarousel-container .jcarousel-clip .jcarousel-item {
    /*background-image: url(img/bg-fact-compact-sep.gif);
    background-position: right center;
    background-repeat: no-repeat;*/
    float: left;
    padding: 0;
    width: 300px;
}
.fact-compact li.last {
    background-image: none;
}
    

.fact-compact .jcarousel-container .jcarousel-clip span.element {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.fact-compact li span.element span.imagewrap,
.fact-compact .jcarousel-container .jcarousel-clip span.element span.imagewrap {
    display: block;
    font-size: 0;
    height: 221px;
    height: 265px;
    text-align: center;
    overflow: hidden;
}

.fact-compact img {
    border: none;
}


/* *************************************** */
/* SUCCESS HISTORY                         */
/* *************************************** */

div.success-history {
    padding: 0;
    height: 310px;
}
div.success-history div.element div.more-link {
    display:block;
    float: left;
    left:15px;
    position:absolute;
    top: 15px;

}

div.success-history div.element div.content {
    display:block;
    float: left;
    left:0px;
    position:absolute;
    top: 60px;
}

div.success-history div.element div.content div.content-text {
    margin-left: 19px;
}

div.success-history div.element div.content div.content-text h2 {
    margin-bottom: 15px;
    line-height: 120%;
    color: #fff;
    font-size: 25px;
    
    font-size: 1.923em;     /* 25 -> 13px (body) */
}

div.success-history div.element div.content div.content-text p {
    line-height: 130%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    
    font-size: 1.154em;     /* 15 -> 13px (body) */
}

div.success-history div.element div.content a {
    height: 26px;
    width: 92px;
    display: block;
}

div.success-history div.element div.content .more-link-box,
div.success-history div.element div.content .lang-1 .more-link-box {
    display:block;
    background-image: url(img/success-history-more-link.png);
    background-position: top left;
    background-repeat: no-repeat;
    height: 59px;
    width:129px;
    margin-left: 3px;
    
    padding-top: 17px;
    padding-left: 17px;
}
div.success-history div.element div.content .lang-1 .more-link-box{
    background-image: url(img/success-history-more-link_en.png);
    }

div.success-history div.wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    height: 310px;
    overflow: hidden;
    width: 620px;
}

h2.success-history {
    font-size: 85%;
    text-transform: uppercase;
}

.success-history ul {
    height: 310px;
}

.success-history .jcarousel-container {
    position: relative;
    padding: 0;
}

.success-history .jcarousel-container .jcarousel-prev,
.success-history .jcarousel-container .jcarousel-next {
    cursor: pointer;
    height: 25px;
    margin: 0;
    width: 34px;
    position:absolute;
    bottom: 15px;
    background-position: top left;
    background-repeat:no-repeat;
}

.success-history .jcarousel-container .jcarousel-prev {
    float: left;
    left: 0px;
    background-image: url(img/successHistory-prev.png);
    
}

.success-history .jcarousel-container .jcarousel-next {
    float: right;
    right: 0px;
    background-image: url(img/successHistory-next.png);
}

.success-history .jcarousel-container .jcarousel-clip {
    position: relative;
}

.success-history .jcarousel-container .jcarousel-list {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.success-history li {
    float: left;
    height: 310px;
    list-style-position: outside;
    list-style-type: none;
    overflow: hidden;
    position: relative;
}

.success-history li,
.success-history .jcarousel-container .jcarousel-clip .jcarousel-item {
    /*background-image: url(img/bg-success-history-sep.gif);
    background-position: right center;
    background-repeat: no-repeat;*/
    float: left;
    padding: 0;
    width: 620px;
}
.success-history li.last {
    background-image: none;
}
    

.success-history .jcarousel-container .jcarousel-clip span.element {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.success-history li span.element div.imagewrap,
.success-history .jcarousel-container .jcarousel-clip div.element div.imagewrap {
    display: block;
    font-size: 0;
    height: 310px;
    text-align: center;
    overflow: hidden;
}

.success-history img {
    border: none;
}

/* *************************************** */
/* PERSONEN-DETAIL                         */
/* *************************************** */
.person-detail {
}
.person-detail .top {
    padding-top: 3px;
    background: url(img/bg-person-border-top.gif) left top no-repeat;
}
.person-detail .bottom {
    padding-top: 3px;
    background: url(img/bg-person-border-bottom.gif) left top no-repeat;
}
.person-detail .middle {
    padding-bottom: 21px;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

.person-detail .image-wrapper {
    padding: 14px 0 0 15px;
    float:left; 
}
.person-detail .image-wrapper img {}

.person-detail .content-wrapper { 
    padding-top: 11px;
    width: 275px;
    float: left;    
}
.person-detail .content-wrapper .content {
    margin-left: 20px;
}
.person-detail .content-wrapper .content h3 {
    margin-bottom: 5px; 
    font-size: 13px; 
    font-weight: bold;
    
    font-size: 1em;     /* 13 -> 13px (body) */
}
.person-detail .content-wrapper .content h2 {
    margin-bottom: 7px;
    font-size: 19px; 
    
    font-size: 1.462em;     /* 12 -> 13px (body) */
}
.person-detail .content-wrapper .content p {
    margin-bottom: 10px; 
    color: #666; 
    font-weight: bold;
}
.person-detail .content-wrapper .content .links a {
    margin-bottom: 2px;
}

.person-detail .competence-fields {
    float: right;
    width: 40px;
}
.person-detail .competence-fields img {}


/* *************************************** */
/* EVENT-DETAIL                        */
/* *************************************** */
.event-detail {
    position: relative;
}
.event-detail .top {
    padding-top: 3px;
    background: url(img/bg-person-border-top.gif) left top no-repeat;
}
.event-detail .bottom {
    padding-top: 3px;
    background: url(img/bg-person-border-bottom.gif) left top no-repeat;
}
.event-detail .middle {
    padding-bottom: 21px;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

.event-detail .image-wrapper {
    padding: 14px 0 0 15px;
    float: left; 
}
.event-detail .image-wrapper img {}

.event-detail .content-wrapper { 
    padding-top: 11px;
    /*width: 180px;*/
    float: left;    
}
.event-detail .content-wrapper .content {
    margin-left: 20px;
}
.event-detail .content-wrapper .content span.dateTime {
    display: block;
    color: #666; 
    font-weight: bold;
}
.event-detail .content-wrapper .content span.location {
    display: block;
    color: #CC0000; 
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 2px;
}
.event-detail .content-wrapper .content span.adr {
    display: block;
}

.event-detail .content-wrapper .content span.googleMaps-link {
    display: block;
    margin: 5px 0 15px 0;
}

.event-detail .content-wrapper .content .links a {
    margin-bottom: 2px;
}

.event-detail .competence-fields {
    width: 40px;
    float: right;
}


/* *************************************** */
/* DATEPICKER                              */
/* *************************************** */
#ui-datepicker-div {
    display: none;
    background: #fdfdfd;
    border: 1px solid #c8c8c8;
    padding: 5px;
    margin-top: 10px;
    width: 215px !important;
}
#ui-datepicker-div a {
    color: #4a4a4a;
}
#ui-datepicker-div th,
#ui-datepicker-div td {
    width: 25px;
    height: 25px;
    text-align: center;
}
#ui-datepicker-div th span {
    text-align: center;
}
#ui-datepicker-div td  a {
    padding-left: 0px;
}

#ui-datepicker-div .ui-datepicker-current-day {
    background: url(img/bg-datepicker-current.gif) 1px top no-repeat;
}
#ui-datepicker-div .ui-datepicker-today {
    background: url(img/bg-datepicker-today.gif) 1px top no-repeat;
}
#ui-datepicker-div .ui-datepicker-current-day a,
#ui-datepicker-div .ui-datepicker-today a {
    color: #fff;
}

#ui-datepicker-div .ui-datepicker-header {
    position: relative;
}
#ui-datepicker-div .ui-datepicker-header {
    margin-bottom: 10px;
}
#ui-datepicker-div .ui-datepicker-header a {
    display:block; 
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-prev {
    margin-right: 0px; 
    left: 170px;
    background: url(img/icon-datepicker-prev.gif) left top no-repeat;
}
#ui-datepicker-div .ui-datepicker-next {
    left: 190px;
    background: url(img/icon-datepicker-next.gif) left top no-repeat;
}
#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
    display: none;
}
#ui-datepicker-div .ui-datepicker-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #4a4a4a;
}
iframe.ui-datepicker-cover { 
    display:none; 
}


/* *************************************** */
/* placesOfknowledge                       */
/* *************************************** */
.placesOfknowledge ul, .placesOfknowledge ul li{
    list-style-type: none;
}


/* *************************************** */
/* HISTORY                                 */
/* *************************************** */
.history-carousel {
    position: relative;
}
.history-carousel .content-box {
    background: #DDD;
    padding: 20px;
    margin-bottom: 5px;
    height: 310px;
}
.history-carousel ul {
    list-style: none;
}
.history-carousel ul li.hidden {
    display: none;
}
.history-carousel .content-box .image-wrapper {
    width: 290px;
    font-size: 0px;
    float: left; 
    margin-right: 15px;
    height: 260px;
}
.history-carousel .content-box .content-wrapper {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 13px;
    float: left;
    width: 350px;
    padding-top: 4px;
/*  margin-left: 305px; */
    
    font-size: 1em;     /* 13 -> 13px (body) */
}

.history-carousel .content-box .content-wrapper .date {
    color: #666;
    font-weight: bold;
    font-size: 25px;
    display: block;
    margin-bottom: 20px;
    
    font-size: 1.923em;     /* 25 -> 13px (body) */
}
.history-carousel .content-box .content-wrapper h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    
    font-size: 1.358em;     /* 18 -> 13px (body) */
}
.history-carousel .content-box .content-wrapper .link-list {
    margin-top: 10px;
}

.history-carousel .carousel-box {
    padding: 10px;
    /*Hintergrund geändert by martin.sonnenholzer   background: url(img/history-gallery-bg.gif) left top repeat;*/
    background-color: #ECECEC;
}

.history-carousel .carousel-box .jcarousel-container {
}
.history-carousel .carousel-box .jcarousel-clip {
    width: 616px;
    width: 627px;
}
.history-carousel .carousel-box .jcarousel-container .jcarousel-prev,
.history-carousel .carousel-box .jcarousel-container .jcarousel-next {
    cursor: pointer;
    height: 56px;
    margin: 0;
    width: 20px;
    background: url(img/history-gallery-prev.gif) left top no-repeat;
    border: none;
}
.history-carousel .carousel-box .jcarousel-container .jcarousel-prev {
    float: left;
    margin-right: 12px;
    margin-right: 6px;
    background-image: url(img/history-gallery-prev.gif);
}

.history-carousel .carousel-box .jcarousel-container .jcarousel-next {
    float: right;
    width: 32px;
    width: 25px;
    background-position: right top;
    background-image: url(img/history-gallery-next.gif);
}
.history-carousel .carousel-box .jcarousel-container .jcarousel-prev-disabled,
.history-carousel .carousel-box .jcarousel-container .jcarousel-next-disabled {
    cursor: default;
    background-image: url(img/history-gallery-disabled.gif);
}

.history-carousel .carousel-box li {
    height: 56px; 
    width: 63px; 
}

.history-carousel .carousel-box .element {
    display: block;
    border: 2px solid transparent;
    margin: 0 0px 0 0;
}
.history-carousel .carousel-box .active {
    border-color: #333;
}
.history-carousel .carousel-box .element,
.history-carousel .carousel-box .element .image-wrapper {
    font-size: 0px;
}
.history-carousel .carousel-box .element img {
    border: none;
}
.history-carousel .carousel-box .element .hide {
    display: none;
}




.history-carousel .picture-box {
    display: none; 
    position: absolute;
    z-index: 99;
    cursor: pointer;
    background: url(img/bg-picture-box-shadow.gif) left top no-repeat;
    padding-right: 2px;
    padding-bottom: 3px;
} 
.history-carousel .tooltip-box {
    display: none; 
    position: absolute;
    z-index: 100;
} 
.history-carousel .tooltip-box .top {
    height: 12px;
    width: 272px;
    background: url(img/bg-tooltip-box-top.gif) left top no-repeat;
} 
.history-carousel .tooltip-box-right .top {
    background-image: url(img/bg-tooltip-box-top-right.gif);
}

.history-carousel .tooltip-box .middle {
    min-height: 52px;
    width: 272px;
    background: url(img/bg-tooltip-box-middle.gif) left top no-repeat;
} 
.history-carousel .tooltip-box .bottom {
    height: 6px;
    width: 272px;
    background: url(img/bg-tooltip-box-bottom.gif) left top no-repeat;
} 

.history-carousel .tooltip-box .content {
    padding: 4px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 110%;
    color: #333;
    
    font-size: 1em;     /* 13 -> 13px (body) */
} 
.history-carousel .tooltip-box .content .date {
    display: block;
    color: #666;
} 



.history-carousel .no-script {
    overflow: hidden;
}
.history-carousel .no-script .inner {
    overflow: scroll;
    width: 640px;
    margin-left: 20px;
}
.history-carousel .no-script .inner ul {
    overflow: hidden;
}
.history-carousel .no-script .inner li {
    float: left;
}



/* *************************************** */
/* GLOBAL SEARCH                           */
/* *************************************** */

/* FORMULAR */
.ce-search .teaserlist-selectfield {
    margin-bottom: 17px;
    background-image: url(img/bg-globalsearch-form.jpg);
    height: 1%;
}

.ce-search .teaserlist-selectfield .top,
.ce-search .teaserlist-selectfield .middle,
.ce-search .teaserlist-selectfield .bottom {
    background-image: none;
}

.ce-search .teaserlist-selectfield .middle {
    padding-top: 6px;
    padding-bottom: 6px;
}

.ce-search .one-col .field label {
    float: none;
    padding-top: 3px;
    padding-bottom: 12px;
}

.ce-search .one-col .field {
    float: left;
    padding: 0px 10px 3px 4px;
    margin-right: 10px;
    background: url(img/bg-globalsearch-input.gif) left bottom no-repeat;
}

.ce-search .one-col .field input.text {
    width: 410px;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 10px;
    border: 1px solid #fff;;
    height: 18px;
    background: none;
}

.ce-search .one-col .btn {
    margin-top: 30px;
    float: left;
    padding-right: 7px;
    background-image: url(img/bg-globalsearch-button-right.gif);
}

.ce-search .one-col .btn .submit {
    font-weight: bold;
    padding-left: 7px;
    padding-top: 3px;
    padding-bottom: 5px;
    background-image: url(img/bg-globalsearch-button-left.gif);
}


/* FILTER */
.ce-search .filter {
    margin-bottom: 28px;
}

.ce-search .filter h3 {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #333;    
    
    font-size: 0.923em;     /* 12 -> 13px (body) */
}


.ce-search .filter ul {
    margin: 0px;
    padding: 0px;
    list-style-type: 0px;
}

.ce-search .filter ul li {
    float: left;
    margin-right: 10px;
    background-image: none;
    padding: 0px;
    list-style-type: none;
}

.ce-search .filter ul li span,
.ce-search .filter ul li a {
    display: block;
    width: 170px;
    color: #333;
}

.ce-search .filter ul li .current {
    font-weight: bold;
}

.ce-search .filter ul li .col1 {
    width: 190px;
}

.ce-search .filter ul li .col2 {
    width: 160px;
}

.ce-search .filter ul li .col3 {
    width: 160px;
}

.ce-search .tx-indexedsearch-res .element a.more-link,
.ce-search .elements .element a.more-link {
    font-weight: bold;
}


/* RESULT OVERVIEW */
.ce-search .result-head {
    border-bottom: 3px solid #cccccc;
    padding-bottom: 9px;
    margin-bottom: 11px;
}

.ce-search .result-head .result-overview {
    float: left;
    width: 270px;
}

.ce-search .result-head .result-overview span {
    display: block;
}

.ce-search .result-head .result-overview .result-count {
    font-weight: bold;
}

.ce-search .result-head .teaserlist-paging {
    padding-top: 16px;
}

.ce-search .result-head .teaserlist-paging .pages {
    padding-left: 0px;
    padding-top: 1px;
    text-align: right;
    width: 210px;
}

.ce-search .paging-bottom .teaserlist-paging .pages {
    padding-top: 2px;
    padding-left: 0px;
    width: 480px;
    text-align: right;
}


/* RESULT ITEMS */
.ce-search .elements .element,
.ce-search .tx-indexedsearch-res .element {
    border-bottom: 3px solid #cccccc;
    padding-bottom: 11px;
    margin-bottom: 12px;
}

.ce-search .elements .element .breadcrumb,
.ce-search .tx-indexedsearch-res .element .breadcrumb {
    display: block;
    margin-bottom: 9px;
    font-weight: bold;
}

.ce-search .elements .element h3,
.ce-search .tx-indexedsearch-res .element h3 {
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: bold;
    
    font-size: 1.154em;     /* 15 -> 13px (body) */
}

span.searchword,
.ce-search .elements .element span.searchword,
.ce-search .tx-indexedsearch-res .element span.searchword {
    background: #ccc;
}


/* *************************************** */
/* FE LOGIN                                */
/* *************************************** */
.ce-login h2,
.ce-login form legend {
    display: none;
}

.ce-login p.introduction {
    margin-bottom: 24px;
}


.ce-login form {
    margin-bottom: 5px;
}

.ce-login form fieldset {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.ce-login form .field {
    float: left;
    margin-bottom: 10px;
    width: 231px;
}

.ce-login form .field label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    
    font-size: 1.077em;     /* 14 -> 13px (body) */
}

.ce-login form .field input {
    border:1px solid #9A9A9A;
    width: 214px;
}

#marginal-section .ce-login form .field {
    width: 200px;
}
#marginal-section .ce-login form .field input {
    width: 200px;
}

.ce-login form .field input:focus {
    border: 1px solid #FF3602;
}

.ce-login form .btn {
    float: left;
    margin-top: 22px;
    padding-right: 7px;
}

.ce-login form .btn input{
    padding-left: 7px;
}


/* *************************************** */
/* PROJECT DETAIL PAGE                     */
/* *************************************** */
.ce-project-detail dl.facts {
    margin-top: 6px;
    margin-bottom: 23px;
}

.ce-project-detail dl.facts dt,
.ce-project-detail dl.facts dd {
    margin-bottom: 8px;
}

.ce-project-detail dl.facts dt {
    float: left;
    font-weight: bold;
    width: 145px;
}

.ce-project-detail dl.facts dd {
    margin-left: 150px;
}

.ce-project-detail dl.facts dd ul {
    list-style: none;
}

.ce-project-detail .description {
    margin-bottom: 27px;
}

.ce-project-detail .description h3 {
    margin-bottom: 0px;
    font-size: 14px;
    color: #333;
    
    font-size: 1.077em;     /* 14 -> 13px (body) */
}

.ce-project-detail .offer {
    background: #bedff0;
    padding: 0px 15px 15px 15px;
    height: 1%;
}

.ce-project-detail .offer h3 {
    clear: both;
}

.ce-project-detail .offer h3 span {
    float:left;
    margin-bottom: 15px;
    padding: 4px 10px 8px 10px;
    background: #7dbfe2;
    font-size: 14px;
    color: #fff;
    
    font-size: 1.077em;     /* 14 -> 13px (body) */
}


/* *************************************** */
/* SCIENCE-NAVIGATOR                       */
/* *************************************** */
/* Mod sciences-navigator Relaunch 2011 changed by martin.sonnenholzer */
.homepage .science-navigator .tab .content .form .footer .field {
  width: 160px;
}
.homepage .science-navigator .tab .content .form .footer .select .newListSelected {
  background: url(img/navigator_select_bg_160px.gif) left top  no-repeat;
}
.science-navigator .middle-box .tab-container div.text{
	height: 9em;
}

.help a {
  color: #fff;
  font-weight: 100;
}
.help {
  margin-top: 2px;
}
.science-navigator .tab span.head {
  font-weight:100;
  color: #000;
}
.science-navigator .tab span.bold {
  font-weight:600;
  color: #000;
}
.science-navigator .tab ul li {
  border-bottom: 1px dotted;
  font-size: 12x;
  padding-top: 5px;
  padding-bottom:4px;
}



.science-navigator .tab .content .form .footer .select .newListSelected {
    background: url(img/navigator_select_bg_149px.gif) left top  no-repeat;
}
.homepage .science-navigator .tab .content .form .btn input {
    padding: 0 10px 1px 30px;
    text-indent: 0px;
}

/*End mod*/

#marginal-section .science-navigator {
    color: #ffffff;
    padding-bottom: 0;
    font-weight: bold;
}
.homepage .science-navigator {
    height: 310px;
}
#marginal-section .science-navigator .wrapper{
    background-color: #cc0000;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.homepage #marginal-section .science-navigator .wrapper{
    margin-bottom:0;
}
#marginal-section .science-navigator .top-box {
    padding: 10px 10px 0 10px;
    margin-bottom: 25px;
}
.homepage #marginal-section .science-navigator .top-box{
    height: 46px;
}
#marginal-section .science-navigator .top-box h2 {
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 1em;     /* 13 -> 13px (body) */
}
.science-navigator .middle-box {
    padding: 0 5px;
}
.science-navigator .middle-box .header {
    height: 30px;
}
.science-navigator .middle-box .header ul{
    padding:0;
    margin:0;
    clear:both;
}
.science-navigator .middle-box .header ul li {
    /*changed by martin.sonnenholzer background: url('img/navigator_tabheader_inactive.gif') top left #ffffff no-repeat;*/
    background-color: #cf4140;
    float: left;
    list-style-type: none;
    padding: 0;
    margin-right: 3px;
    margin-bottom: 3px;
    cursor: pointer;

    height: 27px;
}
.homepage .science-navigator .middle-box .header ul li a {
    padding: 7px 10px 0 10px;
    height: 23px;
}
.science-navigator .middle-box .header ul li a {
    /*changed by martin.sonnenholzer background: url('img/navigator_tabheader_inactive_right.gif') top right transparent no-repeat;*/
    color: #ffffff;
    padding: 7px 10px 6px 10px;
    display: block;
}
.science-navigator .middle-box .header ul li.current {
    /*changed by martin.sonnenholzer background: url('img/navigator_tabheader_bg.gif') top left #ffffff no-repeat;*/
    background-color: #ffffff;
    margin-bottom: 0px;
    height: 30px;
}
.science-navigator .middle-box .header ul li.current a {
    /*changed by martin.sonnenholzer background: url('img/navigator_tabheader_bg_right.gif') top right transparent no-repeat;
    color: #343434;*/
    color: #000;
}
.science-navigator .middle-box .tab-container {
    /*changed by martin.sonnenholzer background: url('img/navigator_tabcontent.gif') top left #ffffff;*/
    background-color: #ffffff;
    color: #343434;
    padding: 0 10px 5px 10px;
}
.homepage .science-navigator .middle-box .tab-container {
    height: 205px;
    padding-bottom: 1px;
}
.science-navigator .middle-box .tab-container .tab {
    display: none;
}
.science-navigator .middle-box .tab-container .active {
    display: block;
}
.homepage .science-navigator .middle-box .tab-container {
    height: 175px;
}
/*Formulare begin*/
.science-navigator .tab .content .form {
    /* changed by martin.sonnenholzer
    padding: 20px 0 0 0;*/
    padding: 10px 0 0 0;
    margin-bottom: 0px;
}
.science-navigator .tab .content .form form {
    margin: 0;
    padding: 0;
}
.science-navigator .tab .content .form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
.science-navigator .tab .content .form .field {
    margin-bottom: 10px;
    width: 188px;
}
.homepage .science-navigator .tab .content .form .field {
    width: 268px;
}
.science-navigator .tab .content .form .field label {
    display: none;
}
.science-navigator .tab .content .form .field select {
    width: 175px;
}
.homepage .science-navigator .tab .content .form .field select {
    width: 255px;
}
.science-navigator .tab .content .form .field input {
    background-color: #FFF;
    border: none;
    margin-left: 5px;
    margin-top: 5px;
    width: 165px;
    font-weight: bold;
}
.homepage .science-navigator .tab .content .form .field input {
    width: 245px;
}
.science-navigator .tab .content .form .field input.default {
    color: #666;
}
.science-navigator .tab .content .form .input {
    height: 30px;
    width: 188px;
    background: url(img/marginal_navigator_input_bg.gif) left top no-repeat;
    margin-bottom: 10px;
}
.homepage .science-navigator .tab .content .form .input {
    width: 268px;
    background-image: url(img/navigator_input_bg.gif);
}

.science-navigator .tab .content .form .select .newListSelected {
    cursor: pointer;
    height: 1%;
    background: url(img/marginal_navigator_select_bg.gif) left top no-repeat;
    padding-top: 6px;
}


.science-navigator .tab .content .form .select .newListSelectedShort {
    cursor: pointer;
    height: 1%;
    background: url(img/navigator_select_bg.gif) left top no-repeat;
    padding-top: 6px;
}


.homepage .science-navigator .tab .content .form .select .newListSelected {
    background-image: url(img/navigator_select_bg.gif);
}

.science-navigator .form .newListSelected .newList {
    width: 178px;
}
.homepage .science-navigator .form .newListSelected .newList {
    width: 258px;
}
.science-navigator .tab .content .form .btn {
    height: 27px;
    float: right;
    margin: 0px 0 10px 0;
    padding-right: 3px;
    background: url(img/bg_nav_search_right.gif) right top no-repeat;
}

.science-navigator .tab .content .form .btn.noSearch {
    height: 27px;
    float: right;
    margin: 0px 0 10px 0;
    padding-right: 3px;
    background: url(img/bg-button-right.gif) right top no-repeat;
}

.science-navigator .tab .content .form .btn input {
    
    font-weight: bold;
    text-transform: uppercase;
    /*changed by martin.sonnenholzer */
    padding: 0 32px 0px 0px;
    height: 28px;
    text-indent: -4000px;
    background: url(img/bg_nav_search.gif) left top no-repeat;
}

.science-navigator .tab .content .form .btn input.noSearch {
    height: 27px;
    font-weight: bold;
    padding: 0 10px 3px 30px;
    text-transform: uppercase;
    background: url(img/bg-button-left.gif) left top no-repeat;
}

/*Formulare end*/

.science-navigator .tab .content .footer .help {
    padding-top: 5px;
    padding-bottom: 15px;
    float: none;
    text-align: right;
    clear:both;
}

.science-navigator .tab .content .footer .help a {
    text-align: right;
}

.homepage .science-navigator .tab .content .footer .help{
    float: left;
    clear: none;
    text-align: left;
    padding-bottom: 0px;
}
.science-navigator .tab .content .footer .help a{
    color: #343434;
    background: url('img/anchor-external_new.gif') no-repeat top left;
    padding-left: 15px;
}

/* *************************************** */
/*  FACILITY DETAIL                        */
/* *************************************** */
.facility-detail {}
.facility-detail .image-wrapper {
    float: left;
    margin-right: 20px;
}
.facility-detail .content-wrapper {
    float: left;
}
.facility-detail .content-wrapper .content,
.facility-detail .content-wrapper .link-box {
    margin-bottom: 15px;
}
.facility-detail .content-wrapper .content h3 {
    margin-bottom: 0px;
}
.facility-detail .content-wrapper .content address {
    font-style: normal;
}
.facility-detail .content-wrapper .facility-type {
    background: #CCC;
    padding: 0 5px;
}

/* facility administration */
.facility-administration {
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.facility-administration .contact-header {
    margin: 0px 0px 5px 0px;
    padding: 0;
    text-transform: uppercase;
}
.facility-administration .contact-header h2 {
    margin: 0px 0px 0px 0px;
    font-size: 1.2em;   /* 13 -> 13px(body) */
}
.facility-administration .element-wrapper {
    margin-bottom: 15px;
}
.facility-administration .last-element-wrapper {
    margin-bottom: 0px;
}
.facility-administration .image-wrapper {
    float: left;
    margin-right: 10px;
}
.facility-administration .contact-body {
    margin: 0px 0px 0px 0px;
    padding: 0px 13px 0px 0px;
    float: left;
}
.facility-administration .contact-body .header {
    margin: 0px 0px 0px 0px;
    font-weight: bold;  
}
.facility-administration .contact-body .content {
    margin: 10px 0px 0px 0px;
}
.facility-administration .contact-body .content span {
    display: block;
}
.facility-administration .contact-body .content span.outer-wrapper {
    display: inline;
    float: left;
    width: 29px;
    font-weight: bold;
}
.facility-administration .contact-body address {
    margin: 10px 0px 0px 0px;
    font-style: normal;
}

/* facility-description */
span.red {color: #CC0000;}

.facility-description {}
.facility-description h2 {
    margin-bottom: 10px;
}
.facility-description dl {
    margin: 0;
}
.facility-description dl dt {
    font-weight: bold;
    width: 150px;
    display: block;
    float: left;
    /*margin-bottom: 10px;*/
}
.facility-description dl dd {
    margin: 0 0 10px 160px;
    display: block;
}

.facility-description dl dd img{
    margin-right: 5px;
}

.facility-description dl dd span.list-short {
    display: none;
}


/* link-list */
.link-list {}
.link-list ul {
    list-style: none;
}.link-list ul li{
    height: 1%;
}

.link-list ul a{
    display:block;
    background: top left url(img/anchor-internal.gif) no-repeat;
}

/* toogle List Tab */
#marginal-section .toggleListTab {
    padding-bottom: 0px;
}
.toggleListTab .tab {
    border-bottom: 3px solid #CCC;
}
.toggleListTab .last {
    border-bottom: none;
}
.toggleListTab .tab .header {
    text-transform: uppercase;
    font-weight: bold;
    /*margin: 10px 0 10px 0;*/
    padding-left: 20px;
    
    margin: 0px 0 0px 0;
    padding: 10px 0 10px 20px;
    cursor: pointer;
    background: url(img/arrow-right.gif) 4px 13px no-repeat;
}
.toggleListTab .tab .first-tab-header {
    margin-top: 10px;
    padding-top: 0px;
    
    background-position: 4px 3px;
}
.toggleListTab .tab-open .header {  
    background: url(img/arrow-down.gif) 1px 16px no-repeat;
}
.toggleListTab .tab-open .first-tab-header {    
    background-position: 1px 6px;
}
.toggleListTab .tab .content {
    padding: 0 20px 15px 0;
}
.toggleListTab .tab .content a.internal-link {
    background-position: left top;
}
.toggleListTab .tab .content ul {
    list-style: none;
}
.toggleListTab .tab .content ul li {
    margin-bottom: 8px;
    height: 1%;
}
.toggleListTab .tab .content ul li.last {
    margin-bottom: 0;
}

.toggleListTab .tab .content .facility {
    padding-left: 5px;
    margin-bottom: 30px;
}
.toggleListTab .tab .content .last {
    margin-bottom: 0px;
}
.toggleListTab .tab .content .facility .element {
    width: 262px;
    margin-bottom: 3px;
}
.toggleListTab .tab .content .facility .element .top {
    background: url(img/facility-element-top.gif) left top no-repeat;
    height: 5px;
    font-size: 0px; line-height: 0px; /* IE 6 */
}
.toggleListTab .tab .content .facility .element .middle {
    padding: 4px 30px 7px 30px;
    text-align: center;
    background: url(img/facility-element-middle.gif) left top repeat-y;
}
.toggleListTab .tab .content .facility .first .middle {
    font-weight: bold;
}
.toggleListTab .tab .content .facility .element .bottom {
    background: url(img/facility-element-bottom.gif) left top no-repeat;
    height: 13px;
    font-size: 0px; line-height: 0px; /* IE 6 */
}
.toggleListTab .tab .content .facility .last .bottom {
    background:url(img/facility-element-bottom_last.gif) left top no-repeat;;
    height: 7px;
}


/* *************************************** */
/*  PUBLICATION DETAIL                     */
/* *************************************** */
.publication-detail {}
.publication-detail .image-wrapper {
    float: left;
    margin-right: 15px;
}
.publication-detail .content-wrapper {
    float: left;
}
.publication-detail .content-wrapper .description {}
.publication-detail .content-wrapper .description dl {
    margin: 0;
}
.publication-detail .content-wrapper .description dl dt {
    font-weight: bold;
    float: left;
    width: 135px;
    margin-bottom: 5px;
}
.publication-detail .content-wrapper .description dl dd {
    margin: 0 0 5px 140px;
}

.publication-detail .content-wrapper .download {}
.publication-detail .content-wrapper .download .link-list {
    width: 207px;
    float: left;
}


.navigator-search .result {
    margin-bottom: 30px;
}

/* *************************************** */
/*  NAVIGATOR-SEARCH                       */
/* *************************************** */
.navigator-search .projects {}

.navigator-search .projects .result h2,
.navigator-search .institution .result h2 {
    font-size: 20px;
    
    font-size: 1.538em;     /* 20 -> 13px (body) */
}
.navigator-search .projects .result p,
.navigator-search .institution .result  {
    color: #666;
    font-weight: bold;
}
.navigator-search .projects .competence-field-selector {
    padding-bottom: 10px;
    border-bottom: 3px solid #CCC;
    height: 1%;
    
    margin-bottom: 30px;
}
.navigator-search .projects .competence-field-selector ul {
    list-style: none;
}
.navigator-search .projects .competence-field-selector ul li {
    display: block;
    float: left;
    height: 1%;
    padding: 0 5px;
    border-right: 1px solid #CCC;
}
.navigator-search .projects .competence-field-selector ul li a {
    position: relative;
}
.navigator-search .projects .competence-field-selector ul li a img {
    border: none;
}

.navigator-search .projects .competence-field-selector .tooltip-box {
    position: absolute;
    z-index: 100;
    display: block;
    left: -30px;
    top: 23px;
}
.navigator-search .projects .competence-field-selector .tooltip-box span {
    display: block;
}
.navigator-search .projects .competence-field-selector .tooltip-box .top {
    height: 11px;
    width: 175px;
    background: url(img/bg-tooltip-box-top_small.gif) left top no-repeat;
} 
.navigator-search .projects .competence-field-selector .tooltip-box .middle {
    min-height: 20px;
    width: 175px;
    background: url(img/bg-tooltip-box-middle_small.gif) left top no-repeat;
} 
.navigator-search .projects .competence-field-selector .tooltip-box .bottom {
    height: 7px;
    width: 175px;
    background: url(img/bg-tooltip-box-bottom_small.gif) left top no-repeat;
} 

.navigator-search .projects .competence-field-selector .tooltip-box .content {
    padding: 4px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 110%;
    color: #333;
    text-decoration: none;
    
    font-size: 1em;     /* 13 -> 13px (body) */
} 

.navigator-search .projects .competence-field-selector .top,
.navigator-search .projects .competence-field-selector .tooltip-box .bottom {
    font-size: 0px; line-height: 0px; /* IE 6 */
} 


/* result-list */
.navigator-search .projects .result-list {}
.navigator-search .projects .result-list .totop{}

.navigator-search .projects .result-list .competence-result-list,
.navigator-search .projects .result-list .alphabetic-result-list,
.navigator-search .institution .result-list .alphabetic-result-list {
    margin-bottom: 25px;
}
.navigator-search .projects .result-list .competence-result-list .header,
.navigator-search .projects .result-list .alphabetic-result-list .header,
.navigator-search .institution .result-list .alphabetic-result-list .header {
    border-bottom: 3px solid #CCC;
    padding-bottom: 7px;
}
.navigator-search .projects .result-list .competence-result-list .header img {
    margin-right:10px;
}

.navigator-search .projects .result-list .competence-result-list .header .title, 
.navigator-search .projects .result-list .alphabetic-result-list .header .title, 
.navigator-search .institution .result-list .alphabetic-result-list .header .title {
    font-size: 20px;
    font-weight: bold;
    
    font-size: 1.538em;     /* 20 -> 13px (body) */
}
.navigator-search .projects .result-list .competence-result-list ul,
.navigator-search .projects .result-list .alphabetic-result-list ul,
.navigator-search .institution .result-list .alphabetic-result-list ul {
    list-style: none;
}
.navigator-search .projects .result-list .competence-result-list ul li,
.navigator-search .projects .result-list .alphabetic-result-list ul li,
.navigator-search .institution .result-list .alphabetic-result-list ul li {
    border-bottom: 1px solid #CCC;
    padding: 6px 0px 7px 40px;
}
.navigator-search .projects .result-list .competence-result-list ul li .left,
.navigator-search .projects .result-list .alphabetic-result-list ul li .left,
.navigator-search .institution .result-list .alphabetic-result-list ul li .left {
    width: 400px;
    margin-right: 40px;
    float: left;
}
.navigator-search .projects .result-list .alphabetic-result-list ul li .left,
.navigator-search .institution .result-list .alphabetic-result-list ul li .left {
    width: 570px;
    margin-right: 30px;
}
.navigator-search .projects .result-list .competence-result-list ul li .left a,
.navigator-search .projects .result-list .alphabetic-result-list ul li .left a,
.navigator-search .institution .result-list .alphabetic-result-list ul li .left a {
    font-weight: bold;
}
.navigator-search .projects .result-list .competence-result-list ul li .right,
.navigator-search .projects .result-list .alphabetic-result-list ul li .right,
.navigator-search .institution .result-list .alphabetic-result-list ul li .right {
    width: 345px;
    margin-right: 20px;
    float: left;
}
.navigator-search .projects .result-list .alphabetic-result-list ul li .right,
.navigator-search .institution .result-list .alphabetic-result-list ul li .right {
    width: 260px;
    margin-right: 0;
}
.navigator-search .projects .result-list .competence-result-list ul li .optional {
    width: 86px;
    padding: 2px;
    background: #7dbfe2;
    color: #FFF;
    text-align: center;
    float: left;
}


/* NAVIGATOR ORANIGRAMM */
.navigator-search .institution .result,
.navigator-search .projects .result {
    position: relative;
    padding-right: 150px;
    margin-bottom: 25px;
}
.navigator-search .institution .result .display-switcher,
.navigator-search .projects .result .display-switcher {
    position: absolute;
    right:0;
    top: 0;
    width: 332px;
    height: 55px;
}
/* diplay switch INSTITUTIONS */
.navigator-search .institution .result .display-switcher .alphabet-active {
    width: 332px;
    height: 55px;
    background: url(img/bg-display-switcher-alphabet.gif) left top no-repeat;   
}
.navigator-search .institution .result .display-switcher .organigram-active {
    width: 332px;
    height: 55px;
    background: url(img/bg-display-switcher-organigram.gif) left top no-repeat; 
}

.navigator-search .institution .result .display-switcher a {
    display: block;
    height: 55px;
}
.navigator-search .institution .result .display-switcher a.alphabet {
    width: 165px;
}
.navigator-search .institution .result .display-switcher a.organigram {
    margin-left: 165px;
    width: 165px;
}

/* display switch PROJECTS */
.navigator-search .projects .result .display-switcher .alphabet-active {
    width: 332px;
    height: 55px;
    background: url(img/bg-display-switcher-alphabet-projects.gif) left top no-repeat;  
}
.navigator-search .projects .result .display-switcher .organigram-active {
    width: 332px;
    height: 55px;
    background: url(img/bg-display-switcher-organigram-projects.gif) left top no-repeat;    
}

.navigator-search .projects .result .display-switcher a {
    display: block;
    height: 55px;
}
.navigator-search .projects .result .display-switcher a.alphabet {
    margin-left: 0px;
    width: 165px;
}
.navigator-search .projects .result .display-switcher a.organigram {
    width: 165px;
    margin-left: 165px;
}

.navigator-search .institution-list .result-list .organigramm-result-list ul {
    margin: 0px;
    padding: 0px;
    border-top: 3px solid #CCCCCC;
    list-style-type: none;
    font-size: 16px;
    
    font-size: 1.231em;     /* 16 -> 13px (body) */
}

.navigator-search .institution-list .result-list .organigramm-result-list ul li div {
    border-bottom: 3px solid #CCCCCC;
    padding: 10px 0px 10px 5px;
}
.navigator-search .institution-list .result-list .organigramm-result-list ul li .content {
    padding: 0;
}

.navigator-search .institution-list .result-list .organigramm-result-list ul li .header a {
    padding-left: 20px;
    background: url(img/arrow-right.gif) 4px 2px no-repeat;
    text-decoration: none;
    color: #333;
}

.navigator-search .institution-list .result-list .organigramm-result-list ul li .header-open a {
    background: url(img/arrow-down.gif) 0px 6px no-repeat;
    font-weight: bold;
}
.navigator-search .institution-list .result-list .organigramm-result-list ul li .header a.detail {
    margin-left: 12px;
}

.navigator-search .institution-list .result-list .organigramm-result-list ul li .content a.detail,
.navigator-search .institution-list .result-list .organigramm-result-list ul li .header a.detail {
    background: url(img/anchor-detail.gif) 0px 2px no-repeat;
    padding-left: 20px;
    color: #333;
}
.navigator-search .institution-list .result-list .organigramm-result-list ul li .content a.detail {
    display: block;
}
.navigator-search .institution-list .result-list .organigramm-result-list ul li .header a.detail {
    display: inline;
}
.navigator-search .institution-list .result-list .organigramm-result-list ul li .header a.detail:hover{
    text-decoration: underline;
}
/* LVL 2 */
.navigator-search .institution-list .result-list .organigramm-result-list ul ul {
    padding-left: 30px;
    border: none;
    font-size: 1em;     /* 16 -> 16 -> 13px (body) */
}

.navigator-search .institution-list .result-list .organigramm-result-list ul ul li div {
    border-bottom-width: 1px;
}

/*.navigator-search .institution-list .result-list .organigramm-result-list ul ul li.last div,*/
.navigator-search .institution-list .result-list .organigramm-result-list ul ul li .content {
    border-bottom: none;
}

/* alphabetic result list */
.navigator-search .alphabetic-selector {
    margin-bottom: 20px;
}

.navigator-search .alphabetic-selector .characters {
    height: 1%;
}
.navigator-search .alphabetic-selector .characters ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.navigator-search .alphabetic-selector .characters li {
    float: left;
    width: 20px;
    padding: 2px 2px 1px 0px;
    font-weight: bold;
    color: #ccc;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background: url('img/bg-line-alphabet.jpg') right 0 no-repeat;
}
.navigator-search .alphabetic-selector .characters li.active {
    color: #CC0000;
}

/* MOST READ added bay martin.sonnenholzer */
#most-read-box {
    width: 300px;
    min-height: 20.5em;
    background-color: #ECECEC;
}
* html#most-read-box{
    min-height: 0;
    height: 20.5em;
}   
#most-read-box ul {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    zoom: 1;

/*  background-color: #ececec;*/
}
#most-read-box .ui-tabs-nav li{
        list-style-type: none;
        float: left;
        width: 147px;
        border-bottom:  3px solid #fff;
        border-right: 3px solid #fff;
}
#most-read-box .ui-tabs-nav li:last-child{
    border-right: 0px;
    border-left: 3px solid #fff;
}
#most-read-box .ui-tabs-nav li.last-child {
    border-right: 0px;
    border-left: 3px solid #fff;
}
#most-read-box .ui-tabs-nav li a{
    padding: 5px 0px;
    text-align: center;


    background-color: #979797;
    text-decoration: none;
    color: #fff;
    display: block;
}
#most-read-box .ui-tabs-nav li a:hover {
    background-color: #4c4c4c;
}
#most-read-box .ui-tabs-nav .ui-state-active{
    padding-bottom: 8px;
    width: 150px;
    background: url("img/triangle.gif") 50% 100% no-repeat;
    border: 0px !important;
    
}
#most-read-box .ui-tabs-nav .ui-state-active a {
    padding: 5px 5px 8px 5px;
    background-color: #4c4c4c;
}





#most-read-box .ui-tabs-panel{
    padding:10px 0px 3px 0px;
/*  background-color: #ececec;*/
    clear: both;
}
#most-read-box .ui-tabs-panel ol{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#most-read-box .ui-tabs-panel ol li {
    list-style-type: none;
    padding: 0 0 0 10px;
    margin: 0;
	clear: both;
	overflow: hidden;
}
#most-read-box .ui-tabs-panel ol li span {
    height:40px;
    width:40px;
    float: left;
    margin: 0 10px 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#most-read-box .ui-tabs-panel ol li span.list-number-1 {
    background-image: url(img/list-number-1.gif);
}
#most-read-box .ui-tabs-panel ol li span.list-number-2 {
    background-image: url(img/list-number-2.gif);
}
#most-read-box .ui-tabs-panel ol li span.list-number-3 {
    background-image: url(img/list-number-3.gif);
}
#most-read-box .ui-tabs-panel ol li span.list-number-4 {
    background-image: url(img/list-number-4.gif);
}
#most-read-box .ui-tabs-panel ol li span.list-number-5 {
    background-image: url(img/list-number-5.gif);
}
#most-read-box .ui-tabs-panel ol li h3{
    font-weight: normal;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    width: 240px;
	float: left;
}
#most-read-box .ui-tabs-panel ol li h3 a {
    color: #333;
}
#most-read-box .ui-tabs-panel ol li strong{
    font-size: 1em;
    margin: 13px 0 0 0;
    padding: 0px;
	width: 240px;
	float: left;
}
#most-read-box .ui-tabs-hide{
    display: none;
    margin: 0px;
    padding: 0px;
}

/*end changes*/


/* NAVIGATOR SEARCHFORM */

.navigator-search .navigator-searchform {
    background: url(img/navigator-form/bg_navigator_form.gif) 0px 0px no-repeat;
    padding: 11px 10px 10px 10px;
    height: 1%;
    margin-bottom: 15px;
}

/*added by martin.sonnenholzer*/
#content-section .navigator-search .frame-mod {
    background: url(img/navigator-form/bg_navigator_frame-top.gif) 0px 0px no-repeat;
    padding: 11px 10px 10px 10px;
    height: 1%;
    margin-bottom: 15px;
}
#content-section .navigator-search .frame-mod .frame-bottom{
    background: url(img/navigator-form/bg_navigator_frame-bottom.gif) 0px 0px no-repeat;
    height: 14px;
    width: 940px;
    margin-left: -10px;
}
.frameclass {
  width: 900px;
  height: 885px;
  padding:11px;
}
/*end added*/

.navigator-search .navigator-searchform h3 {
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    padding: 3px;
    white-space: nowrap;
}

.navigator-search .navigator-searchform h3 span {
    
/*  padding-right: 25px; */
}
.navigator-search .navigator-searchform h3 a.infobtn {
    padding-right: 15px;
    background: url(img/navigator-form/info_icon.gif) right 0px no-repeat;
    cursor: pointer;
    position: relative;
}
.navigator-search .navigator-searchform h3 a.infobtn .tooltip-box {
    position: absolute;
    display: block;
    z-index: 100;
    bottom: 20px;
    left: 170px;
    left: -35px;
    white-space: normal;
    text-transform: none;
} 
.navigator-search .navigator-searchform h3 a.infobtn .tooltip-box span {
    display: block;
}
.navigator-search .navigator-searchform h3 a.infobtn .tooltip-box .bottom,
.navigator-search .navigator-searchform h3 a.infobtn .tooltip-box .top {
    font-size: 0px; line-height: 0px; /* IE 6 */
} 
.navigator-search .navigator-searchform h3 a.infobtn .tooltip-box .top {
    height: 6px;
    width: 272px;
    background: url(img/bg-tooltip-box-top_reverse.gif) left top no-repeat;
} 
.navigator-search .navigator-searchform h3 a.infobtn .tooltip-box .middle {
    min-height: 52px;
    width: 272px;
    background: url(img/bg-tooltip-box-middle_reverse.gif) left bottom no-repeat;
} 
.navigator-search .navigator-searchform h3 a.infobtn .tooltip-box .bottom {
    height: 12px;
    width: 272px;
    background: url(img/bg-tooltip-box-bottom_reverse.gif) left top no-repeat;
} 

.navigator-search .navigator-searchform h3 a.infobtn .tooltip-box .content {
    padding: 4px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 110%;
    color: #333;
    
    font-size: 1em;     /* 13 -> 13px (body) */
} 


.navigator-search .navigator-searchform .tabs {
    padding-left: 310px;
}

.navigator-search .navigator-searchform .tabs .tab {
    float: left;
    /*changed by martin.sonnenholzer*/
    margin-right: 13px;
    padding: 7px 10px 7px 10px;
    background: url(img/navigator-form/tab_activ.gif) 0px 0px no-repeat;
}

.navigator-search .navigator-searchform .tabs .tab.active {
    background-image: url(img/navigator-form/tab_normal.gif);
}

.navigator-search .navigator-searchform .tabs .tab a {
    display: block;
    /*changed by martin.sonnenholzer*/
    width: 170px;
    text-decoration: none !important;
    color: #666;
    font-size: 1.2em;
}

.navigator-search .navigator-searchform .tabs .tab a span {
    font-weight: bold;
    color: #717171;
}

.navigator-search .navigator-searchform form {
    margin: 0px;
    padding: 10px;
}


.navigator-search .navigator-searchform form fieldset legend {
    display: none;  
}

.navigator-search .navigator-searchform form fieldset {
    margin: 0px;
    padding: 10px;
    border: none;
}

.navigator-search .navigator-searchform form fieldset .field {
    float: left;
    margin-right: 20px;
}

.navigator-search .navigator-searchform form fieldset .text-field {
    background: url(img/navigator-form/input_searchstring.gif) no-repeat scroll left bottom;
    padding:2px 2px 3px 4px;
}

.navigator-search .navigator-searchform form fieldset .select-field {
    width: 262px;
}

.navigator-search .navigator-searchform form fieldset .select-field .newListSelected {
    background: url(img/navigator-form/input_einart.gif) 0px 0px no-repeat;
    cursor: pointer;
}

.navigator-search .navigator-searchform form fieldset .select-field select {
    margin-top: 5px;
    width: 260px;
}

.navigator-search .navigator-searchform form fieldset .text-field input.text {
    border:1px solid #FFFFFF;
    height:18px;
    padding-left:5px;
    padding-right:10px;
    padding-top:4px;
    width:155px;
    font-weight: bold;
    color: #666;
}

.navigator-search .navigator-searchform form fieldset .btn {
    float: left;
    margin-top: 2px;
    /*padding: 3px 26px 5px 26px;*/
    width: auto;
    background-image: url(img/navigator-form/submit_back.gif);
}

.navigator-search .navigator-searchform form fieldset .btn input {
    padding: 0px;
    background-image: none;
    font-weight: bold;
    padding:3px 26px 5px
}


/* STYLISH SELECTBOX */
form .newListSelected {
    padding: 7px 33px 6px 8px; 
}

form .newListSelected .selectedTxt {
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    cursor: pointer;
}

form .newListSelected .newList {
    position: absolute;
    top: 26px !important;
    border: 1px solid #c7c7c7;
    background: #fff;
    padding: 0px;
    list-style-type: none;
    height: auto !important;
    width: 260px;
    z-index: 10;
}

form .newListSelected .newList li {
    background: #fff;
    line-height: 1%;
}

form .newListSelected .newList li a {
    display: block;
    padding: 3px 6px;
    color: #333;
    line-height: 130%;
    text-decoration: none;
}

form .newListSelected .newList li a:hover {
    background: #dcdcdc;
}

form .newListSelected .newList li a.hiLite {
/*  display: none;  */
    font-weight: bold;
}




ul.withCooperation a {
    display: inline;
}
span.cooperation {
    font-style:italic;
    color: #898989; 
    margin-left: 5px;
}


/* *************************************** */
/*  INTRODUCTION-TEXT                      */
/* *************************************** */
.ce-introduction-text {
    width: 400px;
}
.ce-introduction-text p.with-new-link {
    margin-bottom: 15px;
}
a.add-new {
    background: url(img/sn-new-facility.gif) left top no-repeat;
    padding: 4px 0 5px 25px;
    color: #333;
}
a.add-new span {
    background: url(img/sn-new-facility_right.gif) right top no-repeat;
    padding: 4px 7px 5px 0;
    padding-right: 7px;

}

/* *************************************** */
/*  FACILITY-LIST                          */
/* *************************************** */
.facility-list {}

.facility-list .filter-header {
    padding-top: 10px;
    border-top: 3px solid #CCC;
}
.facility-list .filter-header .top {margin-bottom: 10px;}
.facility-list .filter-header .top .label {
    float: left; 
    margin-right: 10px;
}
.facility-list .filter-header .top .links {
    float: left;
}
.facility-list .filter-header .top .sort {
    float: left;
}

.facility-list .filter-header .top .sort .links {}
.facility-list .filter-header .top .filter .links a,
.facility-list .filter-header .top .sort .links a {
    color: #888;
}
.facility-list .filter-header .top .sort .links .first {
    display: block;
    height: 20px;
    width: 53px;
    float: left;
    padding: 0px 10px;
}
.facility-list .filter-header .top .sort .links a.first {
    background: url(img/sn-facility-sort-first.gif) left top no-repeat;
}
.facility-list .filter-header .top .sort .links span.first {
    background: url(img/sn-facility-sort-first_inactiv.gif) left top no-repeat;
}
.facility-list .filter-header .top .sort .links .second {
    display: block;
    height: 20px;
    width: 81px;
    float: left;
    padding: 0px 10px;
}
.facility-list .filter-header .top .sort .links a.second {
    background: url(img/sn-facility-sort-second.gif) left top no-repeat;
}
.facility-list .filter-header .top .sort .links span.second {
    background: url(img/sn-facility-sort-second_inactiv.gif) left top no-repeat;
}

.facility-list .filter-header .top .filter {
    float: right;
}
.facility-list .filter-header .top .filter .links {}

.facility-list .filter-header .top .filter .links .non-assigned {
    display: block;
    float: left;
    padding: 0 10px 0 30px;
    width: 103px;   /* 143px */
    height: 20px;
    background-position: left top;
    background-repeat: no-repeat;
}
.facility-list .filter-header .top .filter .links a.non-assigned {
    background-image: url(img/sn-facility-filter-assigned.gif);
}
.facility-list .filter-header .top .filter .links span.non-assigned {
    background-image: url(img/sn-facility-filter-assigned_inactive.gif);
}

.facility-list .filter-header .top .filter .links .non-activated {
    display: block;
    float: left;
    padding: 0 10px 0 30px;
    width: 111px;   /* 143px */
    height: 20px;
    background-position: left top;
    background-repeat: no-repeat;
}
.facility-list .filter-header .top .filter .links a.non-activated {
    background-image: url(img/sn-facility-filter-activated.gif);
}
.facility-list .filter-header .top .filter .links span.non-activated {
    background-image: url(img/sn-facility-filter-activated_inactive.gif);
}


.facility-list .alphabetic-selector {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 3px solid #CCC;
}
.facility-list .alphabetic-selector .characters {
    height: 1%;
}
.facility-list .alphabetic-selector .characters ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.facility-list .alphabetic-selector .characters ul li {
    float: left;
    width: 20px;
    padding: 2px 2px 1px 0px;
    font-weight: bold;
    color: #ccc;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background: url('img/bg-line-alphabet.jpg') right 0 no-repeat;
}
.facility-list .alphabetic-selector .characters ul li.active {
    color: #CC0000;
}
.facility-list .alphabetic-selector .characters ul li a {}

.facility-list .result-list {}
.facility-list .result-list .alphabetic-result-list {
    margin-bottom: 25px;
}
.facility-list .result-list .alphabetic-result-list .header {
    border-bottom: 3px solid #CCC;
    padding-bottom: 7px;
}
.facility-list .result-list .alphabetic-result-list .header span.title {
    font-weight: bold;
    font-size: 1.8em;       /* 20 -> 13px (body) */
}
.facility-list .result-list .alphabetic-result-list ul {
    list-style: none;
}
.facility-list .result-list .alphabetic-result-list ul li {
    border-bottom: 1px solid #CCC;
    padding: 15px 0px 13px 10px;
}

/* left */
.facility-list .result-list .alphabetic-result-list .left {
    width: 290px;
    margin-right: 86px;
    float: left;
}
.facility-list .result-list .alphabetic-result-list .left .last-change {
    font-size: 0.85em;
    display: block;
    margin-bottom: 7px;
}
.facility-list .result-list .alphabetic-result-list .left .last-change .optional {
    border-left: 1px solid #666;
    margin-left: 2px;
    padding-left: 3px;
}
.facility-list .result-list .alphabetic-result-list .left a {
    font-weight: bold;
}

/* middle */
.facility-list .result-list .alphabetic-result-list .middle {
    float: left;
    margin-right: 49px;
}
.facility-list .result-list .alphabetic-result-list .middle .headline {
    font-weight: bold;
    display:block;
    margin-bottom: 9px;
}

.facility-list .result-list .alphabetic-result-list .middle .icon {
    float: left;
    margin-right: 5px;
}


/* right */
.facility-list .result-list .alphabetic-result-list .right {
    float: left;
    width: 202px;
    margin-top: 27px;
}
.facility-list .result-list .alphabetic-result-list .right .first {
    float: left;
}
.facility-list .result-list .alphabetic-result-list .right .second {
    float: right;
}
.facility-list .result-list .alphabetic-result-list .right a {
    padding-left: 30px;
    padding-top: 2px;
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 18px;
    cursor: pointer;
}
.facility-list .result-list .alphabetic-result-list .right a.activate {
    background-image: url(img/sn-icon-activate.gif);
}
.facility-list .result-list .alphabetic-result-list .right a.delete {
    background-image: url(img/sn-icon-delete.gif);
}
.facility-list .result-list .alphabetic-result-list .right a.edit {
    background-image: url(img/sn-icon-edit.gif);
}



/* *************************************** */
/*  SUPPORT-FORMULAR                       */
/* *************************************** */
.support-formular {}
.support-formular form,
.support-formular fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.support-formular .tab-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
}
.support-formular .tab-header ul {
    list-style: none;
    height: 1%;
}
.support-formular .tab-header ul li {
    float: left;
    padding-right: 5px;     
}
.support-formular .tab-header ul li .tab {
    display: block; 
    height: 28px;   
    border-bottom: 1px solid #999;
    margin-bottom: -1px;
    font-weight: bold;
    color: #666;
}
.support-formular .tab-header ul li .tab .left,
.support-formular .tab-header ul li .tab .right {
    display: block;
    background-position: left top;
    background-repeat: no-repeat; 
    width: 10px; 
    height: 28px;
}
.support-formular .tab-header ul li .tab .left {
    float: left;
    background-image: url(img/sn-supportform-tab-left.gif);
}
.support-formular .tab-header ul li .tab .right {
    float: left;
    background-image: url(img/sn-supportform-tab-right.gif);
}

.support-formular .tab-header ul li .tab .middle {
    display: block;
    float: left;
    height: 22px;
    padding-top: 6px;
    background: url(img/sn-supportform-tab-middle.gif) left top repeat-x;
}

.support-formular .tab-header ul li.active .tab {border-color: #FFF; color: #000;}
.support-formular .tab-header ul li.active .tab .left {
    background-image: url(img/sn-supportform-tab-left_active.gif);
}
.support-formular .tab-header ul li.active .tab .middle {
    background-image: url(img/sn-supportform-tab-middle_active.gif);
}
.support-formular .tab-header ul li.active .tab .right {
    background-image: url(img/sn-supportform-tab-right_active.gif);
}

.support-formular .introduction-text {margin-bottom: 30px;}

.support-formular .form {}
.support-formular .form .element {
    width: 460px;
    border-top: 3px solid #CCC;
}
.support-formular .form .element .header {
    padding-top: 10px;
}
.support-formular .form .element .header h3 {
    text-transform: uppercase;
    color: #666;
    font-size: 1.2em;
}
.support-formular .form .element .content {
    padding: 0px 30px 20px 20px;
}
.support-formular .form .element .content .fieldset {
    padding-top: 10px;
}
.support-formular .form .element .content .fieldset h3 {
    margin-bottom: 3px;
}
.support-formular .form .element .content .fieldset .field {
    margin-bottom: 10px;
    width: 410px;
}
.support-formular .form .element .content .fieldset .field label {
    display: block;
}
.support-formular .form .element .content .fieldset .field label.optional {
    color: #0099ff;
}
.support-formular .form .element .content .combined-fieldset-box {
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}
.support-formular .form .element .content .combined-fieldset-box .fieldset {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
.support-formular .form .element .content .combined-fieldset-box .field-buttons {
    padding-top: 10px;
}
.support-formular .form .element .content .add-one-more {
    display: block;
    position: relative;
    width: 50%;
    /*top: -7px;*/
    background: url(img/sn-supportform-addOneMore.gif) left 2px no-repeat;
    padding-left: 17px;
    border: none;
    cursor: pointer;
    color: #CC0000;
}
.support-formular .form .element .content .hide-last {
    display: block;
    position: relative;
    width: 50%;
    /*top: -7px;*/
    background: url(img/sn-supportform-addOneMore.gif) left 2px no-repeat;
    padding-left: 17px;
    border: none;
    cursor: pointer;
    color: #CC0000;
}
.support-formular .form .element .content .fieldset .field .input-field {
    margin-bottom: 10px;
}
.support-formular .form .element .content .fieldset .field .rte-zone,
.support-formular .form .element .content .fieldset .field .sms-container,
.support-formular .form .element .content .fieldset .field select,
.support-formular .form .element .content .fieldset .field textarea,
.support-formular .form .element .content .fieldset .field input {
    width: 380px; 
    float: left;
}

.support-formular .form .element .content .fieldset .field input#password{
    width: 234px;
    margin-right:20px;
    }
.support-formular .form .element .content .fieldset .field .jScrollPaneScrollable .sms-pseudo-select {
    width: 340px;
}   
.support-formular .form .element .content .fieldset .field .sms-pseudo-select div {
    border-bottom: 2px solid #CCC;
    height: 50px;
    min-height: 50px;
}
.support-formular .form .element .content .fieldset .field .newListSelected {
    background: url(img/bg-select_support-formular.gif) left top no-repeat;
    width: 339px;
}
.support-formular .form .element .content .fieldset .field .newListSelected .newList {
    width: 378px;
}
.support-formular .form .element .content .fieldset .field-telefon .short {
    width: 70px;
    margin-right: 10px; 
    float: left;
}
.support-formular .form .element .content .fieldset .field-telefon .short input {
    width: 40px;
}
.support-formular .form .element .content .fieldset .field-telefon .long {
    width: 120px;
    float: left;
}
.support-formular .form .element .content .fieldset .field-telefon .long input {
    width: 90px;
}
.support-formular .form .element .content .fieldset .field-checkbox input,
.support-formular .form .element .content .fieldset .field .radioset input {
    width: 10px; 
    margin-left: 0px;
}
.support-formular .form .element .content .fieldset .field-checkbox label,
.support-formular .form .element .content .fieldset .field .radioset label {
    display: inline;
    float: left;
    margin-left: 3px;
    margin-right: 25px; 
}

.support-formular .form .element .content .fieldset .field .thumb{
    margin-bottom: 10px;
}
.support-formular .form .element .content .fieldset .field .col-left {
    width: 200px; 
    float: left;
    margin-right: 10px;
}
.support-formular .form .element .content .fieldset .field .col-right {
    width: 200px; 
    float: left;
}
.support-formular .form .element .content .fieldset .field .col input {
    width: 170px; 
}
.support-formular .form .element .content .fieldset .field .col .radioset input {
    width: 10px; 
}
.support-formular .form .element .content .fieldset .field .tooltip {
    background: url(img/sn-supportform-tooltip.gif) left top no-repeat;
    height: 20px;
    width: 20px;
    display: block;
    position: relative;
    float: right;
}
.support-formular .form .element .content .fieldset .field .tooltip:HOVER {
    background-image: url(img/sn-supportform-tooltip_hover.gif)
}
.support-formular .form .element .content .fieldset .field .tooltip .tooltip-box {
    position: absolute;
    left: 25px;
    top: 0px;
}
.support-formular .form .element .content .fieldset .field .tooltip .tooltip-box .tooltip-header {
    display: block;
    width: 237px;
    padding: 4px 10px 7px 17px;
    background: url(img/sn-supportform-tooltip-bg_header.gif) left top no-repeat;
}
.support-formular .form .element .content .fieldset .field .tooltip .tooltip-box .tooltip-content {
    display: block;
    width: 237px;
    padding: 0px 10px 10px 17px;
    background: url(img/sn-supportform-tooltip-bg.gif) left top repeat-y;
}
.support-formular .form .element .content .fieldset .field .tooltip .tooltip-box .tooltip-bottom {
    display: block;
    height: 10px;
    width: 256px;
    font-size: 0px;
    margin-left: 8px;
    background: url(img/sn-supportform-tooltip-bg_bottom.gif) left top no-repeat;
}


.support-formular .form .element .content .fieldset .field .tooltip .tooltip-box .header {
    text-transform: uppercase;
    color: #666;
    display: block;
    font-weight: bold;
    padding: 0;
    
    font-size: 0.85em;
}
.support-formular .form .element .content .fieldset .field .tooltip {
    text-decoration: none;
    color: #333;
}
.support-formular .form .element .content .fieldset .field .tooltip .tooltip-box .date {
    display: block; 
    font-weight: bold;
    font-size: 0.9em;
}

.support-formular .form .element .field-submit {
    float: right;
    padding-top: 20px;
}

.support-formular .form .element .password {
    float: left;
    padding-top: 0px;
}


.support-formular .form .element .btn {
    float: left;
    height: 25px;
    padding: 0;
    padding-left: 10px;
}
.support-formular .form .element .first-col {
    float: right;
}
.support-formular .form .element .second-col {
    margin-top: 15px;
    float: right;
}
.support-formular .form .element .second-col .btn {
    float: right;
}
.support-formular .form .element .btn a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    height: 22px;
    display: block;
    padding-top: 3px;
    padding-right: 10px;
}
.support-formular .form .element .btn-preview {
    background: url(img/sn-supportform-submit-vorschau.gif) left top no-repeat;
    margin-right: 15px;
}
.support-formular .form .element .btn-preview .preview {
    background: url(img/sn-supportform-submit-vorschau_right.gif) right top no-repeat;
}

.support-formular .form .element .btn-submit {
    background: url(img/sn-supportform-submit-submit.gif) left top no-repeat;
}
.support-formular .form .element .btn-submit .submit {
    background: url(img/sn-supportform-submit-submit_right.gif) right top no-repeat;
}

.support-formular .form .member-list {
    padding-top: 5px;
}
.support-formular .form .member-list span {
    display: block;
    border-bottom: 1px solid #999;
/*  padding-bottom: 7px;    */
    margin-bottom:  5px;
    color: #CC0000;
}
.support-formular .form .member-list span span.text{
    display: block;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom:  0;
    color: #CC0000;
    width: 380px;
    float: left;
}
.support-formular .form .member-list span .remove {
    display: block;
    background: url(img/sn-supportform-remove.gif) left top no-repeat;
    height: 20px;
    width: 20px;
    float: right;
}

.support-formular .sms-container {
    background: url(img/sn-supportform-multiple-bg.gif) left top no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
}
.support-formular .sms-container .jScrollPaneContainer {
    padding-left: 5px;
}
.support-formular .sms-container .jScrollArrowUp {
    background: url(img/sn-supportform-scroll-up.gif) left top no-repeat;
    height: 30px;
}
.support-formular .sms-container .jScrollArrowDown {
    background: url(img/sn-supportform-scroll-down.gif) left top no-repeat;
    height: 30px;
}
.support-formular .sms-container .jScrollPaneTrack {
    background: url(img/sn-supportform-scroll-bg.gif) left top repeat-y;
}
.support-formular .sms-container .jScrollPaneDrag {background-color: #CCC;}

.support-formular .sms-container .jScrollArrowUp,
.support-formular .sms-container .jScrollArrowDown,
.support-formular .sms-container .jScrollPaneTrack {
/*  margin-top: -5px; */
}

.support-formular .evaluation-messages p
{
    color: #FF0000;
}

.support-formular div.evaluation-messages
{
    padding-bottom: 10px;
}

/* *************************************** */
/*  List OVERVIEW                          */
/* *************************************** */
.ce-list .overview {
    list-style: none;
}
.ce-list .overview li {
    margin-bottom: 10px;    
}
.ce-list .overview li span {
    font-weight: bold;
    margin-right: 5px;
}


/* *************************************** */
/*  AGREEMENT                              */
/* *************************************** */
p.userData {
    margin-bottom: 10px;
}
.agreement {}
.support-formular .agreement {padding: 10px 30px 20px 20px;}
.agreement input {
    margin: 0;
}
.agreement a.internal-link {
    display: inline;
}

.submit a.submit {
    background: url(img/sn-new-facility.gif) left top no-repeat;
    padding: 4px 0 5px 25px;
    color: #333;
}
.submit a.submit:HOVER {
    text-decoration: none;
}
.submit a.submit span {
    background: url(img/sn-new-facility_right.gif) right top no-repeat;
    padding: 4px 7px 5px 0;
    padding-right: 7px;

}



/***/
.newList {
    position: absolute;
    z-index: 100;
    
    border: 1px solid #c7c7c7;
    background: #fff;
    padding: 0px;
    list-style-type: none;
    height: auto !important;
    width: 100px;
}

.homepage .newList {
}

.newList li {
    background: #fff;
    line-height: 1%;
}
.newList li a {
    display: block;
    padding: 3px 6px;
    color: #333;
    line-height: 130%;
    text-decoration: none;
}
.newList li a:hover {
    background: #dcdcdc;
}
.newList li a.hiLite {
/*  display: none;  */
    font-weight: bold;
}


/* LOADER */

#SL_Overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background-color:#fff;
    filter:alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

#SL_Window {
    position: fixed;
    z-index: 102;
    display: block;
    top:50%;
    left:50%;
    height: 180px;
    width: 700px;
    background: #DFDFDF;
}

* html #SL_window.absolute{
    margin-top: 0px;
}

#SL_Window .textbox {
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    color: #565656;
    padding-top: 45px;
    margin-bottom: 25px;
}

#SL_Window .loaderImage {
    text-align: center;
    background: #DFDFDF;
}
#SL_Window .loaderImage object {
    background: #DFDFDF;
}
/* *************************************** */
/*  NAVIGATOR DETAIL PAGE - CONTENT        */
/* *************************************** */
.navigator-detailpage.has-backlink  #content-section .back-link-top {
    margin-right: 0px;
    padding-right: 60px;
    border-top: 3px solid #ccc;
    padding-top: 15px;
    background-position: left 15px;
}
.navigator-detailpage.has-backlink #content-section .page-title {
    min-height: 100px;
    padding-top: 15px;
    margin-right: 0;
    padding-right: 60px;
    border-top: 3px solid #ccc;
    width: 424px;
}
#content-section .facility-detail {
    padding-top: 15px;
    margin-left: 0px;
    margin-right: 20px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px solid #ccc;
}
#content-section .facility-detail .content-wrapper {
}
#content-section .facility-detail .content-wrapper .link-box, 
#content-section .facility-detail .content-wrapper .content {
    float: left;
    width: 210px;   
}
#content-section .project-detail{
    border-top: 1px dotted #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
}
#content-section .project-detail h3.inline {
    display: inline;
    margin-right: 10px;
}
#content-section .project-detail .content-wrapper {
    margin-bottom: 10px;
}
#content-section .project-detail .content-wrapper .content {
    width: 50%;
    float: left;
}
#content-section .detail-innovationfields .innovationfields-list {
    background: url(img/dotted_border.gif);
}
#content-section .detail-innovationfields ul {
    display: block;
    padding-left: 10px;
    padding-top: 10px;
    clear: both;
}
#content-section .detail-innovationfields ul li {
    background-color: #FFFFFF;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    float: left;
    width: 255px;
    display: inline;
}
#content-section .detail-innovationfields .innovationfields-list table {
    border-collapse: collapse;
}
#content-section .detail-innovationfields .innovationfields-list td {
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #fff;
    font-weight: bold;
    padding: 0;
    padding-left: 50px;
    height: 55px;
}
#content-section .detail-dates table.dates {
    width: 100%;
    border-collapse:collapse;
}
#content-section .detail-dates table.dates td {
    padding: 8px 0 3px 0;
    border-bottom: 1px dotted #ccc;
    vertical-align: bottom;
    width: 50%;
}
#content-section .detail-dates table.dates td.empty {
    border-bottom: none;
}
#content-section .detail-dates table.dates td.td1 {
    border-right: 20px solid white;
}
#content-section .detail-dates table.dates td .info {
    font-weight: normal;
}
#content-section .detail-dates table.dates td div.left {
    font-weight: bold;
    float: left;
    width: 80%;
}
#content-section .detail-dates table.dates td div.right {
    text-align:right;
    float: left;
    width: 20%;
}
#content-section .point-list ul li {
    list-style-type: none;
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
#content-section .point-list ul li.top_left {
    background: url(img/upper_left.gif) no-repeat top left #e5e5e5;
}
#content-section .point-list ul li .bottom_left {
    background: url(img/lower_left.gif) no-repeat bottom left transparent; 
    padding-left: 2px;
}
#content-section .point-list ul li .top_right {
    background:url(img/upper_right.gif) no-repeat top right transparent;
}
#content-section .point-list ul li .bottom_right {
    background:url(img/lower_right.gif) no-repeat bottom right transparent;
    padding: 5px 7px 5px 5px; 
    font-weight: bold;
}

/*Link Listen gibt es vll auch noch woanders, werden dann auch angepasst*/
/*falls das nur auf der seite sein soll, dann .navigator-detailpage davorschreiben*/
.navigator-detailpage #content-section .link-list ul {
    clear: both;
}
.navigator-detailpage #content-section .link-list ul li {
    list-style-type: none;
    width: 260px;
    margin-right: 20px;
    float: left;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.navigator-detailpage #content-section .link-list ul li div {
    padding-left: 15px;
}
.navigator-detailpage #content-section .link-list ul li.right {
    margin-right: 0px;
}
.navigator-detailpage #content-section .link-list ul li.clear {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
}
/* *************************************** */
/*  NAVIGATOR DETAIL PAGE - MARGINAL       */
/* *************************************** */
#content-section .border-top,
#marginal-section .border-top {
    border-top: 3px solid #ccc;
    padding-top: 5px;
}
#marginal-section .maps {
    padding-top: 5px;
    margin-bottom: 10px;
    height: 238px;
}
#marginal-section .map-wrap {
    background: url(img/dotted_border.gif);
    padding: 10px;
    height: 218px;
}
/*Kontaktteaser*/
.publication-detailpage #marginal-section .teaser-contact,
.navigator-detailpage #marginal-section .teaser-contact {
    background-color: #ffffff;
    padding-bottom: 0px;
}
.publication-detailpage #marginal-section .teaser-contact .contact-header,
.publication-detailpage #marginal-section .teaser-contact .contact-body,
.navigator-detailpage #marginal-section .teaser-contact .contact-header,
.navigator-detailpage #marginal-section .teaser-contact .contact-body {
    padding-left: 0;
    padding-top: 0;
}
.publication-detailpage #marginal-section .teaser-contact .contact-body,
.navigator-detailpage #marginal-section .teaser-contact .contact-body {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.publication-detailpage #marginal-section .teaser-contact .last,
.navigator-detailpage #marginal-section .teaser-contact .last {
    border-bottom: none;
    margin-bottom: 0px;
}
.publication-detailpage #marginal-section .teaser-contact img,
.navigator-detailpage #marginal-section .teaser-contact img {
    float: left;
    margin-right: 10px;
}
.publication-detailpage #marginal-section .teaser-contact .contact-content,
.navigator-detailpage #marginal-section .teaser-contact .contact-content {
    float: left;
    width: 177px;
}
.publication-detailpage #marginal-section .teaser-contact .contact-content .function,
.navigator-detailpage #marginal-section .teaser-contact .contact-content .function {
    margin-top: 5px;
}
.publication-detailpage #marginal-section .teaser-contact .contact-content .telephone,
.navigator-detailpage #marginal-section .teaser-contact .contact-content .telephone {
    padding-left: 25px;
    background: url(img/icon_telephone.png) center left no-repeat;
    margin-bottom: 5px;
}
.publication-detailpage #marginal-section .teaser-contact .contact-content .fax,
.navigator-detailpage #marginal-section .teaser-contact .contact-content .fax {
    padding-left: 25px;
    background: url(img/icon_fax.png) center left no-repeat;
    margin-bottom: 5px;
}
.publication-detailpage #marginal-section .teaser-contact .contact-content span.mail,
.navigator-detailpage #marginal-section .teaser-contact .contact-content span.mail {
    margin-bottom: 20px;
}
.publication-detailpage #marginal-section .teaser-contact .contact-content span.mail a,
.navigator-detailpage #marginal-section .teaser-contact .contact-content span.mail a {
    padding-left: 25px;
    background: url(img/icon_mail.png) center left no-repeat;
    color: #cc0000;
}

/* *************************************** */
/*  MARGINALSPALTE toggle List             */
/* *************************************** */
/*sieht überall anders aus*/
.toggleListTab .tab .content ul {
    padding-top: 15px;
}
.toggleListTab .tab .content ul li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}
.toggleListTab .tab .content ul li div {
    padding-left: 15px;
}
.toggleListTab .tab .content ul li.last {
    border-bottom: none;
}
.toggleListTab .tab .header {
    background:url("img/anchor-anchor_new.gif") no-repeat scroll right 14px transparent;
    color: #cc0000;
    padding: 10px 10px 10px 0;
}
.toggleListTab .tab .first-tab-header {
    background-position: right 4px;
    padding-top: 0;
}
.toggleListTab .tab-open .header {
    background:url("img/anchor-totop_new.gif") no-repeat scroll right 14px transparent;
    color: #333333;
    padding: 10px 10px 10px 0;
}
.toggleListTab .tab-open .first-tab-header {
    background-position: right 4px;
    padding-top: 0;
}
.toggleListTab .tab {
    border-bottom:1px solid #CCCCCC;
}
.toggleListTab .tab .content {
    padding-right: 0;
}
.toggleListTab .tab .content ul {
    padding-left: 15px;
    padding-right: 10px;
    background-color: #f2f2f2;
}
#marginal-section .toggleListTab {
    border-bottom: 0;
}
/* *************************************** */
/*  Anzeige der Links auf den Detailseiten */
/* *************************************** */
.navigator-detailpage a.internal-link {
    color: #cc0000;
    font-weight: bold;
}
.navigator-detailpage #marginal-section a.internal-link {
    background:url("img/anchor-external_new.gif") left top no-repeat;
}
.navigator-detailpage a.external-link {
    background-image:url("img/anchor-external_new.gif");
    background-position: left top;
    color: #cc0000;
    font-weight: bold;
}

/* *************************************** */
/*  Lightbox
/* *************************************** */

#lightbox-overlay {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1100;
    cursor: pointer;
    background-color:#777;
    display:none;
    height: 100%;
}
#lightbox-box {
    display: none;
    left: 0;
    outline: medium none;
    padding: 20px 0 0 20px;
    position: absolute;
    top: 0;
    z-index: 1101;
    background-color: #ffffff;
    border-top: 5px solid #cc0000;
}
#lightbox-close {
    background: url("img/lightbox-close.gif") repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 14px;
    z-index: 1103;
}
#lightbox-content {
    width: 520px;
}
#lightbox-content .subline {
    color: #cc0000;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight:bold;
}
#lightbox-content .headline {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    line-height: 120%;
    font-weight: bold;
    font-size: 1.92em;
}

/* *************************************** */
/*  EVENT DETAIL                       */
/* *************************************** */
#content-section .event-dates {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 20px 0 0;
}
#content-section .event-dates dl{
    margin: 0;
}
#content-section .event-dates .content-wrapper {
    margin-bottom: 10px;
}
.event-description {
    margin-top:16px;
}
.event-dates .headline {
    float:left;
    font-weight:bold;
}
#marginal-section .eventDetail h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 15px 0 9px 0;
    padding: 0;
}
.navigator-detailpage.has-backlink #content-section .page-title {
    min-height: 0;
}

.factlist .element {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #999;
    }

.factlist .last {
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    border: none !important;
    }
    
.factlist .element-list {
    padding: 10px 0px 0px 0px;
    }
    
.factlist .element .fact-number,
.factlist .element .fact-text{
    display:block;
    float:left;
    min-height: 20px;
    }

.factlist .element .fact-number{
    width: 35%;
    margin-right:10px;
    text-align: right;
    color:#78b8db;
    font-size:2.5em;
    padding-top:5px;
    line-height: 0.65em;
    }
.factlist .element .fact-text{
    width: 60%;
    }
    

    
#marginal-section .factlist .element .fact-text .fact-title h3,
.factlist .element .fact-text .fact-title h3{
    color: #000000;
    margin-bottom: 0px;
    }

#marginal-section .factlist .sf-bordered,
.factlist .sf-bordered {
    border-top: 3px solid #CCC;
    border-bottom: 3px solid #CCC;

    }
    
#marginal-section .factlist .sf-bordered{
    margin-right:0px;
    }

#marginal-section .factlist .last {
    
    padding: 0px 0px 0px 0px;
    }   


/* my two cents */
*+html #splash div.flash h3 {
	padding-top: 0;
}
