/***************************************************
 *
 * GI Website: Formatierung fuer Bildschirmdarstellung
 * Version: $Rev: 661 $
 * Stand: $Id: screen.css 661 2008-11-11 14:23:20Z ak $
 *
 * (c) 2008 by mehrwert
 *
 * mehrwert intermediale kommunikation GmbH
 * Riehler Strasse 51
 * 50668 Koeln
 *
 * Tel: +49 221 139753-0
 * Fax: +49 221 139753-13
 *
 * typo3@mehrwert.de
 * http://www.mehrwert.de
 *
 **************************************************/
/*** General settings ***/
HTML {
    font-size: 62.5%;
}

BODY {
    font-family: Arial, Verdana, sans-serif;
    line-height: 1em;
    font-size: 1.2em;
    color: #333;
}

P, A, TD, LI {
    font-family: Arial, Verdana, sans-serif;
    line-height: 1.6em;
    font-size: 1em;
    padding: 0;
    margin: 2px 0px 2px 0px;
}

P.bodytext {
    padding: 0 0 10px 8px;
}

IMG {
    border: 0;
}


/*** Hyperlinks ***/
A, A:Link {
    text-decoration: none;
    color: #002d5a;
}

A:hover {
    text-decoration: underline;
}

#content-main {
    font-family: Arial,Verdana,sans-serif;
    line-height: 1.6em;
    font-size: 1em;
}

#content-main A,
#content-main A:link,
#content-main A:visited,
#content-main-wide A,
#content-main-wide A:link,
#content-main-wide A:visited {
    text-decoration: underline;
    color: #002d5a;
}

#content-main A:hover,
#content-main-wide A:hover {
    text-decoration: none;
}

/*** Top navigation ***/
#tabs UL LI A,
#tabs UL LI SPAN {
    text-decoration: none;
    vertical-align: middle;
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 1.4em;
    font-weight: bold;
    font-size: 1em;
    display: block;
    padding: 3px 15px 0px 15px;
    margin: 0;
    color: #333;
    letter-spacing:0em;
    height: 20px;
}

#tabs UL LI A:hover {
    background: #e4e5e6;
}

#tabs UL LI IMG {
    text-decoration: none;
    vertical-align: middle;
    line-height: 1.3em;
    font-size: 0.9em;
    padding: 0;
    margin: 0px 8px 0px 0px;
    border: 0;
    color: #333;
}

#tabs UL LI A IMG {
    text-decoration: none;
    vertical-align: bottom;
    line-height: 1.3em;
    font-size: 1.1em;
    padding: 0;
    margin: 0px 8px 0px 0px;
    color: #333;
}

#tabs UL LI A IMG.icon-en {
    vertical-align: middle;
}

#tabs UL LI.last A {
    border-right: 0px solid #666;
}

#tabs UL {
    list-style-type: inherit;
    vertical-align: middle;
    background: #a6b8ca;
    padding: 0;
    margin: 0px 15px 0px 15px;
}

#tabs UL LI {
    list-style-type: none;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
/*  position: relative;*/
    padding: 0;
    margin: 0;
    cursor: pointer;
    float: left;

}

#tabs UL LI.nav-item {
    margin-right: 5px;
    margin-top: 30px;
}

#tabs UL LI.first-item {
    margin-right: 5px;
    margin-top: 30px;
}

#tabs UL LI:hover {
    background: #e4e5e6;
    margin-top: 30px;
    position: relative;
    padding: 0px 0px 3px 0px;
}

#tabs UL LI.active {
    background: #e4e5e6;
    margin-top: 26px;
    padding: 0;
    cursor: default;
}

#tabs UL LI.active A,
#tabs UL LI.active SPAN {
    padding: 5px 15px 5px 15px;
}

/* Flyout menu */
#nav-main DIV.flyout-container {
    border-bottom: 1px solid #b6b7b8;
    border-right: 1px solid #b6b7b8;
    border-left: 1px solid #b6b7b8;
    background: #e4e5e6;
    position: absolute;
    padding: 10px 0px 10px 0px;
    display: none;
    z-index: 100;
    width: 230px;
    left: -1px;
    top: 25px;
}

#nav-main DIV.flyout-shadow {
    /*background: url(../img/gfx_menu_shadow_.gif) repeat-y 0 0;
    background: #999;*/
    position: absolute;
    padding: 0px 0px 0px 0px;
    display: none;
    z-index: 90;
    /*opacity: .50;*/
    height: 100%;
    width: 246px;
    left: -8px;
    top: 26px;
}

#nav-main DIV.shadow-bottom {
    /*background: url(../img/gfx_menu_shadow_bottom_.gif) no-repeat 0 100%;
    background: #999;*/
    position: absolute;
    padding: 0px 0px 0px 0px;
    display: none;
    z-index: 91;
    height: 100%;
    width: 246px;
    left: 0px;
    bottom: 0px;
}

#nav-main LI.active DIV.flyout-container {
    top: 30px;
}

#nav-main LI.active DIV.flyout-shadow {
    top: 30px;
}

#nav-main UL.menu-flyout {
    list-style-type: none;
    background: #e4e5e6;
    border-top: 1px solid #b6b7b8;
    padding: 0;
    margin: 0;
    width: 230px;
}

#tabs UL LI:hover DIV.flyout-container {
    display: block;
}

#nav-main UL.menu-flyout LI {
    border: 0;
    border-bottom: 1px solid #b6b7b8;
    padding: 1px 0px 1px 0px;
    margin: 0;
    min-height: 20px;
    width: 230px;
}

#nav-main UL.menu-flyout LI DIV {
    display: table;
    height: auto;
    width: 100%;
}

#nav-main UL.menu-flyout LI A,
#nav-main UL.menu-flyout LI A:link {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1em;
    padding: 0;
    height: auto;
    width: 230px;
    color: #333;
}

