﻿/* Stylesheet für das Energiedaten-Portal   */
/* Elternelement - vererbt an style_***.css */
/* Stand: 11.02.2026, Holtmann */
/* TFS18138, TFS14103, TFS13303, TFS16989, TFS18558 */

/*
===============
Start Debugging
===============
*/
.debugoverlay {
	position: fixed;
	width: 80%;
	height: 38px;
	top: 17px;
	left: 300px;
	right: 0;
	bottom: 0;
	background-color: lightgoldenrodyellow;
	z-index: 2;
	cursor:crosshair;
}

.debugtext {
	font-size: 8pt;
	color: mediumvioletred;
}

/*
==============
Ende Debugging
==============
*/

/*
==========
Start Body
==========
*/
body, p, td, li, dl, dd, h4, h5, small {
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-kerning: normal;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
}

/*
=========
Ende Body
=========
*/

.normal {
	/* Normaldarstellung, z.B. für innere div-Elemente */
	clear: both;
	padding-left: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	color: black;
	background-color: white;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-kerning: normal;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 1.5;
	float: none;
}

/* Farben */

.bnabgblue {
	background-color: #004874;
}

.bnafgblue {
	color: #004874;
}

.bnafgattention {
	color: maroon;
}

/* TreeView Control */

.bnatreeview {
	/*color: aqua;*/
	width: 100%;
	min-width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
}

