/* suche_inhouse.css +++++++++++++++++ Beschreibung: Stylesheet für die Positionierung der Suchoberfläche bei inhouse-Dokumenten des IMC History: 07-okt-03 erstellt Eckhard Stasch 02-dez-03 erweitert Eckhard Stasch */ #tastatur { position: absolute; top: 50px; left: 400px; width:650px; height: 250px; border: 1px solid; background-color: yellow; } #inputfield { background-color: white; color: black; margin-bottom: 0px; position: absolute; top: 15px; left: 20px; width: 400px; border:solid 2px; /* border-color:rgb(190,190,190); */ border-color: coral; font-size:18px; width: 400px; height:28px; line-height:24px; } #ihrSuchbegriff { position: absolute; left: 450; top: 18; font-size: 20px; color: rgb(180,180,0); } #viewport_text { position: absolute; top:320; left:100; height:500; width:1000; overflow:hidden; /*border:1px solid;*/ background-color: rgb(240,240,240); color: black; } #kapitel { position: absolute; top:0; left:0; height:auto; width:1000; overflow:visible; padding: 10; padding-bottom: 30px; } #scroll_kapitel { position: absolute; top:840; left:200; height:40; width:120; } #scroll_kapitel_down {display:inline;} div.tastenzeile { position: absolute; left:0px; } div.tastenfeld { position: absolute; top: 0px; width: 45px; height:45px; } div.tastenfeld img {width: 45px; height: 45px;} div.blank { position: absolute; top: 0px; width: 45px; height:45px; border: 1px solid coral; } div.type { position: absolute; top: 0px; width: 45px; text-align: center; padding-top: 7px; font-size: 20px; } a:link , a:visited { text-decoration: none; color: rgb(40,40,40); } #tastatur a:hover { text-decoration: none; background-color: #BC501D; } #seiteninhalt { padding-left: 50px; padding-right: 50px; } div.treffer { margin-top: 10px; padding-top: 5px; border: 0px; border-top: 1px solid; } div.hit { font-weight: bold; width: 1000px; height: 20px; overflow: hidden; } div.excerpt { font-size: 12px; line-height: 20px; } div.lastmodified { width: 1px; height: 1px; overflow: hidden; visibility: hidden; }