h1
{
  font-size: 14px;
  font-weight: bold;  
  color: #063523; 
  line-height: 34px;
  width: 563px;
  margin-left: -20px;
  top:-13px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
}

h2
{
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0px;
  color: #063523;
  margin-bottom: 5px;
	margin-top: 0px;
}


	.reserveren h2 {
	margin-left: 10px;
	margin-bottom: 3px;
	}

strong {
    color:#1b593e;
}

form, fieldset
{
  padding: 0px;
  margin: 0px;
}

.standaardcontent {

}

th {
text-align: left;
vertical-align: top;
}

#content ul {
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
}



a {
color: #1b593e;
}

a:visited {
color: #1b593e;
}

/* Uitlijning Afbeeldingen */
.alignleft
{
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.alignright
{
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

/* Uitlijning Tekst */
div.left
{
  text-align: left;
}
div.center
{
  text-align: center;
}
div.right
{
  text-align: right;
}

/* BLOCK */
.block {
width: 539px;
display: table;
background-color: #f9f9ef;
margin-top: 15px;
margin-bottom: 15px;
}

	.block h3 {
	width: 529px;
	
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f4f3d3;
	padding-left: 10px;
	background: url('/images/bg_blockhead.gif') no-repeat 0px 0px;
	}
	
		.block .newsItemShort {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 2px;
		border-bottom: 1px solid #cfe1ce;
		padding-bottom: 21px;
		margin-bottom: 0px;
		}
		
			.block .newsItemShort h2 {
			font-size: 14px;
			font-family: "arial narrow", arial;
			color: #0e5138;
			margin-bottom: 0px;
			margin-top: 5px;
			text-transform: uppercase;
			}
			
			.block .newsItemShort .readMoreLink a,
			.block .newsItemShort .readMoreLink a:visited{
			color: #e00000;
			float: right;
			
			
			
			}
			
			.block .date {
			display: none;
			}
			
		.block .fotoalbum img {
		
		}		

/* NIEUWS */


/* Nieuws include dingen */

div.newsItemShort
{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}

div.newsItemShort h2 {
 margin-bottom: 0px;
}

div.moreNews h2
{
  margin: 20px 0px 0px 0px;
  font-size: 14px;
  color: white;
  background-color: #06301f;
  padding: 4px;
  margin-bottom: 0px;
}

div.moreNews div.moreNewsBlock,
div.archivedNews div.archivedNewsBlock
{
  float: left;
  width: 50%;
  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;
}

.readMoreLink {

}
/* 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;
}


/* FORMULIEREN: RESERVEREN */

input,
textarea
{
  border: 1px solid #999;
}
input.small
{
  width: 50px;
}

input.medium
{
  width: 100px;
}
input.Error,
textarea.Error
{
  border: 1px solid red;
}

label.counter
{
	font-size: 11px;
	font-style: italic;

  
  display: block;
}

span.Error
{
  color: red;
}

/*
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 #555555;
  background-image: url('gradientImage.axd?h=18&c1=e2e2e2&c2=ffffff');  
  color: #555555;
  width: 197px;
}
table.DataBoundDetailTable td input.DataBoundText:focus
{
   background-image: url('gradientImage.axd?h=18&c1=E9F34F&c2=faffaf&f=png');
}

table.DataBoundDetailTable td input.SubmitButton
{
  border: 1px solid #555555;
  background-image: url('gradientImage.axd?h=18&c1=ffffff&c2=cccccc');
  height: 20px;
}

table.DataBoundDetailTable td textarea.DataBoundTextarea
{
  background-image: url('gradientImage.axd?h=102&c1=e2e2e2&c2=ffffff');  
  border: 1px solid #555555;
  width: 250px;
  height: 100px;
}
table.DataBoundDetailTable td textarea.DataBoundTextarea:focus
{
  background-image: url('gradientImage.axd?h=102&c1=E9F34F&c2=faffaf&f=png');
}

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;
}

/* SiteMap: */

div.sitemap ul
{
  margin-left: 20px;
}

/* reserveerpagina */

.reserveren th,
.contact th {
height: 25px;
padding-left: 10px;
width: 200px;

}

	.reserveren td th {
	width: 130px;
	padding-left: 0px;
	font-style: italic;
	}

tr.space {
height:10px;
line-height: 10px;
}

.reserveren .tussenkop {
font-size: 12px;
padding-top: 10px;
padding-bottom: 5px;
color: #124632;
font-style: italic;
}
.DataBoundDetailTable {
padding: 10px;
padding-left: 0px;
margin-bottom: 10px;
width: 100%;
}

.DataBoundDetailTable  td{
width: 300px;
}

.DataBoundDetailTable th{
height: 5px;
}

select {
border: 1px solid #999;
}

form {
margin-bottom: 25px;
}

.formInputDatePicker {
width: 16px;
height: 16px;
background: url('/images/date.png');
cursor: pointer;
border: 0px;
}

label.validatieerror {
color: red;
font-size: 11px;
font-style: italic;
display: block;
}

.submitbutton {
width: 100%;
text-align: right;
}

	.submitbutton input,
		.submitbutton button,
		#submitButton{
	width: 150px;
	height: 20px;
	border: 1px solid #999;
	line-height: 16px;
	cursor: pointer;
	}
	
	
	.contact #submitButton {
	position: absolute;
	margin-left: 178px;
	margin-top: 18px;
	}
	
.DataBoundRadio,
.DataBoundCheckBox{
border: 0px;
margin-right: 5px;
}

.reserveren .DataBoundTextarea {
width: 300px;
height: 64px;
font-family: arial, helvetica;
font-size: 12px;
}

.contact .SubmitButtonRow {
display: block;
height: 0px;
line-height: 0px;
font-size: 0px;
}
table.contentTable {
	margin:0px;
	padding:0px;
}
table.contentTable td {
	vertical-align: top;
	padding: 2px;
	padding-right:4px;
}