/* --------- */
/* Menu Left */
/* --------- */

ul.horiz-menu.first {
    list-style-type:none;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    z-index: 1;
}

ul.horiz-menu.first li {
    position: relative;
    display: block;
    width: 140px;
    height: 40px;
    background: url('../images/layout/ncas_button_menu.jpg') 0 0 no-repeat;
    padding: 0;
    margin: 0 0 10px 10px;
}

body ul.horiz-menu.first li a {
    display: block;
    width: 140px;
    height: auto;
    color: #ffffff;
    padding: 12px 0 0 10px;
    text-decoration: none;
    line-height: 1.2em;
}

ul.horiz-menu.first li a:hover {
    font-weight: bold;
}

ul.horiz-menu.first li ul {
    display: none;
}
ul.horiz-menu.first li:hover ul {
    position: absolute;
    display: block;
    width: 140px;
    background-color: white;
    border: 1px outset white;
    padding: 9px 5px 5px 5px;
    margin: 0 0 0 120px;
    top: 3px;
    z-index: 9999;
}
ul.horiz-menu.first li ul li {
    width: 140px;
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
}
ul.horiz-menu.first li ul li a {
    display: block;
    width: 140px;
    height: auto;
    padding: 0;
    margin: 0 0 6px 0;
    line-height: 1.2em;
    color: #7D8285;
    background: none;
    text-decoration: none;
}
ul.horiz-menu.first li:hover ul li ul {
    display: none;
}
ul.horiz-menu.first li ul li:hover ul {
    display: block;
    top: -8px;
    width: 150px;
    margin: 0 0 0 140px;
}

ul.horiz-menu.first li ul li:hover ul a {
    width: 150px;
}


.hidden {
    display: none;
}



























/* ----------------------------- */
/*                               */
/* CSS fuer NCAS Research        */
/*                               */
/* Michael Ibsen                 */
/* Xisio Informationssysteme GbR */
/* http://www.xisio.com          */
/* 15.6.2008                     */
/*                               */
/* ----------------------------- */


/* ----------------------- */
/* Browser-Nivellierung    */
/* passt die verschiedenen */
/* Browser aneinander an   */
/* ----------------------- */

* {
    margin:0;
    padding:0;
}

html {
    height:100%;
    font-size:100.01%;
    
    /* change scrollbar color (msie only) */
    scrollbar-base-color: white; 
    scrollbar-3dlight-color: #e7e8ea; 
}

body {
    text-align:center;
    height: 100%;
    min-height:100%;
    font:100.01%/130% Arial, Verdana, Helvetica, sans-serif;
    color:black;
    background:white;
    width:1000px;
    margin:0 auto;
}

body * {
    text-align:left;
    font-size:9pt;
}

ul {
    margin:0px;
    padding:0px 0px 0px 2em;
    line-height:1.3em;
}

a {
    color: #777;
}


/* -------- */
/* Menu TOP */
/* -------- */

div.menu_top {
    width: 1000px;
    margin: 0px;
    padding: 100px 0px 0px 220px;
    background-color: transparent;
    color: #7D8285;
    font-size: 12px;
}

