html {
	height: 100%;
}
body {
	margin				: 0px;
	background-color	: white;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	text-align			: center;
}
td, p {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	margin-top			: 0px; /* Firefox fix */
}

#ac_top {
	width				: 900px;
	height				: 120px;
	margin-left			: auto;
	margin-right		: auto;
	text-align			: left;
}
#ac_logo {
	height				: 110px;
	width				: 150px;
	position			: absolute;
	top					: 5px;
	margin-left			: 30px;
}
#ac_toolbar {
	height				: 25px;
	width				: 200px;
	background-image	: url(../images/ac_toolbar_bg.png);
	background-repeat	: no-repeat;
	float				: right;
	padding				: 6px;
	padding-left		: 14px;
}
#ac_menu {
	width				: 700px;
	height				: 39px;
	background-image	: url(../images/ac_menu_bg.png);
	background-repeat	: no-repeat;
	color				: white;
	text-align			: center;
	float				: right;
	margin-top			: 43px;
}
#ac_main {
	width				: 900px;
	min-height			: 260px;
	margin-left			: auto;
	margin-right		: auto;
	text-align			: left;
}
#ac_main_left {
	width				: 440px;
	min-height			: 210px;
	background-color	: #3A667D;
	padding				: 30px;
	padding-top			: 20px;
}
#ac_main_left div, #ac_main_left td {
	color				: white;
}
#ac_main_center {
	width				: 840px;
	min-height			: 400px;
	background-image	: url(../images/ac_center_bg.png);
	background-repeat	: repeat-x;
	padding				: 30px;
	padding-top			: 20px;
}
#ac_main_center p, #ac_main_left p { /* Firefox fix */
	margin-top			: 0px;
}

#ac_main_right {
	position			: absolute;
	margin-left			: 500px;
	width				: 400px;
	min-height			: 90px;
	border-left			: 1px solid white;
}
#ac_main_right .moduletable { /* fix voor IE */
	margin-bottom		: -3px;
}
#ac_boxes {
	width				: 900px;
	min-height			: 200px;
	margin-left			: auto;
	margin-right		: auto;
	text-align			: left;
	margin-top			: 10px;
}
#ac_box_left {
	width				: 300px;
	width				: 280px; /* minus padding */
	min-height			: 180px;
	background-color	: white;
	float				: left;
	padding				: 10px;
}
span.createdate_box, span.mod_events_latest_date { /* datum voor news en events */
	color				: black;
	font-weight			: normal;
	width				: 110px;
	display				: block;
	float				: left;
	text-align			: right;
	margin-right		: 6px;
	font-size			: 12px;
}
a.contentpagetitle_box:link, a.contentpagetitle_box:visited, span.mod_events_latest_content a:link, span.mod_events_latest_content a:visited {
	color				: #3A667D;
	text-decoration		: none;
	font-weight			: bold;
	font-size			: 12px;
}
a.contentpagetitle_box:hover, span.mod_events_latest_content a:hover {
	color				: #3A667D;
	text-decoration		: underline;
}
#ac_box_middle {
	width				: 298px;
	width				: 278px; /* minus padding */
	min-height			: 180px;
	padding				: 10px;
	background-color	: white;
	float				: left;
	border-left			: 1px solid #3A667D;
	border-right		: 1px solid #3A667D;
}
#ac_box_right {
	width				: 300px;
	min-height			: 200px;
	float				: right;
}
#ac_bottom {
	clear				: both;
	width				: 900px;
	height				: 26px;
	margin-left			: auto;
	margin-right		: auto;
	background-image	: url(../images/ac_bottom_bg.png);
	background-repeat	: repeat-x;
	background-position	: top;
	padding-top			: 20px;
	text-align			: left;
	color				: #666666;
	font-size			: 10px;
	margin-top			: 10px;
}
#ac_bottom #ac_copyright {
	width				: 250px;
	float				: left;
}
#ac_bottom #ac_quick_contact {
	float				: right;
}
#ac_bottom #ac_quick_contact p {
	margin				: 0px;
	margin-left			: 40px;
	float				: left;
	font-size			: 10px;
}

/* ######################################################################## */

a:link, a:visited {
	color				: white;
	font-weight			: bold;
}

a:hover {
	color				: #B3CADD;
	text-decoration		: none;
	font-weight			: bold;
}

#ac_main_center a:link, #ac_main_center a:visited {
	color				: #3A667D;
	font-weight			: bold;
}
#ac_main_center a:hover {
	color				: #B3CADD;
	text-decoration		: none;
	font-weight			: bold;
}

/* ######################################################################## */

#ac_main_left .contentpaneopen td {
	color				: white;
	font-size			: 13px;
	line-height			: 20px;
	padding-left		: 1px;
}
#ac_main_center .contentpaneopen td, .blog {
	font-size			: 13px;
	line-height			: 20px;
	padding-left		: 1px;
}

