/* *******************************************************************************
   GENERELL
   ******************************************************************************* */
/* SK: Navitrenner wird sonst nicht im Scrollbereich gezeichnet (Firefox)*/
html, body { height:100%; }

body {
	background-color:#fff;
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	color:#000;
}

/* Trenner Navi/Content als Hintergrundgrafik abhängig von der Navibreite */
body.navi279 { background:#fff url(../image/bg2.gif) 279px 0 repeat-y; }
body.navi297 { background:#fff url(../image/bg2.gif) 297px 0 repeat-y; }
body.navi245 { background:#fff url(../image/bg2.gif) 245px 0 repeat-y; }
body.navi229 { background:#fff url(../image/bg2.gif) 289px 0 repeat-y; }

/* Standardwerte für diverse Tags */
form { margin:0; padding:0; }
label { cursor:hand; vertical-align:middle; }
a { outline:none; text-decoration:none; }
th, th span a { color:#666; }
th a { height:20px; color:#666; }
h2 { font-size:18px; margin:0;padding:0; font-weight:normal; line-height:150%;padding-bottom:10px; }
h3 { font-size:16px; margin:0;padding:0; font-weight:normal; }
table { border:0; } /* cellpadding/cellspacing wird von css nicht unterstützt */

/* Clear zum bereinigen nach Floats */
div.clear_tbl_iefix /*, div.clear*/ {
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/*div.clear { clear: both; }*/
.clearleft { clear:left; }
.clearright { clear:right; }

.font12 {
	font-size:12px;
}

.btn_interRow{
	margin-top: 10px;
	color:#0057a6;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	line-height:22px;
	height:27px;
	border:0;
	text-decoration:none;
	cursor:pointer;
}

/* Button mit 100px Breite für Links und Formulare */
.btn_100, .btn_120, .btn_140, .btn_150 {
	color:#0057a6;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	line-height:22px;
	float:left;
	height:27px;
	border:0;
	text-decoration:none;
	cursor:pointer;
}

.btn_100.disabled, .btn_120.disabled, .btn_140.disabled, .btn_150.disabled {
	color:#666666;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	line-height:22px;
	float:left;
	height:27px;
	border:0;
	text-decoration:none;
	cursor:not-allowed;
}
.btn_interRow.disabled:hover, .btn_100.disabled:hover, .btn_120.disabled:hover, .btn_140.disabled:hover, .btn_150.disabled:hover {
	background-position:0 0px;
	color:#666666;
	cursor:not-allowed;
}

/*SK: Breite und Hintergrundbild wird zusätzlich über Klasse mit Längenangabe gesetzt */
.btn_100 { width:100px; background:url(../image/btn_100.gif) 0 0 no-repeat; }
.btn_120 { width:120px; background:url(../image/btn_120.gif) 0 0 no-repeat; }
.btn_140 { width:140px; background:url(../image/btn_140.gif) 0 0 no-repeat; }
.btn_150 { width:150px; background:url(../image/btn_150.gif) 0 0 no-repeat; }

input.btn_interRow, input.btn_100, input.btn_120, input.btn_140, input.btn_150 { /* Extra Styles für Formularbuttons notwendig */
	height:27px;
	line-height:22px;
	display:block;
}
.btn_interRow:hover, .btn_100:hover, .btn_120:hover, .btn_140:hover, .btn_150:hover { background-position:0 -27px; }

.btnblue { color:#BFD5E9; background-position:-200px 0; }
.btnblue:hover { color:#fff; background-position:-200px -27px; }

/* Immer wieder gebraucht, aber als Klasse einfacher zu verwenden */
.right { float:right; text-align:right; }
.left { float:left; text-align:left;}
.isBold { font-weight:bold; }
.centered { text-align:center; }
.textLeft { text-align:left; }
.textRight { text-align:right; }

/* *******************************************************************************
   HEADER
   ******************************************************************************* */
#header {
	height:53px;
	display:block;
	background:#fff;
	border-bottom:1px solid #001426;
	padding:13px 30px 9px 20px;
   min-width:640px;
	z-index:1000;
}
#header .prb_logo, .app_logo{
	margin:0;
	padding:0;
	margin-top:16px; /* Abstand von Oben -15px geerbt vom Header */
}

#headerbalken_small {
	background:url(../image/header_balken_slim.jpg) top left;
	height:18px;
	line-height:18px;
	padding-left:18px;
	border-bottom:1px solid #fff;
	color:#fff;
}

#headerbalken {
	background:url(../image/header_balken.gif) top left repeat-x;
	height:48px;
	border-bottom:1px solid #fff;
	padding-left:20px;
	padding-right:20px;
   min-width:640px;
}

/* Trenner zwischen Hauptnavigation und Subnavi/Content */
#headertrenner {
	padding-top:0px;
	background:#e8e8e8;
	height:15px;
	line-height:15px;
   min-width:640px;
}

/*
   Hinweis:
   Verwendung von Hintergrundgrafiken erfolgt als
   Workaround für den IE6, der ohne Javascript
   keine Alpha-Kanäle bei PNG darstellen kann. Daher
   sind die Schatteneffekte "vorgerendert" gespeichert.
*/
#headerbalken .navitem, #headerbalken .navitemsel, #headerbalken_small .navitem, #headerbalken_small .navitemsel {
	line-height:48px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	height:48px;
	background-position:0 0;
	background-repeat:no-repeat;
	color:#bfd5e9;
	padding-left:52px;
}
#headerbalken .navitem:hover, #headerbalken_small .navitem:hover, #headerbalken .navitem.selected, #headerbalken .navitem:hover {
	background-position:0 -48px;
}
#headerbalken .navitemsel, #headerbalken_small .navitemsel {
	background-color:#006DBC;
	background-position:0 -48px;
	color:#fff;
}

/* Hier die einzelnen Hintergrundgrafiken für die Navigationselemente */
.navi_anlagenverwaltung { background-image:url(../image/mainnav_anlagenverwaltung.gif); }
.navi_geraete { background-image:url(../image/mainnav_geraete.gif); }
.navi_datenlogger { background-image:url(../image/mainnav_datenlogger.gif); }
.navi_help { background-image:url(../image/mainnav_help2.gif); }
.navi_info { background-image:url(../image/mainnav_info.gif); }
.navi_monitor { background-image:url(../image/mainnav_monitor.gif); }
.navi_oeffnen { background-image:url(../image/mainnav_oeffnen.gif); }
.navi_anlagenuebersicht { background-image:url(../image/mainnav_anlagenuebersicht.gif); }
.navi_prb { background-image:url(../image/mainnav_prb.png); 	padding-right:10px; }
.navi_ereignisse { background-image:url(../image/head_nav_ereignisse.gif); 	padding-right:10px; }
.navi_settings { background-image:url(../image/mainnav_einstellungen.gif); float:right; }
.navi_abmelden { background-image:url(../image/head_nav_logout.gif); float:right; padding-right:10px; }

/* Und der Style für den Trennstrich */
.navitrenner {
	width:2px;
	height:48px;
	background:url(../image/head_navtrenner.gif) 0 0 no-repeat;
	font-size:1px;
}

/* *******************************************************************************
   NAVIBEREICH (eigentlich Subnavi)
   ******************************************************************************* */
#navi {
	float:left;
	display:block;
	border-top:1px solid #bfbfbe;
}
.navi279 #navi { width:279px; } /* Für die verschiedenen möglichen Breiten des */
.navi297 #navi { width:297px; } /* Navigationsbereiches                        */
.navi245 #navi { width:245px; }
.navi229 #navi { width:289px; } /*Standardbreite*/