.bnatreeviewSelected {
	background-color: #EEEEEE;
	border: 1px solid #57676F;
	letter-spacing: 0.05em;
	border-radius: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.bnatreeviewSelected:hover {
	background-color: #DDDDDD;
	letter-spacing: 1px;
	border-radius: 3px;
}

.bnatreeviewRoot {
	padding-top: 3px;
	padding-bottom: 3px;
}

.bnatreeviewRoot:hover {
	background-color: #DDDDDD;
	letter-spacing: 1px;
	border-radius: 3px;
}

.bnatreeviewLeaf {
	padding-top: 6px;
	padding-bottom: 6px;
}

.bnatreeviewLeaf:hover {
	background-color: #DDDDDD;
	letter-spacing: 1px;
	border-radius: 3px;
}

.bnatreeviewParent {
	background-color: yellow;
	padding-top: 6px;
	padding-bottom: 6px;
}

/*
========================
Start UserControl Banner
========================
*/

table .Banner {
	width: 100%;
	min-width: 100%;
	border-spacing: 0px;
}

table.Banner > tbody {
	width: 100%;
	min-width: 100%;
	border-collapse: collapse;
	margin-left: 0px;
	padding-left: 0px;
	empty-cells: show;
	background-color: #fbfbfb;
}

table.Banner > tbody > td, th {
	padding: 0px;
}

table.Banner > tbody > tr > td.td_1_1 {
	/* td 1.1 blauer Balken */
	background-color: #004874;
	border-top: 1px solid silver;
	height: 15px;
	min-height: 15px;
}

table.Banner > tbody > tr > td.td_2_1 {
	/* Logo Bundesadler */
	width: 12%;
	min-width: 12%;
	border-left: 1px solid silver;
	padding-left: 15px;
}

table.Banner > tbody > tr > td.td_2_2 {
	/* Logo Strom+Gas */
	width: 12%;
	min-width: 12%;
	border-left: 1px solid silver;
}

table.Banner > tbody tr > td.td_2_3 {
	/* Spacer */
	height: 40px;
	min-height: 40px;
	border-right: 1px solid silver;
	border-radius: 5px 5px;
}

table.Banner > tbody > tr > td.td_3_1 {
	/* ltlAppNameKurz1 */
	width: 20%;
	text-align: center;
	background-color: #FFB340;
	padding: 5px;
	letter-spacing: 0.05em;
	font-weight: bolder;
}

table.Banner > tbody > tr > td.td_3_2 {
	/* Betriebsnummer */
	width: 15%;
	text-align: center;
	background-color: #004874;
	color: white;
	letter-spacing: 0.075em;
	margin-left: 10px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

table.Banner > tbody > tr > td.td_3_2_toplevel {
	/* Betriebsnummer (wird im Toplevel nicht angezeigt) */
	width: 15%;
	background-color: #fbfbfb;
}

table.Banner > tbody > tr > td.td_3_3 {
	/* Netz-Nr. */
	width: 15%;
	text-align: center;
	background-color: #004874;
	color: white;
	letter-spacing: 0.075em;
	border-right: 1px solid silver;
}

table.Banner > tbody > tr > td.td_3_3_toplevel {
	/* Netz-Nr. (wird im Toplevel nicht angezeigt) */
	width: 15%;
	background-color: #fbfbfb;
}

table.Banner > tbody > tr > td.td_3_4 {
	/* Kontakt/Fragen */
	width: 15%;
	text-align:center;
	background-color: #004874;
	color: white;
	letter-spacing: 0.075em;
	border-right: 1px solid silver;
}

table.Banner > tbody > tr > td.td_3_4_toplevel {
	/* Kontakt/Fragen (wird im Toplevel nicht angezeigt) */
	width: 15%;
	background-color: #fbfbfb;
}

table.Banner > tbody > tr > td.td_3_5 {
	/* Logout */
	text-align: center;
	background-color: #004874;
	border-right: 1px solid silver;
	color: white;
	letter-spacing: 0.075em;
}

table.Banner > tbody > tr > td.td_3_5_toplevel {
	/* Logout (wird im Toplevel nicht angezeigt) */
	background-color: #fbfbfb;
	border-right: 1px solid silver;
}

table.Banner > tbody > tr > td.td_4_1 {
	/* ltlAppNameLang */
	background-color: #fbfbfb;
	font-weight: 700;
	font-size: larger;
	letter-spacing: 0.1em;
	padding-left: 15px;
	border-top: 1px solid silver;
	border-left: 1px solid white;
	border-bottom: 1px solid silver;
	color: #004874;
}

.td_4_1_Spacer {
	/* Kästchen links */
	width: 7px;
	min-width: 7px;
	height: 20px;
	min-height: 100%;
	background-color: #FFB340;
	margin-left: -15px;
	margin-top: 4px;
	padding-top: 8px;
	padding-bottom: 6px;
	display: inline-block;
}

table.Banner > tbody > tr > td.td_4_6 {
	/* ltlPageNo */
	text-align: right;
	padding-right: 12px;
	background-color: #fbfbfb;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
}

table.Banner > tbody > tr > td.td_4_7 {
	/* ltlPortalVersion */
	text-align: right;
	padding-right: 8px;
	background-color: #fbfbfb;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}

.svgLogoAdler {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.svgLogoStromGas {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#DivSpacerLogoStromGas {
	margin-left: 20px;
}

#DivAktDatum {
	font-size: x-small;
}

#DivContentSpacer {
	height: 5px;
	min-height: 5px;
}

/*
=======================
Ende UserControl Banner
=======================
*/

/*
===================
Start Überschriften
===================
*/
h1 {
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
}

.ueberschrift1 {
	/* Rahmen mit vertikalem orangenem Strich links und unten */
	clear: both;
	padding-left: 9px;
	font-weight: bold;
	padding-bottom: 2px;
	border-left: #EE7F00 7px solid;
	color: #004874;
	padding-top: 2px;
	border-bottom: #004874 1px solid;
	background-color: white;
	font-size: 11pt;
}

.ueberschrift2 {
	/* blaue Schrift ohne Rahmen */
	padding-left: 0px;
	font-weight: bold;
	padding-bottom: 12px;
	color: #004874;
	padding-top: 0px;
	background-color: white;
	font-size: 10pt;
	height: 7px;
}

.ueberschrift3 {
	/* Rahmen mit vertikalem orangenem Strich links und unten */
	clear: both;
	padding-left: 9px;
	font-weight: bold;
	padding-bottom: 2px;
	border-left: #EE7F00 7px solid;
	color: #004874;
	padding-top: 2px;
	border-bottom: #004874 1px solid;
	background-color: white;
	font-size: 11pt;
}

.ueberschrift4 {
	padding-left: 0px;
	font-weight: bold;
	padding-bottom: 12px;
	color: #004874;
	padding-top: 0px;
	background-color: white;
	font-size: 10pt;
}

/*
==================
Ende Überschriften
==================
*/

/*
===========
Start Links
===========
*/
a:link {
	color: #004874;
}

a:visited {
	color: #004874;
}

a:active {
	color: #004874;
}

a:hover {
	text-decoration: none;
}

a.mn_l:link {
	color: #000000;
	text-decoration: none;
}

a.mn_l:visited {
	color: #000000;
	text-decoration: none;
}

a.mn_l:active {
	color: #000000;
	text-decoration: none;
}

a.mn_l:hover {
	text-decoration: none;
}

a.mn:link {
	color: white;
	/* animation: blinker 1s linear infinite; */
	text-decoration: none;
	font-size: 14px;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

a.mn:visited {
	color: #E9E9E9;
	text-decoration: none;
}

a.mn:active {
	color: #004874;
	text-decoration: none;
}

a.mn:hover {
	text-decoration: none;
}

/*
==========
Ende Links
==========
*/

/*
=====================
Start Artikel-Klassen
=====================
*/
.artikel a {
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	display: inline;
	font-size: 1em !important;
}

.artikel .topline1 {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.075em;
	padding-top: 2px;
	padding-left: 9px;
	padding-bottom: 2px;
	margin-bottom: 8px;
	border-left: #EE7F00 7px solid;
	color: #004874;
	border-bottom: #004874 1px solid;
	background-color: #FCFCFC;
}

/*
====================
Ende Artikel-Klassen
====================
*/

/*
============
Start Portal
============
*/

table.PortalStammdaten {
	width: 100%;
	min-width: 100%;
	border-collapse: collapse;
}

table.PortalStammdaten > thead {
	position: sticky;
	top: 0; /* Don't forget this, required for the stickiness */
	box-shadow: 0px 0px 0px -1px rgba(0, 0, 0, 0.4);
}

table.PortalStammdaten > thead > tr > th {
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.075em;
	border-bottom: 1px solid #004874;
	padding: 3px;
}

table.PortalStammdaten > tbody > tr > td {
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.075em;
	padding: 3px;
}

table.PortalStammdaten > tbody > tr > td.V1 {
	width: 20%;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.075em;
	padding: 3px;
}

table.PortalStammdaten > tbody > tr > td.V2 {
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.075em;
	padding: 3px;
}

.pnlGassen {
	margin-left: 20px;
}

.list_links {
	/* Pfad relativ zum Pfad des CSS */
	background: url('../../images/Portal/Images/112_RightArrowLong_Blue_16x16_72.png') no-repeat 1px 3px;
	background-size: 12px;
	padding-left: 25px;
	text-decoration: none;
	font-size: larger;
	letter-spacing: 0.075em;
}

.list_links a {
	/* Pfad relativ zum Pfad des CSS */
	background: url('../../images/Portal/Images/112_RightArrowLong_Blue_16x16_72.png') no-repeat 1px 3px;
	background-size: 12px;
	padding-left: 25px;
	text-decoration: none;
	font-size: larger;
	letter-spacing: 0.075em;
}

.list_links:hover {
	/* Pfad relativ zum Pfad des CSS */
	background: url('../../images/Portal/Images/112_RightArrowLong_Orange_16x16_72.png') no-repeat 1px 3px;
	background-size: 12px;
	background-color: #EEEEEE;
	font-weight: 600;
	font-variant: small-caps;
	text-decoration: none;
	letter-spacing: 0.075em;
}

.processing-label {
	background-color: #eeeeee;
	font-stretch: expanded;
	font-weight: bold;
	border: 2px dotted maroon;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.processing-label:empty {
	display:none;
}

/*
===========
Ende Portal
===========
*/
	/*
==================
Start Datei-Upload
==================
*/
	div #relative {
	position: relative;
}

div.DateiUploadRegular {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #EEEEEE;
}

div.DateiUploadRegular:empty {
	display:none;
}

div.DateiUploadRegular:hover {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #EEEEEE;
}

div.DateiUploadAlternate {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #FEFEFE;
}

div.DateiUploadAlternate:empty {
	display: none;
}

div.DateiUploadAlternate:hover {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #FEFEFE;
}

span.DateiUploadSpacer {
	width: 100%;
	min-width: 100%;
	height: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-weight: 800;
	text-align: left;
	vertical-align: middle;
	display: block;
}

div.maxUploadRahmen {
	/* eCrypt Hinweisbox */
	border-bottom: 2px solid silver;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: 600;
	vertical-align: middle;
	align-content: center;
	text-align: left;
	letter-spacing: 1px;
	margin-bottom: 5px;
	display: inline-block;
	background-color: #FAFAFA;
}

table.UploadData > tbody > tr > td.linkeSpalte {
	width: 25%;
}

table.UploadData > tbody > tr > td.rechteSpalte {
	width: 75%;
}

table.UploadData > tbody > tr.leerZeile {
	height: 15px;
}

/*
=================
Ende Datei-Upload
=================
*/

/*
=====================
Start Upload-Historie
=====================
*/

table.uploadHistorie {
	width: 100%;
	min-width: 100%;
	border-collapse: collapse;
}

table.uploadHistorie > thead {
	position: sticky;
	top: 0; /* Don't forget this, required for the stickiness */
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

table.uploadHistorie > thead > tr > th {
	background-color: #FFB340; /* kupferorange */
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.075em;
	border-left: 7px solid #004874;
	border-bottom: 2px solid #004874;
	border-top: 1px solid #004874;
	border-right: 1px solid #004874;
	padding: 3px;
}

table.uploadHistorie > tbody > tr > td.sub {
	/* Unter-Überschrift */
	vertical-align: top;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
	background-color: #EEEEEE;
	border-bottom: 1px solid black;
}

table.uploadHistorie > tbody > tr > td.odd {
	vertical-align: top;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
}

table.uploadHistorie > tbody > tr > td.even {
	vertical-align: top;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #EEEEEE;
}

/*
====================
Ende Upload-Historie
====================
*/

/*
=================================
Start Datei-Download (WebPostbox)
=================================
*/

table.WPBDownload {
	margin-top: 10px;
	width: 100%;
	min-width: 100%;
	border-collapse: separate;
	background-color:#FAFAFA;
}

table.WPBDownload > thead {
	width: 100%;
	min-width: 100%;
	text-align: left;
	letter-spacing: 0.2em;
	font-weight: 700;
	font-kerning: auto;
	font-size: larger;
	position: sticky;
	top: 0; /* Don't forget this, required for the stickiness */
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

table.WPBDownload > tbody {
	overflow: scroll;
}

.ReverseColored {
	border-left: 7px solid #004874;
	border-bottom: 2px solid #004874;
	border-top: 1px solid #004874;
	border-right: 1px solid #004874;
	padding: 3px;
	background-color: #FFB340;
}

.pnlWPBItems {
	/* Panel für Download Items, Standard */
	background-color: #FEFEFE;
	padding: 8px;
	margin-left: 5px;
}

.pnlWPBAlternatingItems {
	/* Panel für Download Items, alternierend */
	background-color: #EEEEEE;
	padding: 8px;
	margin-left: 5px;
}

.pnlWPBFooter {
	/* Panel für Download Items, alternierend */
	color: white;
	background-color: #57676F;
	padding: 4px;
	margin-left: 5px;
	font-weight: 700;
}

.WPBSeparator {
	/* Trennlinie */
	width: 100%;
	min-width: 100%;
	height: 1px;
	background-color: #57676F;
	margin-top: 1px;
}

.imgWPBDownloadFileType {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

/*
================================
Ende Datei-Download (WebPostbox)
================================
*/

/*
===================
Start Fehler-Panels
===================
*/

.FehlerPanel1 {
	border: 1px solid navy;
	width: 90%;
	padding: 8px;
	letter-spacing: 1px;
	vertical-align: middle;
}

.FehlerPanel2 {
	border: 0px solid maroon;
	width: 90%;
	padding: 8px;
	vertical-align: middle;
}

.FehlerPanel3 {
	border: 0px solid lightgray;
	width: 90%;
	padding: 8px;
	vertical-align: bottom
}

/*
===================
Ende Fehler-Panels
===================
*/

/*
================
Start Info-Boxen
================
*/

.info, .success, .warning, .error, .validation {
	border: 1px solid navy;
	margin-left: 5px;
	padding: 1px 3px 1px 3px;
	background-repeat: no-repeat;
	background-position: 1px center;
	border-radius: 3px;
}

.info {
	color: #00529B;
	background-color: lightgoldenrodyellow;
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
}

.warning {
	color: maroon;
	background-color: #F5EACD;
	border: 1px dotted black;
	border-radius: 3px;
	font-weight: 700;
}

.error {
	color: #CE1616;
	background-color: #F5EACD;
	border: 1px dotted black;
	border-radius: 3px;
	font-weight: 700;
}

/* gelbes Warndreieck */
.errorBang {
	width: 64px;
	height: 64px;
	float: inline-start;
}

#startHinweis {
	/* allgemeine Hinweisbox auf der Startseite */
	background-color: #FCFCFC;
	font-weight: 700;
	letter-spacing: 2px;
	color: #992727;
	vertical-align: middle;
	text-align: center;
	border-left: 2px solid #992727;
	border-top: 2px solid #992727;
	border-bottom: 4px solid #992727;
	border-right: 4px solid #992727;
	border-style: outset;
	vertical-align: middle;
	margin-bottom: 10px;
	padding: 10px;
}

#message-area {
	word-break: break-all;
	max-width: 420px;
	margin: 0 auto;
}

.jsdetectbutton {
	background: #DADADA;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	line-height: normal;
	margin: 5px 5px;
	padding: 8px 12px;
}

.jsdetectbutton:hover {
	background-color: lemonchiffon;
}

div.Timeout {
	visibility: hidden;
	max-height: 0px;
	max-width: 0px;
}

/*
================
Ende Info-Boxen
================
*/

/*
===========
Start Login
===========
*/

.loginStyle1 {
	height: 10px;
	min-height: 10px;
}

.loginStyle2 {
	/* 1. td */
	width: 12%;
	text-align: center;
	vertical-align: central;
	padding-bottom: 5px;
}

.loginStyle3 {
	/* Input */
	width: 90px;
}

.loginSpacer {
	margin-bottom: 25px;
}

/*
==========
Ende Login
==========
*/

/*
=========================
Start IMAGE-BUTTONS ARegV
=========================
*/

.imgBtnAdd16x16 {
	margin-top: 6px;
	margin-bottom: 6px;
	vertical-align: middle;
	align-content: center;
}

.imgBtnAdd16x16Label {
	border: 1px solid yellow;
	display: inline;
}

.imgBtnAdd24x24 {
	margin-top: 6px;
	margin-bottom: 6px;
	vertical-align: middle;
	align-content: center;
}

.imgBtnAdd24x24Label {
	padding-top: 8px;
	margin-left: 35px;
}

/*
========================
Ende IMAGE-BUTTONS ARegV
========================
*/

/*
====================
Start Tabellen ARegV
====================
*/
.overflowX {
	/* div für Scrollbalken um die Tabelle herum */
	overflow-x:auto;
}

table.tableARegVErfassung {
	/* äussere, statische Tabelle */
	width: 100%;
	min-width: 100%;
	border-collapse: separate; /* allow spacing between cell borders */
	border-spacing: 0 5px; /* NOTE: syntax is <horizontal value> <vertical value> */
	padding: 2px;
	background-color: #FDFDFD;
}

table.tableARegV {
	/* innere, dynamische Tabelle */
	width: 100%;
	min-width: 100%;
	padding: 4px;
}

table.tableARegV > tbody > tr.dynamicControlRow {
	width:100%;
	margin-top: 5px;
}

table.tableARegV > tbody > tr > td.dynamicControlTDLeft {
	width: 670px;
}

table.tableARegV > tbody > tr > td.dynamicControlTDRight {
	padding-left: 25px;
}

table.cbList > tbody > tr > td > label {
	/* Checkboxen Bundesland */
	margin-left: 10px;
	vertical-align: top;
}

table.cbList > tbody > tr > td:hover {
	/* Checkboxen Bundesland */
	background-color: #EEEEEE;
	font-weight: 700;
	letter-spacing: 0.075em;
}

.ARegVSpacer1 {
	height: 5px;
	min-height: 5px;
	background-color: #F0F0F0;
}

.ARegVSpacer2 {
	height: 5px;
	min-height: 5px;
	background-color: #F0F0F0;
}

/*
===================
Ende Tabellen ARegV
===================
*/

/*
=============
Start Buttons
=============
*/

.naviBtnLightGray {
	border: 1px solid #000000;
	background-color: #F5F5F5;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
	border-radius: 3px;
}

/*
============
Ende Buttons
============
*/

/*
=================
Start Validatoren
=================
*/

.ahValidator {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	color: maroon;
	background-color: lightgoldenrodyellow;
	font-size: 10pt;
	position: relative;
	break-before: avoid;
	border: 1px solid black;
	border-radius: 3px;
	letter-spacing: 0.075em;
}

/*
================
Ende Validatoren
================
*/

/*
=============
Start Sitzung
=============
*/
.SOTopline {
	background-color: navy;
	margin-top: 8px;
	margin-bottom: 4px;
	width: 100%;
	min-width: 100%;
	height: 1px;
}

table.SOTable1 > thead {
	width: 100%;
	min-width: 100%;
	background-color: #EEEEEE;
	font-kerning: auto;
	font-weight: 700;
	font-size: larger;
	letter-spacing: 2px;
	margin: 8px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

table.SOTable1 > tbody {
	width: 100%;
	min-width: 100%;
	border-collapse:collapse;
}

table.SOTable1 > tbody > tr.Header2 {
	background-color: #FAFAFA;
	border-left: 1px solid black;
}

table.SOTable1 > tbody > tr.Header2 > td {
	padding: 5px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

table.SOTable1 > tbody > tr > td.Content1a {
	padding: 5px;
	border-top: 1px solid black;
	border-left: 1px solid black;
}

table.SOTable1 > tbody > tr > td.Content1b {
	padding: 5px;
	border-top: 1px solid black;
}

table.SOTable1 > tbody > tr > td.Content1c {
	padding: 5px;
	border-top: 1px solid black;
	border-left: 1px solid black;
}

table.SOTable1 > tbody > tr > td.Content1d {
	padding: 5px;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

table.SOTable1 > tbody > tr > td.Content2a {
	padding: 5px;
	border-left: 1px solid black;
}

table.SOTable1 > tbody > tr > td.Content2b {
	padding: 5px;
}

table.SOTable1 > tbody > tr > td.Content2c {
	padding: 5px;
	border-left: 1px solid black;
}

table.SOTable1 > tbody > tr > td.Content2d {
	padding: 5px;
	border-right: 1px solid black;
}

table.SOTable1 > tbody > tr > td.Content3a {
	padding: 5px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

table.SOTable1 > tbody > tr > td.Content3b {
	padding: 5px;
	border-bottom: 1px solid black;
}

table.SOTable1 > tbody > tr > td.Content3c {
	padding: 5px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

table.SOTable1 > tbody > tr > td.Content3d {
	padding: 5px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.SOGV {
	width: 75%;
	min-width: 75%;
	font-kerning: auto;
	letter-spacing: 0.075em;
}

.SOGVFooterStyle {
	background-color: #CCCC99;
}

.SOGVHeaderStyle {
	background-color: gainsboro;
	font-weight: 700;
	letter-spacing:0.1em;
}

.SOGVPagerStyle {
	background-color: #F7F7DE;
	color:black;
	text-align:right;
}

.SOGVRowStyle {
	background-color: cornsilk;
}

.SOGVAlternatingRowStyle {
	background-color: antiquewhite;
}

.SOGVSelectedRowStyle {
	background-color:#CE5D5A;
	color:white;
	font-weight:700;
}

.SOGVSortedAscendingCellStyle {
	background-color: bisque;
}

.SOGVSortedAscendingHeaderStyle {
	background-color:#848384;
}

.SOGVSortedDescendingCellStyle {
	background-color: lightblue;
}

.SOGVSortedDescendingHeaderStyle {
	background-color:#575357;
}

/*
============
Ende Sitzung
============
*/

/*
=====================
Start Kontaktformular
=====================
*/

table.kontakt {
	width: 100%;
	min-width: 100%;
}

table.kontakt > thead > tr > th {
	letter-spacing: 0.075em;
	text-align:left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-color: #F3F3F3;
}

table.kontakt > tbody > tr > td.links {
	width: 15%;
	padding-left: 8px;
}

table.kontakt > tbody > tr > td.rechts {
	width: 85%;
}

table.kontakt > tbody > tr > td.frage {
	padding-left: 8px;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F3F3F3;
}

table.kontakt > tbody > tr > td.freitext {
	padding-left: 8px;
	letter-spacing: 0.075em;
}

/*
====================
Ende Kontaktformular
====================
*/

/*
=================================
Start Druck-Bereiche unterdrücken
=================================
*/

.noPrint {
	display: none;
}

/*
================================
Ende Druck-Bereiche unterdrücken
================================
*/

/*
================================
Start Altlasten TODO eliminieren
================================
*/

/* VU Strom Page 01 */
.style5 {
	width: 222px;
	height: 11px;
}

.style6 {
	width: 6px;
	height: 11px;
}



/*
==============
Ende Altlasten
==============
*/
