	*{
margin: 0px;
padding: 0px;
}
body{
	background-color: #ffffff;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
}

#content{
	position: relative;
	margin: auto;
	width: 775px;
	text-align: left;
	margin-top: 0px;
}

	#top{
		position: relative;
		width: 100%;
		height: 124px;
		background: url('layout/topbg.jpg') no-repeat 0% 0%;
	}
		#top h1{
			position: absolute;
			left: 163px;
			top: 30px;
			width: 600px;
			height: 70px;
			overflow: hidden;
		}
			#top h1 a span{
				position: absolute;
				left: 0px;
				top: 0px;
				width: 600px;
				height: 70px;
				background: url('layout/toplogo.jpg') no-repeat 0% 0%;
				cursor: pointer;
			}

	#topmenu{
		position: relative;
		width: 100%;
		height: 26px;
		text-align: center;
		background: url('layout/topmenubg.jpg') repeat-x 0% 0%;
	}

		#topmenu ul{
			list-style: none;
			padding: 4px 0 0 17px;
		}
			#topmenu ul li{
				display: inline;
			}
				#topmenu ul li a{
					display: block;
					float: left;
					padding: 1px 17px 1px 17px;
					font-family: Verdana;
					color: #005831;
					font-weight: bold;
					font-size: 12px;
					text-decoration: none;
					border-right: 1px solid #62877f;
				}
				#topmenu ul li a.last{
					border-right: 0px;
				}
				#topmenu ul li a:hover{
					color: #F0C84A;
				}


#topmenu ul li div.popupmenu {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 150px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	display: none;
	z-index: 2;
	}
	#submenu1{
		left: -15px !important;
	}
	#submenu2{
		left: 75px !important;
	}
	#submenu3{
		left: 390px !important;
	}
	#submenu4{
	left: 230px !important;
	}
	#submenu6{
	left: 470px !important;
	}
	#submenu5{
		left: 165px !important;
		top: 0px !important;
		width: 250px !important;
		
	}
	#submenu5 ul li a{
		color: #ffffff !important;
		background: #c5ab7f !important;
		border: 1px solid #e9dbc3 !important;
	}
	#submenu5 ul li a:hover{
		background: #a48056 !important;
	}
	#topmenu .popupmenu ul {
		width: 100%;
	}
		#topmenu .popupmenu ul li{
			
		}
			#topmenu .popupmenu ul li a{
				margin: 0px 0 1px 0;
				text-align: left;
				display: block;
				width: 100%;
				background: #639282;
				border: 1px solid #eeddba;
				padding: 3px 0 3px 10px;
				color: #F7E19D;
				text-decoration: none;
				font-weight: normal;
				font-size: 11px;
			}
			#topmenu .popupmenu ul li a:hover{
				background: #47685d;
			}

	#shade{
		width: 100%;
		height: 4px;
		overflow: hidden;
		background: url('layout/topshade.jpg') no-repeat 0% 0%;	
	}


	#obsah{
		width: 470px;
		padding: 50px 10px 10px 295px;
		background: #F7E19D url('layout/obsahbg.jpg') no-repeat 0% 0%;
		min-height: 634px;
		_height: 634px;
		
	}

		#obsah h2{
			color: #5c7874;
			font-size: 20px;
			font-weight: normal;
			margin-bottom: 5px;
		}
		#obsah h3{
			color: #876e41;
			font-size: 14px;
			font-weight: bold;
		}
		#obsah p{
			text-align: justify;
			color: #333333;
			margin-bottom: 10px;
			line-height: 130%;
		}
		#obsah a{
			color: #5c7874;
		}
		#obsah a:hover{
			color: #876e41;
		}

		#obsah ul{
			padding: 10px 0 10px 20px;
			color: #333333;
		}
		#obsah ul li{
			margin: 2px 0 5px 0;
		}

.imagecage{
	float: right;
	margin: 10px 10px 0 0;
	width: 360px;
	height: 240px;
	background: url('layout/imgborder.jpg') no-repeat 0% 0%;
	padding: 40px;
	overflow: hidden;
}


	#footer{
		position: absolute;
		bottom: 0px;
		right: 0px;
		margin-top: 0px;
		padding: 5px 5px 5px 5px;
		clear: both;
		color: #666666;
	}
		#footer a{
			color: #666666;
			text-decoration: none;
		}
		#footer a:hover{
			text-decoration: underline;
		}

.right{
	float: right;
}
.bordered{
	border: 1px solid #333333;
}
.margedright{
	margin-right: 15px;
}
.longmargedleft{
	margin-left: 200px;
}
.green{
	color: #5c7874;
}
.gold{
	color: #876e41;
}
.italic{
	font-style: italic;
}

input{
	border: 1px solid #333333;
}
.blocked{
	display: block;
	float: left;
	width: 100px;
}
.short{
	width: 80px;
}

.rkc_akt th,
.rkc_akt td
{
    border: 1px solid black;
    padding: 1px 5px;
    text-align: center; vertical-align: middle;
}