/* *******************************************************************************
   NAVIELEMENTE - Linkliste
   ******************************************************************************* */
#navi .navientry, #navi .navientrysel {
	margin:0;
	padding:0;
	height:39px;
	border-bottom:1px solid #bfbfbe;
	font-size:11px;
	line-height:39px;
	font-weight:bold;
	color:#0057a6;
	text-decoration:none;
	display:block;
}
#navi .navientry:hover, #navi .navientrysel {
	background:url(../image/navi_entry_sel.png) repeat-x;
}
#navi .naviicon {
	width:32px;
	height:32px;
	padding:3px 9px 3px 9px;
	line-height:32px;
	float:left;
}
#navi h2 {
	margin:0;
	padding:0;
	padding-left:20px;
	background:url(../image/navi_head.gif) top left no-repeat;
	border-bottom:1px solid #bfbfbe;
	height:32px;
	font-size:12px;
	line-height:32px;
	font-weight:bold;
}
#navi .navientry_big, #navi .navientry_bigsel {
	margin:0;
	padding:0;
	height:40px;
	border-bottom:1px solid #bfbfbe;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	color:#0057a6;
	text-decoration:none;
	display:block;
	padding-top:9px;
}
#navi .navientry_big:hover, #navi .navientry_bigsel {
	background:url(../image/navi_entry_big_sel.png) repeat-x;
}

/* *******************************************************************************
   CONTENT
   ******************************************************************************* */
#content {
	border-top:1px solid #bebebe;
	padding-top: 17px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 20px;
}

.navi279 #content { margin-left:285px; } /* Für die verschiedenen möglichen Breiten des */
.navi297 #content { margin-left:303px; } /* Navigationsbereiches                        */
.navi245 #content { margin-left:251px; }
.navi229 #content { margin-left:306px; }
.no_navi #content { padding:24px 45px 24px 45px; }

#content.contentFull {
	border-top:0;
	padding:0;
}

/* Diese Elemente haben einen Schatten, haha */
#content .tabelle {
	padding:0;margin:0;
	padding-bottom:4px;
	background:url(../image/tab_bottom.gif) bottom left repeat-x;
	color:#000;
	display:block;
}

/* Tabellenrahmen für Anzeige von Reitern auf oberster Contentebene */
#content .tabelleFull {
	padding:0;margin:0;
	color:#000;
	display:block;
}

