/* 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;
}
img.main {
float: left;
margin: 8px 8px 8px 0;
padding: 2px;
border: 1px solid rgb(125,128,111);
}
.den {
font-weight: bold;
font-size: 110%;
color: red;
}
/*************************************************** 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;
}

h4
{
	font-size: 15px;
	font-weight: bold;
}

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: 60px;
	background: url(../images/header-bg.gif) repeat-x;
}

#header #logo
{
	float: left;
	width: 237px;
	padding-right:10px;	
	padding-top:5px;	
	height:55px;
	background:url(../images/logo.gif);
}

#logo{
font-size:20px;
text-align:right;

}

#logo a{
color:#fff;
text-decoration:none;
}

#logo a span{
color:#000;
font-style:italic;
}

#navigation
{
	float: right;
	text-align: right;
	height: 42px;
	width: 500px;
	margin-right: 0px;
	display: inline;
	padding-top: 18px;
}

#banner
{
	width: 900px;
	height: 231px;
	margin-top: 6px;
}

#content-wrapper
{
	background-color: #fff;
}

#footer
{
	background-color: #1c2517;
	color: #fff;
	height: 26px;
}

/*************************************************** Main Content Styles ***************************************************/

#content-wrapper ul
{
	padding: 5px 30px 20px 40px;
}

#content-wrapper ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #161616;
	padding-bottom: 5px;
	padding-left: 4px;
}

#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
{
	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;
}

#map {
padding: 2px;
border: 1px solid rgb(125,128,111);
}
/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	height: 40px;
	line-height: 40px;
	margin: 0;
	display: inline;
	float: right;
	text-align: right;
	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
{
	background: none;
}
#navigation a.last:link
{
background:none;
}
#navigation ul li a:hover
{
	color: #89aa16;
}

#home #navigation ul li a#home-link,
#onas #navigation ul li a#onas-link,
#kontakt #navigation ul li a#kontakt-link,
#nabidka #navigation ul li a#nabidka-link
{
	color: #89aa16;
}
/*************************************************** Table Styles ***************************************************/
table {
	border-collapse: collapse;
	padding: 5px;
	width:100%;
	position: relative;
	margin-bottom:15px;
}
td, th {
text-align: left;
padding: .2em;
font-size: 100%;
}
table.wide {
	width: 100%;
}
.kombi {
   background: rgb(225,228,211);
}
/*************************************************** Form Styles ***************************************************/

label {
width: 10%;
text-align:right;
font-size: 100%;
font-weight: normal;
padding-right: 5px;
float: left;
margin-bottom: .2em;
}

fieldset {
border: 2px solid rgb(137,170,22);
padding: .3em;
margin-top: .5em;
margin-bottom: .2em;
background: rgb(255,255,255);
position: relative;
}

legend {
font-weight: bold;
padding: .1em .3em;
margin-left: .5em;
font-size: 1em;
color: rgb(255,255,255);
background: rgb(137,170,22);
position: absolute;
top: -0.9em;
left: .2em;
}
fieldset {position: relative;}

.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;
}
#wrapper {width:600px;margin:0 auto;}
.message {background:#eee; color:#000;display:none;width:90%;margin:8px;padding:10px;}
.contact {text-align:right;}
.contact ul {list-style-type:none;width:390px;}
.contact li {list-style-type:none;}
.contact li.special {display:none;}
.contact input {width:80%;}
.contact textarea {width:80%;}
.message #alert {
font-size: 105%;
font-weight: bold;
}

.reset {clear: both;}

/*************************************************** Footer Styles ***************************************************/

#footer ul
{
	height: 26px;
	line-height: 26px;
	margin: 0 0 0 191px;
	display: inline;
	float: left;
	width: 600px;
}

#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;
}

