h1
{
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 10px;
  color: #e1081e;
}

h2
{
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 5px;
color: #e1081e;
margin-top: 10px;
}


div#content ul
{
  margin-left: 20px;
}

div#content a {
color: #e1081d;
}

div#content a:visited {
color: #972821;
}

div#content a:hover {
color: #ff5263;
}

form, fieldset
{
  padding: 0px;
  margin: 0px;
}

/* Uitlijning Afbeeldingen */
.alignleft
{
  float: left;
}

.alignright
{
  float: right;
}

/* Uitlijning Tekst */
div.left
{
  text-align: left;
}
div.center
{
  text-align: center;
}
div.right
{
  text-align: right;
}

/* NIEUWS */


/* Nieuws include dingen */

div.newsItemShort
{
  margin-bottom: 10px;
  margin-top: 30px;
  border-bottom: 1px solid #dedede;
}

div.newsItemShort h2
{
  color: #e1081e;
}
div.date
{
	margin-bottom: 7px;
}
.backLink a,
.backLink:hover a:visited,
div.readMoreLink a,
div.readMoreLink a:visited
{
	color: #214c74;
			background: url('/images/bullet_red.gif') no-repeat 0px 6px;
			padding-left: 13px;
			font-size: 12px;
			margin-bottom: 10px;
			display: block
}
div.readMoreLink a:hover
{
	color: #ff0f00;
}




div.moreNews h2
{
  margin: 20px 0px 0px 0px;
  font-size: 14px;
  height:18px;
  color: white;
  background-color: #9a2e27;
  padding: 4px;
}

div.moreNews div.moreNewsBlock,
div.archivedNews div.archivedNewsBlock
{
  float: left;
  width: 50%;
}

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,
div.moreNews div.moreNewsBlock div.title a,
div.archivedNews div.archivedNewsBlock div.title a,
div.moreNews div.moreNewsBlock div.title a:visited,
div.archivedNews div.archivedNewsBlock div.title a:visited
{
  float: left;
  margin-left: 10px;
  clear: right;
  color: #214c74;

  
}
div.moreNews div.moreNewsBlock div.title a:hover
div.archivedNews div.archivedNewsBlock div.title a:hover
{
	color: #ff0f00;
}




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;
}

input, textarea {
font-family: verdana,arial,helvetica;
color: black;
font-size: 11px;
}

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
{
  		 background-color: #e6e9ee;
    border: 1px solid #d5d6d8;
    padding: 3px; 
 
  width: 197px;
}
table.DataBoundDetailTable td input.DataBoundText:focus
{
  		 background-color: #e6e9ee;
    border: 1px solid #d5d6d8;
    padding: 3px;
}

table.DataBoundDetailTable td input.SubmitButton
{
  color: white;
  background: none;
  width: 50px;
  height: 17px;
  		background: url('/images/bullet_red.gif') no-repeat 0px 3px;
			padding-left: 13px;
			color: #e1081d;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
}

table.DataBoundDetailTable td textarea.DataBoundTextarea
{
  		 background-color: #e6e9ee;
    border: 1px solid #d5d6d8;
    padding: 3px;
	width: 250px;
  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;
}

/* SiteMap: */

div.sitemap ul
{
 
  list-style: none;
}
div.sitemap ul.hoofdmenu li a,
div.sitemap ul.hoofdmenu li a:visited
{
	color: #204c74;
}

div.sitemap li ul.submenu li a,
div.sitemap li ul.submenu li a:visited
{
	color: #204c74;
	list-style-image: url('../images/sitemap-img.gif');
	
}

/*************************************/
/*          Categorieën           		*/
/*************************************/
div#content ul.categorieen {
padding-left: 0px;
margin-left: 0px;

}

	.categorieen li {
	display: inline;
	}

		.categorieen li a,
		.categorieen li a:visited {
		display: block;
		width: 200px;
		margin-bottom: 3px;
		background-color: #e6e9ee;
		border: 1px solid #d5d6d8;
		padding: 10px;
		margin-right: 15px;
		float: left;
		text-decoration: none;
		}
		
			.categorieen .image {
			display: block;
			margin-bottom: 5px;
			}
		
			.categorieen .naam {
			background: url('/images/bullet_red.gif') no-repeat 0px 5px;
			padding-left: 13px;
			text-decoration: underline;
			font-size: 14px;
			display: block;
			
			}
			
			.categorieen .omschrijving {
			text-decoration: none;
			color: black;
			
			}
			
			.categorieen #payment {
			width: 330px;
			height: 138px;
			background: url('/images/product-cat-1.jpg') no-repeat;
			padding: 10px;
			margin-right: 13px;
			margin-bottom: 15px;
			}
			
			.categorieen #diaries {
			width: 330px;
			height: 138px;
			background: url('/images/product-cat-2.jpg') no-repeat;
			padding: 10px;
			}
			
			.categorieen #dhi {
			width: 695px;
			height: 95px;
			background: url('/images/product-cat-3.jpg') no-repeat;
			padding: 10px;
			}