#content .tabelleFull .tabcontent {
	padding:10px;
	padding-left:15px;
}

/* Gepunkteter Trennstrich */
.strich {
	display:block;
	background:url(../image/strichpunkt.gif) center left repeat-x;
	height:30px;
}

/* *******************************************************************************
   REITER FULL (Anzeige ohne Rahmen, Reiter ganz oben bei Content)
   ******************************************************************************* */
#content .tabelleFull {
	border:0;
}
#content .tabelleFull .tabs {
	height:30px;
	background:#e8e8e8 url(../image/tabFullback.gif) bottom left repeat-x;
	padding-left:20px;
	display:block;
}
#content .tabelleFull .tabs .tab, #content .tabelleFull .tabs .tabactive {
	float:left;
	height:30px;
	background:url(../image/tabFull.gif) top left no-repeat;
	text-decoration:none;
	line-height:29px;
	font-size:11px;
	color:#787878;
	outline:none;
	font-weight:bold;
}
#content .tabelleFull .tabs .tab:hover {
	color:#000;	
}
#content .tabelleFull .tabs .tabactive {
	background:url(../image/tabFullsel.gif) top left no-repeat;
	color:#000;
}
#content .tabelleFull .tabs .tab span, #content .tabelleFull .tabs .tabactive span {	
	height:30px;
	float:left;
	margin-left:18px;
	padding-right:19px;	
}

#content .tabelleFull .tabs .tab span {
	background:url(../image/tabFull.gif) top right no-repeat;
	cursor:pointer;
}

#content .tabelleFull .tabs .tabactive span {
	background:url(../image/tabFullsel.gif) top right no-repeat;
}

/* *******************************************************************************
   REITER
   ******************************************************************************* */
#content .tabelle .tabs {
	height:30px;
	background:url(../image/tabback.gif) bottom left repeat-x;
	padding-left:20px;
	display:block;
}
#content .tabelle .tabs .tab, #content .tabelle .tabs .tabactive {
	float:left;
	height:30px;
	background:url(../image/tab.gif) top left no-repeat;
	text-decoration:none;
	line-height:29px;
	font-size:11px;
	color:#787878;
	outline:none;
	font-weight:bold;
}
#content .tabelle .tabs .tab:hover {
	color:#000;
}
#content .tabelle .tabs .tabactive {
	background:url(../image/tabsel.gif) top left no-repeat;
	color:#000;
}
#content .tabelle .tabs .tab span, #content .tabelle .tabs .tabactive span {
	background:url(../image/tab.gif) top right no-repeat;
	height:30px;
	float:left;
	margin-left:18px;
	padding-right:19px;
	cursor:pointer;
}
#content .tabelle .tabs .tabactive span {
	background:url(../image/tabsel.gif) top right no-repeat;
}

/* *******************************************************************************
   BAUMSTRUKTUR für Momentanwerte/Parameter
   ******************************************************************************* */
#valuetree ul {
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:26px;
}

/* Strich oberhalb jedes Eintrags */
#valuetree ul li {
	background:#eeeeee url(../image/white_stripe.gif) 0 0 repeat-x;
}

/* Für mehrere Unterebenen muss der Einzug angepasst werden,
   da bei einem Margin der <ul> Tags sonst die Linien (Border Top) nicht
   komplett durchgezogen werden */
#valuetree ul li .listEntry { margin-left:10px; } /* Unterebene 1 */
#valuetree ul ul li .listEntry { margin-left:20px; } /* Unterebene 2 */
#valuetree ul ul ul li .listEntry { margin-left:30px; } /* Unterebene 3 */
#valuetree ul ul ul ul li .listEntry { margin-left:40px; } /* Unterebene 4 */
#valuetree ul ul ul ul ul li .listEntry { margin-left:50px; } /* Unterebene 5 */
#valuetree ul ul ul ul ul ul li .listEntry { margin-left:60px; } /* Unterebene 6 */
#valuetree ul ul ul ul ul ul ul li .listEntry { margin-left:70px; } /* Unterebene 7 */
#valuetree ul ul ul ul ul ul ul ul li .listEntry { margin-left:80px; } /* Unterebene 8 */
#valuetree ul ul ul ul ul ul ul ul ul li .listEntry { margin-left:90px; } /* Unterebene 9 */

/* Unterebenen (opened/closed beachten, Darstellung mit Pfeil) */
#valuetree ul a {
	margin-left:10px;
	padding-left:10px;
	background:url(../image/pfeil.gif) top left no-repeat;
	color:#000;
}

/* Werte (weisser Hintergrund, gepunktete Linie als Trenner (FIRSTVALUE beachten!) */
#valuetree .value, #valuetree .firstvalue {
	border-top:1px dotted #c8c8c8;
	background:#fff;
}

#valuetree .opened, #valuetree .closed, #valuetree .firstvalue {
	border-top:1px solid #c8c8c8;
}

