body {
	background-color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px; /*font-size: 0.7em;*/ /* font-size: 12px; */
	margin:0px;
}

h1 {
	font-family: Tahoma;
	font-size: 26px;
	font-weight: 900;
	text-align: left;
	letter-spacing: 0.01em;
	color: #A92324;
	line-height: 38px;
	margin: 0px;
	padding-top: 18px;
	padding-bottom: 1px;
}
h2 {
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: 900;
	text-align: left;
	letter-spacing: 0.01em;
	color: #A92324;
	line-height: 19px;
	margin: 0px;
	padding-top: 18px;
	padding-bottom: 1px;
}
h3 {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	color: #A92324;
	line-height: 19px;
	margin: 0px;
	padding-top: 18px;
	padding-bottom: 1px;
}
h4 {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-style: italic;
	text-align: left;
	color: #A92324;
	line-height: 19px;
	margin: 0px;
	padding-top: 18px;
	padding-bottom: 1px;
}

a {
	color: #6d7879;
	text-decoration: none;
}
a:link {
	color: #6d7879;
}
a:visited {
	color: #6d7879;
}
a:hover {
	color: #6d7879;
	text-decoration: underline;
}
a img { 
	border:none; 
}

hr {
	border: 1px solid #e1b2b2;
	border-bottom: none;
	height: 0px;	
}


input,select {
	color: #A92324;
	border: 1px solid #e1b2b2;
	border-left: 1px solid #ce8383;
	border-top: 1px solid #ce8383;
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #fcf8f8;
	padding: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 2px;
	width: 200px;
	font-size: 12px;
}
input:hover,select:hover {
	border: 1px solid #d49191;
	border-left: 1px solid #A92324;
	border-top: 1px solid #A92324;
	background-color: #f3e3e3;
}
input[type="checkbox"],input[type="radio"] { 
	width: auto; 
}
.input_nowidth {
	width: auto;
}
textarea {
	color: #A92324;
	border: 1px solid #e1b2b2;
	border-left: 1px solid #ce8383;
	border-top: 1px solid #ce8383;
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #fcf8f8;
	padding: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 2px;
	width: 350px;
	height: 150px;
	font-size: 12px;
}
textarea:hover {
	border: 1px solid #d49191;
	border-left: 1px solid #A92324;
	border-top: 1px solid #A92324;
	background-color: #f3e3e3;
}
button {
	color: #A92324;
	border: 1px solid #e1b2b2;
	border-right: 1px solid #ce8383;
	border-bottom: 1px solid #ce8383;
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #fcf8f8;
	font-weight: bold;
	padding: 0px;
	height: 18px;
	margin-bottom: 1px;
	font-size: 12px;
	position: relative;
	font-variant: small-caps;
	line-height: normal;
}
button img {
  vertical-align: top;
}

button:hover {
	border: 1px solid #d49191;
	border-right: 1px solid #A92324;
	border-bottom: 1px solid #A92324;
	background-color: #f3e3e3;
}

/* table-like structure */
.row {
	clear: both;	
	padding-top: 1px;
}
.firstcell {
	float: left; 
	width: 200px;
	font-weight: bold;
}
.secondcell {
	float: left;
}

/* div tables for ADMIN */
.adminrow {
	clear: both;
}
.admincell_header {
	float: left;color: #A92324;border-bottom: 1px solid #A92324; padding: 0px; height: 40px;
}
.admincell_header_div {
	position: relative;
	height: 100%;
}
.admincell_header_div_div {
	position: absolute;
	bottom: 0px;
}
.admincell {
	float: left; padding: 0px; border-bottom: 1px solid #e1b2b2; border-right: 2px solid #FFFFFF; height: 20px;overflow: hidden;
}
/* icoontjes in de admin */ 
.icon {
	vertical-align: text-top;
}
/* link naar het beheermenu en terug naar het standaardmenu */
.beheermenu_link {
	position: absolute; 
	top: 37px; 
	left: 6px; 
	border: 1px solid #666666;
	background-color: #BBBBBB;
	padding: 1px;
	color: #000000;
	font-size: 10px; 
	text-align: left;
	line-height: normal;
}
.beheermenu_link_inner {
	position: relative;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	padding: 0px;
}
.beheermenu_link_inner img {
	vertical-align: middle;
}
.beheermenu_link_tekst {
	font-family: Tahoma;
	font-size: 13px; 
	font-weight: 900;
	color: #FFFFFF;
	
	padding: 2px;
}
.beheermenu_link_tekst img {
	vertical-align: top;
}



