﻿.t1{table-layout:fixed;font-size:10pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma;word-wrap: break-word;  }
.t2{table-layout:auto;font-size:10pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma;word-wrap: break-word;  }
.t3
{
    table-layout:fixed;
    font-size:10pt;
    font-family:"Segoe UI", "Trebuchet MS", Tahoma;
    word-wrap: break-word;
}
.n6 { font-size:5pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; }  
.n8 { font-size:8pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; }
.n10 { font-size:9pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; }
.n11 { font-size:10pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; }
.n14 { font-size:12pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; }
.n18 { font-size:14pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; }
.b6 { font-size:5pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; font-weight:bold; } 
.b8 { font-size:8pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; font-weight:bold; }
.b10 { font-size:9pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; font-weight:bold; }
.b11 { font-size:10pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; font-weight:bold; }
.b14 { font-size:12pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; font-weight:bold; }
.b18 { font-size:14pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; font-weight:bold; }
.b30 { font-size:20pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; font-weight:bold; }
.bu6 { font-size:6pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; font-weight:bold; text-decoration:underline; }
.bu8 { font-size:8pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; font-weight:bold; text-decoration:underline; } 
.bu11 { font-size:10pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; font-weight:bold; text-decoration:underline; }
.bu14 { font-size:14pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; font-weight:bold; text-decoration:underline; }
.bu18 { font-size:18pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; font-weight:bold; text-decoration:underline; }
.i11 { font-size:10pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; font-style:italic; }
.n8_N{ font-size:8pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma;text-align:left; background:#dcdcdc;}
.n8_A{ font-size:8pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma;text-align:left; background:var(--white); }
.b8_N{ font-size:8pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; font-weight:bold;text-align:left; background:#dcdcdc; }
.b8_A{ font-size:8pt; font-family:"Segoe UI", "Trebuchet MS", Tahoma; font-weight:bold;text-align:left; background:var(--white); }

/*WD - MainGroup & SubGroup*/

/*DIV*/
.subGroupContainer{ position: absolute; padding-top: 35px; }

/*BORDER*/
/*borderR(ight)S(olid)B(lack)3(px)*/
.borderRSB3{ border-right:3px solid black; }
.borderSB1{ border:1px solid black; }

/*POSITION*/
.posA{ position: absolute; }
.posR{ position: relative; }

.button, .buttonhover {
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CDE5F7), color-stop(1, #A1BDE8) );
	background:-moz-linear-gradient( center top, #CDE5F7 5%, #A1BDE8 100% );
	background:-ms-linear-gradient(top, #CDE5F7 5%, #A1BDE8 100%);
	background:-o-linear-gradient(top, #CDE5F7 5%, #A1BDE8 100%);
	background:linear-gradient(top, #CDE5F7 5%, #A1BDE8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDE5F7', endColorstr='#A1BDE8');*/
	background-color:#2E3F52;
	border:1px solid #3F6A9F;
	display:inline-block;
	color:var(--white);
	font-size:14px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	width: 120px;
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px;  /* Konqueror */
    -moz-border-radius: 4px;    /* Firefox */
    border-radius: 4px;		
	word-wrap: break-word;
}


.disabled{ display:none;}

/* Fuse/Relais */

#content       {	display: block;  	margin: 0 auto; }
#innerContent   {	padding: 5px;	text-align: left; }
#title          {	text-align: center; }
#leftSide       {	width: 420px;	float: left; }
#rightSide      {	width: 420px;	float: right;	border: 1px solid black; max-height: 920px;	overflow: auto;}
#car            {	border: 1px solid black;    display: block; max-height: 200px;}
#fusebox        {	border: 1px solid black;	display: block;	margin-top: 10px;   max-height: 400px; }
#relais         {	border: 1px solid black;	display: block;	margin-top: 10px;	max-height: 200px;	overflow: auto; }
tr.odd          {	background-color: #dcdcdc;}
tr.even         {	background-color: var(--white);}

table 
{
    font-family:"Segoe UI", "Trebuchet MS", Tahoma;
}

tr 
{
    font-family:"Segoe UI", "Trebuchet MS", Tahoma;
}

td 
{
    font-family:"Segoe UI", "Trebuchet MS", Tahoma;
}



