body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100.1%;
}



.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Bild auswahlen';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 13px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

xbody {
  padding: 20px;
}



td.SpyglassHeader{
  font-weight: bold;
  xcursor: pointer;
}

td.VisitMaintenanceHeader{
  font-size: 0.69em;
  font-weight: bold;
}

td.AgentMaintenanceHeadline{
  font-size: 0.88em;
  font-weight: bold;
}

td.AgentMaintenanceHeader{
  font-size: 0.69em;
  font-weight: bold;
  padding-left: 3px;
  xcursor: pointer;
}

td.AgentMaintenanceHeader_W{
  font-size: 0.69em;
  font-weight: bold;
  padding-left: 3px;
  xcursor: pointer;
  background-color: #2E9AFE;
  text-align: right;
}

td.AgentMaintenanceHeader_G{
  font-size: 0.69em;
  font-weight: bold;
  padding-left: 3px;
  xcursor: pointer;
  background-color: #F7FE2E;
  text-align: right;
}

td.AgentMaintenanceHeader_D{
  font-size: 0.69em;
  font-weight: bold;
  padding-left: 3px;
  xcursor: pointer;
  background-color: #27FEFE;
  text-align: right;
}

td.AgentMaintenanceHeader2{
  font-size: 8px;
  font-weight: normal;
  padding-left: 3px;
  xcursor: pointer;
}

input.AgentMaintenanceFilter{
  font-size: 0.69em;
  margin-left: 1px;
  border: 1px #aeaeae solid;
}

input.AuswahlKnopf{
  margin-right: 1px;
  border: 1px #aeaeae solid;
  font-size: 12px;
  height: 22px;
}

td.AgentMaintenanceRow{
  font-size: 0.69em;
  font-weight: normal;
  padding-left: 3px;
}

td.AgentMask{
  font-size: 0.69em;
  font-weight: normal;
  width: 70px;
  vertical-align: top;
  padding-top: 5px;
}

td.BrowseRowNoReport {
  background-color: #ff9900;
  font-size: 0.69em;
  font-weight: normal;
  padding-left: 3px;
  border: 1px solid #dfdfdf;
}

td.BrowseRowEven {
  background-color: #fbfbfb;
  font-size: 0.69em;
  font-weight: normal;
  padding-left: 3px;
  border: 1px solid #dfdfdf;
}

td.BrowseRowOdd {
  background-color: #ddffdd;
  font-size: 0.69em;
  font-weight: normal;
  padding-left: 3px;
  border: 1px solid #dfdfdf;
}

td.BrowseRowEven2 {
  background-color: #fbfbfb;
  font-size: 12px;
  font-weight: normal;
  padding-left: 3px;
  border: 1px solid #dfdfdf;
}

td.BrowseRowOdd2 {
  background-color: #ddffdd;
  font-size: 12px;
  font-weight: normal;
  padding-left: 3px;
  border: 1px solid #dfdfdf;
}

td.BrowseRowOffen {
  background-color: #ffffaa;
  font-size: 0.69em;
  font-weight: normal;
  padding-left: 3px;
  border: 1px solid #dfdfdf;
}

td.BrowseRowDisponiert {
  background-color: #ffaaaa;
  font-size: 0.69em;
  font-weight: normal;
  padding-left: 3px;
  border: 1px solid #dfdfdf;
}

td.ScanRowEven {
  background-color: #fbfbfb;
  dfont-size: 18px;
  font-weight: bold;
  padding-left: 3px;
  border: 1px solid #dfdfdf;
}

td.ScanRowOdd {
  background-color: #ddffdd;
  dfont-size: 18px;
  font-weight: bold;
  padding-left: 3px;
  border: 1px solid #dfdfdf;
}

td.BrowseRowSelected {
  background-color: #fdf19d;
  font-size: 0.69em;
  font-weight: normal;
  padding-left: 3px;
  border: 1px solid #dfdfdf;
}

td.BrowseRowSelected2 {
  background-color: #fdf19d;
  font-weight: bold;
  padding-left: 3px;
  border: 1px solid #dfdfdf;
}