#nav-main UL.menu-flyout LI A:hover {
    /*border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    background: #feed00;*/
    background: #002D5A;
    height: auto;
}

#nav-main UL.menu-flyout LI A:hover SPAN {
    color: #fff;
}

#nav-main UL.menu-flyout LI IMG {
    line-height: 1em;
    padding-top: 10px;
    margin: 0px 5px 0px 20px;
    border: 0;
    width: 7px;
}

#nav-main UL.menu-flyout LI  A:hover IMG {
    padding-top: 10px;
}

#nav-main UL.menu-flyout LI DIV A SPAN {
    /*line-height: 1.0em;*/
    font-weight: normal;
    display: table-cell;
    padding: 0;
    margin: 0;
}

#nav-main UL.menu-flyout LI SPAN.bullet {
    line-height: 1.0em;
    padding: 2px 2px 0px 0px;
    width: 27px;
}


/*** Sub navigation ***/
#sub-navigation {
    border-bottom: 20px solid #e4e5e6;
    background: url(../img/gfx_bg_nav_top.gif) repeat-x 0 0 #e4e5e6;
    overflow: hidden;
    display: block;
    padding: 30px 0px 0px 0px;
    margin: 0px 0px 50px 0px;
    width: 228px;
}

/* Level 1 */
UL.menu-1 {
    background: #fff;
    list-style-type: none;
    border-top: 1px solid #b6b7b8;
    padding: 0;
    margin: 0px 0px 0px 1px;
}

UL.menu-1 LI {
    background: #e4e5e6;
    background: #fff;
    border-bottom: 1px solid #b6b7b8;
    padding: 0;
    margin: 0;
}

UL.menu-1 LI DIV {
    background: #e4e5e6;
    display: table;
}

UL.menu-1 LI A {
    display: table-row;
    width: 229px;
}

UL.menu-1 LI A,
UL.menu-1 LI A:link {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.0em;
    display: block;
    padding: 0;
    color: #333;
}

UL.menu-1 LI A:hover {
    text-decoration: none;
    background: #feed00;
}

UL.menu-1 LI IMG {
    margin: 0px 5px 1px 20px;
    border: 0;
    width: 7px;
}

UL.menu-1 LI SPAN {
    display: table-cell;
}

UL.menu-1 LI.active,
LI.sub-menu {
    background: #fff;
}

UL.menu-1 LI.active A {
    font-weight: bold;
    background: #feed00;
    padding: 1px 0px 1px 0px;
    margin: 1px 0px 1px 0px;
    cursor: default;
}


/* Level 2 */
UL.menu-2 {
    list-style-type: none;
    padding: 0;
    margin: 0px 0px 0px 31px;
}

UL.menu-2 LI DIV {
    display: table;
}

UL.menu-2 LI A {
    display: table-row;
    width: 199px;
}

UL.menu-2 LI DIV {
    background: #fff;
}
ul.menu-2 li span {
    width: 199px;
}

UL.menu-2 LI {
    border-bottom: 0;
    border-top: 1px solid #ccc;
    background: #fff;
    padding: 0;
    margin: 0;
}

UL.menu-2 LI.first {
    border-bottom: 0;
    border-top: 0px;
    background: #fff;
    padding: 0;
    margin: 0;
}

UL.menu-2 LI IMG {
    margin: 0px 0px 0px 5px;
}

UL.menu-2 LI DIV A,
UL.menu-2 LI DIV A:hover,
UL.menu-2 LI DIV A:link,
UL.menu-2 LI DIV A:visited,
UL.menu-2 LI DIV A:active {
    font-weight: normal;
    background: #fff;
    cursor: pointer;
}

UL.menu-2 LI.active DIV A,
UL.menu-2 LI.active DIV A:hover,
UL.menu-2 LI.active DIV A:link,
UL.menu-2 LI.active DIV A:visited,
UL.menu-2 LI.active DIV A:active {
    font-weight: bold;
    background: #fef67f;
    cursor: default;
}

UL.menu-2 LI DIV A:hover {
    background: #fef67f;
}

UL.menu-2 LI.sub DIV SPAN {
    background: #feed00;
}

UL.menu-2 LI.active SPAN {
    font-weight: bold;
    background: #fef67f;
    margin: 0px;
    height: auto;
}

UL.menu-2 LI SPAN.nav-bullet,
UL.menu-2 LI.active SPAN.nav-bullet {
    width: 16px;
}

/* Level 3 */
UL.menu-3 {
    list-style-type: none;
    padding: 0;
    margin: 0px 0px 0px 21px;
}

UL.menu-3 LI {
    border-bottom: 0;
    border-top: 1px solid #ccc;
    background: #fff;
    padding: 0;
    margin: 0;
}

UL.menu-3 LI IMG {
    margin: 0px 0px 0px 5px;
}

UL.menu-3 LI DIV A,
UL.menu-3 LI DIV A:link,
UL.menu-3 LI DIV A:visited,
UL.menu-3 LI DIV A:active {
    font-weight: normal;
    background: #fff;
    cursor: pointer;
    width: 177px;
}

UL.menu-3 LI.active DIV A,
UL.menu-3 LI.active DIV A:link,
UL.menu-3 LI.active DIV A:visited,
UL.menu-3 LI.active DIV A:active {
    font-weight: bold ;
    background: #fef67f;
    cursor: default;
    width: 177px;
}


UL.menu-3 LI DIV A:hover {
    background: #fef67f;
}

UL.menu-3 LI.active {}

UL.menu-3 LI.active SPAN {
    font-weight: bold;
    background: #fef67f;
    margin: 0px;
    height: auto;
    width: 177px;
}

UL.menu-3 LI SPAN.nav-bullet,
UL.menu-3 LI.active SPAN.nav-bullet {
    width: 16px;
}


