/********************************************************************************************************************/
/* ALGEMEEN */
/********************************************************************************************************************/

	body
				{
				margin:							0;
				padding:						0;
				background-color:				#B1B1B1;
				font-family:					Arial, Helvetica, sans-serif, "Arial Black";
				font-size:						11px;
				color:							#ffffff;
				height:							100%;
				background-image:				url(../images/bg.gif);
				background-position:			center center;
				}
	table, td
				{
				font-family:					Arial, Helvetica, sans-serif, "Arial Black";
				font-size:						11px;
				color:							#ffffff;
				}
	p
				{
				margin:							0;
				padding:						0;
				}
	a
				{
				color:							#ffffff;
				text-decoration:				underline;
				}
	a:hover
				{
				color:							#ffffff;
				text-decoration:				underline;
				}
	
/********************************************************************************************************************/
/* CONTENT */
/********************************************************************************************************************/

	.table1
				{
				width:							100%;
				height:							100%;
				}

/********************************************************************************************************************/
/* SCHADUWEN */
/********************************************************************************************************************/

	.schaduw_top
				{
				background-image:				url(../img/imgschaduw/schaduw_top.png);
				background-position:			bottom center;
				background-repeat:				repeat-x;
				height:							28px;
				}
	.schaduw_bottom
				{
				background-image:				url(../img/imgschaduw/schaduw_bottom.png);
				background-position:			top center;
				background-repeat:				repeat-x;
				height:							28px;
				}
	.schaduw_left
				{
				background-image:				url(../img/imgschaduw/schaduw_left.png);
				background-position:			center right;
				background-repeat:				repeat-y;
				width:							28px;
				}
	.schaduw_right
				{
				background-image:				url(../img/imgschaduw/schaduw_right.png);
				background-position:			center left;
				background-repeat:				repeat-y;
				width:							28px;
				}
	.schaduw_corner1
				{
				background-image:				url(../img/imgschaduw/schaduw_corner1.png);
				background-position:			center left;
				background-repeat:				no-repeat;
				width:							28px;
				height:							28px;
				}
	.schaduw_corner2
				{
				background-image:				url(../img/imgschaduw/schaduw_corner2.png);
				background-position:			center left;
				background-repeat:				no-repeat;
				width:							28px;
				height:							28px;
				}
	.schaduw_corner3
				{
				background-image:				url(../img/imgschaduw/schaduw_corner3.png);
				background-position:			center left;
				background-repeat:				no-repeat;
				width:							28px;
				height:							28px;
				}
	.schaduw_corner4
				{
				background-image:				url(../img/imgschaduw/schaduw_corner4.png);
				background-position:			center left;
				background-repeat:				no-repeat;
				width:							28px;
				height:							28px;
				}

/********************************************************************************************************************/
/* FOOTER */
/********************************************************************************************************************/

	.footer
				{
				height:							29px;
				background-color:				#3F88C2;
				color:							#ffffff;
				text-align:						center;
				font-size:						10px;
				width:							760px;
				}
	.footer a
				{
				color:							#ffffff;
				font-size:						10px;
				text-decoration:				none;
				}
	.footer a:hover
				{
				color:							#00408B;
				font-size:						10px;
				text-decoration:				none;
				}
