/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-04-02 08:00                                                    */
/* Author: 			Michal Pelech                                                       */
/* Author website: 	www.michalpelech.cz                                                 */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#contentPanel h1,
#contentPanel h2
{
	margin: 0 0 20px 0;
	color: #127a87;
	font-size: 1.7em;
	text-transform: uppercase;
}
#cenik-nadpisy h2 {
  color:green;
  font-size:1.6em;
}

#contentPanel h2
{
	margin: 0;
}

#contentPanel h3
{
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: normal;
}

#contentPanel h1.noindent
{
	margin: 0;
}

#contentPanel h2.noindent
{
	margin: 0;
	text-transform: none;
}

#contentPanel p
{
	margin: 0 0 20px 0;
	line-height: 1.6em;
	text-align: justify;
}

#contentPanel p.noindent
{
	margin: 0 0 5px 0;
}

#contentPanel p.more
{
	margin: 0 0 50px 0;
}

#contentPanel p.more a
{
	padding: 0 0 0 16px;
	background: url(images/ico-more.png) no-repeat left center;
	color: #127a87;
	font-weight: bold;
	text-decoration: none;
}

#contentPanel p.more a:hover
{
	text-decoration: underline;
}

#contentPanel a.button
{
	width: 152px;
	height: 42px;
	margin: 0 10px 0 0;
	float: left;
	line-height: 41px;
	background: url(images/button-background.jpg) no-repeat left top;
	color: #ffffff;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
}

#contentPanel a.button:hover
{
	background-position: left -42px;
}

#paging
{
	width: 500px;
	height: 26px;
	overflow: hidden;
}

#paging a.arrow
{
	width: 12px;
	height: 15px;
	margin: 5px 8px 0 0;
	float: left;
	background: url(images/paging-arrow.png) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
}

#paging a.last
{
	margin: 5px 0 0 5px;
	background-image: url(images/paging-arrow-last.png);
}

#paging a
{
	width: 25px;
	height: 25px;
	margin: 0 2px 0 0;
	float: left;
	line-height: 25px;
	background: #ffffff;
	color: #127a87;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#paging a.active
{
	background: #127a87;
	color: #ffffff;
}

#contentPanel p label
{
	display: block;
	color: #127a87;
}

#contentPanel p label.require
{
	font-weight: bold;
}

#contentPanel p select
{
	width: 298px;
	height: 20px;
	margin: 0 0 12px 0;
	border: 1px solid #127a87;
	background: #ffffff;
	color: #127a87;
}

#contentPanel p input
{
	width: 270px;
	height: 20px;
	margin: 0 0 12px 0;
	padding: 0 8px;
	border: 1px solid #127a87;
	background: transparent;
	color: #127a87;
}

#contentPanel p input.white
{
	background: #ffffff;
}

#contentPanel p textarea
{
	width: 426px;
	height: 64px;
	margin: 0 0 12px 0;
	padding: 8px;
	border: 1px solid #127a87;
	background: transparent;
	color: #127a87;
}

#contentPanel .form p
{
	margin: 0;
}

#contentPanel .form p.indent
{
	margin: 0 0 10px 0;
}

#contentPanel .form h2.normal
{
	text-transform: none;
}

#contentPanel .form p .button
{
	width: 131px;
	height: 28px;
	border: none;
	background: url(images/button-order.png) no-repeat left top;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}
#kontakt-form {

}

#kontakt-form p {
  margin: 0 0 0 0;
}


