/* stylesheet CSS Altijd Actie */

body {
	margin							: 4px 0px 0px 0px;
	padding							: 0px 0px 0px 0px;
	background-color				: #E6E7E8;
	font-size						: 12px;
	font-family						: Verdana;
}                          	
                           	
/* *** Layer styles *** */ 	

div.Container {            	
	width								: 888px;
	margin-left						: auto;
	margin-right					: auto;
}                    

div.Header {
	width								: 100%;
	clear								: both;
	height							: 114px;
	background-image				: url(../Images/TopBg.gif);
	background-position			: top;
	background-repeat				: no-repeat;
}

div.Content {
	width								: 100% -40px;
	clear								: both;
	background-image				: url(../Images/MiddleBg.gif);
	padding-left					: 20px;
	padding-right					: 20px;
}

div.Left {
 	width								: 230px;
 	float								: left;
 	border-right					: 1px solid #00AEEF;
 	min-height						: 300px;
}

div.Right {
	width								: 610px;
	float								: right;
}

div.ContentBottom {
	width								: 100%;
	clear								: both;
	font-size						: 2px;
	height							: 2px;
}

div.Bottom {
	width								: 100%;
	clear								: both;
	background-image				: url(../Images/BottomBg.gif);
	height							: 20px;
	background-repeat				: no-repeat;
}

div.Buttons {
	position							: absolute;
	top								: 27px;
	margin-left						: 658px;
}

div.Button {
	margin-top						: 4px;
}

/* LINKS */

a:link {
	color								: black;
	text-decoration				: none;
	font-size						: 11px;
}

a:visited {
	color								: black;
	text-decoration				: none;
	font-size						: 11px;
}

a:hover {
	color								: #585858;
	text-decoration				: underline;
	font-size						: 11px;
}


/* FONT */

h1 {
	font-size						: 14px;
	font-weight						: bold;
	color								: #00AEEF;
}

h2 {
	font-size						: 10px;
	color								: black;
	font-weight						: normal;
}

/* FORM */

input.Text {
	background-color				: white;
	border							: 0px;
	width								: 240px;
}