ul.menu_top {
    padding: 15px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

li.menu_top {
    display: inline;
    float: left;
    list-style-type:none;
    padding: 0px;
    margin: 0px;
}

a.menu_top {
    color: #7D8285;
    font-size: 12px;
    padding: 0px 20px 0px 0px;
    background-color: transparent;
    text-decoration: none;
}

a.menu_top:hover {
    font-weight: bold;
}

li.hact a {
    color: #F3C226;
}

li.hact a:hover {
    font-weight: bold;
}


/* -------- */
/* Layout   */
/* -------- */


div.wrapper {
    width: 1000px;
    height: 650px;
    background-image: url('../images/layout/ncas_bg2.jpg');
    background-repeat:no-repeat;
    margin:0 auto 0 auto;
    overflow: hidden;
    border: 1px solid #29509B;
}

div.header {
    width: 1000px;
    height: 178px;
    background-image:url();
    background-repeat:no-repeat;

}

div.left {
    width: 160px;
    height: 432px;
    background-color: transparent;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    border-collapse: collapse;
    z-index: 10;
}

div.right {
    width: 200px;
    height: 432px;
    overflow: auto;
    background-color: #E7E8EA;
    float: right;
    padding: 0px 0px 20px 0px;
    margin: 20px 0px 0px 0px;
    color: #7D8285;
}

div.middle {
    margin: 20px 0px 0px 60px;
    padding: 0px 20px 20px 0px;
    background-color: transparent;
    width:520px;
    float:left;
    height: 390px;
    overflow: auto;
    color: #7D8285;
    z-index: 10;
}

div.breadcrumb {
    width: 540px;
    height: 20px;
    border-top: 1px solid #7D8285;
    border-bottom: 1px solid #7D8285;
    margin: 20px 0px 0px 220px;
    padding: 0px 0px 0px 0px;
    color: #29509B;
    font-weight: bold;
    font-size: 11px;
}

a.breadcrumb {
    text-decoration: none;
    font-size: 11px;
    color: #29509B;
    font-weight: bold;
}





h1 {
    padding: 0px 0px 10px 0px;
    font-size: 10pt;
}

h2 {
    padding: 0px 0px 10px 0px;
    color: #29509b;
    font-size: 10pt;
}


h3 {
    padding: 0px 0px 10px 0px;
    color: #29509b;
}

h4 {
    padding: 0px 0px 10px 0px;
    color: #777;
    font-size: 9pt;
}

p {
    padding: 0px 0px 10px 0px;
}

div.right p {
    line-height: 1.3em;
    padding: 10px 15px 0px 15px;
    font-size: 9pt;
}

ul.csc-bulletlist {
    margin:0px;
    padding:0px 0px 10px 2em;
    line-height:1.6em;
}

/* H1 Ueberschriften im rechten Rand */
div.right h1 {
    padding: 10px 0px 0px 15px;
}

div.right h1.right {
    color: white;
    background-color: #29509B;
    font-size: 12px;
    padding: 2px 15px 2px 15px;
}


/* Kontaktformular */

table.contact {
    vertical-align: top;

}

table.contact td {
    vertical-align: top;
}

fieldset.csc-mailform {
    border: 0px;
}


/* Mitgliedsbereich / Login */

div.tx-felogin-pi1 fieldset {
    padding: 10px;
}

div.tx-felogin-pi1 div {
    margin: 0px 0px 10px 0px;
}


/* Tabellen */

table.contenttable {
    margin: 0px 0px 10px 0px;

}

table.contenttable td {
    vertical-align: top;


}

table.veranstaltungen td.td-0 {
    width: 120px;
}

table.veranstaltungen td.td-1 {
    width: 310px;
}

table.veranstaltungen td.td-2 {
    width: 100px;
}

table.expertenrat td.td-0 {
    width: 100px;
}

table.expertenrat td.td-1 {
    width: 330px;
}

table.expertenrat2 td.td-0 {
    width: 150px;
}

table.expertenrat2 td.td-1 {
    width: 65px;
}

table.expertenrat2 td.td-2 {
    width: 280px;
}



/* ------------- */
/* Sprachauswahl */
/* ------------- */

div.langselect {
    margin: 0px 0px 0px 200px;
    padding: 0px;
    float: left;
    line-height: 1.3em;
    width: 150px;
}

span.langselect {
    font-size: 12px;
    color: #7D8285;
    padding: 0px 2px 0px 2px;
    margin: 0px;
    font-weight: bold;
}

a.langselect {
    text-decoration: none;
    color: #7D8285;
    font-size: 12px;
    padding: 0px 2px 0px 2px;
    margin: 0px;
}


/* -------------------------- */
/* DIV für URL nach dem Druck */
/* -------------------------- */
div.docuri {
    display: none;
}

