img { border: 0; }
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #9ab7df;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#main {
	width: 900px;
	text-align: left;
	background:url(../i/image001.jpg) top left no-repeat #FFFFFF;
}

#lang {
	font-size: 80%;
	color:#FFFFFF;
	float: right;
	width: 150px;
	position:relative;
	right:20px;
	top: -130px;
}

#navigation {
	width:99%;
	height: 40px;
	margin: 160px 0px 0 5px;
	text-align:center;
	font-weight:bold;
	font-size:80%;
}

#navigation a {
	text-decoration:none;
	color:#FFFFFF;
}

#navigation a:hover {
	color:#eb6700;
}


.menuitem {
	width: 110px;
	background-color:#006dd6; 
	padding-right: 4px; 
	padding:6px 3px 6px 3px;
}

#content {
	padding: 20px 0 20px 70px;
	display:block;
	width: 90%;
}


h1,
h2 { font-weight: normal; line-height: 1.1em; margin-top: 0.2em; margin-bottom: 0.1em; }
h1 { font-size: 175%; color: #0065AD; }
h3 { font-size: 80%; margin: 0 0 0.5em 0;}
h3.compact { margin-bottom: 0.1em; }
h3.first { margin-top: 1em; }
h3.special { font-weight: normal; }
h4,
h5 { font-size: 85%; font-weight:normal; }
h4.special { margin-top: 2.5em; }

#logo {
	position:relative;
	z-index:1;
	left: 40px; top: 20px;
	width:124px;
	height:147px;
	z-index: 200;
	background:url(../i/eurofarms.png) top left no-repeat;
}
* html #logo {
	position:relative;
	left: 40px; top: 20px;
	width:124px;
	height:147px;
	background:none;
	z-index: 200;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="i/eurofarms.png");
}

.tractor {
	position:absolute; 
	z-index: 2; 
	width: 467px; 
	height: 315px; 
	right: 30%; 
	background:url(../i/tractor_bkg.png) top left no-repeat;
}
* html .tractor {
	position:absolute; 
	z-index: 2; 
	width: 467px; 
	height: 315px; 
	right: 30%;
	background:url(../i/tractor_bkg.gif) top left no-repeat;
}



#pagecell {
	position:relative;
	padding:40px 20% 10px 30%;
	font-size: 127%;
	z-index: 200;
}

#footer {
/*	width: 100%;*/
	position: relative;
	left:50px;
	bottom: 20px;
	font-size: 75%;
}

#footer #copyright { margin-top: 0.5em; }


