@charset "utf-8";
/* CSS Document */


/************
*	global
************/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777676;
}
a:link, a:visited, a:active {
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	color: #707070;	
}
body {
	padding: 0;
	margin: 0;
	background: #010101 url(imagessite/agrondje.jpg) repeat;
	width: 100%;
	display: table;
	background-repeat: repeat-x;
}	
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	display: table;
}
#logo{
	position:relative;
	left:13px;
	top:0px;
	width:234px;
	height:181px;
	background-image: url(imagessite/imageslayout/logo.png);
	z-index: 2;
}
#menu{
	position:relative;
	left:0px;
	top:-85px;
	width:950px;
	height:47px;
	background-image: url(imagessite/imageslayout/agrondmenu.jpg);
	z-index: 1;
}

