﻿/*
 * @name: 01_standard.css
 * @description:
 * @project: Fresenius Medical Care BCM Website
 * @author: Christian Wirkus
 * Copyright (C) 2008 Spirit Link GmbH
 */
/*
 * tabula rasa
 */
html, body, div, span, ul, ol, li, hr, table, thead, tbody, tr, th, td, caption, h1, h2, h3, h4, h5, h6, p, pre, a, sup, form, textarea, input, select, option, img {
    margin: 0px;
    padding: 0px;
    border: 0px none transparent;
    background-color: transparent;
    color: #4E689D;
    text-decoration: none;
    text-align: left;
    font-variant: normal;
    font-family: arial, sans-serif;
}
table, tr, thead, th, tbody, td, caption {
    border-spacing: 0px;
    border-collapse: collapse;
}
ul, li {
    list-style-type: none;
}
/*
 * colors
 */
body {
    background-color: #D5E2F1;
}
/*
 * fonts
 */
th, td, p {
    font-style: normal;
    font-weight: normal;
    line-height: 1.5em;
}
th {
    font-size: 14px;
    font-weight: bold;
}
td, p {
    font-size: 13px;
}
b {
    font-weight: bold;
}
u {
    text-decoration: underline;
}
i, em {
    font-style: italic;
}
i, em {
    font-size: 11px;
    line-height: 1.1em;
}
h1 {
    margin: 17px 0px 19px 0px;
    padding-left: 28px;
    background: transparent url(HTML/../../bas_pics/bg_thead.png) no-repeat scroll 0px 4px;
    font-size: 14px;
    font-weight: bold;
}
table h1 {
    margin-left: -18px;
}
h2 {
    font-size: 13px;
    font-weight: bold;
}
.news h2 {
    font-size: 16px;
}
h3 {
    margin-top: 18px;
    font-size: 13px;
    font-weight: bold;
}
sup {
    font-size: 10px;
}
object {
    margin-left:-18px;
}
/*
 * links
 */
#info-zone li a {
    color: #012768;
}
#global-tabs li a {
    font-weight: bold;
    color: #667CAA;
}
#global-tabs li.active a {
    color: #FFFFFF;
}
#global-tabs li.active a:hover {
    color: #FFFFFF;
}
#global-tabs li a:hover {
    color: #C8D7EE;
}
#local-tabs li a {
    color: #FFFFFF;
}
#local-tabs li a:hover {
    color: #4E689D;
}
#local-tabs li.active a {
    font-weight: bold;
    color: #4E689D;
}
.breadcrumb_news a, .breadcrumb_two_rows a, .breadcrumb_one_row a {
    font-size: 12px;
}
.breadcrumb_news a {
    color: #4E689D;
}
.breadcrumb_two_rows a {
    color: #FFFFFF;
}
.breadcrumb_one_row a {
    color: #4E689D;
}
.breadcrumb_news a:hover, .breadcrumb_two_rows a:hover, .breadcrumb_one_row a:hover, #info-zone a:hover {
    text-decoration: underline;
}
table a {
    text-decoration: underline;
}
table a:hover {
    color: #7DB6E3;
}
/*
 * elements
 */
hr {
    background-color: #D5D5D2;
    color: #D5D5D2;
    height: 1px;
    /*width: 740px;*/
    width:930px; /* geändert SIMAJA */
    margin-left: -3px;
}
/*
 * help
 */
.align-right {
    text-align: right;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.clear {
    clear: both;
}
.fool-proof-clear {
    width: 100%;
    overflow: hidden;
}
.block {
    display: block;
}
.hidden {
    display: none;
}
/* CSS für SmartEditMode - simaja */
.reddotbox {
    background-color:#EC7;
    border:solid 1p #C90;
    margin:1px 0px;
}
.reddot {
    font-size:11px;
    font-weight:bold;
    color:#F00;
}