/* hoofdmenus */
a.menu {
	color: #c4c8c8;/*8a9293;*/
	text-decoration: none;
	position: relative;
}
a.menu:visited {
	color: #c4c8c8;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.menu_selected {
	color: #FFFFFF;
	text-decoration: underline;
	position: relative;
}
a.menu_selected:visited {
	color: #FFFFFF;
}
a.menu_selected:hover {
	color: #c4c8c8;
	text-decoration: underline;
}

/* alle submenus */
.submenu {
	display: none;
}
.submenu_over {
	display: block; 
	position: absolute; 
	top: 0px; 
	width: 150px;
	overflow: visible;
}
.submenu_container {
	position: relative; margin-top: 30px;
	border-left: 1px solid #A92324;
	border-right: 1px solid #A92324;
}
.submenu_link_div {
	background-color:#f3e3e3;
	color: #A92324;
	border-bottom: 1px solid #ce8383;
	border-top: 1px solid #e1b2b2;
	min-height: 10px;
	width: 140px;
	overflow: visible;
	text-align: left;
	padding: 4px;
	line-height: 10px;
	display: block;
	font-size: 10px;
}
.submenu_link_div:link {
	color: #000000;
}
.submenu_link_div:visited {
	color: #000000;
}
.submenu_link_div:hover {
	border-bottom: 1px solid #ce8383;
	border-top: 1px solid #A92324;
	background-color: #A92324;
	color: #FFFFFF;
	text-decoration: none;
}

.menu_datum {
	font-weight: normal; font-style: italic;
}

/* breadcrumbs hoofdmenu > submenu > subsub */ 
.breadcrumbs {
	position: relative;
	border-bottom: 1px solid #666666;
	height: 30px;
	background-color: #cccccc;
	filter: alpha(opacity=20); opacity: 0.2; -moz-opacity: 0.2;
}
.ingelogd_naast_breadcrumbs {
	position: absolute; 
  	left: 0px;
	font-size: 10px;
	padding-top: 7px;
	height: 10px;
	padding-left: 25px;
	font-family: Trebuchet MS;
	z-index: 2;
}
.ingelogd_naast_breadcrumbs a {
	font-weight: bold;
}
.breadcrumbs_rechts {
	position: absolute; 
  	right: 0px;
	font-size: 10px;
	z-index: 2;
	padding-top: 7px;
	height: 15px;
	padding-right: 25px;
	font-family: Trebuchet MS;
	font-weight: bold;
}

#topmenu {
	background-image:url(/images/background-dun.png);
	height:29px;
	line-height: normal;
	position: relative;
	font-weight: 900;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	padding-top:11px;
	z-index: 10;
	overflow: visible;
	border: none;
}
.rss {
	cursor:pointer; position: absolute; right: 4px; top: 6px; line-height: 0px;
}
.watisrss {
	position: absolute; 
	right: 4px; 
	top: 26px; 
	line-height: 10px; 
	color: #FBA140;
	font-size: 10px;	
}
.watisrss:link {
	color: #FBA140;
}
.watisrss:visited {
	color: #FBA140;
}
.watisrss:hover {
	color: #FF6600;
}


#contentblock {
	width:950px;
	text-align:left;
	line-height: 19px;
	letter-spacing: 0.01em;
	background-color:#ffffff;
	color:#000000;
	position:relative;
	z-index:1;
	margin: auto;
	top: 0px;
	background-image:url(/images/overgang.png);
	background-repeat: repeat-x;
}
#contentblock_admin {
	width:100%;
	text-align:left;
	line-height: 19px;
	letter-spacing: 0.01em;
	background-color:#ffffff;
	color:#000000;
	position:relative;
	z-index:1;
	margin: auto;
	top: 0px;
	background-image:url(/images/overgang.png);
	background-repeat: repeat-x;
}
#content_padding {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 50px;	
}
#content_padding_donker {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	margin-top: 50px;
	padding-bottom: 50px;
	background-color: #223334;
	color: #FFFFFF;
	background-image:url(/images/overgang_donker.png);
	background-repeat: repeat-x;
}
#content_padding_donker h1 {
	color: #FFFFFF;
}

