h1 {
font-size		: 26px;
font-weight		: normal;
color: #005dab;
padding-bottom	: 18px;
font-family		: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
font-size		: 18px;
font-weight		: normal;
color: #005dab;
padding-bottom	: 7px;
font-family		: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
font-size		: 14px;
font-weight		: normal;
color: #005dab;
padding-bottom	: 5px;
font-family		: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a, a:visited {
	color: #005dab;

}

a:hover {
	color:black;
}

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;
}



/* Uitlijning Afbeeldingen */
.alignleft
{
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}

.alignright
{
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
}

#content .standaardcontent img {
padding: 3px;
background: white;
border: 1px solid #ddd;
}

/* 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 {
	padding-right: 5px;
	}
	
	
	/* TUSSENKOP */
	.formtable h2 {
	padding-top: 10px;
	}
	
	
	/* TEXTINPUT / TEXTAREA / FILE */
	.forminputtext,
	.formtextarea,
	.DataBoundFile {
	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 6px;
	cursor: pointer;
	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_waarschuwing {
	padding: 4px;
	font-weight: bold;
	color: orange;
	border: 2px solid orange;
	}
	
	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 {
}

	.comments {
	margin-top: 15px;
	width: 530px;
	}

		.comment {
		margin-bottom: 10px;
		background: url('/images/forum-bg-td.gif') 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 {
			margin-left:75px;
			}

			.comment .text {
			margin-bottom: 10px;
			}

			.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;
	}
	
		#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;
		}
		
		#commentform textarea {
		width: 400px;
		height: 150px;
		}		
		
		.captchaimage {
		padding-bottom: 10px;
		}



/* ---------- SITEMAP ---------- */
#content .sitemap ul {
list-style: circle;
margin-bottom: 5px;
}

	#content .sitemap ul ul {
	font-size: 11px;
	}

	
/* ----- LEDENOVERZICHT ----- */
.ledenboek {
margin-top: 15px;
}

	.lid {
	width: 170px;
	height: 110px;	
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;

	}
	
		.lid h2 {
		padding-bottom: 0px;
		}
		
			.lid h2 a,
			.lid h2 a:visited {
			text-decoration: none;
			}
			
/* ------------- TAGS ----------- */
ol.tagcloud
{
	list-style: none;
	width: 200px;
}

	ol.tagcloud li.tag
	{
		display: inline;
	}