@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------- RESET CSS ----*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
ol, ul {
	list-style: none;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}
#container p { display: inline }


/*--------------------------------------------- FIREFOX DOTTED OUTLINE FIX ----*/
a:active { 
	outline: none; 
}
#text_container_1 { 
	-moz-outline-style: none; 
}

/*--------------------------------------------- BASIS ----*/
body,td,th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #015D92;
	line-height: 20px;
}
body {
	background-image: url(../images/ag_tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #024382;
}
a:link {
	color: #a7a9ac;
	text-decoration: none;
}
#tekstkop_bedankt {
	text-decoration: none;
	color: #a7a9ac;
}
a:hover {
	text-decoration: underline;
	color: #a7a9ac;
}
a:active {
	text-decoration: none;
	color: #a7a9ac;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
.tabel {
	text-align: right;
}

/*--------------------------------------------- OPMAAK ----*/
#container {
	height: auto;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	position: relative;
}
#header {
	height: 230px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
}
#main {
	height: 2320px;
	width: 930px;
	background-color: #FFF;
	background-image: url(../images/ag_shade_white_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#main_bedankt {
	height: 200px;
	width: 930px;
	background-color: #FFF;
	background-image: url(../images/ag_shade_white_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#main_cms {
	height: 1300px;
	width: 930px;
	background-color: #FFF;
	background-image: url(../images/ag_shade_white_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.table {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*--------------------------------------------- FOOTER ----*/
#ag_footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.footer {
	font-size: 12px;
	color: #FFF;
}
.footer a, a:active, a:visited {
	color: #FFF;
	text-decoration:underline;
	font-weight: bold;
}
.footer a:hover {
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
}
#ag_footer_2 {
	height: 60px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.footer_2 {
	font-size: 10px;
	color: #FFF;
}
.footer_2 a, a:active, a:visited {
	color: #FFF;
	text-decoration:underline;
	font-weight: bold;
}
.footer_2 a:hover {
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
}
/*--------------------------------------------- ERROR ----*/
H1 {
	color: #FFF;
}
.error {
	color: #FFF;
}
#error_content {
	margin: 50px;
}

/*--------------------------------------------- PRELOAD ----*/
#preload { 
	display: none; 
	z-index:-10; 
}

