/*
 *  (c) 2006
 *  Andreas Wagner <a.wagner@progressima.org>
 *
 */


body {  	
    text-align: center; /*wegen zentrierter Ausrichtung im IE*/
    background-color: #dcdcdc;
}

#M3-life {  
    background-color: #ffffff;
    text-align: justify;
    width: 850px;
    height: 650px;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main {
   background-color: #ffffff;
}


#navigation {
    background-color: #cccccc;
    height: 30px;
}

ul.tmenulayers {
    list-style-type: none;
    margin: 0px !important;
    padding: 0px !important;
}

#navigation ul.tmenulayers {
    text-align: center;
}

#navigation ul.tmenulayers li {
    float: left;
    margin: 0px !important;
    padding: 0px !important;
    border-right: 1px solid white;
    width: 93px;
}

#navigation ul.tmenulayers li.level1-first {
    width: 96px;
}

#navigation ul.tmenulayers li.level1-last {
    border: none;
    width: 95px;
}

#navigation ul.tmenulayers li.level1-act {
    background-color: #666666;
}

#navigation ul.tmenulayers li.level1-act a {
    color: white;
}

#navigation ul.tmenulayers li a {
    padding: 5px 0px;
    display: block;
}

#navigation ul.tmenulayers li a:hover {
    /*color: #3BB3C3;*/
    color: white;
    background-color: #666666;
}

#left {
    float: left;
    width: 189px;
    margin-top: 10px;
}

#left img {
    margin-top: 9px;
}

#content {
    float: left;
    width: 655px;
    height: 400px;
    overflow: auto;
    margin-top: 18px;
    margin-left: 5px;
}

#content table {
    text-align: left;
    margin: 10px 15px;
}

#content table p {
    margin: 4px;
    line-height: 140%;
}

table.news-list, #news-single {
    margin-left: 10px;
}

P.news-single-imgcaption {
    font-style: italic;
    font-size: 10px;
    color: #3270A9;
}

.news-single-img {
    float: right;
    margin-top: 20px;
    margin-left: 20px;
}

.tx-euriceevents-pi1-header-row, .tx-euriceevents-pi1-listrow-std, .tx-euriceevents-pi1-listrow-odd {
    font-size: 8pt;
}

DIV.tx-euriceevents-pi1 {
    margin: 15px 10px;
    font-size: 8pt;
}

.tx-euriceevents-pi1 TABLE{
    font-size: 8pt;
}

.tx-euriceevents-pi1 TEXTAREA {
    width: 500px;
}

.imgtext-table {
    margin: 10px 15px 1px;	
}

.totop {
    margin: 10px 15px 30px;
    text-align: right;
}

.totop a {
    width: 14px;
    height: 9px;
}

.totop a img {
    border: none;
}