/* Anzeigen von Unterebenen */
#valuetree .opened a { background-position:0 -40px; }
#valuetree .opened ul { display:block; }

/* Verstecken von Unterebenen */
#valuetree .closed a { background-position:0 -20px; }
#valuetree .closed ul { display:none; }

/* *******************************************************************************
   PARAMETER Tabelle, ähnlich dem Valuetree, allerdings statisch
   ******************************************************************************* */
/* Gestrichelte Linie für normale Zellen */
.valueTable td  {
	border-top:1px dotted #c8c8c8;
}
.valueTable td.last  {
	border-top:1px dotted #c8c8c8;
}
/* Durchgängige Linie für erste Zelle nach der Headline */
.valueTable td.valueFirst, td.valueFirst {
	border-top:1px solid #c8c8c8;
}

/* Grauer Hintergrund und Trennstrich für Headline; Erste Headline muss "tabfirst" Klasse erhalten */
.valueTable th {
	background:#eeeeee url(../image/white_stripe.gif) 0 0 repeat-x;
	border-top:1px solid #c8c8c8;
}

/* Pfeil und Einrückung für Headline */
.valueTable th span.opened, .valueTable th span.closed {
	font-weight:normal;
	margin-left:2px;
}

.valueTable th span.opened {
/*	margin-left:10px;*/ /* Einrücken des Headers, laut Designvorlage nicht notwendig */
	padding-left:10px;
	background:url(../image/pfeil.gif) 0 -40px no-repeat;
	color:#000;
}

.sum span.closed a {
	color:#000;
	padding-left:0;
	margin-left:0;
	background-position:10px -20px;
}

.sum span.opened {
	color:#000; 
	padding-left:10px;
	margin-left:0;
	background:url(../image/pfeil.gif) top left no-repeat;
	background-position:0 -40px; 
}

#contentTab.opened {display:block;}
#contentTab.closed {display:none;}

/*aenderung jm*/
/* Pfeil und Einrueckung für Headline .closed setzt pfeil auf geschlossen*/
.valueTable th span.closed {
/*	margin-left:10px;*/ /* Einrücken des Headers, laut Designvorlage nicht notwendig */
	padding-left:10px;
	background:url(../image/pfeil.gif) 0 -20px no-repeat;
	color:#000;
}

.valueTable td span.closed {
/*	margin-left:10px;*/ /* Einrücken des Headers, laut Designvorlage nicht notwendig */
	padding-left:10px;
	background:url(../image/pfeil.gif) 0 -20px no-repeat;
	color:#000;
}



th.level1{padding-left:10px;}
th.level2{padding-left:17px;}
th.level3{padding-left:27px;}
th.level4{padding-left:37px;}
th.level5{padding-left:47px;}
td.subLayer{margin:0;padding:0;border-collapse:collapse;border:none;}

th.selected { background-color:#dadada; }
th.unselected { background-color:#eeeeee; }

/* Einrückung für Parameterzeile */
.valueTable .valueDesc  {
	padding-left:20px; /* 30px, wenn bei .valueTable th span margin-left:10px; angegeben wurde */
}
td.level1{ padding-left:10px; }
td.level2{ padding-left:20px; }
td.level3{ padding-left:29px; }
td.level4{ padding-left:39px; }
td.level5{ padding-left:49px; }
td.level6{ padding-left:59px; }

/* *******************************************************************************
   TABELLENELEMENTE
   ******************************************************************************* */
.tableheading { line-height:22px; height:22px; display:block; margin-bottom:15px; white-space:nowrap;} /* Überschriften über Tabellen haben 22px Höhe */

table.seamless { margin-top:-8px; } /* für Tabellen unter Tabellen, die direkt anschließen sollen ohne 8px padding */

#content .tabelle .tabcontent {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	padding:15px;
}

/* Geschlossener/offener Tabellenkopf für Anzeige mit Indikator und optionalem Icon */
a.tabheadclosed, #content .tabelle .tabheadopen {
	margin:0;padding:0;
	height:30px;
	line-height:29px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	display:block;
	padding-left:19px;
	background:url(../image/tableheadclosed.gif) 0 0 no-repeat;
	margin-bottom:10px;
}

#content .tabelle .tabheadopen {
	background:url(../image/tableheadopen.gif) 0 0 no-repeat;
	margin-bottom:0;
	height:29px;
}
a.tabheadclosed span, #content .tabelle .tabheadopen span {
	background:url(../image/tableheadclosed.gif) top right no-repeat;
	height:30px;
	display:block;
	padding-right:19px;
	cursor:pointer;
	color:#666;
}
#content .tabelle .tabheadopen span {
	height:29px;
	background:url(../image/tableheadopen.gif) top right no-repeat;
}

/* Icon für geschlossene TableHead, 22x22px; */
a.tabheadclosed span img, #content .tabelle .tabheadopen span img {
	border:0;
	width:22px;
	height:22px;
	padding:4px 8px 4px 4px;
	line-height:30px;
	float:left;
}

