body{
	position:				absolute;
	width:					100%;
	height:					100%;
	margin:					0px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				80%;
	text-align:				justify;
}

a:link{
	color:					#999999;
	text-decoration:		none;
}
a:visited{
	color:					#999999;
	text-decoration:		none;
}
a:active{
	color:					#999999;
	text-decoration:		none;
}
a:hover{
	color:					#FE0000;
	text-decoration:		none;
}

a.departmentbar:link{
	color:					#FFFFFF;
	text-decoration:		none;
}
a.departmentbar:visited{
	color:					#FFFFFF;
	text-decoration:		none;
}
a.departmentbar:active{
	color:					#FFFFFF;
	text-decoration:		none;
}
a.departmentbar:hover{
	color:					#000000;
	text-decoration:		none;
}

a.languages:link{
	color:					#000000;
	text-decoration:		none;
}
a.languages:visited{
	color:					#000000;
	text-decoration:		none;
}
a.languages:active{
	color:					#000000;
	text-decoration:		none;
}
a.languages:hover{
	color:					#FF8000;
	text-decoration:		none;
}

a.submenu:link{
	color:					#FFFFFF;
	text-decoration:		none;
}
a.submenu:visited{
	color:					#FFFFFF;
	text-decoration:		none;
}
a.submenu:active{
	color:					#FFFFFF;
	text-decoration:		none;
}
a.submenu:hover{
	color:					#FFCC00;
	text-decoration:		none;
}

a.subsubmenu:link{
	color:					#FE0000;
	text-decoration:		none;
}
a.subsubmenu:visited{
	color:					#FE0000;
	text-decoration:		none;
}
a.subsubmenu:active{
	color:					#FE0000;
	text-decoration:		none;
}
a.subsubmenu:hover{
	color:					#000000;
	text-decoration:		none;
}

div.frame{
	position:				absolute;
	width:					780px;
	top:					0px;
	left:					50%;
	margin-left:			-390px;
	border-left-style:		solid;
	border-left-width:		1px;
	border-left-color:		#000000;
	border-right-style:		solid;
	border-right-width:		1px;
	border-right-color:		#000000;
	overflow:				hidden;
}

div.logo{
	position:				relative;
	width:					135px;
	height:					25px;
	overflow:				hidden;
	float:					left;
}

div.departmentbar{
	position:				relative;
	width:					645px;
	height:					25px;
	background-color:		#FF8000;
	background-image:		url(http://www.foxproducts.nl/images/backgrounds/departmentbar.gif);
	background-repeat:		no-repeat;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				9pt;
	overflow:				hidden;
	float:					left;
}

div.languages{
	position:				relative;
	width:					780px;
	height:					25px;
	font-family:			Arial, Helvetica, sans-serif;
	text-align:				right;
	overflow:				hidden;
	float:					left;
}

div.header{
	position:				relative;
	width:					580px;
	height:					250px;
	overflow:				hidden;
	float:					left;
}

div.menu{
	position:				relative;
	width:					200px;
	height:					250px;
	background-image:		url(../images/backgrounds/menu.gif);
	overflow:				hidden;
	float:					left;
}

div.submenu{
	position:				relative;
	width:					200px;
	background-color:		#FE0000;
	background-image:		url(../images/backgrounds/submenu.gif);
	background-position:	bottom;
	background-repeat:		no-repeat;
	color:					#FFFFFF;
	font-size:				120%;
	overflow:				hidden;
	float:					left;
}

div.news1{
	position:				relative;
	width:					580px;
	height:					40px;
	background-color:		#FFCC00;
	background-image:		url(../images/backgrounds/news/1.gif);
	background-position:	right;
	background-repeat:		no-repeat;
	font-size:				80%;
	overflow:				hidden;
	float:					left;
}

div.news3{
	position:				relative;
	width:					580px;
	height:					40px;
	background-color:		#FFCC00;
	background-image:		url(../images/backgrounds/news/3.gif);
	background-position:	right;
	background-repeat:		no-repeat;
	font-size:				80%;
	overflow:				hidden;
	float:					left;
}

div.news4{
	position:				relative;
	width:					580px;
	height:					40px;
	background-color:		#FFCC00;
	background-image:		url(../images/backgrounds/news/4.gif);
	background-position:	right;
	background-repeat:		no-repeat;
	font-size:				80%;
	overflow:				hidden;
	float:					left;
}

div.news5{
	position:				relative;
	width:					580px;
	height:					40px;
	background-color:		#FFCC00;
	background-image:		url(../images/backgrounds/news/5.gif);
	background-position:	right;
	background-repeat:		no-repeat;
	font-size:				80%;
	overflow:				hidden;
	float:					left;
}

div.news6{
	position:				relative;
	width:					580px;
	height:					40px;
	background-color:		#FFCC00;
	background-image:		url(../images/backgrounds/news/6.gif);
	background-position:	right;
	background-repeat:		no-repeat;
	font-size:				80%;
	overflow:				hidden;
	float:					left;
}

div.content{
	position:				relative;
	width:					580px;
	background-image:		url(../images/backgrounds/content.gif);
	background-position:	bottom left;
	background-repeat:		no-repeat;
	overflow:				hidden;
	float:					left;
}

div.images{
	position:				relative;
	width:					170px;
	margin-left:			10px;
	border-left-style:		solid;
	border-left-width:		1px;
	border-left-color:		#FE0000;
	text-align:				center;
	float:					right;
}

p{
	margin:					10px;
}

p.departmentbar{
	margin-top:				4px;
	margin-bottom:			0px;
	margin-left:			56px;
	margin-right:			0px;
}

p.languages{
	margin-top:				5px;
	margin-bottom:			0px;
	margin-left:			0px;
	margin-right:			5px;
}

p.menu{
	margin-top:				1px;
	margin-bottom:			0px;
	margin-left:			0px;
	margin-right:			0px;
}

p.submenu{
	margin-top:				10px;
	margin-bottom:			325px;
	margin-left:			10px;
	margin-right:			10px;
}

p.news{
	margin-top:				2px;
	margin-bottom:			0px;
	margin-left:			10px;
	margin-right:			10px;
}

p.structure{
	font-size:				80%;
	color:					#666666;
}

p.nomargin{
	margin:					0px;
}

p.center{
	text-align:				center;
}

span.headtext{
	margin-top:				0px;
	margin-bottom:			0px;
	margin-left:			20px;
	margin-right:			0px;
	float:					left;
}

span.title{
	font-size:				120%;
	font-weight:			bold;
}

table{
	margin:					10px;
}

td{
	padding-top:			0px;
	padding-bottom:			0px;
	padding-left:			0px;
	padding-right:			5px;
}

form{
	margin:					10px;
}

img{
	border:					none;
}

img.photobook{
	border-style:			solid;
	border-color:			#FFCC00;
	border-width:			1px;
}

.left{
	float:					left;
}

.right{
	float:					right;
}