
/* general page structure and layout */
body {
font-family:Arial, Helvetica, sans-serif; 
font-size:.8em; 
color:#000000; 
margin:10px 0 0 0;
padding:0 0 0 0;
background:#eeeeee;
text-align:center;
}

.page_wrap {
position:relative;
width:960px;
margin:0 auto;
padding:0 0 0 0;
text-align:center;
background:#ffffff url(images/header4.jpg) no-repeat;
border-left:1px solid #9EB874;
border-right:1px solid #9EB874;
border-top:1px solid #9EB874;
}

.language {
position:absolute;
top:2px;
left:860px;
}

.header_text {
position:relative;
clear:none;
width:200px;
height:22px;
margin:70px 0 40px 0;
padding:0 0 0 0;
background:transparent;
color:black;
font-size:1.5em;
text-align:left;
}

.topnav {
position:relative;
clear:both;
width:960px;
height:21px;
margin:0 0 0 0;
padding:0 0 0 0;
background:#cccccc;;
font-size:.8em;
font-weight: bold;
border-top:1px solid #9EB874;
}

.container {
position:relative;
clear:both;
width:910px;
margin:15px 15px 15px 15px;
padding:15px 15px 0 15px;
background:#ffffff;
color:#000000;
font-size:14px;
line-height:20px;
text-align:justify;
}

.container p {
margin:5px 0 10px 0;
padding:0 0 0 0;
}

.box_right {
position:relative;
float:right;
clear:both;
width:215px;
margin:0 0 10px 5px;
padding:0 10px 0 10px;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.7em;
}

.box_right p {
margin:5px 5px;
}

table.agro {
position:relative;
width:910px;
height:353px;
padding:10px 0 10px 0;
border-top:1px solid rgb(126,169,214);
border-bottom:1px solid rgb(126,169,214);
}

td.agro {
width:170px;
vertical-align:top;
text-align:left;
}

td.psenica {
text-align:center;
background:#ffffff url(images/psenica2.jpg) no-repeat;
}

table.feed {
position:relative;
width:910px;
padding:10px 0 10px 0;
border-top:1px solid rgb(126,169,214);
border-bottom:1px solid rgb(126,169,214);
}

table.contact {
position:relative;
width:910px;
height:520px;
padding:10px 0 10px 0;
font-size:13px;
border-top:1px solid rgb(126,169,214);
border-bottom:1px solid rgb(126,169,214);
}

td.spec {
width:500px;
vertical-align:top;
padding:0 20px 0 5px;
}

td.repka {
text-align:center;
background:#ffffff url(images/repka.jpg) no-repeat;
}

td.sunset {
text-align:center;
width:226px;
background:#ffffff url(images/field_way21.jpg) no-repeat;
}

td.contact1 {
width:674px;
vertical-align:top;
text-align:center;
padding:20px 10px 20px 10px;
}

td.contact2 {
width:337px;
vertical-align:top;
text-align:center;
padding:20px 0px 20px 0px;
}

li.agro {
font-size:.9em;
line-height:15px;
list-style-type: circle;
margin-bottom:15px;
}

li.feed {
font-size:.9em;
line-height:23px;
list-style-type: circle;
margin-bottom:15px;
}

.footer {
position:relative;
clear:both;
width:960px;
height:50px;
margin:30px 0 0 0;
padding:4px 0 4px 0;
background:#ffffff url(images/grass_footer.jpg) bottom no-repeat;
font-size:.8em;
text-align:center;
border-bottom:1px solid #9EB874;
}

/* top navigation bar */
#nav ul{
padding:0 0 0 0;
margin:0 0 0 0;
white-space: nowrap;
font-size:1.1em;
color:#ffffff;
float:left;
width:100%;
background:#ffffff url(images/topnav_bg_grey.gif);
list-style:none;
}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
width:72px;
margin: 0 0 0 0;
padding: .25em 2em .3em 2em;
background:#ffffff url(images/topnav_bg_grey.gif);
color: #000000;
text-decoration:none;
float: left;
border-right:1px solid #cccccc;
}

#nav ul li a:hover{
background:#9EB874 url(images/topnav_bg_blue3.jpg);
color: #ffffff;
text-decoration:none;
border-right:1px solid #cccccc;
}


/* links */
a{
color: black;
text-decoration: none;
}


#box_right a {
color:#000000;
text-decoration:underline;
}

#box_right a:hover {
color:#E39243;
text-decoration:none;
}

a.menu {
color: rgb(215,55,45);
font-size: 12px;
font-weight: bold;
text-decoration: none;
} 

a:hover.menu {
color: rgb(89,144,247);
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

#footer a {
color:#9EB874;
text-decoration:none;
}

#footer a:hover {
color:#4F6C1F;
text-decoration:none;
}

/* fonts and colors */

h1 {
display:none;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
color:rgb(153,53,4);
font-size:1.1em;
line-height:34px;
font-weight:bold;
padding:0 10px 0 10px;
margin:0 0 -6px 0;
}

.grey {
color:#999999;
}

/* images */
img {
border:none;
}

.right img {
position:relative;
float:right;
padding:0 0 0 0;
margin:5px 2px 2px 5px;
}

.left img {
position:relative;
clear:none;
float:left;
padding:0 0 0 0;
margin:5px 5px 2px 0;
}

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