#footer {
	height:140px;
	position:relative;
	text-align:center;
}

/* klasse voor de div boven de artikelen, met gegevens over welke editie bodem etc */
.bodem_gegevens {
	text-align: center; color: #8a9293; font-weight: 900;	
}

/* klasses voor artikelen */
.auteur_blok {
	position: absolute; 
	left: 25px; 
	top: 33px;
}
.auteur {
	font-family: Trebuchet MS; 
	font-variant: small-caps;
	font-size: 12px;
	color: #A92324;
}
.reactielink {
	position: relative; left: 50px;
}
.soort_blok {
	position: absolute; 
	padding-top: 5px; 
	width: 160px; 
	padding-left: 35px; 
	padding-bottom: 0px; 
	right: 0px; 
	top: 31px; 
	font-family: Trebuchet MS; 
	font-variant: small-caps; 
	font-size: 12px;
	background-color: #A92324; 
	color: #FFFFFF;
}

.inleiding {
	color: #223334;
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	font-family: Trebuchet MS;
}
.artikel_container {
	position: relative;
	padding: 0px;
	margin: 0px;
	clear: both;
}
.artikel {
	position: relative;
	padding: 0px;
	margin: 0px;
	line-height: 19px;
 	width: 600px;
	float: left;
}
.rechterkolom {
	float: right;
	top: 0px;
	right: 0px;
	width: 275px;
	text-align: left;
	overflow: hidden;
}
.rechterkolom_plaatjes {
	overflow: hidden; 
	text-align: right; 
	line-height: 19px; 
	width: auto;
}
.rechterkolom_tekst {
	color: #223334;
	font-size: 12px;
	width: 225px;
	margin-left: 25px;
	font-variant: small-caps;
	overflow: hidden;
}
.leestip_container {
	text-align: right; float: right;
}
.leestip {
	padding: 5px; text-align: center; border: 1px solid #dddddd; background-color: #eeeeee; width: 180px;
}
.leestip_donker {
	padding: 5px; text-align: center; border: 1px solid #4e5b5c; background-color: #374747; width: 180px;
}
.leestip h1 {
	padding: 0px; margin-bottom: 5px; text-align: center; line-height: normal; font-size: 17px; color: #000000;
}
.leestip_donker h1 {
	padding-top: 0px; margin-bottom: 5px; text-align: center; line-height: normal; font-size: 17px; color: #FFFFFF; 
}
.leestip_donker a {
	color: #FFFFFF;
}


.artikel_tekst {
	text-align: justify;
	position: relative;	
}
.q_artikel {
	/*float: right;*/
     text-align: right;
     font-size: 28px; color: #A92324; font-family: Tahoma;
     overflow: visible;
}
/* eerste letter in een artikel groot opmaken */
.firstletter {
	color:#A92324;
	float:left;
	font-family:Trebuchet MS;
	font-size:88px;
	height: 68px;
	margin: 0px;
	padding: 0px;
	line-height: 71px;
	margin-left: -5px;
	overflow: visible;
	letter-spacing: 5px;
}

/* streamers bij artikelen */
.streamer_rechts {
	line-height: 19px; float: right;
	padding: 22px 0px 14px 15px;
}
.streamer_links {
	line-height: 19px; float: left;
	padding: 22px 15px 14px 0px;
}
.streamer_rechts div,.streamer_links div {
	line-height: 38px;
	color: #A92324; 
	font-size: 26px;  
	text-align: left;
	vertical-align: middle;
	font-family: Tahoma;
	font-style: normal;
	letter-spacing: -0.5px;
	font-weight: 900;
	width: 285px;
}
.denkbodem {
	background-color: #0D1E20;
	color: #FFFFFF; 
	padding: 25px;
	padding-top: 0px;
	font-family: Trebuchet MS;
	text-align: left;
	font-size: 13px;
}

.denkbodem ol {
	padding-left: 25px;
	margin-left: 0px;
}

