/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #e1e4d3 url(../images/bg.gif) top repeat-x;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #242424;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #242424;
	padding-top: 12px;
	padding-bottom: 16px;
	font-weight: normal;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
}

h4
{
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
}

h5
{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 3px 0;
}

h6
{
	font-size: 13px;
	font-weight: bold;
}

p
{
	color: #242424;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 900px;
	margin: 0 auto;
	padding-top: 7px;
}

#header
{
	width: 900px;
	height: 30px;
}

#header #logo
{
	float: left;
	width: 237px;
	padding-right:10px;
	padding-top:5px;
	height:25px;
	background:url(../images/logo.gif);
}

#logo{
font-size:20px;
text-align:center;
}

#logo a{
color:#fff;
text-decoration:none;
}

#logo a span{
color:#000;
}




#navigation
{
	float: right;
	height: 42px;
	width: 500px;
	margin-right: 60px;
	display: inline;
	padding-top: 18px;
}

#banner
{
	width: 900px;
	height: 418px;
	margin-top: 6px;
}

#content-wrapper
{
	background-color: #fff;
}

#footer
{
	background-color: #1c2517;
	color: #fff;
	height: 26px;
	text-align: left;
}

/*************************************************** Main Content Styles ***************************************************/

#content-left
{
	float: left;
	width: 556px;
	margin: 26px 30px 40px 30px;
	background-color: #f1f4e8;
	display: inline;
}

#content-right
{
	float: left;
	width: 262px;
	margin: 26px auto 40px 0;
}

#content-left h1.main-title
{
	width: 537px;
	height: 33px;
	line-height: 33px;
	color: #2d2d2d;
	background: url(../images/heading-bg.gif) no-repeat;
	padding: 0 0 0 19px;
}

#content-wrapper img.float-left
{
	float: left;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-top: 4px
}

#content-left #padding-container
{
	padding: 17px;
}

#content-left p.top
{
	margin-top: 0;
}

#content-right h1, h2
{
	width: 262px;
	color: #4c4b4b;
	padding: 4px 0 0 0;
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 20px;
}

#content-right h5
{
	color: #363636;
}

#content-right p
{
	margin: 0;
	line-height: 1.4;
	color: #3c3c3c;
}

#content-right p a
{
	font-weight: bold;
	color: #89aa16;
}

#content-left .news-title
{
	border-bottom: 1px solid #c4c4c4;
	width: 520px;
	margin: 0 0 18px 0;
}

#content-left .news-title h3
{
	color: #2d2d2d;
	padding: 0 0 6px 0;
	float: left;
}

#content-left .news-title h5
{
	float: right;
	padding: 2px 0 0 0;
}

/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	height: 40px;
	line-height: 40px;
	margin: 0;
	display: inline;
	float: left;
	width: 500px;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin-right: 1px;
	padding: 0 14px 0 10px;
	background: url(../images/nav-divide.gif) right 16px no-repeat;
}

#navigation ul li a.last:link
{
	background: none;
}

#navigation ul li a:hover
{
	color: #89aa16;
}

#home #navigation ul li a#home-link, #news #navigation ul li a#news-link
{
	color: #89aa16;
}

/*************************************************** Footer Styles ***************************************************/

#footer ul
{
	height: 26px;
	line-height: 26px;
	margin: 0 0 0 0px;
	display: inline;
	float: left;
	width: 900px;
}

#footer ul li
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 0 12px 0 10px;
	background: url(../images/footer-divide.gif) right 10px no-repeat;
}

#footer ul li.last
{
	background: none;
}

#footer ul li a
{
	color: #fff;
}
/*-------------formular-----------*/

label {
width: 20%;
text-align:right;
padding-right: 5px;
float: left;
margin-bottom: .2em;
}
fieldset {
border: 2px solid rgb(137,170,22);
padding: .30em;
padding-left: 2.30em;
margin-top: .5em;
margin-bottom: .2em;
position: relative;
}
legend {
font-weight: bold;
font-size: 105%;
padding: .2em .5em;
margin-left: 1em;
font-size: 1.6em;
color: rgb(255,255,255);
background: rgb(137,170,22);
}

.form {
margin-top: 2em;
}
.pole {
padding: 0px 0px 0px 2px;
margin-bottom: .2em;
background-color: rgb(241,244,232);
color: rgb(0,0,0);
border: 2px solid rgb(137,170,22);
}
.odeslat {
font-weight: bold;
margin-left:10%;
padding: .2em;
}
.reset {
	clear: both;
}
.download {
padding: 10px 0px 10px 40px;
border: 1px solid #CACACC;
background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
margin-bottom: 2em;
}
table {
width: 100%;
margin:0;
border-collapse: collapse;
}
th, td {
padding: 3px;
padding-left: 5px;
margin:0;
}
th {
text-align: left;
}
ol {
margin-left: 2.2em;
}
