/* Common */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
	}
#intro {
	display:none;
}
.spacer_4 {
	width: 1px; 
	height: 4px; 
	font-size:0; 
	margin: 0; 
	clear: both;
	}
a:link,
a:visited {
	color: #996F26;
	text-decoration: none;
	font-weight:bold;
	}
a:hover {
	color: #E6A639;
	}
.date {
	font-size: 10px;
	color: #898989;
	}

/* Header */
#header_wrapper {
	width: 782px;
	height: 50px;
	border-bottom: 2px solid black;
	}
#header {
	/*padding-bottom:6px; */
	}

/* CONTENT WRAPPER */
#content_wrapper {
	background-image: url(http://home.quicknet.nl/qn/prive/ajw.vanderjagt/images/content_bgr.gif);
	background-repeat: repeat-y;
	width: 782px;
	}
#content_wrapper #nav_column {
	width: 130px;
	float: left;
	}
#content_wrapper #content_column {
	width: 500px;
	float: left;
	margin-left:1px;
	}
#content_column .double_article_wrapper {
	background-image: url(http://home.quicknet.nl/qn/prive/ajw.vanderjagt/images/double_article_wrapper_bgr.gif);
	background-repeat: repeat-y;
	width: 500px;
	}
.double_article_left {
	width: 248px;
	float:left;
	}
.double_article_right {
	width: 248px;
	float:left;
	margin-left:3px;
	}
.double_article {
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 4px;
	}
	
#content_wrapper #teaser_column {
	width: 150px;
	float: left;
	margin-left:1px;
	}

/* NAVIGATION COLUMN */
.menu_header {
	/* 
	height: 18px;
	line-height: 18px;
	background-color:#B2E639;
	color: #779926;
	font-size: 14px;
	font-weight:bold;
	margin: 1px 1px 1px 1px;
	padding-left: 2px; */
	}
.menu_item {
	height: 14px;
	margin: 1px 1px 1px 1px;
	padding-left: 2px; 
	}
#nav_column a:link,
#nav_column a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #996F26;
	text-decoration:none;
	}
#nav_column a:hover {
	color: #E6A639;
	}
#colofon {
	margin: 1px;
	background-color:#E6A639;
	padding: 4px 2px 4px 2px;
	}
.colofon_item {
	padding-top: 2px;
	padding-bottom: 2px;
	}
.colofon_heading {
	font-size: 11px;
	line-height:11px;
	color: #FFFFFF;
	font-weight: bold;	
	}
.colofon_text {
	color: #996F26;
	line-height:11px;
	}

/* CONTENT COLUMN */
.single_article	{
	margin: 1px 7px 4px 7px;
	}
.headline_big_white {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	}
.headline {
	font-size: 16px;
	font-weight: bold;
	color: #996F26;
	}
.sub_headline {
	font-size: 12px;
	font-weight: bold;
	color: #996F26;
	}
.body {
	padding-top: 6px;
	font-size: 12px;
	}
.text_white {
	font-size: 12px;
	color:#FFFFFF;
	font-weight: normal;
	}
.article {
	padding: 4px 6px 4px 6px;
	}
.article_headline {
	font-size: 20px;
	font-weight: bold;
	color: #996F26;
	padding-bottom: 6px;
	}
.article_sub_headline {
	font-size: 14px;
	font-weight: bold;
	color: #996F26;
	padding-bottom: 6px;
	}
.article_image {
	text-align:center;
	padding-top: 6px;
	padding-bottom: 6px;
	}
.article_intro{
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	}
.article_headline_small {
	font-size: 12px;
	font-weight: bold;
	color: #996F26;
	}
.article_body{
	padding-top: 6px;
	font-size: 12px;
	}
#rij_wrapper {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 6px 0px 6px;
	}
.rij_bgr_donker_oranje {
	background-color: #996F26;
	padding: 2px 6px 2px 6px;
	font-size: 14px;
	}
.rij_bgr_middel_oranje {
	background-color: #BF8B30;
	padding: 2px 6px 2px 6px;
	}
.rij_bgr_licht_oranje {
	background-color: #E6A639;
	padding: 2px 6px 2px 6px;
	}
.rij_bgr_donker_groen {
	background-color: #779926;
	padding: 2px 6px 2px 6px;
	font-size: 14px;
	}
.rij_bgr_middel_groen {
	background-color: #94BF30;
	padding: 2px 6px 2px 6px;
	}
.rij_bgr_licht_groen {
	background-color: #B2E639;
	padding: 2px 6px 2px 6px;
	}
.agenda_datum {
	float:left;
	width: 200px;
	}
.agenda_evenement {
	float:left;
	width: 300px;
	}
.repertoire_titel {
	width: 400px;
	font-weight: normal;
	}
.quote {
	width: 480px;
	padding: 6px 6px 6px 6px;
	background-color:#CCCCCC;
	font-style:italic;
	}


/* FORM */
.form_left {
	float:left;
	width:150px;
}
.form_right {
	float:left;
	width:300px;
}



	
/* TEASER COLUMN */
.teaser_header {
	/* height: 18px;
	line-height: 18px;
	background-color:#B2E639;
	color: #779926;
	font-size: 14px;
	font-weight:bold;
	margin: 1px 1px 1px 1px;
	padding-left: 2px;*/
	}
.teaser_group {
	padding-left: 6px;
	}
.teaser {
	padding-top: 2px;
	padding-bottom: 4px;
	}
.teaser a:link,
.teaser a:visited {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	}
		
#content_wrapper .clear {
	width: 1px; 
	height: 1px; 
	font-size:0; 
	margin: 0; 
	clear: both;
	}


/* FOOTER */
#footer_wrapper {
	width: 782px;
	height: 40px;
	border-top: 2px solid black;
	}
#footer {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding-top: 4px;
	}
.grey_bold {
	color: #999999;
	}

/*
groen
#B2E639
#94BF30
#779926

#E6A639
#BF8B30
#996F26

#1A1A1A
#E5E5E5
#000000
 */
