
/* GENERAL */
* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    line-height: 1.5em;
}
body {
    background-color: #C5C5C5;
    margin: 0px;
    padding: 0px;
}
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

span.headerText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #505A61;
    font-weight: bold;
}

ul.SimpleText {
    list-style-image:url('http://www.fms-partner.at/de/_IMG/fms_imgList.gif');
    margin-top: 0px;
    margin-left: 1.5em;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0.75em;
    padding-bottom: 0px;
}
ol.SimpleText {
    margin-top: 0px;
    margin-left: 1.5em;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0.75em;
    padding-bottom: 0px;
}

td.SimpleText-Col-1 {
    vertical-align: top;
    white-space: nowrap;
}
td.SimpleText-Col-2 {
    vertical-align: top;
}

/* LAYOUT */
#main {
    position: relative;
    width: 932px;
    border-style: solid;
    border-color: #AFAFAF;
    border-width: 0px 1px 1px 1px;
    /*margin: 0px auto auto auto;*/
}

#border {
    position: relative;
    background-color: #F2F2F2;
    border-style: solid;
    border-color: #F2F2F2;
    border-width: 0px 1px 1px 1px;
}

#top {
    position: relative;
}

#header {
    position: relative;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 0px 0px 1px 0px;
}

#menu {
    position: relative;
}

#content-col-1 {
    float: left;
    width: 130px;
    position: relative;
    background-color: #F2F2F2;
    background-image: url('http://www.fms-partner.at/images/img_bg_01.jpg');
    background-repeat: no-repeat;
    min-height: 329px;
    height: 329px;
}

#submenu {
    text-align: right;
    margin-top: 43px;
    margin-left: 17px;
    margin-right: 17px;
    margin-bottom: 10px;
}

#content-col-2 {
    float: left;
    width: 568px;/*388px;*/
    position: relative;
    background-color: #F2F2F2;
    background-image: url('http://www.fms-partner.at/images/img_bg_content.jpg');
    background-repeat: repeat-x;
    border-color: #F2F2F2;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
}
#content-col-3 {
    float: left;
    width: 230px;
    position: relative;
    background-color: #F2F2F2;
    background-image: url('http://www.fms-partner.at/images/img_bg_content.jpg');
    background-repeat: repeat-x;
    min-height: 329px;
}

div.content {
    padding: 12px;
}

#footer {
    clear: both;
    margin: 5px;
    text-align: center;
}
