/******************************************************************************************************************/
/******************************************************************************************************************/
/* nastaveni pro vsechny elementy na strance*/
* {
  margin:0 auto;
  padding:0;
  font: 12px ;
}
img{
	border:0;
}
/******************************************************************************************************************/
/******************************************************************************************************************/
/* klasika telo stranky*/
body {
	color: #333333;
	background: url(img/body.jpg) repeat-x center top #e7faea;
}
/******************************************************************************************************************/
/******************************************************************************************************************/
/* odkazy */
a {
  color:#1f8f2f;
  text-decoration:none;
  font-weight:bold;
}
a:hover {
  color:black;
  text-decoration:underline; 
}
/******************************************************************************************************************/
/******************************************************************************************************************/
/* obrazky */
.img-left{ 
  display: block; 
  float: left;  
  margin: 0 5px 5px 0; 
}
.img-right{ 
  display: block;  
  float: right;  
  margin: 0 0 0 5px; 
}
.img-center{ 
  display: block; 
  margin: 0px auto; 
}
/******************************************************************************************************************/
/******************************************************************************************************************/
/* ostatni pomocne */
.nofloat{
  clear:both;
}
/******************************************************************************************************************/
/******************************************************************************************************************/
/* obal stranky */
.hlavni{
  width:855px;
	height:100%;
	background:url(img/hlavni.gif) repeat-y right top;
  text-align:left;
}
/******************************************************************************************************************/
/******************************************************************************************************************/
/* obsah stranky */
.obsah{
	width: 637px;
	padding-top: 110px;
	float: right;
	text-align: justify;
	line-height: 16px;
	font: ;
	background: url(img/vlna.jpg) top left no-repeat;
	font-family: serif;
}
.obsah h1{
	margin:0 40px 10px 20px;
	padding:0 10px;
	font-size:15px;
	line-height:24px;
	color:white;
	font-weight:bold;
	background:url(img/h1.jpg) repeat-x top left;
}
.obsah h2{
	font-size:13px;
	color:#1f8f2f;
	font-weight:bold;
}
.obsah .text{
	margin:0 40px 10px 20px;
}
.obsah p, .obsah li{
	margin:0 0 20px 0;
	text-align:justify;
}
.obsah li{
  margin:0;
	margin-left:20px;
	_margin-left:0px;
}
.obsah ul ul li{
	margin-left:40px;
	_margin-left:0px;
}
/******************************************************************************************************************/
/******************************************************************************************************************/
/* menu stranky */
.levemenu{
  float:left;
  width:216px;
	background:url(img/logokimbex.cz.jpg) no-repeat left top;
  font-size:12px;
    font-family: sans-serif;
}
.levemenu a#home{
	display:block;
	height:120px;
	margin-bottom:30px;
}
.levemenu ul{
	list-style: none;
	border: 0;
	margin:0;
	padding:0;
}
.levemenu ul li{
  margin:0;
	padding:0;
	_height:30px;
	_display:block;
}
.levemenu ul li a{
  display:block;
  color: #1f8f2f;
	margin:0 4px 0 4px;
	padding:0 0 0 30px;
	line-height:30px;
	background:url(img/menu.jpg) no-repeat bottom left;
  text-decoration: none;
	font-weight: bold;
}
.levemenu ul li a:hover,.levemenu .menu_current a{
  text-decoration:none; 
  background:url(img/menu-hover.jpg) no-repeat bottom left;
	color: #1f8f2f;
}
.levemenu ul li ul{
	background:url(img/menu2-back.jpg) repeat-y bottom center;
}
.levemenu ul li ul li{
  margin:0;
	padding:0;
}
.levemenu ul li ul li a{
	padding-left:50px;
	display:block;
	background:url(img/menu2.jpg) no-repeat bottom left;
}
.levemenu ul li ul li a:hover,.levemenu ul li ul li .menu_current a{
	background:url(img/menu2-hover.jpg) no-repeat bottom left;
}
.levemenu ul li ul li ul{
	background:url(img/menu3-back.jpg) repeat-y bottom center;
}
.levemenu ul li ul li ul li{
  margin:0;
	padding:0;
}
.levemenu ul li ul li ul li a{
	padding-left:70px;
	background:url(img/menu3.jpg) no-repeat bottom left;
}
.levemenu ul li ul li ul li a:hover,.levemenu ul li ul li ul li .menu_current a{
	background:url(img/menu3-hover.jpg) no-repeat bottom left;
}
.levemenu img#mapa{
	margin:10px 0 0 4px;
}
.levemenu .jazyky{
text-align: center;
margin-top: 10px;

}
.levemenu .jazyky img{
	margin:5px;
}
/******************************************************************************************************************/
/******************************************************************************************************************/
/* paticka stranky */
.paticka {
	text-align: center;
  margin:0;
  padding:0;
  width:100%;
  background: url(img/paticka.jpg) repeat-x left top;
}
.paticka .paticka-text{
	width:855px;
	line-height:26px;
	background: url(img/paticka-text.gif) no-repeat left top;
}
.paticka .paticka-obsah{
	width:855px;
	line-height:26px;
	background:url(img/hlavni.gif) repeat-y right top;
	padding-bottom:5px;
}
.paticka, .paticka a{
	font-size: 9px;
	color: #1f8f2f;
}