/* popup-div met bijbeltekst */
.bijbeltekst_donker {
  	position: absolute;
	margin-top: 0px;
	background-color: #FFFFFF;
	width: 300px;
	border: 1px solid #aaaaaa; 
	padding: 2px;
}
.bijbeltekst_donker div {
	margin-top: 0px;
	background-color: #000000;/*#0D1E20; */
	color: #FFFFFF; 
	border: 1px solid #aaaaaa; 
	padding: 6px;
}
.bijbeltekst {
  position: absolute;
	margin-top: 0px;
	background-color: #888888;
	width: 300px;
	border: 1px solid #bbbbbb; 
	padding: 1px;
}
.bijbeltekst div {
	margin-top: 0px;
	background-color: #000000;/*#0D1E20; */
	color: #FFFFFF; 
	border: 1px solid #444444; 
	padding: 6px;
}
.bible_link {
	color: #A92324;
}
.bible_link_donker {
	color: #FFa2a2;
}
.bible_link:link {
	color: #A92324;
}
.bible_link_donker:link {
	color: #FFa2a2;
}
.bible_link:visited {
	color: #A92324;
}
.bible_link_donker:visited {
	color: #FFa2a2;  /* e1b2b2 */
}

/* blokje voor inloggen */
.je_moet_inloggen {
	font-weight: 900; 
	margin-left: 160px; 
	margin-right: 160px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px; 
	color: #FFFFFF; 
	font-size: 13px; 
	font-family: Trebuchet MS;
	position: relative; 
	background-color: #0D1E20;/*223334;*/
	border: 1px solid #000000;
}

.je_moet_inloggen a {
	color: #FFa2a2;
	font-size: 16px;
}

.error_message {
	color: #A92324;
}

/* alle klasses voor klankbodem */
.klankbodem_letter {
	color: #A92324; 
	font-size: 30px; 
	width: 32px; 
}
.klankbodem_border {
	position: relative;
	background-color: #666666;
	border: 1px solid #bbbbbb;
	padding: 1px;
	margin-bottom: 5px;
	overflow: hidden;
}
.klankbodem_border_binnenkant {
     position: relative;
	color: #000000; 
	border: 1px solid #bbbbbb;
	overflow: hidden;
}
.vraag {
	background-color: #eeeeee;
}
.antwoord {
	background-color: #dddddd;
	border-top: 1px solid #bbbbbb;
}

.textarea_small {
	width: 600px;
	height: 75px;
}

/* de profielpagina */
.profieltitel {
	border: 1px solid #dddddd;
	border-bottom: 2px solid #cccccc;
	border-right: 2px solid #cccccc;

	background-color: #eeeeee;
	font-family: Tahoma;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 1px;
	text-transform: uppercase;
}
.profielblok {
     
}
.profielbericht {
     background-color: #eeeeee;
     border-bottom: 1px solid #dddddd;
     border-right: 1px solid #dddddd;
     border-left: 1px solid #dddddd;
     position: relative;
}
#pb_donker {
	background-color: #222222;
	border: 1px solid #555555;
}
.profielbericht_titel {
	background-color: #dddddd;
	border-bottom: 1px solid #aaaaaa;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma;
	padding-left: 2px;
	padding-right: 2px;
}
.profielbericht_titel_zelf {
	background-color: #dddddd;
	border-bottom: 1px solid #A92324;
	font-weight: bold;
	color: #A92324;
	font-size: 14px;
	font-family: Tahoma;
	padding-left: 2px;
	padding-right: 2px;
}
#pbtitel_donker {
	background-color: #000000;
	border-bottom: 1px solid #111111;
}
.profielbericht_datum {
	font-family: Georgia;
	float: right; 
	font-size: 10px;
	position: relative;
}
.profielbericht_tekst {
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #cccccc;
	color: #000000;
	position: relative;
}
#pbt_donker {
	color: #FFFFFF;
	border-top: none;
}
.vriend {
	font-size: 14px;
	font-weight: bold;
}