td.BrowseRowPLBooked {
  background-color: #ccffff;
  font-size: 0.69em;
  font-weight: normal;
  padding-left: 3px;
  border: 1px solid #dfdfdf;
}

td.BrowseRowSold {
  background-color: #fdf19d;
  font-size: 0.69em;
  font-weight: normal;
  padding-left: 3px;
  border: 1px solid #dfdfdf;
}

td.BrowseRowScrapped {
  background-color: #f9bbed;
  font-size: 0.69em;
  font-weight: normal;
  padding-left: 3px;
  border: 1px solid #dfdfdf;
}

td.CPBrowseHeader{
  font-size: 0.69em;
  font-weight: bold;
}

td.CPBrowseRowEven{
  font-size: 0.69em;
  background-color: #e6e6fa;
}

td.CPBrowseRowOdd{
  font-size: 0.69em;
  background-color: #ffdab9;
}

td.cBrowseRowPL{
  font-size: 0.69em;
  font-weight: normal;
  background-color: #ffffaa;
}

td.cBrowseRowCO{
  font-size: 0.69em;
  font-weight: normal;
  background-color: #aaffaa;
}

td.cBrowseRowCX{
  font-size: 0.69em;
  font-weight: normal;
  background-color: #ffaaaa;
}

td.cBrowseRowSI{
  font-size: 0.69em;
  font-weight: normal;
  background-color: #aaaaff;
}

td.MainMenuItem{
  font-size: 0.73em;
  font-weight: bold;
  color: #0000ff;
  background-color: #cccccc;
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid #000000;
}

td.MainMenuItem a{
  color: #0000ff;
  text-decoration: none;
}

td.MainMenuItem a:hover{
  background-color: gold;
}

td.ContactMask{
  font-size: 0.69em;
  font-weight: normal;
  width: 130px;
  vertical-align: top;
  padding-top: 5px;
}

td.ContactMask4{
  font-size: 0.69em;
  font-weight: normal;
  width: 120px;
  vertical-align: top;
  padding-top: 5px;
}

td.ContactMask5{
  font-size: 0.69em;
  font-weight: normal;
  vertical-align: top;
  padding-top: 5px;
}

td.ReadOnlyMask{
  font-size: 0.69em;
  font-weight: normal;
  vertical-align: top;
  padding-top: 5px;
  color: #005500;
}

td.ContactMask2{
  font-size: 0.69em;
  font-weight: normal;
  width: 200px;
  vertical-align: top;
  padding-top: 5px;
}

td.ContactMask3{
  font-size: 0.69em;
  font-weight: normal;
  width: 300px;
  vertical-align: top;
  padding-top: 5px;
}

input.NavButton {
height: 20px;
font-size: 8pt;
width: 20px;
text-align:center;
padding: 0px;
}

input.SetButton {
height: 18px;
font-size: 8pt;
width: 25px;
text-align:center;
padding: 0px;
padding-top: 2px;
}

input.no_x::-ms-clear {
  width : 0;
  height: 0;
}

table.MainFrame{
  width: 760px;
  height: 470px;
  border: 6px solid #ffffff;
  text-align: center;
  background-color: #edebdc;
}

.redbar{
  background-image: url('/img/Side_TAG_Filler.gif');
  background-repeat: repeat-y;
}

table.ContentAll{
  width: 760px;
}

td.HeaderLogo{
  text-align: right;
}

td.HeaderMenu{
  background-color: #99947B;
  height: 20px;
}

td.ContentFrame{
  border: 6px solid #ffffff;
}

td.ContentLeft{
  width: 166px;
  font-size: 12px;
  vertical-align: top;
  background-color: #ffffff;
}

td.ContentRight{
  font-size: 12px;
  vertical-align: top;
  background-color: #edebdc;
  padding-left: 13px;
  padding-right: 13px;
  text-align: left;
}

td.FooterMenu{
  background-color: #99947B;
}

td.FooterSlogan{
  text-align: center;
}

td.LMItem{
  padding-bottom: 5px;
}

td.StarLabel{
  font-size: 12px;
  width: 10px;
}

td.FormLabel{
  font-size: 12px;
  width: 80px;
  height: 28px;
}

