﻿div.ResultRegion
{
    font: 8pt Verdana;
    border: 1px solid dodgerblue;
    padding: 1px;
    margin: 0px 0px 30px;
}
table.FirmaDetails
{
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    background-color: #eee8aa;
    border-top-width: 0px;
    border-left-width: 0px;
    border-left-color: #fffbd6;
    border-top-color: #fffbd6;
    border-bottom: #daa520 2px solid;
    border-right-width: 0px;
    border-right-color: #fffbd6;
    padding-bottom: 3px;
    padding-top: 3px;
}
table.FirmaPersonen 
{
	width: 100%;
	border-collapse: collapse;
}

table.FirmaDetails td.SortierText 
{
	border-bottom: #0099ff 1px dotted; 
	background-color: White;
	font-size: 8pt;
}
table.FirmaDetails td, table.FirmaDetails th
{
    font-size: 8pt;
    padding: 3px 2px 3px 2px;
    /*
    padding-right: 2px;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
    */
}
table.FirmaDetails a,
table.FirmaPersonen a,
table.FirmaAbteilungsDetails a
{
	text-decoration: none;
	color: Black;
}
table.FirmaDetails a.FirmenName 
{
	font-size: 10pt;
}
table.FirmaDetails td span.FirmenKuerzel 
{
	font-weight: bold;
	color: Gray;
}
table.FirmaDetails a:hover,
table.FirmaPersonen a:hover,
table.FirmaAbteilungsDetails a:hover
{
	text-decoration: underline;
}

table.FirmaPersonen td, table.FirmaPersonen th
{
    border-bottom: black 1px dotted;
    font-size: 8pt;
    padding: 3px 2px 3px 2px;
}

table.FirmaPersonen th
{
	color: White;
	background-color: gainsboro;
	text-align: left;
	border: 1px solid white;
	font-size: 8pt;
}
table.FirmaAbteilungsDetails
{
	width: 100%;
	border-collapse: collapse;
	margin-top: 25px;
}
table.FirmaAbteilungsDetails td
{
    font-size: 8pt;
    color: black;
    background-color: #fffbd6;
    font-weight: normal;
    border-bottom: #ffcc00 2px solid;
    padding: 3px 2px 3px 2px;
}
table.FirmaAbteilungsDetails td.SortierText 
{
	border-bottom: #ffcc00 1px dotted; 
	border-top: #fffbd6 1px solid;
	background-color: White;
	font-size: 8pt;
}

span.Gefunden
{
	font-weight: bold;
	color: red;
}
.VisibleInPrint 
{
	display: none;
}
.InvisibleInPrint 
{
	display: block;
}
div.FirmaDruckenRegion
{
	border: 0;
}
div.FirmaDruckenRegion input.PrintButton {
  display: none;
}
div.FirmaDruckenRegion .VisibleInPrint 
{
	display: block;
}
div.FirmaDruckenRegion .InvisibleInPrint 
{
	display: none;
}

.RecordSelected, tr.RecordSelected td, tr.RecordSelected th
{
	background-color: #99ccff;
}
.FirmaSelected, tr.FirmaSelected td, tr.FirmaSelected th
{
	background-color: #daa520;
}
.AbtSelected, tr.AbtSelected td, tr.AbtSelected th
{
	background-color: #ffcc00;
}

@media print 
{
	.InvisibleInPrint 
	{
		display: none;
	}
	.VisibleInPrint 
	{
		display: block;
	}
	div.ResultRegion 
	{
		border: 0;
	}
}
table {
  empty-cells: show;
}