html,body{
	margin : 0;
	padding : 0;
	background-color : #7c836c;
}

html,body {
	line-height : 19px;
	font-family : Arial;
	font-size : 13px;
	color : #707070;
}

a:link, a:visited, a:active {
	color : #EF4136; 
	text-decoration : none;
}
a:hover{
	color : #707070; 
	text-decoration : none;
}

hr {
	background-color :#dedede;
	color : #dedede;
	border : 0;
	margin : 15px 0 15px 0;
	height : 1px;
}

input, textarea {
	position : relative;
}

h1 {
	padding : 0 0 0 0;
	margin :  0 0 8px 0;
	font-family : Trebuchet MS;
	font-weight : normal;
	font-size : 23px;
	color : #00459B;
	line-height : normal;
}

h2 {
	padding : 0 0 0 0;
	margin :  0 0 8px 0;
	font-family : Trebuchet MS;
	font-weight :  bold;
	font-size : 13px;
	color : #00459B;
	line-height : normal;
}

h3 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Trebuchet MS;
	font-weight :  bold;
	font-size : 16px;
	color : #00459B;
	line-height : normal;
}

h4 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Trebuchet MS;
	font-weight :  bold;
	font-size : 14px;
	color : #00459B;
	line-height : normal;
}

h5 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Trebuchet MS;
	font-weight :  bold;
	font-size : 13px;
	color : #00459B;
	line-height : normal;
}

h6 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Trebuchet MS;
	font-weight :  bold;
	font-size : 11px;
	color : #00459B;
	line-height : normal;
}

/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */


.container {
	position : relative;
	margin : 0 auto 0 auto;
	width : 925px;
}

.quickmenu {
	float : left;
	padding : 10px 3px 8px 3px;
	text-align : right;
	font-size : 11px;
	line-height : normal;
	color : #c2c2ab;
	width : 922px;
}

.quickmenu a, .quickmenu a:link, .quickmenu a:active, .quickmenu a:visited { 
	color : #FFFFFF; 
	text-decoration : none;
}
.quickmenu a:hover { 
	color : #c2c2ab; 
	text-decoration : none;
}

