.top_table {
	background-color: #d4ebf9;
	color: #3393ce;
}

.error_table{
	background-color: #FFCCCC;
}
.first_table{
	background-color: #FFFFFF;
}

.second_table{
	background-color: #e6f1f8;
}

.first_table_top{
	background-color: #ffffbb;
}

.second_table_top{
	background-color: #FFFF99;
}

a.black_links {
	color: #ffffff;
	text-decoration: none;
}

div.info{
	color:#555;
	text-align:center;
	width:100%;
	border:1px solid #ddcccc;
	font-size:12px;
	font-weight:bold;
}

.help {
	color: #666666;
	font-weight: normal;
	border-bottom: 1px #000000;
	cursor: help;
}
#tooltip {
		position: absolute;
		z-index: 3000;
		border: 1px dashed #0898cd;
		background-color: #6dc2e2;
		padding: 5px;
		opacity: 0.95;
		width: 300px;
}
#tooltip h6, #tooltip div { margin: 0; font-weight: normal; color: #FFFFFF; font-size: 12px;}

div#kategFilter {
	overflow: auto;
	width: 100%
}
#kategFilter ul {
	list-style: none;
}

#kategFilter li {
    float: left;
	padding-bottom: 10px;
	width: 23%;
}

/* Hide Dropdowns by Default */
#kategFilter ul ul {
	display: none;
	position: absolute;
	background: #e4fbff;
	padding: 1em;
	box-shadow: 2px 2px 10px #888888;
}
	
/* Display Dropdowns on Hover */
#kategFilter ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
#kategFilter ul ul li {
	float:none;
	display:list-item;
	position: relative;
	padding: 0;
	width: auto;
}

/* Change this in order to change the Dropdown symbol */
#kategFilter li > a:after { content:  ' +'; }
#kategFilter li > a:only-child:after { content: ''; }
