body {
    text-align: center;
}

/* The invisible (white) line below the plumb */
#plumbInvisibleLine {
    position: absolute; 
    background-color: #ffffff; 
    width: 1px; 
    font-size: 1pt;
}


HR.newsHR {
    background-color: #6c6c6c; /* Mozilla 1.4 */
    color: #6c6c6c; /* IE 6 */
    border: #6c6c6c; /* Opera 7.11 */
    height: 1px; /* in Opera f�r die Anzeige n�tig, in Mozilla f�r die einheitliche H�he */
    width: 150px;
}

A {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #6c6c6c;
    text-decoration: none;
}

A:Hover {
    text-decoration: underline;
    color: #ff0000;
}

A:Active {
    color: #ff0000;
}

/*
TABLE.mainTable {
    border-left-width: 0px;
    border-right: 1px solid #ff0000;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
}*/


.blank {
    font-size: 1pt;
}

.leftNavWhiteOnRed {
    background-color: #ff0000;
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
    font-size: 8pt;
}

.searchField {
    border: none;
    border-left: 1px solid #6c6c6c;
    border-top: 1px solid #6c6c6c;
    height: 15px;
    width: 118px;
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    color: #6c6c6c;
}

.searchButton {
    border: none;
    height: 15px;
    width: 15px;
    text-align: center;
}

/* The top-level heading */
.mainHeading {
    font-family: Arial Black;
    font-size: 18pt;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #e3e5e6;
    text-align: right;
    padding-top: 0;
    margin-top: 0;
}

DIV, .standardText {
    font-family: Arial;
    font-size: 10pt;
    color: #6c6c6c;
    font-weight: normal;
}

.standardTextBold {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #6c6c6c;
}

.paragraphHeading {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}

A.standardTextLink {
    font-family: Arial;
    font-size: 10pt;
    color: #6c6c6c;
    text-decoration: none;
}

A.standardTextLink:Hover {
    font-family: Arial;
    font-size: 10pt;
    color: #ff0000;
    text-decoration: underline;
}


.smallText {
    font-family: Arial;
    font-size: 8pt;
    color: #6c6c6c;
}

.smallTextBold {
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    color: #6c6c6c;
}

A.smallTextLink {
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    color: #6c6c6c;
}

A.smallTextLink:Hover {
    color: #ff0000;
    text-decoration: underline;
}

.standardHeading {
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
}

/* The Heading-font for the left-index-nav and the right index */
.leftRightHeading {
    font-family: Arial;
    font-weight: bold;
    font-size: 7pt;
    color: #3D8754;
}

.leftRightHeadingActive {
    font-family: Arial;
    font-weight: bold;
    font-size: 7pt;
    color: #FFFFFF;
}

.footer {
    font-family: Arial;
    font-size: 7pt;
    color: #000000;
}

/* left navigation ... */
.leftNavLevel1Standard, .leftNavLevel1Selected {
    margin-left: 10px;
    padding-left: 10px;
}

.leftNavLevel2Standard, .leftNavLevel2Selected {
    margin-left: 20px;
    padding-left: 20px;
}

.leftNavLevel3Standard, .leftNavLevel3Selected {
    margin-left: 30px;
    padding-left: 30px;
}

.leftNavLevel4Standard, .leftNavLevel4Selected {
    margin-left: 40px;
    padding-left: 40px;
}

.leftNavLink {
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    color: #6c6c6c;
    text-decoration: none;
    letter-spacing: 1px;
    display: block;
}

.leftNavLinkSelected {
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    color: #ff0000;
    text-decoration: none;
    letter-spacing: 1px;
    display: block;
}

/* indicate the barrier-freeness */
.leftNavLinkLevel1:First-Letter {
    text-decoration: underline;
}

.lineRed {
    background-color: #ff0000;
    font-size: 1pt;
}

HR.employee {
    color: #ff0000;
    background-color: #ff0000;
    height: 1px;    
    border: 0;
    width: 100px;
}

/* DropDown-Menu */
.menuContentCellMiddle {
    border-right: 1px solid #ff0000;
    vertical-align: middle;
}

.menuContentCellFirst {
    border-right: 1px solid #ff0000;
    border-top: 1px solid #ff0000;
    vertical-align: middle;
}

.menuContentCellLast {
    border-right: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
    vertical-align: top;
}

A.AMenuItems {
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    color: #6c6c6c;
    letter-spacing: 1px;
    text-transform: uppercase;
}

A.AMenuItems:Hover {
    color: #ff0000;
}
