/* ----------------------------------------- */
/* Statická strana */
#partners h2 {
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 22px;
}
#partners h3 {
	color: #2066ca;
	font: bold 24px 'Open Sans Condensed', 'Arial', Sans-serif;
	padding-top: 10px;
	padding-bottom: 18px;
}
.missvste #partners h3 {
	color: rgb(153, 51, 51);
}
#partners h4 {
	clear: both;
	width: 370px;
	height: 42px;
	font-size: 16px;
	font-weight: normal;
	line-height: 42px;
	background: #fef200 url('../images/public/bg-partners.png') repeat-y;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 15px;
	margin-bottom: 23px;
}
#partners p {
	clear: both;
	line-height: 21px;
	padding-top: 0;
	padding-bottom: 2em;
}
#partners p span {
	color: #005db5;
	font-size: 16px;
	font-weight: bold;
}
#partners p img {
	float: left;
	width: 265px;
	max-width: 40%;
	background: transparent url('../images/public/bg-logo.png') repeat-x;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 20px;
	margin-bottom: 20px;
}