#SexRB {
  margin-left: 0px;
  margin-right: 4px;
  margin-top: 0px;
  vertical-align:middle;
}

td.RBLabel{
  font-size: 12px;
  height: 28px;
  padding-right: 15px;
  vertical-align:middle;
}

#VARB {
  margin-left: 0px;
  margin-right: 2px;
  margin-top: 0px;
  vertical-align: top;
}

td.VALabel{
  font-size: 12px;
}

td.NewsMsgHeader{
  font-size: 1.0em;
  font-weight: bold;
  color: #9D8F6A;
  padding-bottom: 1em;
}

td.NewsMsgText{
  color: #000000;
  padding-bottom: 1.5em;
}

td.NewsLstHeader a, td.NewsLstHeader a:visited, td.NewsLstHeader a:active {
  font-size: 1.1em;
  font-weight: bold;
  color: #896a29;
  background-color: #f4f4e8;
}

td.NewsLstHeader a:hover {
  font-size: 1.1em;
  font-weight: bold;
  color: #86100F;
}

td.NewsLstTeaser {
  font-size: 0.7em;
  color: #000000;
}

td.NewsLstMore a, td.NewsLstMore a:visited {
  font-size: 0.9em;
  color: #000000;
}

td.NewsLstMore a:hover {
  color: #86100F;
}

td.ProdHead {
  color: #000000;
  background-color: #DBD8C9;
  font-size: 0.75em;
  font-weight: bold;
  vertical-align: middle;
  text-decoration: underline;
  padding: 3px;
}

td.ProdLineEven {
  font-size: 0.75em;
  vertical-align: middle;
  padding: 3px;
}

td.ProdLineOdd {
  background-color: #F7F7E3;
  font-size: 0.75em;
  vertical-align: middle;
  padding: 3px;
}

td.ProdSel {
  font-size: 11px;
  vertical-align: middle;
  height: 23px;
}

select.ProdSel {
height: 20px;
font-size: 8pt;
width: 160px;
}

td.ProdDetHeader {
  color: White;
  font-style: normal; 
  font-weight: bolder;
  font-size: 10pt; 
  font-family: Arial, Helvetica, Geneva, Swiss;
  background-color: #B29652;
  text-align: center;
  padding: 3px;
}

td.ProdSoldOut {
  color: White;
  font-style: normal; 
  font-weight: bolder;
  font-size: 12pt; 
  font-family: Arial, Helvetica, Geneva, Swiss;
  background-color: #ff0000;
  text-align: center;
  padding: 3px;
  border: 3px dashed #ff9900;
}

td.ProdDetSpacer{
  background-color: #ffffff;
  height: 5px;
  font-size: 1pt;
}

td.ProdDetFrom{
  color: #990000;
  text-align: center;
  font-style: normal; 
  font-weight: bold;
  font-size: 9pt; 
  font-family: Arial, Helvetica, Geneva, Swiss;
  border-top-style:solid;
  border-top-color:#997A31;
  border-top-width:1;
  border-bottom-style:solid;
  border-bottom-width:1;
  border-bottom-color:#997A31;
  background-color: #EFEEE7;
}

td.ProdDetNewMonth{
  color: Black;
  font-style: normal; 
  font-size: 10pt;
  font-weight:bolder;
  font-family: Arial, Helvetica, Geneva, Swiss;
  background-color: #ffffff;
  height: 20px;
  padding-left: 3px;
}

td.FirstDay{
  color: #000000;
  background-color: #ffffff;
  font-style: normal; 
  font-size: 8pt; 
  font-family: Arial, Helvetica, Geneva, Swiss;
  border-top-style:none;
  border-top-width:2;
  border-top-color:#997A31;
  height: 10px;
}

td.NormalDay{
  color: #000000;
  background-color: #ffffff;
  font-style: normal; 
  font-size: 8pt; 
  font-family: Arial, Helvetica, Geneva, Swiss;
  border-top-style:solid;
  border-top-color:#997A31;
  border-top-width:1;
  height: 10px;
}

