/* Formatierung Kontent-Bereich (td) */
*.content {
    background-color : #FFFFFF;
    vertical-align:top;
    text-align:left;
    border-width:0px;}
div.content {width : 65%;
    padding : 10px}

/* Formatierung Navigations-Bereich (td) */
*.navi {
    background-color:#FFFF90;
    vertical-align:top;
    text-align:left;
    border-width:0px;}
div.navi {position: absolute;
    top: 2em;
    left: 1em;
    width: 9em}

/* Formatierung Kopf-Bereich (td) */
*.head {
    background-image : url('images/logo274x187tr4.png');
    background-position : left;
    background-repeat : no-repeat;
    border-bottom-width : 0px;
    border-left-width : 0px;
    border-right-width : 0px;
    border-top-width : 0px;
    padding : 0px;
    height : 187px;
    text-align : right;}
div.head {width: 65%;}

/*
*.foot {
    background-color:#FFFF90;
    text-align:right;
    border-width:0px;
  }
*/
p, ul, ol, td {line-height : 3ex;}
li {padding-bottom : 2ex;}
h1, h2, h3 {
    background-color : #cccccc;
    line-height : 3ex;}
body {
    padding-left: 11em; /* space for navibar */
    background-color : #FFFF90;
    background-image : url('images/background2d.jpg');
    background-position : top right;
    background-repeat : no-repeat;
    font-size : 120%;}

/* tabellenformatierung */
table {
    font-family: Arial, Helvetica, sans-serif;
    border-color : #ffffff;
    border-collapse:collapse;}

/* tabellenzelleformatierung - ueberschrift*/
th {font-family: Arial, Helvetica, sans-serif;
    border-color : #ffffff;
    border-style : solid;
    border-width : 1px;
    text-align: center;
    white-space:nowrap;
    padding : 8px;
    padding-right : 50px;}

/* tabellenzelleformatierung - tabellenzelle*/
td {font-family: Arial, Helvetica, sans-serif;
    border-color : #ffffff;
    border-style : solid;
    border-width : 1px;
    text-align: center;
    padding : 8px;}