.contentheading, #ac_main_left .contentpaneopen .contentheading, .componentheading {
	color				: #B3CADD;
	font-weight			: bold;
	font-size			: 28px;
	letter-spacing		: -1px;
	line-height			: 40px;
	padding				: 0px;
	padding-bottom		: 10px;
}
#ac_main_center .contentpaneopen .contentheading, #ac_main_center div.componentheading, .sitemap h2 { /* aangepaste header voor center */
	padding				: 0px;
	padding-bottom		: 40px;
	line-height			: 50px;
	font-size			: 28px;	
}
#ac_main_center table table.contentpaneopen .contentheading { /* title for Applications */
	color				: #3A667D;
	line-height			: normal;
	padding				: 0px;
	font-size			: 20px;
	padding-top			: 20px;
}
.contentheading_box {
	color				: #3A667D;
	font-weight			: bold;
	font-size			: 12px;
}
#ac_box_left .contentpaneopen td, #ac_box_right .contentpaneopen td{
	color				: black;
	font-size			: 14px;
	line-height			: 18px;
	padding				: 12px;
	padding-top			: 0px;
}

.moduletable_box th, #ac_box_left td.contentheading, #ac_box_middle td.contentheading, #ac_box_right td.contentheading {
/* Titels van box */
	color				: #83A5C7;
	font-weight			: bold;
	font-size			: 20px;
	text-align			: left;
	padding				: 0px;
	padding-top			: 6px;
	padding-bottom		: 6px;
}
#ac_box_left td.contentheading, #ac_box_right td.contentheading {
	padding-top			: 16px;
}
.contentpaneopen_box {
	color				: black;
	font-size			: 12px;
	line-height			: 16px;
}
.mod_events_latest_table { /* events */
	line-height			: 22px;
}
a.readon_box {
	color				: #3A667D;
	font-weight			: bold;
	background-image	: url(../images/ac_go_blue.gif);
	background-repeat	: no-repeat;
	background-position	: right;
	padding-right		: 22px;
	text-decoration		: none;
	padding-top			: 1px;
}
/* ######################################################################## */

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td { /* tekst boven zoekresultaten */
	font-weight			: bold;
	color				: white;
}

table.moduletable { /* wordt gebruikt voor layout foto's */
	width				: 100%;
	margin				: 0px;
	padding				: 0px;
	border-spacing		: 0px;
	border-collapse		: collapse;
}

/* ######################################################################## */

a.mainlevel:link, a.mainlevel:visited {
	color				: white;
	text-decoration		: none;
	white-space			: nowrap;
}

a.mainlevel:hover {
	COLOR				: #009765;
}

a.mainlevel#active_menu {
	color				: #3A667D; 
}

/* ######################################################################## */

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

/* ######################################################################## */

#ac_toolbar table.moduletable {
	width				: 120px;
	float				: left;
}

#ac_toolbar .inputbox {
	height				: 14px;
}

#ac_toolbar .button {
	background-color	: #3A667D;
	background-image	: url(../images/ac_go_white.gif);
	border				: 0px solid #ff0000;
	width				: 26px;
	height				: 20px;
	background-repeat	: no-repeat;
	background-position	: center center;
	cursor				: pointer;
}

#ac_toolbar a {
	color				: white;
	font-size			: 12px;
	background-image	: url(../images/ac_go_white.gif);
	background-repeat	: no-repeat;
	background-position	: right center;
	padding-right		: 22px;
	line-height			: 20px;
}

/* ######################################################################## */
#ac_box_readmore {
	float				: left;
	width				: auto;
	margin-top			: -40px;
	margin-left			: 50px;
}

#ac_box_readmore a {
	color				: #3A667D;
	font-size			: 12px;
	background-image	: url(../images/ac_go_blue.gif);
	background-repeat	: no-repeat;
	background-position	: right center;
	padding-right		: 22px;
	line-height			: 20px;
	display				: block;
	float				: left;
}
#ac_box_readmore #all_events {
	margin-left			: 220px;
}


/* ######################################################################## */

table.moduletable_more {
	position			: absolute;
	margin-left			: 394px;
	margin-top			: 15px;
}
a.mainlevel_more {
	color				: #83A5C7;
}

/* ######################################################################## */

h1,h2,h3,h4 {
	color				: #3A667D;
	letter-spacing		: -1px;
}
h3, h4 {
	margin-bottom		: 0px;
	letter-spacing		: 0px;
}
#ac_main_left h2 {
	color				: white;
	margin				: 0px;
	margin-bottom		: 20px;
}

.highlight { /* wordt bij zoekresultaten gebruikt */
	background-color:#009765;
	color:white;
}
