body {
	font-family: verdana, arial, sans-serif;
	background: #FFF url('../img/main_bg.png') repeat-x;
	margin: 0px;
	padding: 0px;
	/* Needed? */
	overflow-x: hidden;
/* 	height: 100%; */
	font-size: 11px;
	line-height: 16px;
}

a,
a:active,
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	/* Same color as .it_astrea_color */
	color: #E6A900;
/* 	text-decoration: underline; */
}
/* Generic reusables */
	/* It's in the other astrea sites, but not in the design for it/astrea */
/*	h1,
	h2,
	h3,
	h4,
	h5,
	h6,*/
	.it_astrea_color {
/* 		color: #E6A900; */
	}

	ol.list_reset,
	ul.list_reset {
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
	}
/* /Generic reusables */


#main_container {
	background-color: #FFF;
	color: #000;
	/* TODO: make 'logo yellow' the color? */
	border: 1px solid #000;
}

#header {
	background: url('../img/header.jpg') no-repeat;
	margin: 0;
	/* TODO: make 'logo yellow' the color? */
	border-bottom: 1px solid #000;
}

#footer {
	border-top: 1px solid #000;
	clear: both;
}

#footer p {
	text-align: center;
	padding: 3px 3px 6px 3px;
	margin: 0;
}

#main_content {

}

#main_content #column_left {
	width: 160px;
	float: left;
	margin: 8px 0px 0px;
	font-size: 9px;
	line-height: 12px;
}

#main_content #column_left ol,
#main_content #column_left p {
	padding: 4px;
}

#main_content #column_left ol#navigation_menu {
	margin-top: 0;
	margin-bottom: 5px;
}

#main_content #column_left ol#navigation_menu a {
	font-weight: bold;
	font-size: 12px;
}

#main_content #column_left ol#navigation_menu li {
	height: 20px;
	padding-top: 5px;
/* 	background-color: lime; */
}

/* Done on generic a:hover selector */
/*#main_content #column_left ol#navigation_menu a:hover {
	text-decoration: none;
}*/

#main_content #column_left .left_column_block {
	border-top: 1px solid #A9A9A9;
}

#main_content #column_middle {
	float: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 440px;
/* 	-6 */
	padding: 14px 19px 20px 17px;
}

#main_content #column_right {
	float: left;
	width: 154px;
	padding: 3px 4px;
}

#main_content #column_right ul {
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 10px;
}

#main_content #column_right h2 {
	background-color: #EBC000;
	margin: -3px -4px;
	padding: 3px 4px;
}


#intro {
	line-height: 16px;
	margin: 0px 20px;
	padding: 0;
}


.subpage_nav li {
	/* Bullit colour. Since the text is contained inside an <a> element, and
	   we set the color for that <a> element specifically, we can get away
	   with this */
	color: #EBBD01;
}
.subpage_nav a {
	font-weight: bold;
	color: #ACACAC;
}
.subpage_nav a:hover,
.subpage_nav li.active a {
	color: #000;
}

.page_section {
	display: none;
}
.page_section.active {
	display: block;
}


/* Inschrijf formulier */

	form.inschrijf {

	}

	form.inschrijf input,
	form.inschrijf select,
	form.inschrijf textarea {
		background-color: #FFFCF6;
		border: 1px solid #E6A900;
		color: black;
/*		margin-top: 4px;
		padding-top: 2px;
		padding-bottom: 2px;*/
		margin: 8px;
	}

/* /Inschrijf formulier */



/* Possible for future: */
	.mainimg     { margin-bottom: 6px; margin-left: 20px; padding: 0px; border: solid 1px #562020 }
	.wideimg   { border: solid 1px #562020 }
