
/* DATEI       : cFrm.css                                        */
/* last update : 25.12.2003                                      */
/* author      : Edgar Falterer                                  */






body {
    background-color : black;
    
    color : silver;
  }


h1, h2, td, th, address, i, p, div {
    font-family: Verdana,sans-serif;
    font-size: 8pt;
  }


table {
    padding: 2px;
  }


th {
    margin-top: 3px;
    margin-bottom: 3px;
    vertical-align: text-middle;
  }


td {
    margin-top: 3px;
    margin-bottom: 3px;
    vertical-align: text-middle;
  }


td.bannerR {
    width: 122px;
    height: 18px;
    text-align: right;
    border-style: solid;
    border-width:1px;
    border-color: silver;
  }


td.li {
    text-align: left;
    padding: 6px;
  }


td.re {
    text-align: right;
    padding: 6px;
  }


td.w30 {
    width: 30px;
    height: 12px;
  }


.weiss {
    color: white;
  }


.grun {
    color: green;
  }


.blu {
    color: blue;
  }


.gelb {
    color: yellow;
  }


h1 {
    color: #FF6633;
    font-size: 24pt;
    font-style: italic;
    font-weight: normal;
    text-align: left;
    margin-left: 5px;
  }


h2 {
    font-size: 16pt;
    font-weight: normal;
    vertical-align: text-middle;
    color: #3366ff;
  }

/* LINKS */





a {
    font-weight : bold;
    margin-right : 5px;
    text-align : right;
    text-decoration : underline;
  }


a:link {
    background-color : black;
    color : white;
  }


a:visited {
    background-color : black;
    color : white;
  }


a:hover {
    background-color : #FF6633;
    color : white;
  }


a:active {
    background-color : #FF6633;
    color : white;
  }


a:focus {
    background-color : #FF6633;
    color : white;
  }


div {

    text-align: center;
    vertical-align: text-middle;
    padding: 2px;
  }

div#central {
    background-image : url('img/birkar.jpg');
    background-position : center center;
    background-repeat : no-repeat;
    
}


div#copyr {
    margin: 10px;
    font-weight: bold;
    font-size: 8pt;
    font-style: normal;
    text-align: left;
    width: 700px;
  }


div#impre {
    border-style: none;
    border-width: 0px;
    text-align: middle;
    
  }