/*** Login and search form ***/
#login SPAN,
#search-form SPAN {
    font-weight: bold;
    color: #666;
}

#login form DIV.label {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    position:relative;
    display: inline;
    top:4px;
    padding-right: 5px;
    color: #002D5A;
}

DIV#status SPAN.small {
    font-family: Georgia,Times,"Times New Roman",serif;
}

#login SPAN.status {
    font-family: Georgia, Times, "Times New Roman", serif;
    position:relative;
    top:3px;
}

DIV#login SPAN.small.status A:link,
DIV#login SPAN.small.status A:hover,
DIV#login SPAN.small.status A:visited,
DIV#login SPAN.small.status A {
    font-family: Georgia, Times, "Times New Roman", serif;
}

#login .input-border,
#search-form .input-border {
    vertical-align: middle;
    line-height: 12px;
    font-size: 12px;
    border-left: 1px solid #a3a3a3;
    border-top: 1px solid #a3a3a3;
    padding: 0;
    margin: 0;
    width: 80px;
}

#search-form .input-border {
    margin: 3px 0px 0px 0px;
    width: 153px;
    float: left;
}

#search-form .position-submit {
    margin: 0px 25px 0px 0px;
    width: 21px;
    float: right;
}

#login .input-border INPUT,
#search-form INPUT {
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    background: url(../img/gfx_bg_input_meta.gif) repeat-x;
    font-size: 0.8em;
    padding: 3px 0px 2px 5px;
    display: inline;
    margin: 0;
    height: 13px;
    width: 90px;
    color: #999;
}

DIV.input-border {
    display: inline;
}

#search-form #search-icon {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    background: url(../img/gfx_bg_input_meta.gif) repeat-x;
    line-height: 16px;
    font-size: 17px;
    height: 18px;
    width: 20px;
    float: left;
}

#search-form #search-icon IMG {
    vertical-align: middle;
    margin: 3px 0px 0px 5px;
}

#search-form .position-input {
    padding: 0px 5px 0px 0px;
    width: 127px;
    float: right;
}

#search-form INPUT {
    border-left: 0px solid #d0d0d0;
    width: 127px;
}

#login INPUT.submit {
    position: relative;
    top: 3px;
    vertical-align: middle;
    background: none;
    margin: 0;
    border: 0;
    height: 17px;
    width: 47px;
}

#search-form INPUT.submit {
    vertical-align: middle;
    background: none;
    margin: 0;
    border: 0;
    height: 21px;
    width: 23px;
}


/* Associations row on start page */

#content-sub DIV.csc-textpic-imagewrap dl {
    padding: 0 60px;
    float: left;
}

#content-sub P {
    margin: 20px 0px 0px 0px;
    width: 240px;
    color: #999;
    float: left;
}

#content-sub DIV {
    margin: 0px 0px 5px 0px;
    float: left;
}


/*** Tabellen ***/

#content-main TABLE TBODY TR TD,
#content-main-wide TABLE TBODY TR TD {
    padding: 3px;
    padding-left: 5px;
}

#content-main TABLE TBODY TR.tr-odd,
#content-main-wide TABLE TBODY TR.tr-odd,
DIV.tx-mwgijobs-pi1-listrow tr.tx-mwgijobs-pi1-listrow-odd,
DIV.tx-mwgiaccountmanager-pi2-listrow tr.tx-mwgiaccountmanager-pi2-listrow-odd {
    background-color: #ddd;
    border: 1px solid #f00;
}

DIV.tx-mwgijobs-pi1-listrow tr.tx-mwgijobs-pi1-listrow-header td,
DIV.tx-mwgiaccountmanager-pi2-listrow tr.tx-mwgiaccountmanager-pi2-listrow-header td {
    font-weight: bold;
}

/*** Headers start page ***/
#content-top h2 {
    font-family: Georgia, Times, "Times New Roman", serif;
    background: #feed00;
    font-size: 1.1em;
    padding: 7px 5px 4px 8px;
    margin: 0px 0px 3px 0px;
    width: 95.5%;
}

.content-top-el IMG {
    border: 1px solid #b2b2b2;
}

.content-top-row {
    height: 58px;
    width: 310px;
}

.content-top-row-container,
.content-top-text-block-wide {
    background: url(../img/gfx_bg_line_grey.gif) repeat-x 0 100%;
    height: 58px;
    width: 310px;
}

.first-row .content-top-text-block,
.first-row .content-top-text-block-wide {
    background: none;
}

.content-top-text-block IMG,
.content-top-text-block-wide IMG {
    border: 0;
}

.first-row {
    background: none;
    position: absolute;
    z-index: 20;
    left: 0px;
    top: 145px;
}

.first-row-mask {
    position: absolute;
    left: 1px;
    top: 148px;
    /*background: #fff;
    opacity: 0.5;*/
    z-index: 10;
    height: 50px;
    width: 308px;
}

.content-top-text-block {
    width: 191px;
    float: right;
}

.content-top-text-block IMG,
.content-top-text-block-wide IMG {
    margin: 15px 6px 0px 0px;
    float: right;
}

.content-top-text-block-wide {
    width: 310px;
}

.content-top-img {
    display: block;
    border: 1px solid #b2b2b2;
    margin: 5px 0px 5px 6px;
    float: left;
}

.content-top-text {
    margin: 5px 0px 5px 0px;
    width: 160px;
    float: left;
}

.content-top-text-block-wide .content-top-text {
    margin: 5px 0px 5px 6px;
    width: 270px;
}

.content-top-text P,
.content-top-text A:link,
.content-top-text A:hover,
.content-top-text A:visited,
.content-top-text A {
    margin: 0;
    padding: 0;
    line-height: 0.8em;
    font-size: 1.0em;
}

.content-top-text h3 A,
.content-top-text h3 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.2em;
    color:#333333;
    padding: 0;
    margin: 4px 0px 5px 0px;
    text-decoration: none;
}

