* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 14px PT Sans, Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background: url('../images/body-bg.gif') left top repeat; 
	background-color: #fff;
	color:#4d5565;
}
header, footer, article, section, nav, menu, hgroup, main {display: block;}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {text-decoration: none;}
p{margin: 0 0 20px}
img {border: none;}
input {vertical-align: middle;}

.wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}
.shd{
	-webkit-box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
	filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=10);
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 200px;
	background-color: #fff;
}
	.header .logo{
		position: absolute;
		top:10px;
		left: 10px;
		border: none;
	}

			
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	margin-top: 20px;
	padding-bottom: 40px;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}

.container {
	width: 100%;
	float: left;
}
.content {
	background-color: #fff;
	margin-right: 260px;
}
	.blog-featured, .item-page{
		width: 700px;
		margin: 0 auto;
		padding: 36px 0 36px 0;
	}
		.content h1{
			color: #000;
			font-size: 32px;
			line-height: 0px;
			padding-bottom: 33px;
		}
		.content h2{
			color: #000;
			font-size: 24px;
			padding-bottom: 20px;
		}
		.content h2{
			color: #000;
			font-size: 17px;
			padding-bottom: 20px;
		}
		.content p{
			line-height: 16pt;
		}
		.content ul{
			margin: 0 0 20px 20px;
		}
			.content ul li{
				padding-bottom: 3px;
			}
		.bezotstupa{
		  margin-bottom: 7px;
		}

	#xmap{
		padding: 36px 0 36px 0;
		margin-left: 20px;
	}

/* right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 240px;
	margin-left: -240px;
	position: relative;
}
	.right-sidebar .menu{
		width: 240px;
		padding: 24px 0 24px 0;
		background-color: #fff;
		-webkit-box-shadow: 0 0 20px #000;
		-moz-box-shadow: 0 0 20px #000;
		box-shadow: 0 0 20px #000;
		filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=10);
		margin-bottom: 20px;

	}
		.right-sidebar .menu li {
			width: 200px;
			margin-left: 20px;
			list-style: none;
			border-bottom: solid 1px #1f833a;
			padding: 10px 0 10px 0;
		}
		
			.right-sidebar .menu li a{
				font-size: 16px;
				font-weight: bold;
				color: #0053b2;
				text-decoration: none;
			}

	.moduletable_useful{
		padding: 24px 0 24px 0;
		background-color: #fff;
		-webkit-box-shadow: 0 0 20px #000;
		-moz-box-shadow: 0 0 20px #000;
		box-shadow: 0 0 20px #000;
		filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=10);
	}
		.moduletable_useful h3{
			font-size: 18px;
			font-weight: bold;
			color: #000;
			padding-bottom: 22px;
			margin-left: 20px;
		}
			.custom_useful{
				width: 200px;
				margin: 0 auto;
			}
				.custom_useful li{
					list-style: none;
					border-top: solid 1px #1f833a;
					padding-top: 10px;
					margin-top: 10px;
				}
					.custom_useful li a{
						font-size: 14px;
						font-weight: bold;
						color: #0053b2;
						display: block;
						padding-bottom: 5px;
					}
				.custom_useful li:first-child{
					border: none;
					padding: 0px;
					margin: 0px;
				}
		

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	position: relative;
}
	.footer .custom_footer{
		width: 950px;
		color: #fff;
		margin-left:20px;
	}
		.footer .custom_footer a{
			color: #fff;
		}
			.footer .custom_footer tr td {
				vertical-align: top;
			}
			.sitemap{
				padding-left: 25px;
			    background: url('../images/sitemap.png') 0px 5px no-repeat;
			}