h1 {
font-size		: 18px;
font-weight		: normal;
padding-bottom	: 14px;
font-family		: 'Gill Sans MT', 'Gill Sans', arial, helvetica, sans-serif;
text-transform	: uppercase;
color			: #ec2218;	
}

h2, 
h2 a, 
h2 a:visited {
font-size		: 14px;
font-weight		: normal;
text-decoration	: none;
padding-bottom	: 11px;
font-family		: 'Gill Sans MT', 'Gill Sans', arial, helvetica, sans-serif;
text-transform	: uppercase;
color			: #ec2218;
}

h2 a:hover {
text-decoration	:underline !important;	
}

	h2.h1-look-a-like {
	padding-bottom: 0px;	
	font-weight: normal;
	font-size		: 18px;
	margin-bottom: 10px;
	padding-top: 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid #cacaca;	 
	font-family: 'Gill Sans MT', 'Gill Sans', arial, helvetica, sans-serif;
	text-transform: uppercase;
	}
	
	h2.h1-look-a-like a, /* HOMEPAGE NIEUWS ETC. */
	h2.h1-look-a-like a:visited
	{	  
	  display: block;
	  font-weight: normal;	  
	  font-size: 18px;
	  color: #ec2218;
	  text-decoration: none;
	  background: url('/images/arrow-red-large.gif') no-repeat right 4px;
	}
	
		h2.h1-look-a-like a:hover {		
		}
				
	#content .activethreads h2 {
	margin-top: -15px;
	}
	
	/* COLUMN-RIGHT H2 / SEPERATOR */
	#column-right h2.h1-look-a-like {
	padding-top: 3px;	
	letter-spacing: 1px;
	font-size: 18px;
	padding-bottom: 16px;
	}
		#column-right h2.archiveheader {
		margin-bottom: 0px;
		}
	
		#column-right h2.column-right-seperator {
		background: url('/images/seperator.gif') repeat-x 0px -13px;
		padding-top: 31px;		
		margin-top: -2px;
		}
	
	#column-right h2.h1-look-a-like a, /* HEADING RIGHT COLUMN */
	#column-right h2.h1-look-a-like a:visited {
	letter-spacing: 3px;	  
	background: url('/images/arrow-red-large.gif') no-repeat right 3px;
	padding-bottom: 0px;
	}
	
	#column-right h2.archiveheader a,
	#column-right h2.archiveheader a:visited {
	letter-spacing: 1px;
	}
	
h3 {
font-size		: 14px;
font-weight		: bold;
padding-bottom	: 5px;
}

a, a:visited {
color			: #ff7200;
font-weight		: bold;
text-decoration	: none;
}

a:hover {
color			: black;
text-decoration	: underline;
}

table {
border-collapse	: collapse;
}

	th {
	text-align		: left;
	vertical-align	: top;
	}

	td {
	padding-right	: 15px;
	vertical-align	: top;
	}

blockquote {
border			: 1px solid #999;
background		: #eee;
padding			: 10px 15px 10px 15px;
font-style		: italic;
}

#content ul,
#content ol {
list-style-position:inside;
}

/* News & archive links */
a.readmore,
a.morelink,
a.backlink,
a.archivelink  {
background: url('/images/arrow-red-small.gif') no-repeat left 7px;
padding-left: 10px;
display: table;
width:100%;
margin-top: 2px;
}

	a.readmore:hover,
	a.morelink:hover,
	a.backlink:hover,
	a.archivelink:hover {
	text-decoration:underline;
	}

	#column-right .archivelink {
	margin-top: 5px;
	}


/* Uitlijning Afbeeldingen */
.alignleft
{
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}

.alignright
{
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
}

#content img,
#column-right img {
border: 1px solid #cacaca;
background: white;
padding: 2px;
}

/* Uitlijning Tekst */
div.left
{
  text-align: left;
}
div.center
{
  text-align: center;
}
div.right
{
  text-align: right;
}	


/* ---------- BASIC FORMS * ---------- */	
.formtable td {
padding-bottom	: 5px;
}

	.formtable label, .formtable th {
	padding-right: 5px;
	}
	
	
	/* TUSSENKOP */
	.formtable h2 {
	padding-top: 10px;
	}
	
	th.header {
	font-size		: 14px;
	font-weight		: normal;
	text-decoration: none;
	padding-bottom	: 8px;
	font-family		: 'Gill Sans MT', 'Gill Sans', arial, helvetica, sans-serif;
	text-transform	: uppercase;
	color			: #ec2218;
	}
	
	
	/* TEXTINPUT / TEXTAREA / FILE */
	.forminputtext,
	.formtextarea,
	.DataBoundFile,
	.forminputfile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
	background: #fafafa;
	padding: 2px;
	}
	
		.forminputtext:focus, .formtextarea:focus {
		background: white;
		}

	.forminputtext {
	width: 197px;
	}
	
		.forminputtextshort {
		width: 100px;
		}
		
		.forminputtextlong {
		width: 300px;
		}
	
	.formtextarea {
	width: 300px;
	height: 100px;
	}
	
	
	/* CHECKBOX / RADIO BUTTONS */
	.formmultiradio,
	.formmulticheckbox {
	line-height: 20px;
	}
	
	.formradio, 
	.formcheckbox {
	vertical-align: middle;
	}
	
	.formmulticheckbox label,
	.formmultiradio label {
	padding-left: 5px;
	}
	
	
	/* SELECT */
	select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
	background: #fafafa;
	font-size: 12px;
	}
	
		select option {
		padding-right: 10px;
		}
		
	
	/* SUBMIT */
	.formsubmitbutton {
	padding: 2px 8px;
	background: #666;
	cursor: pointer;
	color: white;
	margin-top: 10px;
	}
	
	
	/* FORM ERRORS */
	div#melding {
	margin: 10px 0px;
	}
	
	div.melding_fout	{
	padding: 4px;
	font-weight: bold;
	color: red;
	border: 2px solid red;
	}

	div.melding_mededeling {
	padding: 4px;
	font-weight: bold;
	color: green;
	border: 2px solid green;
	}

	.formtable td .Error {
	border-bottom: 1px dashed red;
	}
	
	label.validatieerror {
	display: block;
	color: red;
	}