.content-top-text P,
.content-top-text P A,
.content-top-text P A:link,
.content-top-text P A:hover,
.content-top-text P A:visited {
    color:#333333;
    text-decoration: none;
}



.list-link {
    text-align: right;
    margin: 10px 0px 0px 0px;
    float: right;
}

.list-link IMG {
    border: 0;
}

.content-spacer {
    height: 30px;
}


/*** Content left ***/
.content-left {
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 30px 0px;
    color: #333;
    line-height: 1.4em;
}

div.content-left {
/*  border-bottom: 2px solid #ccc;*/
}

.content-left h3 {
    font-family: Georgia, Times, "Times New Roman", serif;
    border-bottom: 4px solid #ccc;
    border-top: 4px solid #ccc;
    padding: 6px 6px 5px 6px;
    margin: 0px 0px 10px 0px;
}


/*** Content main ***/
.content-main {
    margin: 0px 0px 50px 0px;
}

#content-main h1,
#content-main-wide h1 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    font-size: 1.8em;
    line-height: 1.4em;
    margin: 0 0 5px 8px;
    color: #002d5a;
}

#content-main .news-detail h1 {
    margin: 0 0 5px 0;
}

#content-main h2,
#content-main-wide h2 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.3em;
    margin: 0 0 5px 8px;
    color: #002d5a;
}

#content-main .tx-cal-controller h2 {
    margin: 0 0 5px 0;
}

#content-main h2.yellow,
#content-main h2.gelb,
#content-main-wide h2.yellow,
#content-main-wide h2.gelb,
#content-main h4,
#content-main-wide h4 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.1em;
    margin: 0 0 8px 0;
    padding: 5px 5px 5px 8px;
    color: #000;
    background: #feed00;
}

#content-main h2.grau,
#content-main h2.grey,
#content-main-wide h2.grau,
#content-main-wide h2.grey,
#content-main h5,
#content-main-wide h5 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.1em;
    margin: 0 0 8px 0;
    padding: 5px 5px 5px 8px;
    color: #000;
    background: #c0c0c0;
}

#content-right h3,
#content-main h3,
#content-main-wide h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.2em;
    color:#333333;
    padding: 0 0 0 8px;
    margin: 0 0 5px 0px;
    text-decoration: none;
}

#content-main h1.active,
#content-main-wide h1.active {
    font-family: Georgia, Times, "Times New Roman", serif;
    background: #feed00;
    font-size: 1.1em;
    padding: 7px 5px 4px 8px;
    margin: 0px 0px 3px 0px;
    width: 95.5%;
}

#content-main h1.sub_header,
#content-main-wide h1.sub_header {
    font-family: Georgia, Times, "Times New Roman", serif;
    background: #c0c0c0;
    font-size: 1.1em;
    padding: 7px 5px 4px 8px;
    margin: 0px 0px 3px 0px;
    width: 95.5%;
}

#content-main-wide h1.active,
#content-main-wide h1.sub_header {
    width: 98.7%;
}

.csc-header-n1 {
    padding: 0;
    margin: 0;
}

DIV.content-main UL,
DIV.content-main OL {
    line-height: 1.6em;
}

/*** Content right ***/
#content-right h2 {
    font-family: Georgia, Times, "Times New Roman", serif;
    border-bottom: 4px solid #feed00;

    border-top: 4px solid #feed00;
    padding: 6px 6px 5px 6px;
    margin: 0px 0px 10px 0px;
    font-size: 1.0em;
    line-height: 1.0em;
}

/*** News ***/
#content-main .news {
    width: 475px;
}

#content-main-wide .news {
    width: 690px;
}

.news-latest {
    margin: 0px 0px 0px 5px;
}

.news-latest TD {
    padding: 5px 0px 5px 0px;
}

.news-latest TD.news-item {
    background: url(../img/gfx_bg_line_grey.gif) repeat-x 0 100%;
}

.news-latest .news-date {
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    color: #666;
}

DIV.concol {
    margin: 0px 0px 20px 0px;
}

DIV.news SUP {
    font-weight: bold;
    color: #999;
}


/*** Footer ***/
div#content-footer {
    font-weight: bold;
    padding: 5px;
    color: #898989;
    border-top: 1px dashed #CCCCCC;
    border-bottom: 1px dashed #CCCCCC;
    margin-top: 15px;
    clear: both;
}

div#content-footer SPAN.sep {
    padding-left: 15px;
    padding-right: 15px;
}

div#content-footer A {
    color: #898989;
}


#footer,
#footer P {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1em;
}

#footer h3 {
    margin: 0px 0px 10px 0px;
}

#footer A,
#footer A:link {
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #fff;
}

#footer-top {
    display: none;
    width: 98%;
}

.rich-link-footer-row {
    display: table-row;
}

.rich-link-footer-el {
    display: table-cell;
    width: 25%;
}

#footer div.rich-link-footer-el p.bodytext {
    padding: 0;
    line-height: 1.8em;
    font-size: 0.9em;
}

#footer .sep {
    margin: 0px 20px 0px 0px;
}

#footer SPAN.w3c_css,
#footer SPAN.w3c_xhtml {
    float: right;
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
}

/* AJAX Search */
form#tx_mhajaxsearch_form {
/*  border: 1px solid red;*/
}

#search-form div.input-border {
    margin: 3px 0 0 95px;
}

DIV#tx_mhajaxsearch_result {
    display: none;
    z-index: 100;
    text-align: left;
    margin-left: 0px;
    margin-top: 5px;
    width: 300px;
    background: #fff;

}

SPAN.tx_mhajaxsearch_result {
    background: url(../img/gfx_line_vert.gif) 123px 0 repeat-y #fff;
    position: absolute;
    z-index: 100;
    display: block;
    padding: 7px;
    border: 1px #ccc solid;
}