/* Tabellenkopf (Verlaufshintergrund) */
#content .tabelle .tabhead {
	line-height:19px;
	background:url(../image/tablehead.gif) top left no-repeat;
}
#content .tabelle .tabhead .tabheadcontent {
	padding-top:5px;
	padding-bottom:5px;
	margin-left:16px;
	padding-right:14px;
	background:#DCDCDC url(../image/tablehead.gif) top right no-repeat;
	color:#666;
	font-weight:bold;
}
th {
	background:url(../image/tablehead.gif) -30px top no-repeat;
	padding-top:5px;
	padding-bottom:5px;
	line-height:18px;
	text-align:left;
}
th.first { /* für Abrundung links */
	background:url(../image/tablehead.gif) top left no-repeat;
	padding:5px 12px 5px 15px;
}
th.last { /* für Abrundung rechts */
	background:url(../image/tablehead.gif) top right no-repeat;
	padding:5px 4px 5px 10px;
}

/* Rahmen um den Inhalt, ausser unten, da ist ja schon der Schatten */
#content .tabelle .tabrahmen {
	border:1px solid #bbb;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-bottom:0;
	padding:0px;
}
#content .tabelle .tabrahmen table {
	margin:0;
	padding:0;
	border-collapse:collapse;
}
/* Abwechselnde Hintergrundfarben für Einträge
   Zeile1 = Weiss
   Zeile2 = Grau
   Durch einen kleinen Fehler kommt auf der Seite aber Zeile2 (Grau) zuerst */
#content .tabelle .tabzeile1, #content .tabelle .tabzeile2 {
/*	border-top:1px solid #c8c8c8;*/
/*	background:#fff;*/
	padding:7px 0 7px 13px;
   align: 
	vertical-align: middle;
   background:#fff url(../image/white_stripe.gif) 0 0 repeat-x;
	border-top:1px solid #c8c8c8;
}

#content .tabelle .tabrahmen .tabzeile2 {
	background:#eeeeee url(../image/white_stripe.gif) 0 0 repeat-x;
}

/* ACHTUNG! Für das ERSTE Tabellenelement muss der obere Strich entfernt werden,
   da er sonst doppelt vorhanden ist (durch den Tabellenkopf)                    */
#content .tabelle .tabrahmen .tabfirst, tabfirst {
	border:0;
	background-image:none;
}
/* Tabelle Login */
.loginColValue {
   width:400px;
   height:20px;
}

/* *******************************************************************************
   FORMULARFELDER
   ******************************************************************************* */
.inputSelect, .inputSelectSmall, .inputText, .inputSelect4, .inputSelect2, .inputTextSmall {
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	width:220px;
	border:1px solid #BEBEBE;
}

select {
	font-size:11px;
	height:20px;
	line-height:16px;
	border:1px solid #bebebe;
	margin:1px;
	padding:1px;
	vertical-align:middle; 
}
.selectbox {
	font-size:11px;
	height:20px;
	line-height:16px;
	border:1px solid #bebebe;
	vertical-align:middle;
}
select.disabled {
	color:grey;
	background:lightgrey;
	cursor:not-allowed;
}
#configTable .selectbox {
	margin:2px;
}
input[type=text] {
	font-size:11px;
	height:18px;
	line-height:16px;
	border:1px solid #bebebe;
	margin:1px;
	padding-top:2px;
	padding-left:2px;
	vertical-align:middle; 
}
input[type=checkbox] {
	vertical-align:middle;
	border:none;
}
input[type=radio] {
	vertical-align:middle;
	border:none;
	margin:1px;
}
input[type=text].disabled {
	color:grey;
	background:lightgrey;
	cursor:not-allowed;
}


.inputSelect { width:224px; }
.inputSelectSmall { width:96px; }
.inputText, .inputTextSmall { padding:4px;}
.inputTextSmall { width:92px; }
.inputTextSmallTwo { width:19px;margin:0;padding:0; }
.inputTextSmallThree { width:28px; margin:0; padding:0; }
.inputSelect4 { width:60px; } /* Für vier Zeichen */
.inputSelect2 { width:50px; } /* Für zwei Zeichen -- wegen Safari recht breit */
.inputWithHelp { margin-top:2px; } /* Wegen der Positionierung des Hilfe-Symbols notwendiger Abstand! */

/* *******************************************************************************
   TABELLENBREITEN
   ******************************************************************************* */
/* Erste Spalte allgemeiner Tabellen (Einstellungen) */
.col1 {
	width:250px;
}
.colValue {
/*	text-align: right;*/
}
.colStatus {
	width:50px;
}

/* Tabelle Geräte -> Übersicht */
.geraetCol1 { width:115px; }

/* Tabelle Geräte -> Momentanwerte */
.momentanColWert { width:80px; padding-right:10px; text-align:right; }
.momentanColEinheit { width:50px; padding-right:2px; }

