﻿/*
 * @name: 02_layout.css
 * @description:
 * @project: Fresenius Medical Care BCM Website
 * @author: Christian Wirkus
 * Copyright (C) 2008 Spirit Link GmbH
 */
body {
    text-align: center;
}
#page {
    background: transparent url(HTML/../../bas_pics/bg_page.png) repeat-y scroll 0px 0px;
    margin: auto;
    /*width: 770px;*/
    width: 960px; /* geändert SIMAJA */
    background-color: #FFFFFF;
    overflow: hidden;
}
#head {
    background: transparent url(HTML/../../bas_pics/bg_head.png) repeat-x scroll 0px 0px;
    margin: 0px 15px;
    height: 304px;
    overflow: hidden;
}
#global-zone {
    height: 258px;
    overflow: hidden;
}
#key-visual {
    height: 103px;
    overflow: hidden;
}
#key-visual img {
    margin: 15px 0px 0px 17px;
}
#info-zone {
    height: 103px;
    overflow: hidden;
}
#info-zone ul {
    margin: 24px 10px 0px 0px;
}
#product-zone {
    margin-top: 1px;
    height: 154px;
    overflow: hidden;
}
#navigation-zone {
    height: 46px;
    background-color: #C8D7EE;
    overflow: hidden;
}
#global-tabs {
    border-top: 1px solid #FFFFFF;
    height: 23px;
    background-color: #FFFFFF;
    overflow: hidden;
    text-transform:uppercase;
}
#local-tabs {
    height: 23px;
    overflow: hidden;
    text-transform:uppercase;
}
#content {
    margin: 14px 15px 0px 15px;
    /*width: 740px;*/
    width:930px; /* geändert SIMAJA */
    overflow: hidden;
}
#foot {
    margin-top: 20px;
    padding-left: 18px;
    height: 93px;
    overflow: hidden;
    color: #909087;
}
#foot font {
    display: block;
    margin: 9px 15px 4px;
}