/*************************************/
/*          Productoverzicht           */
/*************************************/

div#content ul.producten {
list-style: none;
margin-left: 0px;
width: 400px;
}

		ul.producten li a,
		ul.producten li a:visited {
		font-size: 14px;

		text-decoration: none;
		display: block;
		min-height: 55px;
		height: auto !important;
		height: 55px;
		margin-bottom: 3px;
		 background-color: #e6e9ee;
    border: 1px solid #d5d6d8;
    padding: 10px;
		}
		
		ul.producten .image {
		
		display: block;
		position: absolute;
		
		}
		
		ul.producten .naam {
		background: url('/images/bullet_red.gif') no-repeat 0px 5px;
		margin-left: 100px;
		padding-left: 13px;
		text-decoration: underline;
		}


/*************************************/
/*          Product Detail           */
/*************************************/

div.rightcolumn
{
  float: right;
  width: 362px;
  color: #525252;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}
  div.rightcolumn h2.kop
  {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px;
    color: #e1081e;
  }
  div.rightcolumn h2.kop.first
  {
  	position:absolute;
  	margin-top: -30px;
  	padding-bottom: 10px;
  }
  div.rightcolumn div.eigenschappen
  {
    background-color: #e6e9ee;
    border: 1px solid #d5d6d8;
    padding: 10px;
    margin-bottom: 10px;
  }

div.leftcolumn
{
  float: left;
  width: 355px;
  padding: 0px 5px 0px 0px;
  color: #525252;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}


div.afbeelding_groot
{
  border: 1px solid #285785;
  min-height: 248px;
  height: auto !important;
  height: 248px;
  text-align: center;
}
div.afbeeldingen {
	margin-bottom: 20px;
}
div.thumbs
{
  width: 360px;
  padding-top: 1px;
  height: 55px;
  margin-top: 15px;
}
  div.thumbs ul
  {
    padding: 0px;
    margin: 0px;
  }
    div.thumbs ul li {
    display: inline;
    margin: 0px;
    padding: 0px;
    }
      div.thumbs ul li a,
      div.thumbs ul li a:visited {
      float: left;
      margin-right: 3px;
      width: 75px;
      height: 55px;
      border: 1px solid #e4e4e4;
      background-color: white;
      text-align: center;
      }
      div.thumbs ul li.active a,
      div.thumbs ul li.active a:visited {
      border: 2px solid red;
      margin-left: -1px;
      margin-right: 2px;
      margin-top: -1px;
      }
  
  div.thumbs #thumbVorige {
  float: left;
  margin-right: 5px;
  }
  
  div.thumbs #thumbVolgende {
  float: right;
  }
  
div.introText {
	font-weight: bold;
	margin-bottom: 5px;
}
div.newsItemShort p {
	font-weight: bold;
}
table.contentTable tr td {
	padding-right: 20px;
}


/*************************************/
/*         Dealers            		   */
/*************************************/

.dealeritem {
float: left;
width: 340px;
min-height: 110px;
height: auto !important; 
height: 110px;
margin-right: 20px;
padding-bottom: 10px;
padding-top: 10px;
border-bottom: 1px solid #d5d6d8;
margin-bottom: 5px;
}

	div#content a.website,
	div#content a.website:visited {
	display: block;
	clear: right;
	color: #555;
	}
	
	.dealeritem h3 {
	font-size: 12px;
	}
	
/*************************************/
/*         Accessoires            		   */
/*************************************/	
	
#content ul.productaccessoires {
margin-left: 0px;
list-style: none;
}

	ul.productaccessoires li {
	border: 1px solid #d5d6d8;
	padding: 10px;
	
	margin-bottom: 10px;
	min-height: 95px;
	height: auto !important;
	height: 95px;
	background-color: #f4f4f4;
	}
	
		ul.productaccessoires li .image {
		margin-left: 10px;
		float: right;
		margin-right: 10px;
		margin-top: 25px;
		margin-bottom: 5px;
		border: 1px solid #777;
		}
		
		ul.productaccessoires .naam {
		display: block;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 5px;
		}
		
		ul.productaccessoires h2 {
		display: block;
		color: black;
		font-size: 12px;
		font-weight: bold;
		color: #666;
		}
		
			ul.productaccessoires li li{
			border: 0px solid #d5d6d8;
			padding: 0px;
			
			margin-bottom: 5px;
			min-height: auto;
			height: auto;
			background-color: transparent;
			}
			
			

