IST
PLAN
<!-- frm_head - ahp_online_css --> <link rel="stylesheet" href="/aussendienst4/aussendienst4_at.css" /> <link rel="stylesheet" href="/aussendienst4/frepjs2000/Fr_styles.css" /> <script type="module" > "use strict"; import Frepjs_ClientAppContext from "/com/jobst_software/frepjs2000/client/Frepjs_ClientAppContext.js"; import HtmlUt from "/com/jobst_software/gjc2sx/html/HtmlUt.js"; var ac = new Frepjs_ClientAppContext(); window.addEventListener( "load", function() { ac.initHtmlDocument( document, null /* nav_title */); }); </script> <style> nav { background: rgb(134, 160, 170); display: block; padding: 0 1rem; margin: 1.5rem 0; min-height: 2rem; } nav ul { list-style-type: none; font-size: 100%; padding: 0; } nav ul li { padding: 0.5rem 3rem 0.5rem 0; float: left; } a { color: black; text-decoration: none; } a:hover, a.selected { text-decoration: underline; } </style>