IMG#tx_mhajaxsearch_spinner {
    z-index:2;
    position: relative;
    padding: 0px;
    margin: 0px;
}


INPUT#tx_mhajaxsearch_send {
}

SPAN.tx_mhajaxsearch_pi_parent {
    margin: 0px;
    padding: 0px;
    text-align: right;
    display: block;
    float: left;
    width: 110px;
    padding-right: 7px;
    line-height: 1.4em;
    padding-top: 3px;
    padding-bottom: 3px;
}

SPAN.tx_mhajaxsearch_pi_title {
    margin: 0px;
    padding: 0px;
    padding-left: 7px;
    line-height: 1.4em;
    float: right;
    width: 150px;
    padding-top: 3px;
    padding-bottom: 3px;
}

SPAN.tx_mhajaxsearch_pi_title SPAN.close {
    display: inline;
    padding: 0px;
    margin: 0px;
    float: right;
    padding-right: 3px;
}

DIV.tx_mhajaxsearch_pi_result_row {
    margin: 0px;
    padding: 0px;
}

A:hover DIV.tx_mhajaxsearch_pi_result_row {
    background: #002d5a;
}

A:hover DIV.tx_mhajaxsearch_pi_result_row span {
    color: #fff !important;
}

/* Anmeldeformular */
.tx-mwgiantrag-pi1 TABLE TD.label-cell {
    text-align: right;
    padding: 0px 4px 0px 0px;
}

/* FORMS */
/* Email, Login, Search */
TABLE.csc-mailform {
}

TABLE.csc-mailform TD INPUT, TABLE.csc-mailform TD TEXTAREA {
    border: 1px solid #8e8e8e;
    font-size: 1em;
}

FORM TD.csc-form-labelcell {
    width: 150px;
}

FORM TD.csc-form-fieldcell {
    width: 240px;
}

FORM DIV.form_checkbox_col {
    margin: 0 0 0 150px;
    border: 1px solid #fff;
    width: 240px;
}
FORM DIV.csc-form-commentcell {
    border: 1px solid red;
    clear: both;
}

FORM SELECT, FORM TABLE TR TD.csc-form-fieldcell OPTION {
    line-height:16px;
    font-size: 12px;
}

FORM P.csc-form-label-req {
    font-weight: bold;
}

FORM LEGEND {
    /*
    display: none;
    padding: 0;
    margin: 0;
    */
    font-weight: bold;
}

FORM FIELDSET {
    padding: 1px;
    margin: 1px;
    border: 0px solid #444;
}

FORM LABEL {
    cursor: pointer;
    /* display: block; */
    width: 104px;
    /* float: left; */
}

FORM LABEL INPUT {
    clear: both;
}

FORM DIV.form_col, FORM DIV.form_checkbox_col {
    border: 1px solid #fff;
    margin: 4px 0 4px 0;
    width: 390px;
}

FORM SPAN.desc {
    border: 1px solid #fff;
    display: block;
    width: 150px;
    float: left;
}

FORM DIV.form_checkbox_col {
    margin: 0 0 0 150px;
    border: 1px solid #fff;
    width: 240px;
}

FORM DIV.csc-form-commentcell {
    border: 1px solid red;
    clear: both;
}

.input, .tx-newloginbox-pi1-input, FORM SELECT, FORM TEXTAREA, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
    border: 1px solid #8e8e8e;
}

.textarea {
    font-size: 1em;
}

.input, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
    padding: 2px;
}

.submit, .tx-newloginbox-pi1-submit, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
    border: 1px solid #8e8e8e;
    background: #fff;
    font-size: 10px;
    line-height:16px;
    cursor: pointer;
    color: #7f7f7f;
}

div.csc-mailform-label {

}

div.csc-mailform-field {

}

#content-main form#mailform div.csc-mailform-field label {
    width: 120px;
    text-align: right;
    padding: 0 15px 0 0;
}

/* Search word markup */
SPAN.csc-sword, SPAN.sword, .highlight {
    color: #e12e00;
}


/* JOB FORM */
DIV.tx-mwgijobs-pi1-jobsubmitbox FIELDSET,
DIV.tx-mwgiaccountmanager-pi2-submitbox FIELDSET {
    padding: 0 3px 0 3px;
    margin: 5px 0 15px 0;
    border: 0px solid #333;
}

DIV.tx-mwgijobs-pi1-jobsubmitbox FIELDSET LEGEND,
DIV.tx-mwgiaccountmanager-pi2-submitbox FIELDSET LEGEND {
    padding: 0 0 6px 140px;
}

DIV.tx-mwgijobs-pi1-jobsubmitbox INPUT.input,
DIV.tx-mwgiaccountmanager-pi2-submitbox INPUT.input {
    /* display: block; */
}

DIV.tx-mwgijobs-pi1-jobsubmitbox INPUT.input-small,
DIV.tx-mwgiaccountmanager-pi2-submitbox INPUT.input-small {
    /* display: inline; */
}

DIV.tx-mwgijobs-pi1-jobsubmitbox P,
DIV.tx-mwgiaccountmanager-pi2-submitbox P {
    padding: 10px 0px 10px 0px;
}

DIV.tx-mwgijobs-pi1-jobsubmitbox .note,
DIV.tx-mwgiaccountmanager-pi2-submitbox .note {
    vertical-align: top;
    background: url('/fileadmin/templates../img/gfx_info_icon.gif') no-repeat;
    padding: 0 5px 0 28px;
    width: 120px;
    float: right;
    color: #979798;
}

DIV.tx-mwgijobs-pi1-jobsubmitbox .note-inline,
DIV.tx-mwgiaccountmanager-pi2-submitbox .note-inline {
    background: url('/fileadmin/templates../img/gfx_info_icon.gif') no-repeat;
    background-position: 0 0px;
    padding: 8px 0 0 28px;
    margin: 5px 0 25px 0;
    width: 320px;
    float: right;
    color: #979798;
}

