* {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
body {
	text-align: center;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #c4e1a0;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #4D6D23;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #4D6D23;
}
a:hover {
	text-decoration: underline;
	color: #2D5284;
}
h1 {
	font-size: 20px;
	font-weight: normal;
}
h2 {
	font-size: 15px;
	color: #537825;
	font-weight: normal;
}
h3 {
	font-weight: normal;
}
p {
	line-height: 25px;
	margin-bottom: 15px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
#lang {
	text-align: right;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #5B6C57;
}
#lang a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
#lang a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
#header {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E1EADB;
	border-bottom-color: #E1EADB;
}
#menu {
	height: 20px;
	font-size: 20px;
	color: #CCCCCC;
}
#menu a {
	font-size: 15px;
	letter-spacing: -1px;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: none;
	font-weight: bold;
}
#footer {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px;
	text-align: left;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.hardtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/bg_hardtext.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 16px;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
.pomoc {
	color: #FFFFFF;
	background-color: #3663a1;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-left: 200px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content {
	font-style: normal;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: left;
	position: relative;
	overflow: hidden;
	clear: both;
}
.article {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
.article h3 {
	font-size: 17px;
	font-weight: bold;
	color: #2D5284;
	margin-bottom: 15px;
	margin-top: 30px;
}
.article h2 {
	font-size: 16px;
	font-weight: bold;
}
.article h1 {
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E1EADB;
	padding-bottom: 3px;
	display: block;
	color: #2D5284;
	letter-spacing: -1px;
	font-weight: bold;
	margin-top: 10px;
}
.index img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 5px;
}
.spacen {
	width: 120px;
}
input.text {
	font-size: 15px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C2CFD1;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
input.check {
	font-size: 18px;
}
select {
	font-size: 15px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C0CFD3;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
input.button {
	font-size: 16px;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #618B2C;
	text-align: center;
	border: 3px outset #C4E1A0;
}
input.button:hover {
	background-color: #91C74E;
}
.chyba {
	font-size: 16px;
	color: #FF3300;
	margin-top: 5px;
	margin-bottom: 20px;
	background-color: #FFFF99;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF1BB;
	border-bottom-color: #FFF1BB;
	padding: 5px;
}
.clear {
	clear: both;
	font-size: 1px;
}
TABLE.classic {
	border-spacing: 0px;
	border-collapse: collapse;
}
TABLE.classic th {
	border: 1px solid #D1DAE0;
	background-color: #DDE3E8;
	padding: 8px;
	text-align: left;
}
TABLE.classic td {
	border: 1px solid #D1DAE0;
	padding: 8px;
}
.vzor1 {
	float: left;
	padding: 10px;
}
.vzor2 {
	padding: 10px;
	float: right;
}