/* Tabelle Geräte -> Parameter */
.parameterCol3 { width:60px; padding-right:20px; text-align:right;}
.parameterCol4 { width:60px; padding-right:20px; text-align:right;}
.parameterCol5 { width:150px; padding-right:10px; }
.parameterCol6 { width:60px; padding-right:2px; }
.parameterCol5 .inputSelect { width:140px; }
.parameterCol5 .inputText {	width:136px; }
.parameterCol5 input, .parameterCol5 select { margin:4px 0 0 0; } /* Damit die Zeilenhöhe stimmt beim Umschalten zu Parameter/Testkanäle */

/* Tabelle Geräte -> Testkanäle */
.testkanalCol1 { width:45px; padding-right:10px; line-height:18px;}
.testkanalCol3 { width:80px; padding-right:10px; }
.testkanalCol4 { width:60px; padding-right:10px; }

/* Tabelle Ereignisse */
.ereignisCol{padding-right:10px;padding-left:10px;font-size:11px;}
.ereignisCol1 {	width:33px; padding-right:10px;font-size:11px; }
.ereignisCol2 { width:110px; padding-right:10px;font-size:11px; }
.ereignisCol3 { width:100px; padding-right:10px;font-size:11px; }
.ereignisCol4 { width:130px; padding-right:10px;font-size:11px; }
.ereignisCol5 { padding-left:3px;font-size:11px; }
.ereignisCol6 { padding-left:3px; padding-right:12px;font-size:11px; }

.topborder{border-top: 1px solid #BFBFBE;}
.leftborder{border-left: 1px solid #BFBFBE;}
#configTable .leftborder{background-color:#fff;}
.rightborder{border-right: 1px solid #BFBFBE;}

a.ereignis_link{color:#0166A9;font-weight:bold;text-decoration:none;}

#content .tabelle .ereignistabelle .tabzeile2{
	background:#eeeeee url(../image/white_stripe.gif) 0 0 repeat-x;
	padding:7px 10px 7px 13px;
}
#content .tabelle .ereignistabelle .tabzeile1 {
	padding:7px 10px 6px 13px;
  	vertical-align: middle;
	background:#fff url(../image/white_stripe.gif) 0 0 repeat-x;
	border-top:1px solid #c8c8c8;
}
.filterparameter{padding-bottom:7px;}

/* Tabelle Einstellungen -> Modem */
.modemCol1 { width:160px; }

/* Tabelle Einstellungen -> Netzwerk */
.netzwerkCol1 { width:210px; }
.netzwerkCol2 { width:160px; }

/* Tabelle Einstellungen -> Datenaufzeichnung */
.datenaufzeichnungCol1 { width:160px; }
.datenaufzeichnungCol2 { width:240px; }

/* Tabelle Einstellungen -> Datenaufzeichnung -> CSV Einstellungen */
.dateiablageconfigCol1 { width:160px; }

/* Tabelle Einstellungen -> SMA Gerätekommunikation */
.geraetekommunikationCol1 { width:160px; }

/* Tabelle Einstellungen -> Sicherheit */
.sicherheitCol1 { width:160px; padding-right:10px; }
.sicherheitCol2 { width:130px; padding-right:10px; }
.sicherheitCol3 { width:110px; padding-right:10px; }

/* Tabelle Einstellungen -> Portal */
.portalCol1 { width:160px; }
.portalCol2 { width:170px; }

/* Tabelle Einstellungen -> System */
.systemCol1 { width:160px; }
.systemCol2 { width:240px; }

/* Tabelle Einstellungen -> Updates */
.updatesCol1 { width:160px; }
.updatesCol2 { width:240px; }

/* Tabelle Einstellungen -> Sprache */
.spracheCol1 { width:160px; }

/* Tabelle Einstellungen -> Datum und Uhrzeit */
.datumuhrzeitCol1 { width:285px; }

/* Tabelle Einstellungen -> Service */
.serviceCol1 { width:160px; }
.serviceCol2 { width:120px; }

/* Tabelle Info */
.infoCol1 { width:165px; }
.infoCol2 { width:250px; }

/* *******************************************************************************
   HILFESYMBOL UND HILFSTEXT
   Anzeige erfolgt in den linken Navi, also nicht geeignet für Baumstruktur
   ******************************************************************************* */
.help, .helpvisible {
	text-decoration:none;
	color:#000;
}
.help span, .helpvisible span {
	position:absolute;
	top:433px;
	left:665px;
	width:191px;
	background:#ff9;
	padding:10px; margin:0;
	border:1px dotted #666;
	z-index:500;
	display:none;
}
.help:hover span, .helpvisible span {
	display:block;
}

/* *******************************************************************************
   SEITENNAVIGATION mit Buttons
   ******************************************************************************* */
.pagelink {
	color:#0057a6;
	margin:0 2px 0 2px;
	text-decoration:none;
}
.pagelink:hover {
	color:#e60005;
}
.currentpage {
	color:#e60005;
	font-size:12px;
}
.pagebtn {
	height:16px;
	background:url(../image/btn_pageopt_bg.gif) 0 0 no-repeat;
	margin-left:5px;
	line-height:16px;
	float:left;
	overflow:hidden;
}
.pagebtn:hover {
	background-position:0 -16px;
}
.pagebtn img {
	vertical-align:middle;
	padding-bottom:1px;
}

/* *******************************************************************************
   STARTSEITE - Bild und Tabelle
   ******************************************************************************* */
#starttabellePlantStatus {
	margin:auto;
	width:450px;
	display:block;
}

#errorDiv {
	margin:auto;
	width:450px;
	display:block;
}