#content DIV.form-numbering IMG {
    float: none;
}

DIV.qf-row {
    padding: 1px;
    margin: 0 0 5px 0;
    border: 0;
    /* float: left; */
    clear: both;
}

DIV.qf-label {
    text-align: right;
    padding: 1px 5px 1px 1px;
    width: 130px;
    float: left;
    font-weight: bold;
}

DIV.qf-value {
    float: left;
    text-align: left;
    padding: 1px;
}

DIV.qf-errors {
    padding: 10px 10px 0px 10px;
    border: 1px solid #f00;
    margin: 0px 0px 10px 0px;
}

DIV.qf-errors P {
    padding: 10px 0px 0px 0px;
}

DIV.tx-mwgijobs-pi1-jobsubmitbox .row-container,
DIV.tx-mwgiaccountmanager-pi2-submitbox .row-container {
    padding: 0 5px 0 0;
    border: 0;
    float: left;
}

DIV#content-main DIV.tx-mwgicalendarfe-pi1-jobsubmitbox form h3,
DIV#content-main DIV.tx-mwgijobs-pi1-jobsubmitbox form h3,
DIV#content-main DIV.tx-mwgiaccountmanager-pi2-submitbox form h3,
DIV#content-main-wide DIV.tx-mwgicalendarfe-pi1-jobsubmitbox form h3,
DIV#content-main-wide DIV.tx-mwgijobs-pi1-jobsubmitbox form h3,
DIV#content-main-wide DIV.tx-mwgiaccountmanager-pi2-submitbox form h3 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: bold;
}

DIV#content-main DIV.tx-mwgicalendarfe-pi1-jobsubmitbox FORM h3 .highlight,
DIV#content-main DIV.tx-mwgijobs-pi1-jobsubmitbox FORM h3 .highlight,
DIV#content-main DIV.tx-mwgiaccountmanager-pi2-submitbox FORM h3 .highlight,
DIV#content-main-wide DIV.tx-mwgicalendarfe-pi1-jobsubmitbox FORM h3 .highlight,
DIV#content-main-wide DIV.tx-mwgijobs-pi1-jobsubmitbox FORM h3 .highlight,
DIV#content-main-wide DIV.tx-mwgiaccountmanager-pi2-submitbox FORM h3 .highlight {
    color: #002D5A !important;
}

DIV#content-main DIV.tx-mwgijobs-pi1-jobsubmitbox FORM SELECT,
DIV#content-main-wide DIV.tx-mwgijobs-pi1-jobsubmitbox FORM SELECT,
DIV#content-main DIV.tx-mwgiaccountmanager-pi2-submitbox FORM SELECT,
DIV#content-main-wide DIV.tx-mwgiaccountmanager-pi2-submitbox FORM SELECT {
    margin-right: 5px;
}

DIV#content-main-wide DIV.tx-mwgijobs-pi1 DIV.frame_01,
DIV#content-main DIV.tx-mwgijobs-pi1 DIV.frame_01,
DIV#content-main-wide DIV.tx-mwgiaccountmanager-pi2 DIV.frame_01,
DIV#content-main DIV.tx-mwgiaccountmanager-pi2 DIV.frame_01 {
    margin-left: 8px;
    margin-bottom: 10px;
    padding: 5px;
}

DIV#content-main-wide DIV.tx-mwgijobs-pi1 DIV.frame_01 P,
DIV#content-main DIV.tx-mwgijobs-pi1 DIV.frame_01 P,
DIV#content-main-wide DIV.tx-mwgiaccountmanager-pi2 DIV.frame_01 P,
DIV#content-main DIV.tx-mwgiaccountmanager-pi2 DIV.frame_01 P {
    padding: 0px;
}



DIV#content-main DIV.tx-mwgijobs-pi1 p,
DIV#content-main-wide DIV.tx-mwgijobs-pi1 p,
DIV#content-main DIV.tx-mwgijobs-pi1 dt,
DIV#content-main-wide DIV.tx-mwgijobs-pi1 dt,
DIV#content-main DIV.tx-mwgijobs-pi1 h3,
DIV#content-main-wide DIV.tx-mwgijobs-pi1 h3,
DIV#content-main DIV.tx-mwgiaccountmanager-pi2 p,
DIV#content-main-wide DIV.tx-mwgiaccountmanager-pi2 p,
DIV#content-main DIV.tx-mwgiaccountmanager-pi2 dt,
DIV#content-main-wide DIV.tx-mwgiaccountmanager-pi2 dt,
DIV#content-main DIV.tx-mwgiaccountmanager-pi2 h3,
DIV#content-main-wide DIV.tx-mwgiaccountmanager-pi2 h3 {
    padding-left: 8px;
}


DIV#content-main DIV.tx-mwgijobs-pi1 td p.bodytext,
DIV#content-main-wide DIV.tx-mwgijobs-pi1 td p.bodytext,
DIV#content-main DIV.tx-mwgijobs-pi1 td h3,
DIV#content-main-wide DIV.tx-mwgijobs-pi1 td h3,
DIV#content-main DIV.tx-mwgiaccountmanager-pi2 td p.bodytext,
DIV#content-main-wide DIV.tx-mwgiaccountmanager-pi2 td p.bodytext,
DIV#content-main DIV.tx-mwgiaccountmanager-pi2 td h3,
DIV#content-main-wide DIV.tx-mwgiaccountmanager-pi2 td h3 {
    padding-left: 0px;
}

DIV#content-main DIV.tx-mwgijobs-pi1 p.bodytext,
DIV#content-main-wide DIV.tx-mwgijobs-pi1 p.bodytext,
DIV#content-main DIV.tx-mwgiaccountmanager-pi2 p.bodytext,
DIV#content-main-wide DIV.tx-mwgiaccountmanager-pi2 p.bodytext {
    padding-bottom: 0px;
}

