﻿body, html  { margin:0;
              padding:0;
              border:0;
              overflow:hidden;
              height:100%; 
              max-height:100%; }
       
a:link    { text-decoration:none; color:#848C94; }
a:visited { text-decoration:none; color:#848C94; }
a:hover   { text-decoration:none; color:#893333; }
a:active  { text-decoration:none; color:#848C94; } 

p  { font-size:0.95em;
     color:#848C94;
     line-height:1.5em;
     text-align:left;
     font-family:Tahoma,Arial; }
     
table   { height:100%;
          width:100%;
          border:0px;
          padding-bottom:9px;
          padding-left:85px;
          padding-right:415px; }
          
#oben, #unten { position:absolute; 
                top:0; 
                left:0; 
                width:100%; 
                height:150px;
                overflow:hidden;
                background-color:#FFFFFF;
                border-bottom:1px #999999 solid; }

#unten { top:auto;
         bottom:0; 
         height:45px;
         overflow:hidden;
         background-color:#FFFFFF;
         border-top:1px #999999 solid;
         border-bottom:0px #FFFFFF solid;
         font-size:0.95em;
         color:#848C94;
         text-align:right;
         font-family:Tahoma,Arial;
         margin-right:25px; }

#inhalt { position:fixed; 
          top:155px;
          left:0;
          right:0;
          bottom:50px;
          overflow:auto; 
          background:#FFFFFF; }
          
#ref    { position:absolute;
          width:630px;
          bottom:292px;
          right:85px; }
         
#pfeil  { position:absolute;
          bottom:26px;
          left:85px; }

#pfeil2 { position:fixed;
          bottom:75px;
          left:40px; }
          
.contact  { border-style:solid;
            border-width:0.75pt;
            border-color:#848C94;
            width:200px;
            padding-left:2px;
            padding-right:2px;
            font-family:Tahoma,Arial;
            font-size:0.95em;
            color:#848C94;
            background-color:#FFFFFF; } 
            
textarea  { padding:2px;
            margin-left:0px;
            width:301px;
            height:100px;
            overflow:auto;
            border-style:solid;
            border-width:0.75pt;
            border-color:#848C94;
            font-family:Tahoma,Arial;
            font-size:0.95em;
            color:#848C94;
            background-color:#FFFFFF; }         
                    
* html body { padding:145px 0 45px 0; }

* html #inhalt { height:100%; 
                 width:100%; }

* html table { padding-bottom:30px }

* html #ref { bottom:312px }

* html #pfeil { bottom:36px }

* html #oben { height:145px; }
