#ansprechpartnerDiv {
	height: auto !important;
}

#ansprechpartnerDiv .table_main {
	display: table;
	width: 100%;
}

#ansprechpartnerDiv .table-row{
	display: table-row;
}

#ansprechpartnerDiv .table-cell{
	display: table-cell;
	/*color: white;
	background-color: #5686b7;*/
	border-radius: 10px;
	border: 5px solid white;
	padding: 10px;
	width: 50%;
	height: 100%;
}

#descriptionLink {
    width: 11px;
    height: 11px;
    position: relative;
    cursor: pointer;
    border: none;
    background: url(../img/befragung.gif);
    background-repeat: no-repeat;
    float: right;
}

#versionDialog {
	display: none;
}