/* MAIN CONTENT - RESENI */

.main-content-reseni
{
	font-size: 13px;
	color: #333333;
}

.main-content-reseni p
{
	font-family: verdana;
	text-align: justify;
}

.main-content-reseni ol li, .main-content-reseni ul li
{
	margin-bottom: 10px;
}

.main-content-reseni h3
{
	font-size: 15px;
	color: #F88007;
	font-weight: bold;
}

/* PROBLEM and SOLUTION */

.problem
{
	border: 1px solid #D4D4D4;
	margin-left: 18px;
	padding: 10px 15px 10px 20px;
	position: relative;
	background-repeat: repeat-x;
	background-image: url(../images/problem-bg.png);
	background-position: bottom;
	text-align: justify;
	font-family: verdana;
	font-size: 1em;
	color: #333333;
	font-weight: bold;
}

.problem img
{
  border: none;
	position: absolute;
	top: -17px !important;
	top: -16px;	
	left: -18px !important;
	left: -38px;
}

.solution
{
	margin-left: 18px;
	margin-top: 30px;
	padding: 10px 15px 10px 20px;
	position: relative;
	background-repeat: repeat-x;
	background-image: url(../images/solution-bg.png);
	background-position: top;
	background-color: #F68B1E;
	text-align: justify;
	font-family: verdana;
	font-size: 1em;
	color: #333333;
	font-weight: bold;
}

.solution img
{
   border: none;
	position: absolute;
	top: -17px !important;
	top: -17px;	
	left: -17px !important;
	left: -37px;
}

/* IMAGES */

.img-holder 
{
  min-height: 127px;
  height: 127px;
  clear:both;
}

.img-holder img
{
	border: none;
}

.img-holder a
{
	font-weight: bold;
	font-size: 11px;
}	

.img-left
{
	width: 45%;
	float: left;
	text-align: right;
	padding-bottom: 20px !important;
	padding-bottom: 0px;	

}

.img-right
{
	width: 45%;
	float: right;
	text-align: right;
	padding-bottom: 20px !important;		
	padding-bottom: 0px;
}

/* RIGHT PANEL */

.right-panel
{
	width: 180px;
	float: right;
	position: relative;
}

.right-panel img
{
	border: solid 2px white;
}

.right-panel a
{
	font-weight: bold;
	font-size: 11px;
}

.krabice
{
	padding: 20px 0px 20px 0px;
}

.button-download
{
	padding: 15px 0px 0px 0px;
	border: none;
}

.button-kalkulace
{
	padding: 15px 0px 0px 0px;
	border: none;
}

.video
{
	padding: 15px 0px 15px 0px;
	text-align: center;
}