/* ======================================== */
/* Content: CSS styles i4Portal/INTRO 	   */
/* Version: 1.2, 07.11.2002, fe, rs			*/
/* ======================================== */   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #000000;
}

/* background color for the content part of the pages */
Body
{
    background-color: #000000;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #ccc290;
    SCROLLBAR-3DLIGHT-COLOR: #ffffff;
    SCROLLBAR-ARROW-COLOR: #8d8558;
    SCROLLBAR-TRACK-COLOR: #FEF2A6;
    SCROLLBAR-DARKSHADOW-COLOR: #222222;
    SCROLLBAR-BASE-COLOR: #fdf8cb;
}



/* hyperlink styles of the unselected tabs */
A.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    font-style:italic;
    line-height:24px;
}

A.OtherTabs:link    {
    text-decoration:    none;
    color:#575757;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#575757;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#575757;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color:#ffffff;
}

   
/* GENERAL */
/* style for module titles */

.AmtTitel {
    font-family: Arial;
    font-size:  36px;
    font-weight: bold;
    font-style:italic;    
    color: #575757;
}

.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color: #000000;
}