/* CSS FOR GROEP ARCO */
/* ------------------ */

/* GENERAL */

*
{
	margin: 0; padding: 0;
	border: none;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	background: #DEEAF2;
	color: #6E6E6E;
}

/* DIV: OUTER */ 

div#outer
{
	position: relative;
	margin: 0 auto;
	width: 900px; height: 535px;
	text-align: center;
	background: url("../images/bg_intro_outer.jpg") no-repeat 0 50px;
}

div#cont {
	position: absolute;
	top: 296px; left: 89px;
	width: 705px;
}

div#cont table {
	width: 100%;
}

div#cont table.buttons td {
	vertical-align: top;
	height: 39px;
	text-align: right;
	width: 50%;
}

div#cont table td.empty {
	vertical-align: top;
	height: 39px;
	width: 71px;
}

div#cont table td a.buttonlink {
	font-size: 11px;
	color: #FFF;
	float: right;
	/*font-weight: bold;*/
	text-align: center;
	padding: 3px 0 0 0;
	width: 188px; height: 21px;
	background: url("../images/bg_buttonlink.gif") no-repeat top left;
	display: block;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 18px;
}

div#cont table td a.buttonlink-l {
	font-size: 11px;
	color: #FFF;
	float: left;
	/*font-weight: bold;*/
	text-align: center;
	padding: 3px 0 0 0;
	width: 188px; height: 21px;
	background: url("../images/bg_buttonlink.gif") no-repeat top left;
	display: block;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 18px;
}

div#cont table td a.buttonlinkorange {
	font-size: 11px;
	color: #FFF;
	float: right;
	/*font-weight: bold;*/
	text-align: center;
	padding: 3px 0 0 0;
	width: 188px; height: 21px;
	background: url("../images/bg_buttonlink_orange.gif") no-repeat top left;
	display: block;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 18px;
}

div#cont table td a.buttonlinkorange-l {
	font-size: 11px;
	color: #FFF;
	float: left;
	/*font-weight: bold;*/
	text-align: center;
	padding: 3px 0 0 0;
	width: 188px; height: 21px;
	background: url("../images/bg_buttonlink_orange.gif") no-repeat top left;
	display: block;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 18px;
}

div#footer
{
	position: absolute;
	top: 460px; left: 0px;
	width: 900px;
	font-size: 10px;
	font-family: Arial;
	text-align: center;
	padding: 25px 0 0 0;
	color: #3D3D3D;
}

div#footer a {
	color: #3D3D3D;
	text-decoration: underline;
}