﻿body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	font-family: arial;
	background-color: rgb(194,193,193);
}

td
{
	vertical-align:top;
}

th
{
	vertical-align:top;
}

table.body
{
	border-left-style:solid;
	border-right-style:solid;
	border-color: rgb(84,114,145);
	width: 1003px;
	height: 100%;
}

#tdcontent
{
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url('../Images/background.png');
	vertical-align:top;
	padding-top:80px;
	background-color: rgb(255,255,255);
}

table.content td
{
	vertical-align:top;
}

table.form td
{
	vertical-align:middle;
	padding-right:5px;
}

table.form th
{
	text-align:left;
}

th.cursus
{
	background-color:rgb(89,117,147);
	font-size:11pt;
}

table.backoffice
{
	font-size:10pt;
}

table.backoffice th
{
	background-color:rgb(89,117,147);
	padding-left:5px;
	padding-right:5px;
}

table.backoffice2
{
	font-size:10pt;
}

table.backoffice2 th
{
	text-align:left;
}
	

div.content
{
	overflow:auto;
	padding-right:25px;
}

div.news
{
	height:362px;
	overflow:auto;
	width:100%;
}

div.menu
{
	display:none;
	position:absolute;
	z-index:10;
}

a:link, a:visited
{
	text-decoration:none;
	color: #000000;
	font-weight:bold;
}

a:hover, a:visited:hover
{
	text-decoration:none;
	color: #FFFFFF;
	font-weight:bold;
}

a.menu:link, a.menu:visited
{
	text-decoration:none;
	color: rgb(113,69,97);
	font-weight:bold;
	font-size:11pt;
}

a.menu:hover, a.menu:visited:hover
{
	text-decoration:none;
	color: rgb(170,70,5);
	font-weight:bold;
	font-size:11pt;
}

a.cursus:link, a.cursus:visited
{
	color: rgb(255,255,255);
}

a.cursus:hover, a.cursus:visited:hover
{
	color: rgb(246,201,57);
}

a.weeklywebsite:hover, a.weeklywebsite:visited:hover
{
	text-decoration:underline;
	color: #000000;
	font-weight:bold;
}

a.sitemap:link, a.sitemap:visited
{
	text-decoration:none;
	color: #000000;
	font-weight:normal;
}

a.sitemap:hover, a.sitemap:visited:hover
{
	text-decoration:underline;
	color: #FFFFFF;
	font-weight:normal;
}

a.smallad:link, a.smallad:visited
{
	margin-top:5px;
}

a.smallad:hover, a.smallad:visited:hover
{
	margin-top:5px;
	color: #666666;
}	

span.title
{
	font-size:20pt;
	font-weight:bold;
	color: rgb(246,201,57);	
}

span.subtitle
{
	font-weight:bold;
	color: rgb(246,201,57);
}

span.subtitle2
{
	font-weight:bold;
	color: #FFFFFF;
}

div.spotlight
{
	background-image:url('../Images/subkader 1.png');
	width:205px;
	height:190px;
	text-align:center;
}

img.news
{
	max-width:90px;
	width:expression((this.width > this.height) && (this.width > 90) ? 90:true);
	max-height:90px;
	height:expression(this.height > 90 ? 90:true);
	margin-right:10px;
	margin-bottom:10px;
	border:solid 2px rgb(194,193,193);
}

img.item
{
	max-width:150px;
	width:expression((this.width > this.height) && (this.width > 150) ? 150:true);
	max-height:150px;
	height:expression(this.height > 150 ? 150:true);
	margin-right:10px;
	margin-bottom:10px;
	border:solid 3px rgb(194,193,193);
}

img.itembig
{
	max-width:250px;
	width:expression((this.width > this.height) && (this.width > 250) ? 250:true);
	max-height:250px;
	height:expression(this.height > 250 ? 250:true);
	margin-right:10px;
	margin-bottom:10px;
	border:solid 3px rgb(194,193,193);
}

img.contact
{
	max-width:150px;
	width:expression((this.width > this.height) && (this.width > 150) ? 150:true);
	max-height:150px;
	height:expression(this.height > 150 ? 150:true);
	margin-right:10px;
	border:solid 3px rgb(194,193,193);
}

img.spotlight
{
	max-width:185px;
	width:expression((this.width > this.height) && (this.width > 185) ? 185:true);
	max-height:112px;
	height:expression(this.height > 112 ? 112:true);
}

img.smallad
{
	max-width:210px;
	width:expression((this.width > this.height) && (this.width > 210) ? 210:true);
	max-height:60px;
	height:expression(this.height > 60 ? 60:true);
	margin-top:5px;
	border:none;
	margin-bottom:3px;
}

img.productbig
{
	max-width:400px;
	width:expression((this.width > this.height) && (this.width > 400) ? 400:true);
	max-height:400px;
	height:expression(this.height > 400 ? 400:true);
	margin-right:10px;
	margin-bottom:10px;
	border:solid 3px rgb(194,193,193);
}
img.productsmall
{
	max-width:125px;
	width:expression((this.width > (this.height * 5 / 3)) && (this.width > 125) ? 125:true);
	max-height:75px;
	height:expression(this.height > 75 ? 75:true);
	border:solid 3px rgb(194,193,193);
}

#img1
{
	position: relative;
	left: 20px;
	z-index:2;
}

#img2
{
	position: relative;
	left: 22px;
	top: 2px;
	z-index:2;
}

#img3
{
	position: relative;
	left: 24px;
	top: 4px;
	z-index:2;
}

#img4
{
	position: relative;
	left: 26px;
	top: 6px;
	z-index:2;
}

#img5
{
	position: relative;
	left: 28px;
	top: 8px;
	z-index:2;
}

#img6
{
	position: relative;
	left: 30px;
	top: 10px;
	z-index:2;
}

#img7
{
	position: relative;
	left: 32px;
	top: 12px;
	z-index:2;
}

#img8
{
	position: relative;
	left: 30px;
	top: 14px;
	z-index:2;
}

#img9
{
	position: relative;
	left: 26px;
	top: 16px;
	z-index:2;
}

#img10
{
	position: relative;
	left: 20px;
	top: 18px;
	z-index:2;
}

#img99
{
	position: relative;
	left: 15px;
	top: 20px;
	z-index:2;
}

div.slideshow
{
	z-index:1;
}

div.knoppen
{
	z-index:9;
}