DIV#content-main DIV.tx-mwgijobs-pi1 dl dd,
DIV#content-main-wide DIV.tx-mwgijobs-pi1 dl dd,
DIV#content-main DIV.tx-mwgiaccountmanager-pi2 dl dd,
DIV#content-main-wide DIV.tx-mwgiaccountmanager-pi2 dl dd {
    position: relative;
    left: -20px;
    padding-left: 0px;
    padding-top: 5px;


}

/*/ Direkteinstieg Tags  /*/

SPAN.tag1 A,
SPAN.tag1 {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}

SPAN.tag2 A,
SPAN.tag2 {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
}

SPAN.tag3 A,
SPAN.tag3 {
    font-size: 11px;
    line-height: 14px;
}

SPAN.tag4 A,
SPAN.tag4 {
    font-size: 9px;
    line-height: 12px;
}

.content-left P.direkteinstieg {
    font-family: Georgia,Times,"Times New Roman",serif;
    padding-left: 6px;
}

.content-left P.direkteinstieg A,
.content-left P.direkteinstieg span A {
    font-family: Georgia,Times,"Times New Roman",serif;
}



/* CAL CSS */

.tx-cal-controller dd {
    margin-bottom: 10px;
}

.tx-cal-controller .even {
    background: #ffffff;
}

.tx-cal-controller dl a {
    text-decoration: underline;
    font-weight: normal;
    color: #3187dc;
}

.tx-cal-controller dl a:hover {
    color: #cccccc;
}

.tx-cal-controller .month-small {
    border: 0px;
}

DIV.tx-cal-controller p.pagebrowser {}
DIV.tx-cal-controller p.pagebrowser span b,
DIV.tx-cal-controller p.pagebrowser span a {
    padding-left: 5px;
    padding-right: 5px;
}

.tx-cal-controller .month-small th, .month-small td {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    width: 27px;
    font-size: 1em;
    text-align: right;
}

.tx-cal-controller .month-weekdays {
    border-bottom: 1px dashed #c0c0c0;
    background-color: #ffffff;
}

.tx-cal-controller .monthCurrentWeek,
.tx-cal-controller .monthWeekend {
    background-color: #ffffff;
}

.tx-cal-controller .month-small tr {
    border-bottom: 1px dashed #c0c0c0;
    height:23px;
}

.tx-cal-controller th.sideback {
    background-image: none;
    text-align: center;
    height: 34px;
}

.tx-cal-controller .eventDay A {
    padding: 2px;
    font-weight: normal;
    background-color: #cedfed;
}

.tx-cal-controller .monthToday {
    background-color: #ffffff !important;
    border: 0px !important;
}

.tx-cal-controller .monthToday a:link, .monthToday a:visited {
        color: #000000;
}

.tx-cal-controller .month-small .bold a:visited,
.tx-cal-controller .month-small .bold a:link {
    font-weight: normal;
}

#calendar-event div {
    padding: 3px;
}

.tx-cal-controller label {
    font-weight: bold;
    display: block;
    float: left;
    margin-bottom: 0px;
    padding-right: 1em;
    text-align: right;
    width: 80px;
    clear: both;
}

.tx-cal-controller .monthSelectedWeek {
    background-color: #fff;
}

#content-main .tx-cal-controller DL h2,
#content-main-wide .tx-cal-controller DL h2 {
    font-family: Arial, Verdana, sans-serif;
    font-size: 1.2em;
    color: #535353;
    margin-bottom: 0px;
    margin-top: 12px;
}

.tx-cal-controller .blue {
    color: #002D5A;
}

.tx-cal-controller h2.blue {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    font-size: 1.8em;
    line-height: 1.2em;
    margin: 15px 0 10px 0;
    color: #002d5a;
    float: left;
    clear: both;
}

#calendar-event div.event-description label {
    float: left;
    padding-top: 3px;
}

#calendar-event div.event-description div.desc,
#calendar-event div.event-description div.desc A {
    float: left;
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    line-height: 1.6em;
    width: 370px;
}

#calendar-event div.event-description div.desc A {
    padding-top: 0px;
}

#calendar-event div.event-description div.desc p.bodytext {
    padding: 0px;
    margin: 0px;
}

#calendar-event DIV A:link,
#calendar-event DIV A {
    padding: 0px;
    margin: 0px;
    line-height: 0px;
}

#content-main DIV.tx-cal-controller DL DT A,
#content-main DIV.tx-cal-controller DL DT A:link,
#content-main-wide DIV.tx-cal-controller DL DT A,
#content-main-wide DIV.tx-cal-controller DL DT A:link {
    text-decoration: none;
}

#content-main DIV.tx-cal-controller DL DT A:hover,
#content-main DIV.tx-cal-controller DL DT A:hover,
#content-main-wide DIV.tx-cal-controller DL DT A:hover,
#content-main-wide DIV.tx-cal-controller DL DT A:hover {
    text-decoration: underline;
}

SPAN.ico-standard {
    padding-right: 15px;
    height: 10px;
    background-image:url(../img/ico-standard.gif);
    background-repeat:no-repeat;
}

span.ico-GI-Regionalgruppe {
    padding-right: 15px;
    height: 10px;
    background-image:url(../img/gfx_ico_cat3.gif);
    background-repeat:no-repeat;
}

span.ico-GI-Veranstaltung {
    padding-right: 15px;
    height: 10px;
    background-image:url(../img/gfx_ico_cat1.gif);
    background-repeat:no-repeat;
}

