/* DATEI: content.css */

    #dhtmltooltip{
    font-family:Tahoma,Verdana,Arial,Helvetica,Univers,sans-serif;
    font-size:8.0pt;
    color: #000000;
    position: absolute;
    width: 150px;
    border: 3px double #4E9FCE;
    padding: 2px;
    background-color:#FFA508;
    visibility: hidden;
    z-index: 100;
    }

a       { color: #4E9FCE;
          text-decoration:none; }
a:focus { outline: none; }
a:hover { text-decoration: underline; }

a.bottom-link       { color: #FFA508;
                      text-decoration:none;
                      font-family:Verdana,Tahoma,Arial,Helvetica,Univers,sans-serif;
                      font-size:7.5pt;
                      font-weight:normal; }
a:focus.bottom-link { outline: none; }
a:hover.bottom-link { text-decoration: underline; }

html,body
     { height: 100%;
       margin:0;
       padding:0;
       overflow:auto;
       background-image:url(../images/background.jpg);
       background-attachment:fixed;
       background-repeat:repeat-x;
       scrollbar-3dlight-color: gray;
       scrollbar-arrow-color: #4E9FCE;
       scrollbar-darkshadow-color: #FFA508;
       scrollbar-face-color: #FFA508;
       scrollbar-highlight-color: red;
       scrollbar-shadow-color: #CCCCCC;
       scrollbar-track-color: #4E9FCE; }


table.head
     { width:760px;
       text-align:left;
       border-style:none; }

table.navi
     { width:100%;
       height:26px;
       text-align:center;
       border-collapse:collapse; }

table.navi-inside
     { width:760;
       height:26px;
       text-align:center;
       border-collapse:collapse;
       font-family:Verdana,Tahoma,Arial,Helvetica,Univers,sans-serif;
       font-size:8.5pt;
       font-weight:bold; }

td.cell-navi-inactive
     { border-top:1px solid black;
       border-left:1px solid black;
       border-right:1px solid black;
       border-bottom:1px solid #E7E4DD; }

td.cell-navi-active
     { border-top:1px solid black;
       border-left:1px solid white;
       border-right:1px solid black;
       border-bottom:1px solid #FFD684; }

a.navi       { color: black;
          text-decoration:none; }
a.navi:focus { outline: none; }
a.navi:hover { text-decoration:underline; }

td.no-cell
     { border-left:0px;
       border-bottom:1px solid #E7E7DE; }

table.subnavi
     { width: 100%;
       height: 27px;
       text-align: center;
       border-width: 0px;
       border-collapse: collapse; }

table.subnavi-inside
     { width: 760px;
       height: 20px;
       text-align: center;
       vertical-align: bottom;
       border: 0px;
       border-collapse: collapse; }

td.cell-subnavi-inactive
     { font-family: Verdana,Tahoma,Arial,Helvetica,Univers,sans-serif;
       font-size: 8.5pt;
       font-weight: normal;
       text-align: center; }

td.cell-subnavi-active
     { background-color:white;
       border-top:1px solid black;
       border-left:1px solid black;
       border-right:1px solid black;
       border-bottom:0px;
       font-weight:bold;
       text-align: center; }

a.subnavi
     { font-family:Verdana,Tahoma,Arial,Helvetica,Univers,sans-serif;
       font-size:8.5pt;
       margin-left:10px;
       margin-right:10px;
       color: black;
       text-decoration:none; }
a.subnavi:hover { text-decoration:underline; } }

table.content
     { width:760px;
       height:75%;
       border-top:0px;
       border-left:1px solid black;
       border-right:1px solid black;
       border-bottom:1px solid black; }

td.content
     { width: 760px;
       height: 70%;
       font-family:Verdana,Tahoma,Arial,Helvetica,Univers,sans-serif;
       font-size:9.5pt;
       padding-top: 20px;
       padding-bottom: 20px;
       padding-left: 20px;
       padding-right: 20px; }

b.headline
     { font-family:Verdana,Tahoma,Arial,Helvetica,Univers,sans-serif;
       font-size:10.5pt;
       font-weight:bold; }

.small
     { font-family:Verdana,Tahoma,Arial,Helvetica,Univers,sans-serif;
       font-size:7.5pt;
       font-weight:normal; }

p
     { font-family:Arial,Helvetica,Univers,sans-serif;
       font-size:9.5pt;
       font-weight:normal; }

img.left
     { float:left;
       margin-right:10px;
       margin-top:10px;
       margin-bottom:10px; }

img.right
     { float:right;
       margin-left:10px;
       margin-top:10px;
       margin-bottom:10px; }

b.blau
     { font-family:Arial,Helvetica,Univers,sans-serif;
       font-size:0.8pc;
       color: #4E9FCE;
       font-face:bold }
