.mf-integration-partner
{
    width: 630px;
    height: 240px;
    padding-top: 20px;
}

.mf-integration-partner h2
{
    color: #006AB2;
    font-weight: 400;
}

.mf-integration-partner .partner-images
{
    height: 121px;
    padding-top: 20px;
    margin-bottom: 9px;
}

.mf-integration-partner .partner-images a
{
    display: inline-block;
    margin: 0 32px 15px 0;
    opacity: 0.4;
}

.mf-integration-partner .partner-images a:hover
{
    opacity: 1;
}


.mf-integration-partner .submit-button
{
    clear:both;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* Paginiereung f. Suche
*/
.paginationx li {
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
}
	.paginationx li a {
		border: 1px solid silver;
		border-radius: 3px;
		padding: 10px 2px 10px 2px;
		display: block;
		width: 30px;
		text-align: center;
		margin: 0 0 10px 0;
	}
		.paginationx li a:hover {
			background-color: silver;
		}
		.paginationx li a.highlight {
			background-color: silver;
		}
		.paginationx li a.deactivate {
			background-color: white;
			border: none;
		}
		.paginationx li a.arrow {
			border: none;
		}
			.paginationx li a.arrow:hover {
				background-color: silver;
				border: none;
			}
	
/* Termine-Messen
*/
caption {
	margin: 20px 0 10px 0;		
	font-size: 20px;
	color: #006AB2;
}
table thead th, table tbody td {
	vertical-align: top;
	text-align: center;
	padding: 2px !important;
	margin: 0 !important;
}
table thead th {
	font-weight: normal;
	font-style: italic;
}
.calData {
	border-left: 1px dotted silver;
	border-right: 1px dotted silver;
}
.calData tr td:hover {
  background-color: silver;
}		
.calData td a {
	display: block;
}
.calNav	{
	font-size: 30px;
	font-weight: bold;
	display: block;
	height: 100%;
	text-align: center;
	border-radius: 5px;
}
	.calNav:hover {
		background-color: silver;
	}
	.calNav	span {
		position: relative;
		top: 120px;
	}
#aCalandar {
	height: 305px;
}
#aCalandar a {
	color: #006AB2;
}


.googleCalenderIcon {
	position: absolute;left:-40px;
	opacity: 0.3;
}
.googleCalenderIcon:hover {
	opacity: 1;
}			
			
			
/* easy ToolTip
*/
a {
	position: relative;
}
a[data-tooltip]:before {
	position: absolute;
	left: 0;
	top: -40px;
	background-color: black;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	padding: 0 15px;
	content: attr(data-tooltip);
	white-space: nowrap;
	display: none;
}
a[data-tooltip]:after {
	position: absolute;
	left: 15px;
	top: -10px;
	border-top: 7px solid black;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: " ";
	display: none;
}
a[data-tooltip]:hover:after, a[data-tooltip]:hover:before {
	display: block;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.55);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.55);
	z-index: 9999999;
	font-size: medium;
}


table tbody tr th, table tbody tr td {
	text-align: left !important;	
}

/* Calendar
*/
#tableCalendar {
	width: 100%;height: 
	auto;float: 
	left;margin: 2px;
}
#tableCalendar th, #tableCalendar td {
	text-align: center !important;	
}