html {  
	font-family: Arial, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 14px;
	}

/*--Menü links----------------------------------------------------*/

#menue {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 140px;
        height: 99%;
        overflow: hidden;
        z-index: 2;
        background-image: url(images/russilogo.gif); 
        background-repeat: no-repeat; 
        background-position: 10px 10px; 
	    font-weight: bold;   
        float: left; 
        background-color: #8293bf;
        border: 1px solid #4e5f8b;
        }
#menue a {
        position: relative;
        top: 160px;
        left: 0px;
        width: 116px;
        text-decoration: none;
        display: block;
        line-height: 140%;
        color: #ffffff;
        padding-left: 5px;
        margin: 0px 0px 0px 10px;
        border: 1px solid #8293bf;
        }
#menue a:hover {
        border: 1px solid #4e5f8b;
        color: #4e5f8b;
        background-color: #ffffff; 
        }

/*--Infobox mit Counter etc unter dem Men&uuml; ----------------------------------------------------*/
#infobox {
        z-index: 2;
        text-align: center;
        font-weight: normal;   
        padding-left: 5px;
        margin: 0px 0px 0px 0px;
        position: absolute;
        bottom: 20px;
        width: 116px;
        font-size: 0.75em;
        color: #4e5f8b;
	}
#infobox a {
        color: #ffffff;
        border: 1px solid #8293bf;
        line-height: 140%;
        padding: 2px;
        margin: 0px 0px 0px 0px;
        font-size: 1em;
        display: inline;    
        text-decoration: none;
        }
#infobox a:hover {
        color: #4E5F8B;
        border: 1px solid #4e5f8b;
        background-color: #ffffff;
        }      


#inhalt {
    position: absolute;
    overflow: visible;
    top: 10px;
    bottom: 10px;
    margin-top: 10px;
    left: 160px;
    right: 20px;
    color: #4e5f8b;
    }
#inhalt #mainframe {

	top: 30px;
	left: 0px;
	right: 10px;
	bottom: 10px;
    } 

#inhalt a {
    text-decoration: none;
    line-height: 140%;
    border: 1px solid #ffffff;
    display: inline;
    color: #4E5F8B;
    padding-left: 5px;
    padding-right: 5px;
    }
#inhalt a:hover {
    text-decoration: none;
    line-height: 140%;
    border: 1px solid #4e5f8b;
    background-color: #8293bf;
    color: #ffffff;
    } 


/*--Sonstiges----------------------------------------------------*/

table	{
	color: #4e5f8b;
	font-size: 14px;
	border: 0px;
	table-layout: fixed;
  	width: 100%;
    }
H1 {
	color: #ff0000;
	font-size: 25px;
	}
H2 {
	color: #ff0000;
	font-size: 17px;
		}
small   {
    font-size: 0.75em;
    }

.matrix {
        font-size: 22pt; 
        text-align: justify; 
        padding: 10px; 
        margin: 10px;
        }

/*--Excel-Tabellen----------------------------------------------------*/

#xltab {
        border-width:1px;
        border-style:solid;
        empty-cells: show;
        table-layout: fixed;
        text-align: right; 
        height: 20px;
        }
#xltabhead {
        height: 20px;
        border-collapse:collapse;
        border-width: 3px;
        border-style: outset;
        background-color: #cacaca; 
        text-align: center; 
        }