﻿/*
 * @name: 04_table.css
 * @description:
 * @project: Fresenius Medical Care BCM Website
 * @author: Christian Wirkus
 * Copyright (C) 2008 Spirit Link GmbH
 */
td, th {
    vertical-align: top;
}
table {
    /*table-layout: fixed;*//*geändert SIMAJA */
    /*width: 740px;*/
    /*width: 930px;*/ /* geändert SIMAJA */
    width:100%;
    overflow: hidden;

}
td {
    padding: 0px 18px;
    /*width: 50%;*//*geändert SIMAJA */

}
.main-layout-table .left {
    background-color: #C8D7EE;
}
td.news {
    background-color: #C8D7EE;
}
table.news div {
    margin-top:-20px;
    font-size:16px;
}
#content td {
    border:solid 1px C8D7EE;
 }
 
.simaja {
    border:none;
}
