/* Images */

a img
{
	border: none;
}

a 
{
	outline: none;
	color: #A83579;
}

h1 a,
h2 a,
h3 a
{
	color: #A5802D;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover
{
	text-decoration: underline;
}



/* Layout */

body 
{
	background-color: #fff;
	color: #000;
	font: 11px Verdana, sans-serif;
	line-height: 1.35em;
	text-align: center;
}

h1, h3
{
	color: #a52770;
}

h2
{
	font-size: 17px;
}

h3, h4
{
	font-size: 11px;
}

td
{
	vertical-align: top;
}

#Wrapper
{
	width: 997px;
	margin: 0 auto;
	text-align: left;
	background: #fff url( Images/Background.Content.png ) no-repeat right bottom;
}

#Header 
{
	background: url( Images/Header.png ) no-repeat top left;
	height: 84px;
	position: relative;
}

	#HighProfileLink
	{
		display: block;
		position: absolute;
		left: 850px;
		top: 7px;
		width: 113px;
		height: 20px;
	}

	#HomeLink
	{
		display: block;
		height: 55px;
		left: 37px;
		position: relative;
		top: 10px;
		width: 407px;
	}
	
	#ServiceMenu
	{
		position: absolute;
		top: 8px;
		right: 153px;
	}

	#ServiceMenu li
	{
		border-left: 1px solid #000;
		list-style: none;
		float: left;
		line-height: 17px;
		padding: 0 5px;
	}

		#ServiceMenu li.First
		{
			border-left: 0;
		}

	#ServiceMenu img
	{
		margin-left: 5px;
	}

	#ServiceMenu a
	{
		color: #333;
		text-decoration: none;
		font-weight: bold;
	}

	#ServiceMenu a:hover
	{
		text-decoration: underline;
	}

#Menu
{
	background: url( Images/Menu.Background.jpg ) repeat-x  top center;
	height: 25px;
	padding: 0 30px;
}

	#Menu li
	{
		background: url( Images/Menu.Separator.gif) no-repeat center left;
		float: left;
		height: 25px;
		line-height: 25px;
		list-style: none;
		padding: 0 5px 0 8px;
	}

	#Menu li.Active
	{
		background: none;
		padding-left:0px;
		padding-right: 0px;
	}
	

	#Menu li a
	{
		color: #282423;
		display: inline-block;
		text-decoration: none;
		text-transform: lowercase;
	}

		#Menu li a:hover
		{
			text-decoration: underline;
		}

		#Menu li.First a
		{
			padding-left: 0;
		}
		
		#Menu li.AfterActive, #Menu li.First
		{
			background: none;
		}

		#Menu li.Active a
		{
			background: url( Images/Menu.Background.Active.jpg) repeat-x top center;
			color: #fff;
			padding: 0 7px;
			margin-left: 3px;
		}
		

#Content
{
	margin: 19px 10px 19px 28px;
	min-height: 400px;
}

#Content h1
{
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 10px;
}

#LeftColumn
{
	width: 570px;
	margin-right: 20px;
	float: left;
}

#RightColumn
{
	width: 350px;
	float: left;
}

/* Round corners */
.RoundCorners
{
	position: relative;
	margin-top: 20px;
}

.RoundCorners .CornerTopLeft
{
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 6px;	
	background: url( Images/Corners.Top.Left.png ) no-repeat;
	z-index: 9999;
}

.RoundCorners .CornerTopRight
{
	position: absolute;
	right: 0;
	top: 0;
	width: 6px;
	height: 6px;	
	background: url( Images/Corners.Top.Right.png ) no-repeat;
	z-index: 9999;
}


.RoundCorners .CornerBottomLeft
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 6px;
	height: 6px;	
	background: url( Images/Corners.Bottom.Left.png ) no-repeat;
	z-index: 9999;
}

.RoundCorners .CornerBottomRight
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 6px;
	height: 6px;	
	background: url( Images/Corners.Bottom.Right.png ) no-repeat;
	z-index: 9999;
}

