/*****************************************************
 * HTML *
 *****************************************************/
html, body {
	padding: 0px; 
	margin: 0px;
	height: 100%;
}

html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	color : #43422E;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height:15px;
	background-color: #BFCF95;
	text-align: left;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div {
	margin: 0px;
	padding: 0px;
}

/*****************************************************
 * FRAME STYLES *
 *****************************************************/
.kader_top {
  width: 1000px;
  height: 15px;
  font-size: 0px;
  line-height: 0px;
  background-image: url(images/kader_up.gif);
}

.kader_middle {
  position: relative;
  width: 981px;
  padding: 0px 10px 0px 9px;
  background-image: url(images/kader_middle.gif);
	background-repeat: repeat-y;
  
  text-align: left;
}

.kader_bottom {
  width: 1000px;
  height: 15px;
  font-size: 0px;
  line-height: 0px;
  background-image: url(images/kader_down.gif);
}

#left_column {
  float: left;
  width: 160px;
}

#middle_column {
  float: left;
  width: 601px;
  margin-left: 10px;
  overflow: hidden;
  padding-bottom: 10px;
}

#right_column {
  float: right;
  width: 185px;
  margin-right: 5px;
  overflow: hidden;
}

.disclamer{
	font-size : 0.8em;
	padding:1px;
}

/*****************************************************
 * LINK STYLES *
 *****************************************************/
a:link, a:visited, a:hover {
  font-size: 1em;
  color: #8CAF2B;
  font-weight: bold;
  text-decoration : underline;
}

#right_column .arrow_link:link, #right_column .arrow_link:visited, #right_column .arrow_link:hover 
{ display: block;padding-left: 20px; padding-top: 2px; 
  background-image: url(images/arrow.jpg); background-repeat: no-repeat;}