/* BODEM-BEHEER */
.discussie_hoofdredacteur {
	border: 1px solid #007ca5; margin-bottom: 3px; padding: 2px; background-color:#8ae3ff;
}
.discussie_hoofdredacteur_dicht {
	border: 1px solid #007ca5; border-bottom: none; background-color:#8ae3ff; 
	height: 13px; font-size: 9px; overflow: hidden; padding: 0px; padding-left: 2px; line-height: normal; margin-bottom: 0px;
}
.discussie_hoofdredacteur_dicht img {
	position: relative; top: -2px;
}
.discussie_redacteur {
	margin-bottom: 3px; padding: 2px; 
}
.discussie_redacteur_dicht {
	border-bottom: none;  
	height: 13px; font-size: 9px; overflow: hidden; padding: 0px; padding-left: 2px; line-height: normal; margin-bottom: 0px;
}
.discussie_redacteur_dicht img {
	position: relative; top: -2px;
}


	
/* VOORPAGINA */
.voorpagina_container {
	position: relative;
	padding: 0px;
	margin: 0px;
	clear: both;
	margin-top: 20px;
	line-height: normal;
}
.voorpagina_links {
	position: relative;
	padding: 0px;
	margin: 0px;
	line-height: normal;
 	width: 600px;
	float: left;
	border-right: 2px solid #eeeeee;
}

.voorpagina_titel {
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: 900;
	text-align: left;
	letter-spacing: 0.01em;
	color: #A92324;
	line-height: 19px;
	margin: 0px;
	margin-top: 25px;
	display: block;
}
.voorpagina_titel:link {
	text-decoration: none;
	color: #A92324;
}
.voorpagina_titel:visited {
	text-decoration: none;
	color: #A92324;
}
.voorpagina_titel:hover {
	text-decoration: none;
	color: #e92324;
}

.voorpagina_bodem_titel {
	font-family: Tahoma;
	font-size: 26px;
	font-weight: 900;
	text-align: left;
	letter-spacing: 0.01em;
	color: #A92324;
	line-height: 38px;
	margin: 0px;
	display: block;
	font-weight: bold;
}
.voorpagina_bodem_titel:link {
	text-decoration: none;
	color: #A92324;
}
.voorpagina_bodem_titel:visited {
	text-decoration: none;
	color: #A92324;
}
.voorpagina_bodem_titel:hover {
	text-decoration: none;
	color: #e92324;
}
.voorpagina_artikel_titel {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	color: #A92324;
	line-height: 19px;
	margin: 0px;
	display: block;
	font-weight: bold;
}
.voorpagina_artikel_titel:link {
	text-decoration: none;
	color: #A92324;
}
.voorpagina_artikel_titel:visited {
	text-decoration: none;
	color: #A92324;
}
.voorpagina_artikel_titel:hover {
	text-decoration: none;
	color: #e92324;
}
.voorpagina_bodem {
	font-size: 14px; font-family: Trebuchet MS;
	margin-bottom: 5px;
	display: block;
}
.voorpagina_artikel_td {
     
}
.voorpagina_artikel_td_links {
	vertical-align: top; padding-left: 10px; padding-right: 25px;
}
.voorpagina_tussenblok {
	border-top: 2px solid #eeeeee;
	background-color: #dddddd;
	border-bottom: 1px solid #cccccc;
	height: 1px;
	margin-top: 25px;
	overflow: hidden;
}

.voorpagina_klankbodem {
	/*border-top: 1px solid #dddddd;*/
}
.voorpagina_klankbodem_div {
	padding-right: 25px;
}


/* zoeken */
.zoekbox_groot {
	text-align: center; 
	margin-left: 250px; 
	margin-right: 250px; 
	padding-top: 15px; 
	padding-bottom: 15px; 
	background-color: #eeeeee; 
	border: 1px solid #dddddd;
}
.zoekbalk_klein {
	width: 60px; 
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #FFFFFF; 
	position: absolute; left: 8px; top: 11px; line-height: normal; font-weight: normal;
}
.zoekbalk_klein:hover {
	color: #FFFFFF; 
	border: 1px solid #FFFFFF;
	background-color: #8a9293;
}
.zoekbalk_klein_submit {
	position: absolute; 
	left: 76px; 
	top: 11px; 
	line-height: normal; 
	font-weight: normal;
}

/* moduleteksten */
.moduletekst {
	top: 0px; width: 500px; position: absolute; z-index: 5; padding: 0px; border: 1px solid #000000; background-color: #FFFFFF;
}

