/* MAIN PROPERTIES */

html,body {
	font-family: verdana;
	font-size: 11px;
}

/* TABLE PROPERTIES */
table {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	}
	
tr {
}

td {
	}
	
tr.trHeader {
	height: 85px;
	vertical-align: top;
}
	
td.MainImage {
	width: 448px;
	height: 600px;
	background: url(../img/logo/ddbackground.jpg) no-repeat
}

td.tdLogo {
	background: url(../img/logo/logo.jpg) no-repeat;
}

td.tdPageBanner {
	width: 298px;
	height: 600px;
}

td.tdMenu {
	width: 800px;
	text-align: right;
}

td.tdWelkom {
	height: 225px;
	background: url(../img/titles/welkom.gif) no-repeat #9C3;
}

td.tdNieuws {
	height: 220px;
	background: #fc0;
}

td.tdKorting {
	height: 150px;
	background: url(../img/titles/kortingsbon_r.gif) no-repeat #C00;
}

td.tdSitemap {
	height: 600px;
	vertical-align: top;
	background: #fc0;
}

td.tdContact {
	height: 600px;
	vertical-align: top;
	background: #C00;
}

td.tdText {
	width: 500px;
	height: 600px;
	vertical-align: top;
}


/* --- SPACERS --- */

td.hspacer, td.hspacer_black {
	height: 2px;
	}

td.hspacer_black {
	background: #000;
	}
	
td.hspacer_black2 {
	height: 50px;
	background: #000;
}

td.vspacer {
	width: 2px;
}
						
						
/* IMAGE PROPERTIES */
						
img						{
						border: 0px;
						}
						
img.imgKorting {
	margin: 0; padding: 0;
	float: left;
	margin-bottom: -5px!;
}

img.imgReport {
	margin: 15px 0;
}
						
						
						
						
/* BOXING PROPERTIES */
						
#nieuws					{
						width: 100%;
						height: 220px;
						background: url(../img/titles/nieuws.gif) no-repeat;
						}
						
#kortingsbon			{
						width: 354px;
						height: 150px;
						background: url(../img/titles/kortingsbon_r.gif) no-repeat;
						}
						
#agenda					{
						width: 400px;
						height: 400px;
						background: #F00;
						position: relative;
						margin: 0;
						}
						
						
						
						
/* OVERFLOW PROPERTIES*/
						
/* used for WELKOM */	
						
.overflow_r200x225		{
						width: 200px;
						height: 220px;
						float: right;
						}
						
						
/* used for NIEUWS */	
						
.overflow_354x200		{
						width: 100%;
						height: 175px;
						float: left;
						margin-top: 50px;
						overflow: auto;
						}
						
.nieuws					{
						width: 100%;
						height: 175px;
						float: left;
						margin-top: 40px;
						overflow: auto;
						background: url(img/background/hosico/bg_nieuws.jpg) fixed no-repeat;
						}
						
/* used for KORTINGSBON */
						
.overflow_r230x100		{
						width: 230px;
						height: 120px;
						float: right;
						margin-top: 30px;
						}
						
/* diverse OVERFLOW */

.overflow_r465x125		{
						width: 465px;
						height: 125px;
						overflow: auto;
						}
						
.padding5				{
						padding: 5px;
						}
						
						
						
						
/* HEADERS */			
						
.greenhader				{
						width: 500px;
						height: 50px;
						background: #99CC33;
						}
						
.redheader				{
						width: 500px;
						height: 50px;
						background: #CC0000;
						margin-bottom: 50px;
						}
						
.blueheader				{
						width: 500px;
						height: 50px;
						background: #6699FF;
						}
