/* Diese Datei ist von Hand geschrieben. Sie enthaelt notwenige Aenderungen an der start_rtl.css */
/* Die start_rtl.css ist per CSSJanus (http://cssjanus.commoner.com/) aus der start.css zu GENERIEREN  */

html, body, div, span, a, p, th, td, h1, h2, h3, h4, h5, h6 {
    direction:rtl;
}

#links a {
    display:block;
    float:right;
    overflow:auto;
    padding-left:5px;
    margin: 0px 25px;
}

/*CSS ehemals fuer bamaward jtz fuer IR startseite */
#bam{
    border:0px;
    width:98px;
    height:110px;
    z-index:1000;
    position:relative;
	right: 0px;
	top:0px;
}
#bamtext1{
    position:relative;
    color:#9ECD1C;
    
}
#bamtext2{
    position:relative;
    color:black;
}
#bambackground{
    border:1px solid black;
    background-color:white;
    position:relative;
    right: 63px;
    width: 200px;
    top: 3px;
}
#bambackground a{
    text-decoration:none;
}