h1
{
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 13px;
  margin-bottom: 10px;
  color: #172983;
  border-bottom: 1px dashed #172983;
}

h2
{
  font-size: 18px;
  padding-bottom: 6px;
  font-weight: bold;
  color: #e2007a;
}

	blockquote h2,
	.kader h2 {
	color: white;
	}

form, fieldset
{
  padding: 0px;
  margin: 0px;
}

th {
text-align: left;
}

td {
padding-right: 7px;
}

blockquote {
background: url('/images/blockquote-bg.gif') repeat-y 0px 0px;
color: white;
width: 635px;
display: table;
padding: 20px;
}

	.kader {
	background: url('/images/blockquote-bg.gif') repeat-y 0px 0px;
	color: white;
	width: 675px;
	display: table;
	padding: 0px;
	text-align: left;
	}
	
	.kadertop {
	width: 675px;
	height: 12px;
	margin-bottom: 10px;
	background: url('/images/blockquote-bg-top.gif') no-repeat 0px 0px;
	}
	
	.kaderbottom {
	width: 675px;
	height: 12px;
	background: url('/images/blockquote-bg-bottom.gif') no-repeat 0px 0px;
	}
	
	.kadertekst {
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	}
	
		.kadertekst a,
		.kadertekst a:visited {
		color: white;
		}



a {
color: #e2007a;
}

a:visited {
color: #af22c8;
}

a:hover {
color: #172983;
}
blockquote a, blockquote a:visited, blockquote a:hover {
	color: white;
}
#content ul,
#content ol {
  margin-left: 20px;
}

	#content ul.zoekresultatenlist {
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	}
	
	#content div.sitemap ul
	{
	  margin-left: 20px;
	  margin-top: 0px;
	  margin-bottom: 0px;
	}
	
		#content div.sitemap ul ul {
		font-size: 11px;
		margin-bottom: 5px;
		}

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

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

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

/* NIEUWS */


/* Nieuws include dingen */

.date {
font-size: 10px;
}

div.newsItemShort
{
  margin-bottom: 10px;
border-bottom: 1px dashed #172983;
  padding-bottom: 13px;
  margin-bottom: 10px;
  }

	div.newsItemShort h2{
	margin-bottom: 2px;
	padding-bottom: 0px;
	}

div.moreNews {
  display:table;
  width:100%;
}

div.moreNews h2
{
  margin: 20px 0px 10px 0px;
  font-size: 14px;
  color: white;
  background-color: #172983;
  padding: 4px;
}

div.moreNews div.moreNewsBlock,
div.archivedNews div.archivedNewsBlock
{
  float: left;
  width: 50%;
  padding-bottom: 15px;
  border-bottom: 1px solid black;
}

div.moreNews div.moreNewsBlock div.moreNewsBlockItem,
div.archivedNews div.archivedNewsBlock div.archivedNewsBlockItem
{
  clear: both;
  padding: 4px;
  height: 14px;
}
div.moreNews div.moreNewsBlock div.date,
div.archivedNews div.archivedNewsBlock div.date
{
  float: left;
  font-style: italic;
}
div.moreNews div.moreNewsBlock div.title,
div.archivedNews div.archivedNewsBlock div.title
{
  float: left;
  margin-left: 10px;
  clear: right;
}

div.archiveLink
{
  margin-top: 5px;
  padding: 4px;
  text-align: right;
}

/* Gastenboek */

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;
}

a img
{
  border: none;
}

.multicheckbox label {
margin-left: 3px;
}

table.DataBoundDetailTable
{
  margin: 0px;
  padding: 0px;
}

table.DataBoundDetailTable th
{
  padding: 4px;
  vertical-align: top;
}
table.DataBoundDetailTable td
{
  vertical-align: middle;
  padding-left: 4px;
  padding-bottom: 4px;
}

table.DataBoundDetailTable td input.DataBoundText
{
 border: 1px solid #172983;
   background: white; 
   font-size: 12px;
   padding: 3px;
  width: 197px;
}
table.DataBoundDetailTable td input.DataBoundTextLong
{
  border: 1px solid #172983;
  font-size: 12px;
  padding: 3px;
   background: white;   
  width: 250px;
}
table.DataBoundDetailTable td input.DataBoundTextShort
{
  border: 1px solid #172983;
  font-size: 12px;
  padding: 3px;
   background: white; 
  width: 100px;
}
table.DataBoundDetailTable td input.DataBoundText:focus
{   
}

table.DataBoundDetailTable td input.SubmitButton
{
 border: 1px solid #172983;
		  background: #172983;
		 padding-left: 5px;
		 padding-right: 5px;
		  color: white;
		  font-weight: bold;
		  text-transform: uppercase;
		  cursor: pointer;
		  height: 20px;
}

table.DataBoundDetailTable td textarea.DataBoundTextarea
{
 background: white;
  border: 1px solid #172983;
  width: 250px;
  font-size: 12px;
  padding: 3px;
  font-family: verdana, arial, helvetica;
  height: 100px;
}
table.DataBoundDetailTable td textarea.DataBoundTextarea:focus
{
  
}

table.DataBoundDetailTable td input.Error,
table.DataBoundDetailTable td textarea.Error
{
  border-bottom: 1px dashed red;
}

label.validatieerror
{
  display: block;
  color: red;
}

ul.gastenboekberichten
{
  padding: 0px;
  margin: 20px 0px 0px 0px;
}

ul.gastenboekberichten li
{
  padding: 0px;
  margin: 0px;
  list-style: none;
  /*background-color: silver;*/
  background-image:  url('gradientImage.axd?h=24&c1=ffffff&c2=999999');
  margin-bottom: 20px;
}


ul.gastenboekberichten li div.geplaatstdoor
{
  float: left;
  padding: 5px;
}
ul.gastenboekberichten li div.delete,
ul.gastenboekberichten li div.edit
{
  float: right;
  margin: 4px 2px;
}
ul.gastenboekberichten li div.geplaatstop
{
  float: right;
  padding: 5px;
}
ul.gastenboekberichten li div.bericht
{
  background-color: white;
  padding: 5px;
  border: 1px solid #999999;
  clear: both;
}

div.paginalinks
{
  text-align: center;
}

div.paginalinks a,
div.paginalinks a:visited
{
  color: black;
  font-weight: bold;
  text-decoration: underline;
  padding: 2px;
}

div.paginalinks a.active,
div.paginalinks a:visited.active
{
  font-weight: normal;
  text-decoration: none;
  border: 1px solid silver;
  padding: 2px 4px;
}
table.contentTable td {
	vertical-align: top;
}