#starttabelleLogin {
	margin:auto;
	display:block;
}

/* *******************************************************************************
   GERÄTEANSICHT - Bild und Tabelle (Übersicht)
   ******************************************************************************* */
#geraetbild {
	float:left;
	width:150px;
}

#geraettabelle {
	width:272px;
	display:block;
	margin-left:175px;
}

/* *******************************************************************************
   ANLAGENÜBERSICHT
   ******************************************************************************* */
#anlagenuebersichtTabelle {
	width:340px;
}
.anlagenuebersichtCol1 {
	padding-right:30px;
	vertical-align:top;
}
.anlagenuebersichtCol2 {
	width:300px;
	vertical-align:top;
}
#anlagenuebersichtRechtsObenTabelle .zeile1, #anlagenuebersichtRechtsObenTabelle .zeile2 {
	border-top:1px solid #c8c8c8;
	background:#fff;
	vertical-align: middle;
}

#anlagenuebersichtTabelle .zeile1, #anlagenuebersichtTabelle .zeile2 {
	border-top:1px solid #c8c8c8;
	background:#fff;
	vertical-align: middle;
}

#anlagenuebersichtTabelle .zeile2 {
	background:#eeeeee url(../image/white_stripe.gif) 0 0 repeat-x;
}

#anlagenuebersichtTabelle .bluebox {
/*	border-top:1px solid #fff;*/
	width:30px;
	padding:0;
/*	background:#ffffff;*/
}

#anlagenuebersichtLinksObenBild {
	width:160px;
	vertical-align:middle;
	text-align:center;
	float:left;
}

#anlagenuebersichtLinksObenTabelle .zeile1, #anlagenuebersichtLinksObenTabelle .zeile2 {
	border-top:1px solid #c8c8c8;
	background:#fff;
}

#anlagenuebersichtLinksObenTabelle {
	width:450px;
	float:none;
	line-height:20px;
}

#anlagenuebersichtRechtsObenTabelle {
	width:200px;
	line-height:20px;
/*	float:right;*/
}

.plantStatus {
	width: 450px;
}

.anlangenuebersichtOben {
	width: 300px;
}

.anlagenuebersichtRechtsObenCol1 { width:115px; padding:7px 0 7px 10px; }
.anlagenuebersichtRechtsObenCol2 { font-weight:bold; text-align:right; padding:7px 10px 7px 0; }

#anlagenuebersichtDateLine {
	width:270px;
	padding-top:5px;
/*	margin:auto;*/
/*	line-height:14px;*/
}
#anlagenuebersichtDateLine span {
	padding:0 10px 0 10px;
}

.dateField {
	text-align:right;
	display:block;
	float:left;
	width:170px;
}

.anlagenuebersichtRechtsUnten { /* Abstand nach Oben, da Tabs unten Links vorhanden sind */
 	margin-top:29px;
}
.anlagenuebersichtLinksUnten { /* Höhe festlegen, damit es angenehmer für das Auge ist */
 	height:220px;
}

/* *******************************************************************************
   AUTO-REFRESH - Form unter Tabelle mit Abstand von Links
   ******************************************************************************* */
.bottomRefresh {
	margin-left:125px;
	padding-top:2px;
}

/* STATUSBALKEN */
.statusbarMargin { /* Wichtig, um den Content nicht zu überdecken */
	height:30px;
	line-height:30px;
}
#statusbar {
	min-width:640px;
	display:block;
	width:100%;
	min-width:400px;
	height:31px;
	position:fixed;
	bottom:0;
	left:0;
	line-height:31px;
	background:#E8E8E8 url(../image/bg_statusbar.gif) top left no-repeat;
	color:#666;
	z-index:1000;
}
.navi279 #statusbar { background-position:-120px 0; } /* Für die verschiedenen möglichen Breiten des */
.navi297 #statusbar { background-position:-102px 0; } /* Navigationsbereiches                        */
.navi245 #statusbar { background-position:-154px 0; }
.navi229 #statusbar { background-position:-100px 0; }
.no_navi #statusbar { background-position:-405px 0; }

#statusbarDesc {
	margin-left:10px;
	margin-right:15px;
}
#statusbarVersion {
	padding-left:15px;
	border-left:1px solid #666;
	margin-right:15px;
}
#statusbarHWRev {
	padding-left:15px;
	border-left:1px solid #666;
}

#statusbarLastUpdate {
	padding-left:15px;
	text-align:right;
	position:absolute;
	right:10px;
}
#statusbarLoading {
	float:right;
	margin-right:30px;
	display:none;
}
#statusbarLoading.visible {
	display:block;
}

