* { padding: 0; /*Innenabstand*/ margin: 0; /*Außenrand/Abstand*/ } #adminTools{ font-size: 0.8em; position : absolute; left : 500px; top : 50px; border: 0px solid red; fore-color : red; text-decoration : none; } html, body { font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; font-size: 100.01%; height:100%; } #main { width:56.4em; } *html #header{ margin-top:0px; width: 100%; height: 108px; background-image: url("/w3a-lkgiLK/_inst-lkgiLK/common/img/1_bgLandkreis.gif"); background-repeat: no-repeat; } #header{ margin-top:-1px; width: 100%; height: 108px; background-image: url("/w3a-lkgiLK/_inst-lkgiLK/common/img/1_bgLandkreis.gif"); background-repeat: no-repeat; } *html #headMenu{ position: absolute; top : 124px; left : 50px; font-size: 0.8em; } #headMenu{ position: absolute; top : 116px; font-size: 0.7em; } #headFuncMenu{ position: absolute; left : 710px; top : 54px; font-size: 0.7em; z-index:1; white-space: nowrap; } #headSearch{ position: absolute; left : 730px; top : 84px; font-size: 0.9em; } #whereAmIRow { font-size : 0.7em; /* 9pt; KG*/ padding-left : 4px; padding-top : 2px; border-left:1px solid black; border-right:1px solid black; border-bottom:1px solid black; z-index: 1; height: 20px; } #whereAmI { margin-left : 17.5em; /*165px; KG*/ padding-top : 3px; padding-bottom : 3px; padding-left : 4px; margin-top: -15px; border:none; } img { border : none; } /*Standards*/ H1 { font-size: 1.5em; } H2 { font-size: 1.2em; } H3 { font-size: 1.0em; } H4 { font-size: 0.9em; } H5 { font-size: 0.8em; } H6 { font-size: 0.7em; } p { font-size: 1em; margin-bottom : 0px; margin-top : 0px; } .publist { margin-bottom : 1em; } .publist_title { margin-bottom : 0.3em; } a { text-decoration: none; color: black; } a:hover { text-decoration: underline; color: black; } #pageHeadline { font-size : 1em; /* width : 680px; *//*500px; KG*/ background-color : #EDF9EB; border : 1px solid black; margin-bottom: 1em; } .pageHeadline { font-size : 1em; /* width : 680px;*/ /*500px; KG*/ background-color : #EDF9EB; border : 1px solid black; margin-bottom: 2em; } #pageHeadlineFiller { /*float: left;*/ border-right : 1px solid black; width : 1.25em; background-color : #9CC89C; } #pageHeadlineStartseite { font-size : 1em; width : 37em; /*500px; KG*/ background-color : #EDF9EB; border : 1px solid black; } .pageHeadlineStartseite { font-size : 1em; width : 37em; /*500px; KG*/ background-color : #EDF9EB; border : 1px solid black; } table.contentAndLeftMenuTable { font-family : Arial; font-size : 1em; /*10pt; KG*/ padding : 0px; margin : 0px; border : 0px; } tr.contentAndLeftMenuTR { height : 597px; } td.contentAndLeftMenuTD { /*height : 597px;*/ /*14*/ font-family : Arial; font-size : 1em; /*10pt; KG*/ padding : 0px; margin : 0px; border : 0px; background-color : #EDF9EB; text-align : left; } td { font-family : Arial; font-size :0.8em; /*10pt; KG */ padding : 0px; margin : 0px; border : 0px; } #contentAndLeftMenu { position : relative; border : 1px solid black; border-top : none; } #leftMenuTopFiller { position:relative; /*left : -2px; KG*/ background-color : #9CC89C; /* von 10.5 auf 12.5; HH */ width : 12.5em;/* 165px; KG*/ height : 5px; overflow : hidden; border : none; margin : 0px; padding : 0px; border-bottom : 2px solid black; } #leftMenuBlock { background-color : #EDF9EB; /*padding-left : 2px; KG*/ width : 12.5em; /* von 10.5 auf 12.5; HH -165px; KG*/ border : none; font-size: 1em; } #content { left : 174px; top: 0px; width : 600px; /*695px; KG*/ margin-left : 10px; margin-top : 20px; } /*Links in den Inhaltseiten*/ #content a { text-decoration: underline; color: blue; } /*KG*/ #content a:hover { text-decoration: underline; color: blue; } /* Main-Nav */ #headMenu div { } #headMenu ul { /* indent-left : -10px; */ margin : 0px; } #headMenu a { text-decoration: none; color: black; } #headMenu a:hover { color: black; text-decoration: underline; } /* Sub-Nav */ #leftMenu{ margin-top: 10px;} #leftMenu dfn { font-size : 8pt; } #leftMenu dfn { visibility: hidden; display: none; } #leftMenu ul { list-style-type: none; /* margin-left : 0px; */ } #leftMenu li { position:relative; margin-left : 10px; list-style-type: none; } #leftMenu li a, #leftMenu a { font-size : 0.8em; /* 9pt; KG */ text-decoration: none; color: black; } #leftMenu a:hover { font-size : 0.8em; text-decoration: none; color: red; } /*Inhalt - Aufzaehlungsliste */ #content ul { list-style-type: disc; /*Darstellungstyp*/ display:inline; /*Anzeigeart ohne Platzhalter - inline = Erzwingt die Anzeige im Text - das Element wird im laufenden Textfluss angezeigt*/ padding-bottom:1em; /*Innenabstand unten*/ list-style-position:outside; } /*Inhalt - Aufzaehlungsliste - Listenpunkt*/ #content ul li { padding-bottom:0.2em; /*Innenabstand unten*/ margin-left:1.7em; /*Außenrand/Abstand links*/ list-style-position:outside; } /*Inhalt - Nummerierte Liste */ #content ol { list-style-type: decimal; /*Darstellungstyp*/ list-style-position:inside; /*Listeneinrueckung inside = eingerueckt / outside = ausgerueckt */ padding-bottom:1em; /*Innenabstand unten*/ } /*Inhalt - Nummerierte Liste - Listenpunkt */ #content ol li { padding-bottom:0.2em; /*Innenabstand unten*/ margin-left:1.7em; /*Außenrand/Abstand links*/ list-style-position:outside; } #servicenav { padding-bottom: 2px; /*Innenabstand unten*/ padding-top: 2px; /*Innenabstand oben*/ border:none; /*Rahmen*/ font-size:0.6em; /*Schriftgroesse*/ font-weight: normal; /*Schriftgewicht*/ text-align:right; /*Horizontale Ausrichtung*/ /*margin-right:3em; */ /*Außenrand/Abstand rechts*/ } /* Aufzaehlungsliste ohne Darstellungstyp */ #servicenav ul { list-style-type: none; /*Darstellungstyp*/ } /* Aufzaehlungsliste mit eingeruecktem Listenpunkt */ #servicenav ul li { display: inline; /*Anzeigeart ohne Platzhalter - inline = Erzwingt die Anzeige im Text - das Element wird im laufenden Textfluss angezeigt*/ padding-bottom: 0.2em; /*Innenabstand unten*/ padding-left: 1em; } /*Listenpunkt ohne Darstellungstyp*/ #servicenav li { list-style-type: none; /*Darstellungstyp*/ } .sitemap { list-style-type: none; } /* == Home LK ====================== */ #lkHomeRightColumn { position: relative; top : -20px; } .lkHomeFillerRight { position:relative; background-color : #CAE3CA; /*#9CC89C; KG*/ width : 14em; /*180px; KG*/ height : 5px; overflow : hidden; border : none; margin : 0px; padding : 1px; border-bottom : 2px solid black; } .lkHomeRightColumnHeadline { font-weight : bold; background-color : #CAE3CA; /*#9CC89C; KG*/ width : 14em; /*180px; KG*/ border-bottom : 1px solid black; border-top : 1px solid black; padding-left:2px; } .lkHomeRightColumnText { background-color : #EDF9EB; height : 100%; padding-left:2px; width:14em; } #frmSearch { white-space: nowrap; font-size:0.9em; } /*-----------------------------------------DPM--------------------------------------------*/ /* - Overview */ #DPM_content { margin-top: 1.5em; border-collapse: collapse; width: 41em; } #DPM_content td { padding: 0.2em; } #DPM_content th { padding: 0.2em; font-size: 0.8em; border-bottom: 1px solid #000; } #DPM_nav { border-collapse: collapse; width:41em; } #DPM_nav td { padding: 0.2em; border-top: 1px solid #000; } /* - Detailtable */ #DPM_detail { width: 100%; margin-top: 1.5em; border-collapse: collapse; } #DPM_detail td { padding-top: 0.3em; padding-right: 0.5em; } #DPM_detail td.caption { font-weight: bold; width: 22%; } #DPM_detail td.content { width: 78%; } #DPM_detail h2 { border-bottom: 1px solid #000000; } #contenttext .publist_title h3 { color: #000; } .publist { margin-bottom:1em; } .publist_content { } /****************************** CityInfo2 ***************************************************/ /* Strukturansicht Aemter */ .structure { } li.structureLevel1 { list-style-type: none; padding-top: 1em; } li.structureLevel2 { list-style-type: none; padding-left: 1.5em; } li.structureLevel3 { list-style-type: none; padding-left: 2.5em; } li.structureLevel4 { list-style-type: none; padding-left: 4em; } li.structureLevel5 { list-style-type: none; padding-left: 5em; } li.structureLevel6 { list-style-type: none; padding-left: 6em; } li.structureLevel7 { list-style-type: none; padding-left: 7em; } li.structureLevel8 { list-style-type: none; padding-left: 8em; } /* ################################## Hessenfinder ################################## */ .hessenfinder_requiredContent { background-color:#F6CECE; }