*{
	margin: 0;
	padding: 0;
}
body{
	/*Samotne telo stranky*/
	margin-top: 10px;
	background-color: #bcbaa3;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
}

table{
	font-size: 12px;
}


img{
	/*Orazky*/
	border: 0px;
	padding: 1px;
}

input {
	background-color: #ffffff;
	border: 2px solid #75a631;
	}	
	
textarea {
	background-color: #ffffff;
	border: 2px solid #75a631;
	}		
	
.buttons {
	color: white;
	width: 207px;
	font-weight: bold;
	background-color: #75a631;
	border: 1px solid #000000;
	}	
	
.galery {
	border: 2px solid #75a631;
	width: 145px;
	height: 111px;
	margin-left: 3px;
	margin-right: 3px;
	}	

.maps {
	border: 2px solid #75a631;
	width: 300px;
	margin-left: 3px;
	margin-right: 3px;
	}	
	
.tipy {
	border: 2px solid #75a631;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	}	
	


.cenik {
	border: 2px solid #df0a12;
	width: 300px;
	font-size: 12px;
}	
	
.ceniktd {
	text-align: center;
	margin-left: 12px;
	padding-left: 10px;
	font-size: 12px;
}	

.ceniktdzahl {
	background-color: #75a631;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 12px;
	}	
	
.galerytd {
	width:155px;
	}	

#content{
	position: relative;
	margin: auto;
	padding: 0 0px 0 0px;
	width: 710px;
	text-align: left;
	background: url('../layout/bodybg.gif') repeat-y 0% 0%;
}
#topmenu{
	width: 670px;
	padding: 20px 20px 0 20px;
	height: 40px;
	overflow: hidden;
	background: url('../layout/topbg.gif') no-repeat 0% 0%;
}
#topmenu ul{
	width: 100%;
	overflow: hidden;
}
	#topmenu ul li{
		display: block;
		float: left;
		background: url('../layout/topli.gif') no-repeat 100% 100%;
		width: 132px;
		margin-right: 2px;
	}
		#topmenu ul li a{
			display: block;
			float: left;
			height: 26px;
			width: 132px;
			font-weight: bold;
			background: url('../layout/topmenubg.gif') no-repeat 0% 100%;
			font-size: 12px;
			color: #ffffff;
			text-align: center;
			padding: 15px 0px 0px 0px;
			text-decoration: none;
		}
		#topmenu ul li a:hover{
			background-position: 0% 0%;
		}


	#obsah{
		padding: 0px 10px 0px 10px;
	}
		#obsah h1{
			font-family: Trebuchet MS;
			font-size: 2.2em;
			color: #df0a12;
			margin: 5px 0 10px 0;
			font-weight: normal;
		}
		#obsah h2{
			font-family: Trebuchet MS;
			font-size: 1.8em;
			color: #75a631;
			margin: 5px 0 10px 0;
			font-weight: normal;
		}
	#obsah p{
		color: #545454;
		font-family: verdana;
		line-height: 130%;
		text-align: justify;
		padding-right: 10px;
		font-size: 12px;
	}
	#obsah p a{
		color: #d70000;
	}
	#obsah p a:hover{
		color: #333333;
	}
	#obsah div.left_main{
		width: 350px;
		float: left;
		border-right: 1px solid #d9d9d9;
	}
	#obsah div.right_main{
		width: 235px;
		margin-left: 20px;
		float: left;
		background: url('../layout/rightbg.gif') no-repeat 100% 10px;
	}	
	
	#obsah div.left{
		width: 320px;
		float: left;
		border-right: 1px solid #d9d9d9;
	}
	#obsah div.right{
		width: 290px;
		margin-left: 20px;
		float: left;
	}	
	
	
	
	ul.sluzby{

		margin: 0 20px 0 15px;
	}
	ul.sluzby li{
		list-style-image: url('../layout/li.gif');
		font-family: verdana;
		color: #545454;
		padding: 3px 0;
		font-size: 12px;
	}
	.arrowed{
		background: url('../layout/li.gif') no-repeat 0% 50%;
		padding: 0 0px 0 7px;
	}
#bottom{
	width: 100%;
	background: url('../layout/bottombg.gif') no-repeat 0% 100%;
	padding-bottom: 25px;
}	
	#footer{
		padding-top: 12px;
		height: 39px;
		text-align: center;
		width: 670px;
		background: #b4b4b4 url('../layout/footerbg.gif') no-repeat 0% 0%;
		color: #595959;
		font-size: 10px;
		margin: 10px 20px 0px 20px;
	}
		#footer p{
			padding: 8px 20px 8px 20px;
		}
		#footer p.left{
			float: left;
		}
		#footer p.right{
			float: right;
		}
			#footer p a{
				color: #595959;
			}
			#footer p a:hover{
				color: #333333;
			}
			
.floatleft{
	float: left;
	margin-right: 20px;
}

.lined li{
	padding: 2px 0 2px 0;
}
.width120{
	display: block;
	width: 120px;
}
