@charset "utf-8";
body, header, section, footer, aside, nav, main, article, figure {
	font-family: "Century Gothic", Arial, Verdana;
}
html {
	word-wrap: break-word;
	font-size: 100%;

}
body {
	position: absolute;
	top: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	width: 100%;
}
header, footer {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	background-color: #345B70;
	padding: 20px;
}
.stit {
	color: #FFFFFF;
	display: block;
	position: relative;
	float: left;
	clear: both;
	left: 40px;
	width: 500px;
	padding: 2px;
}
nav {
	display: block;
	position: relative;
	float: left;
	clear: both;
	top: 0;
	left: 40px;
	width: 500px;
	padding: 2px;
}
article {
	display: block;
	position: relative;
	padding: 20px;
	float: left;
	clear: left;
	width: 800px;
	height: auto;
}
#artic_vpravo {
	display:block;
	position: relative;
	float: left;
	clear: right;
	width: 300px;
	height: auto;
}
article h1 {
	color: #11232d;
	font-family: "Impact", "Ubuntu", "Trebuchet MS", Verdana, Segoe;
	font-size: xx-large;
	font-weight: bold;
	padding: 4px;
	margin-left: 0px;
	margin-right: 20px;
	word-wrap: break-word;
}
article h2 {
	color: #022b3f;
	font-family: "Impact", "Ubuntu", "Trebuchet MS", Verdana, Segoe;
	font-size: large;
	font-weight: normal;
	padding: 3px;
	margin-left: 8px;
	margin-right: 40px;
	word-wrap: break-word;
}
article h3 {
	color: #022b3f;
	background-color: #C4D2D9;
	font-family: "Impact", "Ubuntu", "Trebuchet MS", Verdana, Segoe;
	font-size: x-large;
	font-weight: normal;
	padding: 2px;
	margin-left: 16px;
	margin-right: 60px;
	word-wrap: break-word;
}
article p {
	font-size: large;
	font-family: "Century Gothic", Arial, Verdana;
	font-weight: normal;
	color: #130600;
	margin-left: 32px;
	margin-right: 60px;
	word-wrap: break-word;
}
article img {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.imgright {
	display: block;
	position: relative;
	float: right;
	clear: right;
	margin-left: 10px;
}
.primarec {
	font-family: "Ubuntu", "Courier New", Courier, monospace;
	font-weight: normal;
	color: #D0003E;
	text-shadow: 1px 1px 2px #191919;
}
.koment {
	color: #F00;
}

a:link, a:active, a:visited {
	margin: 2px;
	border-radius: 3px;
	color: #FFFFFF;
	background-color: #11232d;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
a:hover, a:focus {
	background-color: #005694;
}
article ol li {
	font-size: large;
	font-family: "Century Gothic", Arial, Verdana;
	color: #320012;
	margin-right: 2em;
}