/* sitemap klasses */
.sitemap_div {
	line-height: normal;
}
.sitemap_hoofd {
	font-size: 15px; 
	display: block; 
	margin-top: 10px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.sitemap_hoofd:hover {
	background-color: #eeeeee;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
}
.sitemap_sub {
	display: block;
	font-size: 14px; 
	margin-top: 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.sitemap_sub:hover {
	background-color: #eeeeee;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
}
.sitemap_sub_sub {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.sitemap_sub_sub:hover {
	background-color: #eeeeee;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
}

/* CHAT klasses */
.chat_naam {
	border-top: 1px solid #FAFAFA; 
	border-bottom: 1px solid #e4e4e4; 
	vertical-align: top; 
	width: 150px;
	font-weight: bold;
	font-size: 10px;
	padding-left: 5px;
}
.chat_naam_a {
	color: #000000;
}
.chat_naam_a:link {
	color: #000000;
}
.chat_naam_a:visited {
	color: #000000;
}
.chat_naam_top {
     background-color: #dddddd; 
     padding-top: 3px; 
     border-top: none; 
     border-bottom: 1px solid #CCCCCC; 
	vertical-align: top; 
	width: 150px;
	font-weight: bold;
	font-size: 10px;
	padding-left: 5px;
}
.chat_naam_ik {
	border-top: 1px solid #FAFAFA; 
	border-bottom: 1px solid #e4e4e4; 
	vertical-align: top; 
	color: #A92324;
	width: 150px;
	font-weight: bold;
	padding-left: 5px;
	font-size: 10px;
}
.chat_naam_ik_a {
	color: #A92324;
}
.chat_naam_ik_a:link {
	color: #A92324;
}
.chat_naam_ik_a:visited {
	color: #A92324;
}
.chat_bericht {
	border-top: 1px solid #FAFAFA; 
	border-bottom: 1px solid #e4e4e4;
	vertical-align: top;
	padding-right: 5px;
}
.chat_bericht_top {
	background-color: #dddddd; 
     padding-top: 3px; 
     border-top: none; 
     border-bottom: 1px solid #CCCCCC; 
	vertical-align: top;
	padding-right: 5px;
}
.chat_bericht_ik {
	border-top: 1px solid #FAFAFA; 
	border-bottom: 1px solid #e4e4e4;
	vertical-align: top;
	color: #A92324;
	padding-right: 5px;
}
.chat_links_container {
     width: 600px;
}
.chat_links {
     border: 1px solid #aaaaaa; 
     border-right: 1px solid #CCCCCC; 
     border-bottom: 1px solid #CCCCCC; 
     background-color: #EEEEEE;
}
.chat_rechts_container {
     position: absolute; 
     right: 0px; 
     top: 0px; 
     width: 265px;
}
.chat_rechts {
     padding: 5px; 
     border: 1px solid #dadada; 
     border-right: 1px solid #cacaca; 
     border-bottom: 1px solid #cacaca; 
     background-color: #FAFAFA;
}

/* MINICHAT */
.minichat_status a {
	color: #A92324;
}

/* helpfunctie */
.helpdiv {
	width: 450px; 
	font-weight: normal; 
	font-size: 10px; 
	position: absolute; 
	top: 20px; 
	right: 10px; top: 60px;
	color: #000000; border: 2px solid #000000; padding: 5px; background-color: #FAFAF6;
}
.helpdiv img {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	margin-top: -2px;
	margin-bottom: -2px;
	line-height: 0px;
}
/*@media print{
*{display:none;}
	/* streamers bij artikelen 
	.streamer_rechts {
		line-height: 19px; float: right;
		padding: 22px 0px 14px 15px;
		display:block;		
	}
	html{display:block;}
	body{display:block;}

	.streamer_links {
		line-height: 19px; float: left;
		padding: 22px 15px 14px 0px;
		display:block;
	}
	#contentblock * {
		display:block;
	}
	#contentblock {
		width:950px;
		text-align:left;
		line-height: 19px;
		letter-spacing: 0.01em;
		background-color:#ffffff;
		color:#000000;
		position:relative;
		z-index:900;
		margin: auto;
		top: 0px;
		background-image:url(/images/overgang.png);
		background-repeat: repeat-x;
				display:block;
	}
}*/