/* homepage.css */

/* BARVY: 
ProPolice zelená:		#00ab4f
Podtahová modrá:		#eff7ff
"Černá":				#222222
Linky šedá:				#a7b3a7
Červená:				#ea4d33
*/	
#podtah { background: url('../images/bg.podtah.gradient.png') center top repeat-x; }

#submenu { _line-height: 0; _height:0; }

#main {background: url('../images/linka-3px-sekla.png') 0px 225px no-repeat;}
#main {_background-position: 0px 228px;}

#content .profil {
	margin-bottom: 55px;
	padding-bottom: 40px;
}
.profil a { color: #ea4d33; }
.profil h2 {margin:-2px 0 0 0; padding: 0; margin-bottom: 0.5em; _margin-top: -6px;}

/* ----- novinky ----------------------------------------------- */
#novinky {}
.novinka {
	padding: 0; margin: 0;
	margin-bottom: 0px;
	position: relative;
}
.novinka h3 {
	color: #00ab4f;
	font-size: 125% !important;
	border-top: none !important;
}
.novinka .datum {
	color: #a5a5a5;
	font-size: 85%;
	letter-spacing: -0.05em;
}
.novinka .more {
	color: #444 !important;
	font-size: 85%;
	text-transform: uppercase;
	font-weight: bold;
}
.novinka div {
	line-height: 130%;
}
#novinky .archiv { text-align: right; }

ul.novinky_archiv { margin-bottom: 1em; }
ul.novinky_archiv li { list-style-type: none; color: #fff; background: #A7B3A7; margin: 0 0 0 1.5em;}
ul.novinky_archiv li span { padding: 3px 5px;}
ul.novinky_archiv ul { margin: 0; padding: 0;}
ul.novinky_archiv li li { color: #444; background: #fff; margin: 0; padding: 0; }

/* ----- right column ------------------------------------------ */
#right_column {
}
#right_column p {
	margin-bottom: 0.3em;
}
#right_column h3 {
	font-size: 95%;
	margin-top: 0px !important;
	margin-bottom: 0.2em;
}
#right_column h4
{
	color: #666666;
	font-size: 78%;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1px;
	position: relative;
	top: 2px;
	left: 0px;
}
#right_column p {
	line-height: 125%;
}
#right_column .case_study {
	margin-bottom: 25px;
}
#right_column .case_study h3 {
	color: #00ab4f;
	margin-top: 5px;
	margin-bottom: 1px;
}
#right_column .case_study p {
	color: #444;
	font-size: 92% !important;
	background-color: transparent;
}
#right_column img {
	position: relative;
	top: 0;
	left: 0;
	float: none;
	padding: 0;
}

/* ----- newsletter_form --------------------------------------- */
#newsletter_form {
	padding: 5px 0 10px 0;
	background: #e3f7ec;
/*	border: 1px solid #8b9891;*/
}
#newsletter_form div {
	padding: 0 10px;
}
#newsletter_form #odhlaseni {
	font-size: 90%;
	line-height: 120%;
	text-align: left;
	margin: 10px 0 0 105px;
}
#newsletter_form h4 {
	color: #555955;
	font-size: 110%;
	_font-size: 100%;
	text-align: right;
	padding: 10px 2px 0 0; margin: 0 5px 10px 0;
}
#newsletter_form a {
	color: #5e5e5e;
}
#newsletter_form form label {
	color: #5e5e5e;
	text-align: right;
	padding: 1px 0px 2px 0px;
	margin-right: 8px;
	width: 25%;
	display: block;
	float: left;
}
#newsletter_form form input.text, #newsletter_form form textarea {
	font-size: 95%;
	text-align: left;
	padding: 2px;
	margin-bottom: 4px;
	width: 70%;
	_width: 65%;
	border: 1px solid #A7B3A7;
}
#newsletter_form form input.submit {
	font-weight: bold;
	margin-right: 4px;
	float: right;
}

#newsletter_form .success, #newsletter_form .failure {
	color: white;
	background: grey;
	padding: 10px 5px 10px 25px;
	margin-bottom: 15px;
}
#newsletter_form .success { background: #43a614 url('../images/icons/accept.png') 5px 11px no-repeat; }
#newsletter_form .failure { background: #ee1a07 url('../images/icons/exclamation.png') 5px 11px no-repeat; }
