/*
define only

	- fund sites
*/

h1.fond-header {
	color: #2c6fa9;
	font-weight: 400;
	line-height: 32px;
	font-size: 32px;
}

.fonds-content {
	color: #575756;
	font-size: 17px;
}

.fonds-teaser-list {
	font-size: 17px;
}

table.fonds-content {
	margin-bottom: 0;
}

table.no-margin-bottom {
	margin-bottom: 0;
}

table.no-border td {
	border-top: none !important;
}

.google-anzeige {
	color: #acacac;
}

.fond-input {
	width: 100%;
	padding: 5px;
}

.fond-table-input select {
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	border: 1px solid #c0c0c0;
	width: 100%;
}

.fond-table-input input {
	height: 24px;
	line-height: 24px;
	border: 1px solid #c0c0c0;
}

.button {
	border-radius: 1px;
	color: white;
	cursor: pointer;
	text-align: center;
	line-height: 24px;
}

	.button.bgBlue {
		background: #093967;
	}

		.button.bgBlue:hover {
			background: #326eb4;
		}

.fond-table-input label {
	color: #acacac;
	font-weight: lighter;
	padding-left: 5px;
}

.fond-table-input input[type=radio] {
	height: auto;
}

.fond-table-input input[type=checkbox] {
	height: auto;
}

label.no-grey {
	color: #575756;
	font-weight: lighter;
	padding-left: 5px;
	display: inline;
}

.fond-wrong-data {
	background: #66B5E6;
	color: white;
	text-align: center;
}
