body {
  margin:0 !important;
	padding:0 !important;
}



.Baum {
  border-collapse:collapse;
  border-spacing:0px;
  border: 2px solid #003399;
  font-size:10pt;
  padding:5px;
  width:100%;
}
.Baum tr td {
  border-bottom:1px gray solid;
}
/*.baumZeileWert {
  background-color:Green;
}
.baumZeileWertKeinWert {
  background-color:red;
}*/

.BaumAuswKategorie {
  font-weight:bold; 
  background-color:#003399; 
  border:1px solid #003399; 
  color:white;
  padding:3px; 
  margin-bottom:3px;
}

.BaumAuswTab {
  /*border-collapse:collapse;
  border-spacing:0px;*/
  border: 2px solid #003399;
  font-size:10pt;
  width:100%;
}
.BaumAuswTab tr td {
  /*border-bottom:2px white solid;*/
  background-color:#EEEEEE;
  padding:5px;
}
.BaumAuswTab tr th {
  /*border-bottom:1px gray solid;*/
  background-color:#CCCCCC;
  text-align:left;
  padding:5px;
} 

.wartenDiv {
  font-size: 14pt;
  border: 2px #006699 solid;
  background-color:#EFEFEF;
  color:#006699;
  padding:4px;
  text-align:center;
  vertical-align:middle;
}

.wartenDiv img {
  margin-left:10px;
  margin-right:10px;
}

.FilterKopf {
  font-weight:normal; 
  background-color:#003399; 
  border:0px solid #003399;
  color:white;
  padding:3px; 
  margin-bottom:3px;
}

.erfBaumEditSpan {
  display:none;
  /*border:1px solid black;*/
  float:right;
  text-align:right;
  background-color:#A5FF4B;
  width: 120px;
  padding:1px;
}
.erfBaumEditSpan input{
  border:1px solid gray;
}
.erfBaumEditSpan img{
 vertical-align:bottom;
}

.erfBaumKopfdatenEditSpan {
  display:none;
  background-color:#A5FF4B;
  padding:4px;
}
.erfBaumKopfdatenEditSpan input{
  border:1px solid gray;
}


.outer_home_div {
	width: 100%; 
    height: 90%; 
    /*position: absolute;*/ 
    left: 0px;
    /*top: 0px;*/ 
    z-index: -1;
	background: -moz-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(191,191,191,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,191,191,1)), color-stop(100%,rgba(191,191,191,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(191,191,191,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(191,191,191,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(191,191,191,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(191,191,191,1) 0%,rgba(191,191,191,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bfbfbf', endColorstr='#00bfbfbf',GradientType=0 ); /* IE6-9 */
}

.home_div {
	width:80%;
	height:100%;
	/*display:table;*/
	overflow: auto;	
}

.home_title  {
	font-size:48pt; 
	font-family:Verdana, Geneva, sans-serif; 
	margin-left:50px; 
	margin-top:30px;
}

.home_subtitle  {
	font-size:16pt; 
	padding:0px 0 20px 4px; 
	font-family:Verdana, Geneva, sans-serif; 
	margin-left:50px;
}

.home_table {
	border-spacing: 5px;
	width:100%;
}

td.kachel_color1{
	background-color:#ffffff;
	color: black;
}
td.kachel_color1 a {
    color: black;
}

td.kachel_color2{
	background-color:#E40613;
	color: white;
}
td.kachel_color2 a {
    color: white;
}

.kachel_color3{
	background-color:#666768;
	color:white;
}
td.kachel_color3 a {
    color: white;
}

.kachel_color4{
	background-color:#3F4042;
	color:white;
}

.ui-widget-content .kachel_color4 a {
	color:white !important;
}

td.kachel_color5{
	background-color: #FBDA43;
}

td.td_kachel{
	height:160px;
	padding:10px;
	font-family:Verdana, Geneva, sans-serif;
	/*border: 3px solid white;*/
	text-align: center;
	vertical-align: center;
	border-radius: 7px;
	font-size:12px;
}

img.kachel_icon{
	padding-top:12px;
	width: 40%;
	min-width: 50px;
	min-height: 50px;
	max-width: 75px;
	max-height: 75px;
	
}

img.kachel_logo{
	padding-top:12px;
	min-width: 100px;
	min-height: 25px;
	max-width: 400px;
	max-height: 100px;
	width: 80%; 
}

img.kachel_logo_small{
	max-width: 82px;
	max-height: 82px;	
}

span.kachel_link_infotext {
	font-size:12px;
}



td.td_kachel .hometitel{
	text-align:center !important;
	color:white;
}

td.home_table_left td.td_kachel{
	height:25% !important;
} 

table.home_table a.contenthomelink{
	color:white !important;
}

table.home_table td.contenttext1{
	color:white !important;
}

table.home_table td.contenttext2{
	color:white !important;
}

table.home_table td.contenttext3{
	color:white !important;
}

.home_information {
	position:relative;
	/*height:100%;
	top:1px;
    text-align: center;
    vertical-align: middle;*/
}
.home_information * {
    position:absolute;top:0;bottom:0;margin:auto;
}



.kachel_link{
	/*color:white !important;
	text-align:center;
	vertical-align: middle;*/
	cursor:pointer;
	text-decoration:underline;
}

.kachel_navigation {
	cursor: pointer;
	text-decoration:underline;
	font-size: 12px;
}
.kachel_navigation_disabled{
	cursor: auto;
	text-decoration:none;
	font-weight: normal;
}

/* Berichtigung von FESTERN groessen in einigen Klassen */
.autowidth {
	width:auto !important;
}

/* Kleine Bildschirme (IPAD...) */
@media only screen and (max-height : 730px)  { 
	td.td_kachel{
		height:100px;
	}
	
	.home_title  {
		margin-top:10px;
	}
}