td.ProdDetCS{
  color: #990000;
  text-align: center;
  font-style: normal; 
  font-weight: bold;
  font-size: 9pt; 
  font-family: Arial, Helvetica, Geneva, Swiss;
  border-top-style:solid;
  border-top-color:#997A31;
  border-top-width:1;
  background-color: #EFEEE7;
  padding: 3px;
}

td.ProdDetCC{
  background-color:#E4C06B;
  padding-left: 3px;
}

td.ProdDetC1{
  font-weight: bold;
  padding-left: 3px;
  width: 20px;
  border-top-style:solid;
  border-top-color:#997A31;
  border-top-width:1;
  border-bottom-style:solid;
  border-bottom-color:#997A31;
  border-bottom-width:1;
}

td.ProdDetC2{
  font-weight: bold;
  padding-left: 3px;
  border-top-style:solid;
  border-top-color:#997A31;
  border-top-width:1;
  border-bottom-style:solid;
  border-bottom-color:#997A31;
  border-bottom-width:1;
  background-color: #ffffff;
}

td.ProdDetC3{
  border-top-style:solid;
  border-top-color:#997A31;
  border-top-width:1;
  border-bottom-style:solid;
  border-bottom-color:#997A31;
  border-bottom-width:1;
  background-color: #ffffff;
  width: 80px;
}

td.ProdDetC4{
  padding-left: 20px;
  border-top-style:solid;
  border-top-color:#997A31;
  border-top-width:1;
  border-bottom-style:solid;
  border-bottom-color:#997A31;
  border-bottom-width:1;
  background-color: #E5D8B5;
}

td.ProdDetSR{
  color: #ffffff;
  font-style: normal; 
  font-size: 8pt;
  font-weight:bold;
  font-family: Arial, Helvetica, Geneva, Swiss;
  background-color: #997A31;
  padding-left: 20px;
  border-top-style:solid;
  border-top-color:#997A31;
  border-top-width:1;
  border-bottom-style:solid;
  border-bottom-color:#997A31;
  border-bottom-width:1;
}

td.ProdNotes{
  padding: 3px;
  border-bottom-style:solid;
  border-bottom-color:#997A31;
  border-bottom-width:1;
}

a:link, a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover, a:active {
	color: #0000ff;
	text-decoration: underline;
}

td.crBrowseRowEven2{
  font-size: 0.69em;
  background-color: #ffffff;
}

td.crBrowseRowOdd2{
  font-size: 0.69em;
  background-color: #ddffdd;
}

td.tnovBrowseRowEven2{
  background-color: #ffffff;
}

td.tnovBrowseRowOdd2{
  background-color: #ddffdd;
}

td.cBrowseRowPL{
  font-size: 0.69em;
  font-weight: normal;
  background-color: #ffffaa;
}

td.cBrowseRowCO{
  font-size: 0.69em;
  font-weight: normal;
  background-color: #aaffaa;
}

td.cBrowseRowCX{
  font-size: 0.69em;
  font-weight: normal;
  background-color: #ffaaaa;
}

td.cBrowseRowSI{
  font-size: 0.69em;
  font-weight: normal;
  background-color: #aaaaff;
}

td.cBrowseRowPL2 {
  background-color: #ffffaa;
  font-size: 0.69em;
  font-weight: normal;
  padding-left: 3px;
  border: 1px solid #dfdfdf;
}

td.cBrowseRowCO2 {
  background-color: #aaffaa;
  font-size: 0.69em;
  font-weight: normal;
  padding-left: 3px;
  border: 1px solid #dfdfdf;
}

td.cBrowseRowCX2 {
  background-color: #ffaaaa;
  font-size: 0.69em;
  font-weight: normal;
  padding-left: 3px;
  border: 1px solid #dfdfdf;
}

td.cBrowseRowSI2 {
  background-color: #aaaaff;
  font-size: 0.69em;
  font-weight: normal;
  padding-left: 3px;
  border: 1px solid #dfdfdf;
}

.navi {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:2px;
	-moz-border-radius-topleft:2px;
	border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topright:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-moz-border-radius-bottomright:2px;
	border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-bottomleft:2px;
	border-bottom-left-radius:2px;
	text-indent:0px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:20px;
	width:20px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.navi:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.navi:active {
	position:relative;
	top:1px;
}