#FooterMenus
{
	margin-bottom: 10px;
	padding: 1em 2em;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
}

	#FooterMenus h2
	{
		font-size: 15px;
		margin: 5px 0 10px;
		font-weight: normal;
		color: #666;
	}


	#FooterMenus a
	{
		color: #333;
		text-decoration: none;
	}

	#FooterMenus a:hover
	{
		text-decoration: underline;
	}


	#FooterMenus .FooterMenu
	{
		float: left;
		padding-bottom: 10px;
		width: 25%;
	}
	
		#FooterMenus .FooterMenu ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}

#Footer
{
	clear: both;
	font-size: 80%;
	color: #999;
	margin: 10px 30px;
}

#Footer a
{
	color: #999;
}

#GoogleMaps 
{
	height: 304px;
}

#ThreeColumn #FirstColumn
{
	width: 201px;
	float: left;
	margin-right: 18px;
	font-size: 90%;
}

#ThreeColumn #SecondColumn
{
	width: 500px;
	float: left;
}

#ThreeColumn #ThirdColumn
{
	width: 201px;
	float: right;
}

#ThreeColumn #SecondColumn #Formulier
{
	border: 1px solid #9c9da0;
	padding: 10px;
	margin-bottom: 1em;
}

#ThreeColumn #SecondColumn #Formulier input
{
	border-style: none;
	background-color: #ededed;
}

#ThreeColumn #SecondColumn #Formulier select
{
	border-style: none;
	background-color: #ededed;
}

#ThreeColumn #SecondColumn #Formulier input.SubmitButton
{
	background-color: #cccccc;
	border: 1px solid #9c9da0;
}

/* Texts */

h1
{
	line-height: normal;
	margin-bottom: .75em;
}



/* Blocks */

div.Block
{
   border: 1px solid #856431;
   margin-bottom: 1em;
}

   div.Block div.Header,
   div.Block div.Content,
   div.Block div.Footer
   {
      padding: 2px;
   }
   
   div.Block div.Header
   {
      background: #caa347 url(Images/Visual.png) right bottom no-repeat;
      color: #fff;
   }

   div.Block div.Content
   {
   }

   div.Block div.Footer
   {
      clear: both;
   }



/* Spotlight */

#Spotlight
{
	background: #ededed url( Images/Spotlight/Background.png ) repeat-x bottom left;
}

	#SpotlightHeader
	{
		background: url( Images/Spotlight/Background.Header.Begin.png ) top left repeat-x;
		height: 21px;
		padding-left: 30px;
	}

		#SpotlightHeader p
		{
			background: url( Images/Spotlight/Background.Header.End.png ) top right no-repeat;
			color: #3c3c3c;
			font-size: 90%;
			height: 18px;
			padding-top: 3px;
		}

	#SpotlightBody
	{
		border-color: #c4c5c7;
		border-style: solid;
		border-width: 0 1px;
		padding: 5px 5px 0 5px;
	}

	#SpotlightFooter
	{
		margin-top: 7px;
		background: url( Images/Spotlight/Background.Footer.Begin.png ) top left repeat-x;
		height: 7px;
	}

		#SpotlightFooter span
		{
			background: url( Images/Spotlight/Background.Footer.End.png ) top right no-repeat;
			float: right;
			height: 7px;
			width: 7px;
		}



/* Slider */

#SliderContainer
{
	font-size: 10px;
	float: left;
	height: 105px;
	margin: 3px 0 3px 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 880px;
}

	#SliderContainer #Slider
	{
		position: absolute;
		left: 0px;
		width: 1000px;
	}

		#SliderContainer a.SliderItem
		{
			border:1px solid #DCDCDC;
			color:#777777;
			cursor:pointer;
			display:block;
			float:left;
			height:98px;
			line-height:1.15em;
			margin:5px 2px 0;
			text-decoration:none;
			width:120px;
		}
		
		#SliderContainer a.SliderItem:hover
		{
			border: 1px solid #A8347C;
		}

		#SliderContainer .SliderItemImageContainer
		{
			height: 71px;
			margin-bottom: 4px;
			display: block;
			overflow: hidden;
		}

		a.SliderLink
		{
			float: left;
			margin: 38px 5px 0;
		}