.holder {
	float : left;
	background-image : url(http://www.agridor.com/EN/gfx/achter.gif);
	background-position : top left;
	background-repeat : repeat-y;
	padding : 0 0 0 3px;
	width : 921px;
}

.header {
	float : left;
	background-image : url(http://www.agridor.com/EN/gfx/header.gif);
	background-position : top left;
	background-repeat : no-repeat;
	width : 922px;
	height : 127px;
	position: relative;	
	z-index: 100;
}

.languages {
	position: absolute;
	left: 130px;
	top: 20px;
	width: 685px;	
	text-align: center;
	z-index: 1000;
}

.header_links {
	float : left;
	width : 429px;
	height : 84px;
}

.header_rechts {
	float : left;
	width : 491px;
	height : 84px;
}

.header_rechts_bottom {
	float : left;
	margin : 105px 0 0 0;
	width : 491px;
	height : 22px;
}

.menu_holder ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
	width : auto;
	float : right;
}

.menu_holder ul li {
	float : left;
	font-size : 11px;
}

.menu_item a, .menu_item a:link, .menu_item a:active, .menu_item a:visited {
	float : left;
	display : block;
	font-family : Arial;
	background-color : #00459b;
	margin : 0 0 0 1px;
	padding : 5px 15px 0 15px;
	line-height : normal;
	text-decoration : none;
	color : #FFFFFF;
	height : 17px;

}

.menu_item a:hover {
	float : left;
	display : block;
	font-family : Arial;
	background-color : #ef4136;
	margin : 0 0 0 1px;
	padding : 5px 15px 0 15px;
	line-height : normal;
	text-decoration : none;
	color : #FFFFFF;
	height : 17px;
}

.menu_item_select a, .menu_item_select a:link, .menu_item_select a:active, .menu_item_select a:visited, .menu_item_select a:hover {
	float : left;
	display : block;
	font-family : Arial;
	background-color : #ef4136;
	margin : 0 0 0 1px;
	padding : 5px 15px 0 15px;
	line-height : normal;
	text-decoration : none;
	color : #FFFFFF;
	height : 17px;
}

.moodbar {
	float : left;
	overflow : hidden;
	border-top : 1px solid #FFFFFF;
	width : 920px;
	height : 200px;
}

.moodbar_vervolg {
	float : left;
	overflow : hidden;
	border-top : 1px solid #FFFFFF;
	width : 920px;
	height : 138px;
}

.trailbalk {
	float : left;
	background-image : url(http://www.agridor.com/EN/gfx/trail.gif);
	background-position : top left;
	background-repeat : repeat-x;
	font-size : 11px;
	width : 920px;
	height : 27px;
}

.trailbalk_links {
	float : left;
	padding : 7px 0 0 15px;
	line-height : normal;
	width : 905px;
	height : 20px;
}

.trailbalk_links a, .trailbalk_links a:link, .trailbalk_links a:active, .trailbalk_links a:visited { 
	color : #3C9CDB; 
	text-decoration : none;
}
.trailbalk_links a:hover { 
	color : #000000; 
	text-decoration : none;
}

.content {
	float : left;
	padding : 23px 30px 30px 30px;
	width : 860px;
}

.box {
	float : left;
	background-image : url(http://www.agridor.com/EN/gfx/content_box.gif);
	background-position : left top;
	background-repeat : no-repeat;
	padding : 20px;
	font-size : 11px;
	color : #000000;
	width : 160px;
}

.box h2 {
	padding : 0 0 0 0;
	margin : 0 0 4px 0;
	font-family : Trebuchet MS;
	font-weight : bold;
	line-height : normal;
	color : #ef4136;
	font-size : 13px;
}

.content_links {
	float : left;
	margin : 0 30px 0 0;
	font-size : 11px;
	width : 200px;
}

.submenu_box {
	float : left;
	padding : 0 0 15px 0;
	width : 200px;
}

.submenu a, .submenu a:link, .submenu a:active, .submenu a:visited {
	float : left;
	background-image : url(http://www.agridor.com/EN/gfx/pijl_donker.gif);
	background-position : 8px center;
	background-repeat : no-repeat;
	border-top : 1px solid #FFFFFF;
	background-color : #00459b;
	padding : 5px 15px 5px 20px;
	text-decoration : none;
	line-height : normal;
	font-size : 11px;
	color : #FFFFFF;
	width : 165px;
}

.submenu a:hover {
	float : left;
	background-image : url(http://www.agridor.com/EN/gfx/pijl_donker.gif);
	background-position : 8px center;
	background-repeat : no-repeat;
	border-top : 1px solid #FFFFFF;
	background-color : #00459b;
	padding : 5px 15px 5px 20px;
	text-decoration : underline;
	line-height : normal;
	font-size : 11px;
	color : #FFFFFF;
	width : 165px;
}

.submenu_select a, .submenu_select a:link, .submenu_select a:active, .submenu_select a:visited , .submenu_select a:hover {
	float : left;
	background-image : url(http://www.agridor.com/EN/gfx/pijl_donker.gif);
	background-position : 8px center;
	background-repeat : no-repeat;
	background-color : #00459b;
	border-top : 1px solid #FFFFFF;
	padding : 5px 15px 5px 20px;
	text-decoration : underline;
	line-height : normal;
	font-weight : bold;
	font-size : 11px;
	color : #FFFFFF;
	width : 165px;
}

.links_text1 {
	float : left;
	border-top : 1px dashed #cccccc;
	padding : 8px 0 8px 0;
	width : 200px;
}

.links_text2 {
	float : left;
	border-top : 1px dashed #cccccc;
	border-bottom : 1px dashed #cccccc;
	padding : 8px 0 8px 0;
	width : 200px;
}

.content_rechts {
	float : left;
	width : 630px;
}

.footer {
	float : left;
	border-top : 1px solid #eaeaea;
	background-color : #00459b;
	padding : 7px 0 0 15px;
	line-height : normal;
	font-size : 11px;
	color : #FFFFFF;
	width : 905px;
	height : 20px;
}
.footer p {
	margin: 0;
	padding: 0;
}
.footer a, .footer a:link, .footer a:active, .footer a:visited { 
	color : #FFFFFF; 
	text-decoration : underline;
}
.footer a:hover { 
	color : #FFFFFF; 
	text-decoration : underline;
}

.bottom {
	float : left;
	background-image : url(http://www.agridor.com/EN/gfx/bottom.gif);
	background-position : bottom left;
	background-repeat : no-repeat;
	line-height : 0;
	font-size : 0;
	width : 926px;
	height : 3px;
}

.webgen {
	float : left;
	padding : 8px 0 10px 0;
	text-align : center;
	font-size : 11px;
	line-height : normal;
	color : #a5a58d;
	width : 926px;
}

.webgen a, .webgen a:link, .webgen a:active, .webgen a:visited { 
	color : #a5a58d; 
	text-decoration : none;
}
.webgen a:hover { 
	color : #c2c2ab; 
	text-decoration : none;
}