DIV.horz_cal_nav {
    border-top: 1px dashed #c0c0c0;
    border-bottom: 1px dashed #c0c0c0;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

DIV.calendar-event.horz_cal_nav {
    margin-top: 15px;
}

#content-main .horz_cal_nav A:hover,
#content-main .horz_cal_nav A:link,
#content-main .horz_cal_nav A:visited,
#content-main-wide .horz_cal_nav A:hover,
#content-main-wide .horz_cal_nav A:link,
#content-main-wide .horz_cal_nav A:visited {
    text-decoration: none;
}

DIV.horz_cal_nav DIV.cal_view_links span {
    position: relative;
    top: -7px;
}

DIV.horz_cal_nav DIV.browse {
    padding-top: 10px;
}

DIV.horz_cal_nav DIV.browse img {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 2px;
}

DIV.horz_cal_nav DIV.browse {
    float: left;
}

DIV.horz_cal_nav DIV.cal_view_links {
    padding-top: 7px;
    text-align: right;
    float: right;
}

#content-main .tx-cal-controller h2,
#content-main-wide .tx-cal-controller h2 {
    background: transparent;
    font-famiLy: Georgia, Times, "Times New Roman", serif;
    font-size: 1.8em;
    line-height: 1.2em;
    padding-left: 0px;
}

#content-main table.fixed,
#content-main-wide table.fixed {
    width: 100%;
    table-layout: fixed;
}

/* Newsmenue in rechter Spalte */

div.news ul.news-archiv {
    list-style-type: none;
    padding: 0 0 0 8px;
    margin: 0;
}

div.news ul.news-archiv li {
    padding: 0;
    margin: 0;
}

div.news ul.news-archiv li.news-amenu-item-year {
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 0 0 0;
}

div.news ul.news-archiv li DIV.news-archive-item {
}

#content-main div.news div.news-detail,
#content-main div.news div.news-list {
    padding: 0 0 0 8px;
}

#content-main div.news div.news-list div.concol h3,
#content-main div.news div.news-list div.concol h3 a,
#content-main div.news div.news-list h3,
#content-main div.news div.news-list h3 a,
#content-main div.news-list h3,
#content-main div.news-list h3 a {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.2em;
    color:#002d75;
    padding: 0;
    margin: 2px 0 5px 0;
    text-decoration: none;
}

#content-main div.news div.news-detail h3 {
    padding: 2px 0 0 0;
    margin-top: 0;
}

#content-main div.news div.news-detail p.bodytext,
#content-main div.news div.news-list div.concol p.bodytext {
    padding-left: 0;
}

a.linkIco img {
    padding: 0 3px 0 0;
    border: 0;
}

#content-right .tx-cal-controller.legend p {
    margin-bottom: 10px;
    padding-left: 6px;
}

#content-right .tx-cal-controller.legend span.desc {
    display: block;
    margin-bottom: 10px;
    padding-left: 13px;

}

#content-right .tx-cal-controller.legend span.ico {
    padding-right: 5px;
    padding-left: 5px;
    float: left;
}

DIV.csc-menu-3 {
    padding-left: 15px;
    padding-bottom:10px;
}

P.csc-linkToTop {
    text-align:right;
    clear: both;
}

table.contenttable,
table.csc-uploads {
    margin-left: 8px;
}

table.contenttable td p.bodytext {
    padding-left: 8px;
}

#content div.csc-textpic-imagewrap,
#content div.csc-textpic {
    clear: both;
}

pre,
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap,
div.csc-textpic-left div.csc-textpic-imagewrap {
    padding-left: 8px;
}

/** Mailform CSC Styled **/

form#mailform {
    padding-left: 8px;
    font-size: 1.0em;
    line-height: 1.2em;
}

#content-main form#mailform fieldset div.csc-mailform-field label {
    display: block;
    float: left;
    min-width: 100px;
    font-weight: bold;
    text-align: right;
    padding-top: 3px;
}

#content-main form#mailform fieldset div.csc-mailform-field {
    padding: 2px 0px 2px 0px;
    clear: both;
}

#content-main form#mailform fieldset div.csc-mailform-field select,
#content-main form#mailform fieldset div.csc-mailform-field textarea,
#content-main form#mailform fieldset div.csc-mailform-field input {
    border: 1px #ccc solid;
    font-size: 1.0em;
    padding: 2px 0px 2px 4px;
}

#content-main form#mailform fieldset div.csc-mailform-field select {
    padding: 2px 2px 2px 2px;
}

#content-main form#mailform fieldset div.csc-mailform-field legend {
    display: none;
    padding: 0;
    margin: 0;
}

#content-main form#mailform fieldset#mailformRadiobutton input {
    width: auto;
    float: left;
    clear: both;
    padding: 0;
    margin: 1px 5px 0 1px;
}

#content-main form#mailform fieldset #mailformRadiobutton label {
    display: inline;
    float: left;
    width: auto;
    padding: 0;
    margin: 0px 0 3px 0;
}

#content-main form#mailform fieldset div.csc-mailform-field input.csc-mailform-submit {
    padding: 2px 2px 2px 2px;
}

#content-main form#mailform fieldset div.csc-mailform-label {
    padding: 3px 0 3px 0;
}

/** Tip-A-Friend form **/
div#tipafriend table td.labelcell {
    text-align: right;
    font-weight: bold;
    width: 130px;
    vertical-align: top;
}

div#tipafriend table td input,textarea {
    border: 1px #ccc solid;
}

/** Dr. Wiki Extension **/

div.tx-drwiki-pi1 {
    padding: 0 0 0 8px;
}

/* Indexed Search Results */

div#content-main div.tx-indexedsearch-rules h2 {
    margin-left: 0px;
}

div.tx-indexedsearch-browsebox ul {
    list-style-type: none;
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

div.tx-indexedsearch-browsebox ul li {
    display: inline;
    padding-right: 5px;

}

.tx-indexedsearch-result-number {
    display: none;
}

form#tx_mhajaxsearch_form input#tx_indexedsearch {
    display: none;
}

.ui-widget-content {
    height:auto;
}
