* {
	margin: 0;
	padding: 0;
}

body {
	background: url('/images/page_bg.jpg') repeat-x;
	text-align: center;

	font: 12px Arial;
}

body.print {
	background: none;
	text-align: left;
	padding: 15px;
}

img {
	border: 0;
}

h1 {
	margin-bottom: 10px;

	font-size: 27px;
	font-weight: normal;

	color: #999999;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

#container {
	margin: 0 auto;

	width: 924px;
	
	text-align: left;

	background-color: #FEFEFE;

	min-height: 400px;

	position: relative;
}

#header {
	background: url('/images/header.jpg') no-repeat;

	height: 94px;

}

#page {

}

#topmenu {
	padding: 5px 0 5px 25px;

	background: url('/images/topmenu_bg.jpg') repeat-x;
	color: white;
	font-size: 11px;

	position: relative;
}

#topmenu a {
	color: white;

	text-decoration: none;

	margin-right: 10px;
}

#topmenu a.selected {
/*
	font-weight: bold;
*/
}

#topmenu #translations {
	position: absolute;

	right: 20px;
	top: 3px;
}

#topmenu #translations a {
	margin-right: 0;
	margin-left: 6px;
}

#topmenu #officename {
	position: absolute;

	left: 270px;
	top: 5px;

	font-weight: bold;
}

#menu {
	float: left;

	width: 200px;
	font-size: 11px;

	padding: 20px 25px 15px 25px;

	height: 445px;
	overflow: auto;

}

#menu a {
	display: block;

	text-decoration: none;
	color: #999999;
/*
	padding: 2px 0;
*/
}

#menu a.level1 {

}

#menu a.level1:hover, #menu a.level1_selected {
	color: #3EA639;
}

#menu a.level1_selected {
	font-weight: bold;
}

#menu a.level2 {
	color: black;
	padding-left: 6px;
}

#menu a.level2:hover, #menu a.level2_selected {
	padding-left: 6px;
	color: #3EA639;
}

#menu a.level3 {
	padding-left: 20px;
	background: url('/images/menu_level3_bg.png') no-repeat 6px 2px;
}

#menu a.level3:hover, #menu a.level3_selected {
	color: #3EA639;
	padding-left: 20px;
	background: url('/images/menu_level3_bg_selected.png') no-repeat 6px 2px;
}

#menu a.level3, #menu a.level3:hover, #menu a.level3_selected {
	margin-top: 2px;
	margin-bottom: 2px;
}

#content {
	float: left;


	height: 461px;
	width: 654px;

	padding: 20px 0 0 20px;

	position: relative;

	font-size: 13px;
	color: #333333;
}

#scrollcontent {
	overflow: auto;
	height: 441px;

	width: 440px;
	padding-right: 214px;

}

.wide #scrollcontent {
	width: 500px;
	padding-right: 154px;

}

#content.homepage {
	width: 370px;
	padding-right: 284px;

}

div.air {
	background: url('/images/bg_air.jpg') no-repeat;
}

div.businessman {
	background: url('/images/bg_businessman.jpg') no-repeat;
}

div.buttons {
	background: url('/images/bg_buttons.jpg') no-repeat;
}

div.cheese {
	background: url('/images/bg_cheese.jpg') no-repeat;
}

div.cheese_products {
	background: url('/images/bg_cheese_products.jpg') no-repeat;
}

div.cheese_assortment {
	background: url('/images/bg_cheese_assortment.jpg') no-repeat;
}

div.cow {
	background: url('/images/bg_cow.jpg') no-repeat;
}

div.eye {
	background: url('/images/bg_eye.jpg') no-repeat;
}

div.globe {
	background: url('/images/bg_globe.jpg') no-repeat;
}

div.grass {
	background: url('/images/bg_grass.jpg') no-repeat;
}

div.handshake {
	background: url('/images/bg_handshake.jpg') no-repeat;
}

div.hollandaise {
	background: url('/images/bg_hollandaise.jpg') no-repeat;
}

div.man_airport {
	background: url('/images/bg_man_airport.jpg') no-repeat;
}

div.milk {
	background: url('/images/bg_milk.jpg') no-repeat;
}

div.people {
	background: url('/images/bg_people.jpg') no-repeat;
}

div.prepacked_cheese {
	background: url('/images/bg_prepacked_cheese.jpg') no-repeat;
}

div.stand {
	background: url('/images/bg_stand.jpg') no-repeat;
}

div.street {
	background: url('/images/bg_street.jpg') no-repeat;
}

div.windmill {
	background: url('/images/bg_windmill.jpg') no-repeat;
}

div.worldmap_eye {
/*
	background: url('/images/bg_worldmap_eye.jpg') no-repeat;
*/
	background: url('/images/bg_eye.jpg') no-repeat;
}

#content ul {
	padding-left: 17px;

	list-style: url('/images/arrow_up.jpg');
}

#content a {
	color: #3EA639;
}

td label {
	margin-right: 15px;
}

input.text {
	border: 1px solid #3EA639;
	background-color: #D7EFD5;

	width: 300px;
}

input.button {
	border: 1px solid #3EA639;
	background-color: #D7EFD5;

	font-weight: bold;
}

#product-info {
	border: 1px solid #3EA639;

	width: 400px;
	min-height: 60px;

	padding: 5px 10px 10px 10px;

	background-color: #F4FBF4;

	font-size: 11px;
	color: black;

}

/*
h1.productname {
	color: #3EA639;
	font-size: 14px;
	margin: 0;
	text-align: center;
}

div.gncode {
	text-align: center;
}
*/

h1.productname {
	color: #3EA639;
	font-size: 20px;
	margin: 0 0 0 2px;
}

div.gncode {
	margin: 5px 0 0 2px;

}

#product-info table {
	width: 100%;
}

#product-info table td{
	vertical-align: top;
}

#product-info th {
	padding-top: 7px;
	font-style: italic;
	font-weight: normal
}

#product-info th.category {
	font-weight: bold;
	font-style: normal;
}


#product-info td.first-category {
	padding-top: 0;
}

#product-info div.hr {
	background-color: #3EA639;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.personel td {
	padding: 2px 30px 2px 0;
}

table.personel tr.pictures td {
	vertical-align: bottom;
}

table.personel tr.pictures td img {

}

table.personel tr.data td {
	vertical-align: top;
}

table.personel tr.spacer td {
	height: 15px;
}

#content table.offices a {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

#countries {
	position: absolute;
	top: 20px;
	right: 20px;

	color: #AAAAAA;

	line-height: 18px;

	text-align: right;

	font-size: 11px;
	letter-spacing: 1px;
}

#countries a {
	color: #AAAAAA;
	text-decoration: none;
}

.office_details {
	display: none;
}

#footer {
	margin-top: 15px;
	padding-left: 280px;

	font-size: 10px;
	color: #3EA639;
}

img#fotobanner {
	position: absolute;
	top: 340px;
	left: -218px;
}

img#fotobanner_vonk {
	position: absolute;
	top: 320px;
	left: -90px;
}