*{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	margin-top: 0px;
}


#content{
	position: relative;
	margin: auto;
	width:775px;
}

#top{
	width: 100%;
	height: 160px;
	background: url('layout/topright.jpg') no-repeat 100% 0%;
}

	#logo {
		position: relative;
		width:473px;
		height: 130px;
		display: block;
		margin-top: 20px;
		float: left;
		overflow: hidden;
	}
		#logo img{
			border: 0;
		}
	
	#lang {
		color: #efefef;
		text-align:right;
		padding-right:7px;
	}
	#lang a{
		color: #efefef;
		text-decoration:none;
	}


#main{
	position: relative;
	text-align: left;
}
	#left{
		position: relative;
		float: left;
		width: 140px;
		min-height: 660px;
		margin-top: 20px;
		_height: 660px;
		background: url('layout/leftbg.jpg') no-repeat 0% 0%;
	}
		#left ul{
			margin: 60px 0px 0px 10px;
		}
			#left ul li{
				list-style-type: none;
				margin: 4px 0px 4px 0px;
			}
				#left ul li a{
					display: block;
					width: 120px;
					background: #91c906;
					padding: 5px 0px 5px 10px;
					font-size: 14;
					font-weight: bold;
					color: #ffffff;
					text-decoration: none;
				}
				#left ul li a:hover{
					background: #afd907;
					color: #ffffff;
				}

		#left ul li ul{
			margin: 0;
		}
			#left ul li ul li{
				list-style-type: none;
				margin: 2px 0px 2px 0px;
			}
				#left ul li ul li a{
					display: block;
					width: 120px;
					background: none;
					padding: 4px 0px 4px 10px;
					font-size: 10px;
					font-weight: normal;
					color: #545454;
					text-decoration: none;
				}
				#left ul li ul li a:hover{
					text-decoration: underline;
					color: #000000;
					background: none;
				}

	#obsah{
		position: relative;
		float: right;
		width: 610px;	
		margin-top: 20px;
		color: #3d3d3d;
	}


	#obsah h1{
		color: #91c906;
		font-size: 20px;
		font-weight: normal;
		margin-bottom: 10px;
	}
	#obsah h2{
		color: #94c70a;
		font-size: 14px;
		margin: 10px 0px 2px 0px;
	}
	#obsah h3{
		color: #444444;
		font-size: 12px;
		font-weight: normal;
	}
	#obsah h3 a{
		color: #444444;
		padding: 0 0 0 10px;
		text-decoration: none;
	}
	#obsah h3 a:hover{
		color: #000000;
		text-decoration: underline;
	}
	#obsah a{
		color: #7dad05;
		text-decoration: underline;
	}
	#obsah a:hover{
		color: #363636;
	}

	#obsah p{
		margin-bottom: 15px;
	}
	#obsah ul{
		margin-left: 25px;
	}
		#stred{
			position: relative;
			float: left;
			width: 370px;
			margin-top: 40px;
			overflow: hidden;
		}
		#all{
			margin-top: 40px;
		}

		#rightpanel{
			position: relative;
			float: right;
			width: 218px;
			height: 878px;
			background: url('layout/rightbg.jpg') no-repeat 0% 0%;
			margin: -65px 0px 0px 20px;
			z-index: 2;
		}

		#rightpanel ul{
			margin: 80px 0px 0px 0px;
			padding: 0px 15px 0px 0px;
			float: right;
		}
			#rightpanel ul li{
				list-style-type: none;
				display: block;
				margin: 0px 0px 24px 0px;
				padding: 0px;
				text-align: center;
			}


				#rightpanel ul li a{
					text-decoration: none;
					font-weight: bold;
					color: #ffffff;
				}


					#rightpanel ul li a img{
						border: 7px solid #ffffff;
						width: 105px;
						height: 95px;
						margin: 5px;
					}
					#rightpanel ul li a:hover img{
						border: 7px solid #91c906;
					}


#footer{
	position: relative;
	padding-top: 1px;
	text-align: left;
	color: #5e5c5d;
	padding-bottom: 10px;
}
#footer a{
	color: #94c70a;
	text-decoration: none;
}
#footer a:hover{
	color: #363636;
}

#footerleft{
	position: relative;
	float: left;
	margin-left: 3px;
}
#footerright{
	position: relative;
	float: right;
	margin-right: 3px;
}





.cenik{
	margin: 10px 0 10px 0 !important;
}
	.cenik li{
		list-style-type: none;
		padding: 3px 0px 3px 0px;
	}
		.cenik li span{
			float: left;
			padding: 0px 15px 0px 10px;
			width: 230px;
		}
		.cenik li .cena{
			float: right;
			color: #7dad05;
		}
		.cenik li .cena a{
			font-weight: normal;
		}
		.cenik li em{
			font-weight: bold;
			color: #7dad05;
		}

.sluzby{
	padding-left: 25px;
}
	.sluzby li{
		padding: 3px 0px 3px 0px;
	}

.sluzby em{
	color: #7dad05;
}

input {
	border: 1px solid #7dad05;
	padding: 1px;
	font-size: 11px;
	margin-top: 3px;
}
select{
	border: 1px solid #7dad05;
	padding: 1px;
	padding-top:2px;
	padding-bottom:3px;
	font-size: 11px;
	margin-top: 3px;
}
optgroup {
	font-style: normal;
}
textarea{
	margin-top: 5px;
	border: 1px solid #7dad05;
	padding: 2px;
	font-size: 11px;
}
a img{
	border: 1px solid #7dad05;
}
a:hover img{
	border: 1px solid #333333;
}

.sablona{
	width: 100px;
	height: 120px;
}

.nondisplayed{
	display: none;
}

.displayed{
	display: block;
}
.clear{
	clear: both;
}


.right{
	float: right;
	text-align: right;
}

div.objednavka label{
	display: block;
	width: 80px;
	float: left;
}
div.objednavka input{
	display: block;
	width: 120px;
	float: left;
}
div.objednavka textarea{
	display: block;
	width: 230px;
	float: left;
}
div.objednavka input.send{
	width: 150px;
	background: #91c906;
	margin: 10px 0 0 120px;
	_margin: 10px 0 0 60px;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

table th{
	background: #91c906;
	padding: 2px;
	text-align: center;
	color: #555555;
}
table td{
	padding: 2px 10px;
	border: 1px solid #dddddd;
}

.box{
	width: 100%;
	margin: 10px 3px;
}
.img{
	float: left;
	width: 59px;
	height: 44px;
	overflow: hidden;
	margin: 0 5px 0 0;
}
.img img{
	width: 57px;
	height: 42px;
}

.popis{
	float: right;
	width: 298px;
}
.popis p{
	margin: 0 !important;
}

img.floatleft{
	float: left;
	margin: 5px 10px 10px 0;
}
strong.cena{
	font-size: 1.3em;
	color: #91c906;
}
/*objednavka tlacitko */
#obsah a.objednavka {
	background: #91c906;
	padding: 5px 10px 5px 10px;
	font-size: 14;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	cursor:pointer;
	margin:0px auto;
				}
#obsah a.objednavka:hover{
	background: #afd907;
	color: #ffffff;
				}