/* Default node properties */

.NodeBody,
.NodeBody.aanmelden,
.NodeDescription
{
   margin-bottom: 1.5em;
}

.NodeBody.aanmelden
{
	width: 720px;
}

.NodeBody.aanmelden table
{
	background: url( Images/Background.aanmelden.png ) no-repeat top left;
	height: 250px;
	overflow:hidden;
}

.NodeBody.aanmelden table td
{
	padding: 0 10px;
}

.NodeDescription
{
	font-weight: bold;
}

.NodeBody table ul
{
	padding-left: 20px;
}

.NodeBody table ul li
{
	list-style-type: disc;
}

.Red
{
    color: #FF0000;
}



/* Other */

h1.hidden 
{
	display: none;
}

img.officiele-trouwlocatie
{
	margin-bottom: -1px;
}

/* Paging */
.Paging { margin: 1em 0; padding: 1em; text-align: center; font-size: 85%; }
.Paging a,
.Paging span { margin-right: 3px; padding: 0.2em 0.5em; border: 1px solid #fff; background: #fff; color: #a52770; }
.Paging span.current { border: 1px solid #E7DECF; font-weight: bold; background: #A27C3F; color: #fff; }
.Paging a { border: 1px solid #E7DECF; text-decoration: none; }
.Paging a.nextprev { font-weight: bold; }
.Paging span.nextprev { border: 1px solid #ddd; color: #999; }

/* Google Map */
#MarkerPopupGoogleMap
{
width: 250px;
}

#MarkerPopupGoogleMap_contents
{
  background-color: #FFF;
}

#MarkerPopupGoogleMap_contents img
{
    float: left;
}

#MarkerPopupGoogleMap_contents div
{
    padding: 10px;
    height: 93px;
}

#MarkerPopupGoogleMap_contents p
{
	font-size: 10px;
	float: left;
	padding: 0 6px;
	height: 70px;
	width: 125px;
}
#MarkerPopupGoogleMap .ResultImage
{
	float: left;
	margin: 2px 3px 0 0;
}
#MarkerPopupGoogleMap_tl, #MarkerPopupGoogleMap_tr, #MarkerPopupGoogleMap_bl, #MarkerPopupGoogleMap_br,
#MarkerPopupGoogleMap_t,#MarkerPopupGoogleMap_l,#MarkerPopupGoogleMap_r,#MarkerPopupGoogleMap_b
{
	background-color: #BC5D94;
	height: 2px;
	width: 2px;
}

/* instructie styles */
.instructie {
	margin: 10px 0;
}
.instructie-body {
	padding: 8px 8px 6px 8px;
	font-weight: bold;
	background-color: #efefef;
}
.instructie-body p {
	margin: 2px 0px;
}


/* Marriage cards */
.Cards 
{
}
	.Cards .LeftTop,
	.Cards .RightTop,
	.Cards .RightBottom,
	.Cards .LeftBottom
	{
		position: absolute;
		width: 477px;
		height: 370px;
	}
	.Cards .LeftTop
	{
		top: 2px;
		left: 2px;
	}
	.Cards .RightTop
	{
		top: 2px;
		right: 12px;
	}
	.Cards .RightBottom
	{
		right: 12px;
		bottom: 2px;
	}
	.Cards .LeftBottom
	{
		left: 2px;
		bottom: 2px;
	}
	.Cards img
	{
		border: 1px solid #CCC;
		padding: 4px;
	}

/* Marriage tips*/
.TrouwtipsTable b 
{
	display: block;
	font-size: 1.4em;
	font-family: Tahoma;
	color: #A5802D;
	margin: 8px 0px;
}


/* Location result: compare now */

.LocationCompareNow
{
	display: none;
	position: absolute;
	right: 30px;
	text-decoration: none;
	top: 3px;
}

	.LocationCompareNow.Selected
	{
		display: block;
	}
	
	.LocationCompareNow:hover
	{
		text-decoration: underline;
	}