.disclamer a:link, .disclamer a:visited { color: #000000; font-weight:normal; }
.disclamer a:hover  { background: #ffffff; }

.button:link, .button:visited, .button:hover {
	display: block;
	width: 160px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 24px; 
	color: #000000;
	background: #dedede;
	border-bottom: 1px dashed #6E6F6A;
	text-decoration: none;
	overflow: hidden;
	font-weight: normal;
}
.button:link, .button:visited { background: #dedede; }
.button:hover { background: #A5D230; }

.menu:link, .menu:visited, .menu:hover {
	display: block;
	height: 24px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 1em;
	line-height: 24px;
	background-color: #dedede;
	border-bottom: 1px dashed #ffffff;
	font-weight: normal;
}
.menu:link, .menu:visited { color: #000000; }
.menu:hover { color: #ffffff; }

.mailbox_text a:link, .mailbox_text a:visited, .mailbox_text a:hover { 
	text-decoration: underline;
}
.mailbox_text a:link, .mailbox_text a:visited { color: #ffffff; }
.mailbox_text a:hover { color: #6E6F6A; }

.article_text .article_heading:link, .article_text .article_heading:visited, .article_text .article_heading:hover {
	font-size: 1em;
	font-weight: bold;
	color: #A5D230;
	letter-spacing: 1px;
	font-variant: small-caps;
	text-decoration: none;
}

.archive a:link, .archive a:visited, .archive a:hover { text-decoration: underline; }
.archive a:link, .archive a:visited { color:#ffffff; }
.archive a:hover { color:#6E6F6A; }

.box:link, .box:visited, .box:hover { 
	background-color: #E5FBAB;
	color: #43422e;
	font-weight: normal;
	text-decoration: none;
}

h2 a:link, h2 a:visited, h2 a:hover {
	font-weight: normal;
	color: #6E6F6A;
	text-decoration: none;
}

.legendbox:link, .legendbox:visited, .legendbox:hover {
	color: #43422e;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	background-color: transparent;
	cursor: default;
}

a:focus {
	-moz-outline-style: none;
}
/*****************************************************
 * PARAGRAPH STYLES *
 *****************************************************/
.light_gray {
	font-size : 1em;
	color: #B5B5B5;
  	margin: 0px;
}

.dark_gray {
	font-size : 1em;
	color: #6e6f6a;
  	margin: 0px;
  	font-weight: bold;
}

.mailbox_text {
  background: #A5D230;
  margin: 0px;
  padding: 5px;
  width: 136px;
	color: #FFFFFF;
}

.breadcrumbs {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #6E6F6A;
	font-size: 1em;
	line-height: 1em;
}

.archive {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #A5D230;
}

.article_right {
	padding: 0px;
	margin: 0px;
	text-align: left;
	color: #B5B5B5;
	font-size: 0.8em;
	letter-spacing: 1px;
}

.article_text {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1em;
	line-height: 18px;
	text-align: justify;
}

.gender_info {
	margin: 10px 0px 0px 25px;
	font-size: 0.9em;
	color: #b5b5b5;
}
	

/*****************************************************
 * SPAN STYLES *
 *****************************************************/
.example {
	color: #A5D230;
	border-bottom: 1px dashed #A5D230;
}


/*****************************************************
 * HEADER STYLES *
 *****************************************************/
h1 {
	font-size: 2.4em;
	line-height: 1em;
	font-family: Arial, Verdana;
	font-weight: normal;
	letter-spacing: -1px;
	color: #6E6F6A;
	margin: 5px 0px 5px 0px;
}
.innerTitle {
	font-size: 2.4em;
	line-height: 1em;
	font-family: Arial, Verdana;
	font-weight: normal;
	letter-spacing: -1px;
	color: #6E6F6A;
}
h2 {
	font-size: 1.65em;
	font-family: Arial, Verdana;
	font-weight: normal;
	letter-spacing: -1px;
	color: #6E6F6A;
	margin: 5px 0px 0px 0px;
}
h3 {
	font-size: 1.45em;
	font-family: Arial, Verdana;
	font-weight: normal;
	letter-spacing: -1px;
	color: #6E6F6A;
	margin: 5px 0px 0px 0px;
}
h4 {
	font-size: 1.30em;
	font-family: Arial, Verdana;
	font-weight: normal;
	letter-spacing: -1px;
	color: #6E6F6A;
	margin: 5px 0px 0px 0px;
}
h5 {
	font-size: 1.15em;
	font-family: Arial, Verdana;
	font-weight: normal;
	letter-spacing: -1px;
	color: #6E6F6A;
	margin: 5px 0px 0px 0px;
}
h6 {
	font-size: 1.00em;
	font-family: Arial, Verdana;
	font-weight: normal;
	letter-spacing: -0px;
	color: #A5D230;
	margin: 5px 0px 0px 0px;
}


/*****************************************************
 * TABLE STYLES *
 *****************************************************/
.wiki_table {
	border-top: 1px solid black;
	border-left: 1px solid black;
}
.wiki_table td {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
.wiki_table th {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	font-weight: bold;
}
.wiki_table_no_border {
}
.wiki_table_no_border td {
}
.wiki_table_no_border th {
	font-weight: bold;
}


/*****************************************************
 * F0RM STYLES *
 *****************************************************/
form fieldset {
	border: 1px solid #A5D230;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
form fieldset legend {
	font-size: 1.30em;
	font-family: Arial, Verdana;
	font-weight: bold;
	letter-spacing: -1px;
	color: #A5D230;
	margin-left: 5px;
}
form fieldset p {
	margin: 5px 0px 10px 20px;
}
form ul {
	list-style-type: none;
	padding: 0px;
}
form ul li {
	margin-bottom: 5px;
}
form ul li p{
	margin: 0px 0px 0px 255px;
	padding: 0px;
}
form input, form textarea, form select {
	border: 1px solid #dedede;
	margin-left: 10px;
}
form label {
	display: block;
	width: 245px;
	float: left;
	text-align: right;
	margin-right: 10px;
}
form .btnSubmit {
	background-color: #6e6f6a;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	font-size: 1.1em;
	line-height: 1em;
	margin-left: 265px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
	

/*****************************************************
 * LEGENDS STYLES *
 *****************************************************/
.legend_header {
	margin: 0px;
	padding: 0px 5px 0px 15px;
	background: #6E6F6A;
	font-size : 11px;
	line-height:15px;
	letter-spacing: +0px;
	font-weight:bold;
	color: #FFFFFF;
	width: 165px;
}
.legend_text {
	margin: 0px;
	padding: 0px 5px 2px 10px;
	background-image:url("images/legend_bg.gif");
	width: 170px;	
	background-repeat: repeat-y;
}
.taalknoop_header {
	margin: 0px;
	padding: 0px 5px 0px 15px;
	background: #A5D231;
	font-size : 11px;
	line-height:15px;
	letter-spacing: +0px;
	font-weight: bold;
	color: #FFFFFF;
	width: 165px;
}
.taalknoop_text {
	margin: 0px;
	padding: 0px 5px 2px 10px;
	background-image:url("images/poll_bg.gif");
	width: 170px;
	background-repeat: repeat-y;
}
.advertorial_header {
	margin: 0px;
	padding: 10px 5px 0px 15px;
	background-image: url(/images/advertorial_header.jpg);
	background-repeat: no-repeat;
	background-color: #dedede;
	font-size : 12px;
	line-height:14px;
	letter-spacing: +0px;
	font-weight: bold;
	color: #5d5d5d;
	width: 165px;
	height: 21px;
}
.advertorial_text {
	margin: 0px;
	padding: 5px 5px 2px 10px;
	background-image:url("/images/advertorial_bg.gif");
	width: 170px;
	background-repeat: repeat-y;
}
.contestpart_header {
	margin: 0px;
	padding: 0px 5px 0px 15px;
	background: #A5D231;
	font-size : 11px;
	line-height:15px;
	letter-spacing: +0px;
	font-weight: bold;
	color: #FFFFFF;
	width: 165px;
}
.contestpart_text {
	margin: 0px;
	padding: 0px 5px 2px 10px;
	background-image:url("images/poll_bg.gif");
	width: 170px;	
	background-repeat: repeat-y;
}
.audiolegend_header {
	margin: 0px;
	padding: 0px 5px 0px 15px;
	background: #A5D231;
	font-size : 11px;
	line-height:15px;
	letter-spacing: +0px;
	font-weight: bold;
	color: #FFFFFF;
	width: 165px;
}
.audiolegend_text {
	margin: 0px;
	padding: 0px 5px 2px 10px;
	background-image:url("/images/audiolegend_bg.gif");
	width: 170px;	
	background-repeat: repeat-y;
}
.poll_header {
	margin: 0px;
	padding: 0px 5px 0px 15px;
	background: #A5D231;
	font-size : 11px;
	line-height:15px;
	letter-spacing: +0px;
	font-weight: bold;
	color: #FFFFFF;
	width: 165px;
}
.poll_text {
	margin: 0px;
	padding: 0px 5px 2px 10px;
	background-image:url("images/poll_bg.gif");
	width: 170px;	
	background-repeat: repeat-y;
}

.poll_input {
	clear: left;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
}

.poll_label {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	width: 125px;
	text-align: left;
}


/*****************************************************
 * SITEMAP STYLES *
 *****************************************************/
.sitemap0 {
	list-style-type: none;
	padding-left: 0px;
}
.sitemap0 a:link, .sitemap0 a:visited, .sitemap0 a:hover { 
	color: #43422E;
	font-weight: bold;
}

.sitemap1 {
	list-style-type: none;
	padding-left: 20px;
}
.sitemap1 a:link, .sitemap1 a:visited, .sitemap1 a:hover { 
	color: #A5D230;
	font-weight: bold;
}
.sitemap1 a:link, .sitemap1 a:visited { text-decoration: none; }
.sitemap1 a:hover { text-decoration: underline; }

.sitemap2 {
	list-style-type: none;
	padding-left: 40px;
}
.sitemap2 a:link, .sitemap2 a:visited, .sitemap2 a:hover { 
	color: #43422E;
	font-weight: normal;
}

.sitemap3 {
	list-style-type: none;
	padding-left: 60px;
}
.sitemap3 a:link, .sitemap3 a:visited, .sitemap3 a:hover { 
	color: #43422E;
	font-weight: normal;
	font-size: 0.9em;
}


/*****************************************************
 * ARTICLE FOTO STYLES *
 *****************************************************/
.article_detail_foto0, .article_detail_foto1, .article_detail_foto2,
.article_detail_foto3, .article_detail_foto4 {
	background-color: #DEDEDE;
	width: 100px;
	overflow-x: hidden;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.article_detail_foto0 {
	float: left;
}
.article_detail_foto1 {
}
.article_detail_foto2 {
	float: right;
}
.article_detail_foto3 {
	float: left;
	margin-right: 10px;
}
.article_detail_foto4 {
	float: right;
	margin-left: 10px;
}
.article_detail_foto0 img, .article_detail_foto1 img, .article_detail_foto2 img,
.article_detail_foto3 img, .article_detail_foto4 img {
	border: 4px solid #6E6F6A;
}


/*****************************************************
 * ARTICLE FOTO STYLES *
 *****************************************************/
.poll_result_row {
	margin-bottom: 10px;
	width: 170px;
	height: 15px;
	background-color: #DEDEDE;
}
.poll_result_inner_row {
	margin: 0px;
	padding: 0px;
	height: 100%; 
	background-color: #888687;
}


/*****************************************************
 * BEELDVERHAAL STYLES *
 *****************************************************/
#beeld_bg {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background-color: #000;
}
#beeld_content {
	z-index: 3;
	position: absolute;
	top: 200px;
	left: 100px;
	background-color: #fff; 
	width: auto;
	height: auto;
}
