/* ########################################################################
#################################### KLAPPBOX ##################
######################################################*/
.klappbox {
	border: 1px solid #A7A5A5;
	padding: 0 10px 10px 10px;
	margin-bottom: 20px;
	}
.klappbox h1 {
	background-color: #F3F3F3;
	margin: 0 -10px -11px -10px;
	padding: 5px 10px;
	border-bottom: 1px solid #A7A5A5;
	}
.klappbox h1 img {
	vertical-align: middle;
	float: right;
	margin-right: 5px;
	}
.klappbox h1 a:focus img, .klappbox h1 a:active img, .klappbox h1 a img{
	border: 0px solid #ffffff ! important;
	background-color: #F3F3F3 ! important;}
.klappbox_inhalt {
	margin: 25px 0 -10px 0;
	padding-bottom: -10px;
	}
.klappbox_signalfarbe {
	font-weight: bold;
	color: #006699;
	}
.klappbox_prozent {
	font-size: 28px;
	}
.klappbox_portrait {
	float: left;
	margin: 0 10px 10px 0;
	}
.klappbox_table {
	margin-bottom: 20px;
	line-height: 16px;
	}
.klappbox_table td {
	padding: 2px 5px 2px 5px ! important;
	}
.klappbox_table td.gerade {
	background-color: #F3F3F3;
	}
.klappbox_table th {
	border-bottom: 1px dotted #CCCCCC;
	padding: 2px 5px 2px 5px ! important;
	line-height: 18px;
	text-align: left;
	}
.klappbox input {
	border-width: 0px ! important;
	}
.klappbox form {
	padding: 0; 
	margin: 0;
	}
#mailbox a {
	font-weight: normal;
	}

/* ######################################################
##################### Tooltip ##########################
######################################################*/

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-style: bold;
border-bottom:0px dotted #4dbcf3;
}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 25px;
left: 300px;
width: 200px;
z-index: 100;
color: #000000;
border: 3px solid #006699;
padding: 5px;
background: #EEEEEE;
font-weight: normal;
font-size: 10px;
line-height: 13px;
text-align: left;
}