/********************************************************* Leden */

div.avatar
{
	width: 65px;
	height: 65px;
	margin-bottom: 10px;
}

div.avatar.none
{
	background-image: url('/images/leden/avatars/none.jpg');
}


/* ---------- SITENODE COMMENTS ---------- */
#sitenodecomments {
background: url('/images/seperator-small.gif') repeat-x;
}

	.comments {
	margin-top: 25px;
	}
	
	.comments h2 {
	
	padding-top: 18px;
	padding-bottom: 15px;
	}
	
			.wide .comments, .wide #sitenodecomments div#melding {
			width: 530px;
			}
			
			.narrow .comments, .narrow #sidenodecomments div#melding {
			width: 100%;
			}

		.comment {
		margin-bottom: 10px;
		background: url('/images/forum-bg-td.png') repeat-x left bottom;
		padding: 4px 10px 8px 10px;
		}

			.comment .avatar	{
			float: left;
			margin-left: -10px;	
			}

			#content .comment .avatar img {
			border: 1px solid #cacaca;
			}

			.comment .name,
			.comment .date,
			.comment .text,
			.comment #inlinesitenodereactieform	{
			margin-left:75px;
			}

			.comment .text,
			.comment #inlinesitenodereactieform	{
			margin-bottom: 10px;
			}
			
				.comment .text img {
				display: block;
				margin-bottom: 5px;
				}

			.comment .name {
			font-weight: bold;
			margin-top: -4px;
			}

				.comment .name a,
				.comment .name a:visited {
				text-decoration: none;
				text-transform: capitalize;
				}

			.commentcontent {
			display: table;
			min-height: 70px;
			}

			.commentfooter .date {
			float: left;
			color: #999;
			}
			
				.actions {
				height: 16px;
				line-height: 16px;
				margin-bottom: 3px;
				margin-right: -10px;
				}

					#content .actions img {
					border: none;
					background: none;
					}

						.actions .notok, .actions .edit {
						float: right;
						}

	/* COMMENTSFORM */
	#commentform {
	background: #f4f4f4;
	border: 1px solid #cacaca;
	width: 516px;
	padding: 10px 6px 10px 6px;
	}
		
			.wide #commentform {
			width: 516px;
			}
			
			.narrow #commentform {
			width: 97%;
			}
	
		#commentform td {
		padding-bottom: 10px;
		}

		#commentform th {
		width: 79px;
		}
		
		#content #commentform img {
		border: 1px solid #cacaca;
		padding: 0px;
		background: white;
		margin-bottom: 1px;
		margin-right: 1px;
		}
		
			#content #inlinesitenodereactieform img {
			margin-bottom: 1px;
			margin-right: 1px;
			}
		
		#commentform textarea {
		width: 400px;
		height: 150px;
		}

			.wide #commentform textarea {
			width: 400px;
			}
			
			.narrow #commentform textarea {
			width: 320px;
			}
			
			.wide #inlinesitenodereactieform textarea {
			width: 410px;
			}
			
			.narrow #inlinesitenodereactieform textarea {
			width: 330px;
			}
		
		.captchaimage {
		padding-bottom: 10px;
		}



/* ---------- SITEMAP ---------- */
#content .sitemap ul {
list-style: circle;
margin-bottom: 5px;
}

	#content .sitemap ul ul {
	font-size: 11px;
	}

	
/* ----- LEDENOVERZICHT ----- */
.ledenboek {

}

	.ledenboek table {
	width: 100%;
	}
	
	.ledenboek th {
	background: url('/images/forum-bg-th.gif') repeat-x;
	font-weight: normal;
	color: white;
	text-transform: uppercase;
	text-align: left; 
	padding: 0px 10px 0px 10px; 
	height: 25px;
	line-height: 24px;
	}
	
	.ledenboek td {
	border-bottom: 1px solid #ccc;	
	padding: 3px 10px 3px 10px;
	vertical-align: top;	
	}
	
		.ledenboek td.maxpage {
		padding-right: 0px;
		text-align: right;
		}
		
		tr.even {
		background: #f9f9f9;
		}
		
		td.pagelinks {
		border-bottom: none;
		background: none;
		padding-right: 0px;
		text-align: right;
		}
		td.pagelinks a.selected {
			color:black;
		}
.ledenprofiel {
width: 100%;
}

	.ledenprofiel td {
	border-bottom: 1px solid #ccc;	
		padding: 3px 10px 3px 10px;
		vertical-align: top;	
	}
	
	.ledenprofiel th {
	width: 150px;
		border-bottom: 1px solid #ccc;	
		padding: 3px 10px 3px 10px;
	}
	
		.ledenprofiel th.header {
		padding-left: 0px;
		background: url('/images/forum-bg-th.gif') repeat-x;
		font-weight: normal;
		color: white;
		text-transform: uppercase;
		text-align: left; 
		padding: 0px 10px 0px 10px; 
		height: 25px;
		line-height: 24px;
		}

/* MIJN PROFIEL */

table.formtable {
width:100%;
margin-bottom:30px;
}

	table.formtable th {
		width:250px;
		padding-bottom:5px;
	}
	
	table.formtable td.opmerking {
	font-size:11px;
	font-style:italic;
	}