/* *******************************************************************************
   ABSTAENDE
   ******************************************************************************* */
.spaceL2 { margin-left:2px; }
.spaceL10 { margin-left:10px; }
.spaceL20 { margin-left:20px; }
.spaceL25 { margin-left:25px; }
.spaceR2 { margin-right:2px; }
.spaceR10 { margin-right:10px; }
.spaceR20 { margin-right:20px; }
.spaceR25 { margin-right:25px; }
	
/* *******************************************************************************
   DIVERSES
   ******************************************************************************* */
.headSmallDate { line-height:23px; }
.lh14 { line-height:14px; }
.padding10 { padding:10px; }
.paddingTop10 { padding-top:10px; }

.textGreen { color:#0F9104; }
.textRed { color:#900; }

.hidden { display:none; }
.visible { display:block; }

/* *********************************************************************************
   PRB
   ******************************************************************************** */
/* tables */
td.valueFirst {
/*	border-top:1px solid #c8c8c8;*/
}

.valueTable th {
	background:#eeeeee url(../image/white_stripe.gif) 0 0 repeat-x;
	border-top:1px solid #c8c8c8;
}

/* Abwechselnde Hintergrundfarben für Einträge
   Zeile1 = Weiss
   Zeile2 = Grau
   Durch einen kleinen Fehler kommt auf der Seite aber Zeile2 (Grau) zuerst */
#content td.odd, #content td.even {
	background:#eeeeee url(../image/white_stripe.gif) 0 0 repeat-x;
	border-top:1px solid #c8c8c8;
	padding:7px 0 7px 13px;
	vertical-align:middle;
}

.label{
	width:170px;
	padding:7px 0 7px 13px;
	vertical-align:middle;
	font-weight:bold;
	border-bottom-color:#FFFFFF;
	background:#eeeeee url(../image/white_stripe.gif) 0 0 repeat-x;
	border-top:1px solid #c8c8c8;
}


/*Calendar Ereignis*/
#dates {
	border: none;
	background-color: none;
	color:#666666;
	height:15px;
	line-height:15px;
}
#dates #in, #dates #out {
	color:#666666;
	font-size:11px;
}
#dates p {
	float:left;
	margin-right:10px;
}
#dates label {
	float:left;
	display:block;
	width:3em;
	font-weight:normal;
	font-size:11px;
   padding-left:2px;
}

/*floating Container*/
#examplecontainer {
	height:450px;
	width:500px;
}
#cal1Container {
	display:none;
	position:absolute;
	top:244px;
	z-index:2;
	right:24px;
	border:1px solid #CCCCCC;
	background:#fff;
	padding-bottom:3px;
}
/*Icons Statusmeldungem*/
#statusOk{
	width:180px;
	padding-left:30px;
	height:20px;
	padding-top:4px;
	background:url(../image/statusOk.png);
	background-repeat:no-repeat;
}
#statusWarning{
	width:180px;
	padding-left:30px;
	height:20px;
	padding-top:4px;
	background:url(../image/statusWarning.png);
	background-repeat:no-repeat;
}
#statusError{
	width:180px;
	padding-left:30px;
	height:20px;
	padding-top:4px;
	background:url(../image/statusError.png);
	background-repeat:no-repeat;
}
#statusCommError{
	width:180px;
	padding-left:30px;
	height:20px;
	padding-top:4px;
	background:url(../image/statusCommError.png);
	background-repeat:no-repeat;
}
#statusUnknown{
	width:180px;
	padding-left:30px;
	height:20px;
	padding-top:4px;
	background:url(../image/statusUnknown.png);
	background-repeat:no-repeat;
}

/*Icons Webboxerfassung*/
.webboxDelete{
	width:25px;
	height:24px;
	background:url(../image/iconDelete.png);
	background-repeat:no-repeat;
	margin:auto;
	behavior: url("iepngfix.htc")
}
.webboxEdit{
	width:25px;
	height:24px;
	margin:auto;
	background:url(../image/iconEdit.png);
	background-repeat:no-repeat;
	behavior:url("iepngfix.htc")
}

.border-left { border-left:1px solid #BBBBBB; }
.border-right { border-right:1px solid #BBBBBB; }
.border-bottom { border-bottom:1px solid #BBBBBB; }

/*Page Config*/
td.inActive{
	background:#fff url(../image/iconInactiv2.gif);
	background-repeat:no-repeat;
	background-position:center center;
	color:#666666;
	cursor:not-allowed;
}

td.active{
	background:#fff url(../image/iconActiv2.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

#configTable td, #inputTable td {
	padding:1px;
	padding-left:2px;
	padding-right:2px;
	text-align:center;
	vertical-align:middle;
}

#inputTable td {
	line-height:24px;
	padding-top:2px;
	padding-bottom:2px;
}

.disabled{
	color:grey;
	cursor:not-allowed;
}

.oddRow{background:#e5e5e5;}

.errorRow{background:#ee3333;}
