/*
CSS for Netwerk Notarissen
*/

/* Default font size. */
@import url(/Css/medium.css);

body	
{
	font-family: arial, verdana, sans-serif;
	background:#fff;
	margin: 0pt;
	text-align:center;
}

ul {
	margin: 0px;
	padding-left: 16px;
	list-style-image: url(/images/BulletBlue.png)
}

li {
	padding-bottom:1em;
	line-height: 1.5em;
}

div, li, th, td, dd {
	margin: 0;
	font-size: 1em;
	text-align:left;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	text-align:left;
	margin-top:0;
}
				
img {
	border: 0px;
}
				
h1 {
	font-size: 2em;
	color: #19287b;
}

h2 {
	font-size: 1.6em;
	color: #19287b;
}

h3 {
	font-size: 1.4em;
	color: #19287b;
	margin:0px;
}
	
h4 {
	font-size: 1.3em;
	color: #19287b;
	margin-top: 0;
	margin-bottom: 0.1em;
}

h4 a {
	text-decoration:none;
	color: #19287b;
}
h5 {
	font-size: 1em;
	color: #19287b;
	margin-top: 0;
	margin-bottom: 0.5em;
}

a.block 
{
	text-decoration: none;
	display:block;
	cursor:pointer;
}

/* This sets up a container in order to center the main body of the page. */
#Container		{
				width: 835px;
				margin: 0 auto;
				margin-top: 0;
				}
				
#Header 		{
				width: 835px;
				height: 320px;
				float:left;
				}
				
#Body			{
				width: 835px;
				float: left;
				font-size: 1.2em;
				}
#BodyPopup		{
				font-size: 1.2em;
				}			
				
#Footer			{
				width: 835px;
				float:left;
				background-color: #f4f4f4;
				}

/* This sets up a container to allocate space for items in the header. */
#Banner {
	position: absolute;
	height: 320px;
	width: 835px;
}

#Logo {
	position: absolute;
	margin-top: 25px;
	margin-left:15px;
}

#WhiteStripe {
	position: absolute;
	margin-top: 15px;
	margin-left: 0;
	height: 100px;
	width: 835px;
	background-color: white;
	filter:alpha(opacity=75);
	opacity: .75;
}

/* Search */ 			
#Search {
	position: absolute;
	margin-top: 28px;
	margin-left: 551px;
	font-family: arial, verdana, sans-serif;
	font-size: 1.2em;
	color: #19287b;
	text-align:right;
	vertical-align:middle;
}

#SearchPage {
	margin-top: 15px;
	vertical-align:middle;
}

#Search .line, #SearchPage .line {
	width:300px;
	height:20px;
}

#Search .text {
	float:left;
	width:50px;
	padding-top:0.3em;
	padding-bottom:0.3em;
	margin-right:5px;
	text-align:right;
}

#SearchPage .text {
	float:left;
	width:40px;
	padding-top:0.3em;
	padding-bottom:0.3em;
	margin-right:5px;
}

#Search .input, #SearchPage .input {
	float:left;
	width:245px;
}
			
#Search .inputTxt, #SearchPage .inputTxt, #SearchFaq .inputTxt {
	width: 190px;
	vertical-align:middle;
}
				
#Search .inputImg, #SearchPage .inputImg, #SearchFaq .inputImg {
	vertical-align:middle;
}

/* Menu & Items */ 			
#Menu {
	position: absolute;
	margin-top: 77px;
	margin-left: 319px;
	z-index:8px;
	height: 38px;
	width:	538px;
}
				
#Menu .Item, #Menu .ItemSelected {
	float: left;
	height: 38px;
	margin-left: 2px;
	z-index:6;
}
				
#Menu .Item .Left {
	float: left;
	height: 38px;
	width: 7px;
}
	
#Menu .ItemSelected .Left {
	float: left;
	height: 38px;
	width: 7px;
	background: url(/images/MenuItemLeft.png);
}

#Menu .ItemHover .Left {
	float: left;
	height: 38px;
	width: 7px;
	background: url(/images/MenuItemLeftHover.png);
}
			
#Menu .Item .Content {
	float: left;
	height: 28px;
	padding-top:10px;
	font-size: 11pt;
	color: #19287b;
}

#Menu .ItemSelected .Content {
	float: left;
	height: 28px;
	padding-top:10px;
	font-size: 11pt;
	background-color: #19287b;
	color: white;
}

#Menu .ItemSelected .Content a {
	color: white;
	text-decoration:none;
}

#Menu .ItemSelected .Content a:visited {
	color: white;
	text-decoration:none;
}

#Menu .Content a {
	color: #19287b;
	text-decoration:none;
}

#Menu .Content a:visited {
	color: #19287b;
	text-decoration:none;
}

#Menu .ItemHover .Content {
	float: left;
	height: 28px;
	padding-top:10px;
	font-size: 11pt;
	background-color: #afadbe;
	color: #19287b;
}

#Menu .Item .Right {
	float: left;
	height: 38px;
	width: 7px;
}

#Menu .ItemSelected .Right {
	float: left;
	height: 38px;
	width: 7px;
	background: url(/images/MenuItemRight.png);
}

#Menu .ItemHover .Right {
	float: left;
	height: 38px;
	width: 7px;
	background: url(/images/MenuItemRightHover.png);
}


/* Sliding Menu */
.ExtMenu {
	position: absolute;
	left:-319px;
	top: 38px;
	width: 835px;
	display: none;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 1.2em;
	color: #a0a0a0;
	font-weight: normal;
}

.ExtMenuTrans {
	float:left;
	width:835px;
	background: #19287b;
	filter:alpha(opacity=75);
	opacity: .75;
}
.ExtMenu .FirstCol {
	float: left;
	width: 255px;
	padding: 20px 0px 20px 20px;
	color: white;
	font-style: italic;
}

.ExtMenu .OtherCol {
	float: left;
	width: 255px;
	padding: 20px 0px 20px 20px;
	margin: 0px 0px 0px 0px;
	color: white;
}
				
.ExtMenu .OtherCol a {
	color: white;
	text-decoration: none;
	display:block;
}
				
.ExtMenu .OtherCol a:hover	{
	color: #f7b63b;
}
				
.ExtMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: url(/images/MenuItemBullet.png)
}

.ExtMenu li {
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}

.BlueDivider {
	float:left;
	height: 5px;
	width: 835px;
	padding:0px;
	margin:0px;
	background: #19287b;
	font-size: 0em;
}

#BreadCrumbContainer {
	position: absolute;
	top: 115px;
	width: 835px;
}

/* BreadCrumb */ 
#BreadCrumb	{
	float:left;
	width: 816px;
	background-color: #19287b;
	filter:alpha(opacity=50);
	opacity: .5;
	padding: 4px 4px 4px 15px;
	font-family: arial, verdana, sans-serif;
	font-size: 1.3em;
	color: #ffffff;
}

#BreadCrumb a {
	color: white;
	text-decoration: none;
}
				
#BreadCrumb a:hover {
	color: #f7b63b;
}

/* This allocates space in the body. */
#Body #Content {
	padding:15px;
	width: 507px;
	float: left;
}

#Body #ContentNoMenu
{
	padding:15px;
	width: 825px;
	float: left;
}

#Body #ContentHome
{
	width:507px;
	float:left;
	padding:15px
}

#Body #ContentNoMenu.homepage h1, #Body #Content.homepage h1, #Body #ContentHome.homepage h1
{
	font-size: 2.5em;
	margin: 0 0 10px 0;
}

#Body #ContentNoMenu.homepage h2, #Body #Content.homepage h2, #Body #ContentHome.homepage h2
{
	font-size: 1.8em;
	margin:0;
}

#Body #HomeMenu 
{
	width:272px;
	float:left;
	margin-top:15px;
	margin-left:20px;
}

#Body #HomeMenu #Nieuws 
{
	width:260px;
	border:1px solid silver;
	background:url(/Images/watisnogmeer-bg.png) repeat-x;
	padding:5px;
}

#Body #Submenu {
	width: 272px;
	float: left;
	margin-top:15px;
	margin-left:20px;
}

#Submenu .Item {
	float:left;
	width:270px;
	border-bottom:1px solid #b1b1b1;
}

#Submenu .Item .Header {
	float:left;
	width:270px;
}

#Submenu .Item .Header .Title {
	width:266px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 4px;
}

#Submenu .Item .Header .ButtonClose {
	background:url(/images/SubMenuItemClose.png) no-repeat right;
}

#Submenu .Item .Header .ButtonOpen {
	background:url(/images/SubMenuItemOpen.png) no-repeat right;
}

#Submenu .Item .Header .ButtonStatic {
	background:url(/images/SubMenuItemStatic.png) no-repeat right;
}

#Submenu .Item .Content {
	float: left;
	display:none;
	width:270px;
	padding-top:3px;
	font-size: 10pt;
	color: #000000;
}

#Submenu .Item .Content table {
	margin-bottom:10px;
	width:270px;
}

#Submenu .Item .Content td.icon 
{
	padding: 0px;
	width: 16px;
	vertical-align: top;
}

#Submenu .Item .Content td.name 
{
	padding-left: 4px;
	width: 180px;
	vertical-align: top;
}
#Submenu .Item .Content a {
	font-size: 10pt;
	color: #000000;
	display: block;
}

#Submenu .Item .Content a:hover {
	font-size: 10pt;
	color: #19287b;
	display: block;
}


/* tabs / panes */
div.newspane a 
{
    font-size: 1.1em;
    text-decoration: none;
}
div.newspane ul 
{
	margin: 0px;
	padding-left: 16px;
	list-style-image: url(/images/BulletBlue.png)
}

div.newspane li {
	padding-bottom:0.5em;
}

div.auctionpane .title
{
    width:210px;
    margin:0 20px;
    text-align:center;
    float:left;
    height:35px;
    font-weight:bold;
    color: #19287b;
}

div.auctionpane .slide
{
    width: 250px;
}

div.auctionpane .objectL 
{
    width:120px;margin-right:10px;float:left;text-align:center;
}

div.auctionpane .objectL img , div.auctionpane .objectR img 
{
    margin: 0 0 5px 0;
    border: 1px solid #19287b;
}
div.auctionpane .objectL a , div.auctionpane .objectR a 
{
   display:block;
   text-decoration: none;
   border: none;
   outline: none;
}
div.auctionpane .objectR
{
    width:120px;float:left;text-align:center;
}


div.auctionpane .object 
{
    width:240px;float:left;text-align:center;
}

div.auctionpane .object img
{
    margin: 0 0 5px 0;
    border: 1px solid #19287b;
}
div.auctionpane .object a
{
   display:block;
   text-decoration: none;
   border: none;
   outline: none;
}
/* This sets up a container to allocate space for page functions in the footer. */
#PageFunctions	{
				width: 835px;
				height: 20px;
				background-color: white;
				padding:10px 0 5px 15px;
				}
				
#PageFunctions a   {
				color: #666;
				text-decoration: none;
				}

#PageFunctionsPopup	{
				height: 20px;
				width:100%;
				border-bottom: 2px solid silver;
				}
				
#PageFunctionsPopup a   {
				color: #666;
				text-decoration: none;
				}
				
.SmallFont		{
				float: left;
				font-size: 8pt;
				margin: 4px 0px 0px 0px;
				color: #666;
				}
				
.MediumFont		{
				float: left;
				margin: 2px 1px 0px 1px;
				font-size: 10pt;
				color: #666;
				}
				
.LargeFont		{
				float: left;
				font-size: 12pt;
				color: #666;
				}

.PrintPage		{
				float: left;
				margin-left: 7px;
				margin-right: 7px;
				font-size: 1.2em;
				}

.PrintPage img {
				margin: 3px;
				vertical-align:middle;
}

.SendPage		{
				float: left;
				font-size: 1.2em;
				}
.SendPage img {
				margin: 3px;
				vertical-align:middle;
}

.tweet 
{
    float: left;
    margin-top: -2px;
    margin-left: 5px;
	vertical-align:middle;
}
.facebook 
{
    float: left;
    margin-top: -2px;
    margin-left: 5px;
	vertical-align:middle;
}
.googleplus 
{
    float: left;
    margin-top: -2px;
	vertical-align:middle;
}
.linkedin 
{
    float: left;
    margin-top: -2px;
    margin-left: -10px;
	vertical-align:middle;
}
.other
{
    float: left;
    margin-top: -2px;
    margin-left: -10px;
	vertical-align:middle;
	font-size: 1.2em;
}

.other img {
	margin: 3px 0;
	vertical-align:middle;
}

								
/* This sets up a container to allocate space for items in the contact and legal sections. */
#ContactInfo {
	width: 835px;
	border-top: 2px solid #dbdbdb;
	color: #666;
}

/* Office info. */
#Offices	{
	float: left;
	width: 535px;
}
	
#Offices .Item {
	float: left;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 15px;
	font-size: 1.2em;
}
	
#Offices .Item a {
	color: #666;
}
		
/* Form newsletter. */
#frmNewsletter	{
	float: left;
	width: 288px;
	padding: 15px 0px 10px 12px;
	font-size: 1.2em;
	font-weight: normal;
	color: #666;
	
}
				
#frmNewsletter .title {
	width: 290px;
	font-weight: bold;
}

#frmNewsletter .line {
	width:290px;
	margin-top:5px;
	height:25px;
}

#frmNewsletter .text {
	float:left;
	width:110px;
	padding-top:0.3em;
	padding-bottom:0.3em;
}

#frmNewsletter .input {
	float:left;
	width:150px;
}

#frmNewsletter .inputTxt {
	width: 139px;
	padding: 1px;
	vertical-align:middle;
}

#frmNewsletter .inputImg {
	vertical-align:middle;
}

/* Own site */
#ownsite {
	float:left;
	width: 829px;
	background: #E8E8E8;
	padding: 3px;
}

#ownsitetext {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	margin-left: 12px;
	width: 817px;
	font-size: 1.2em;
	color: #666;
}

#ownsitetext a   {
	color: #666;
	text-decoration: none;
}

/* Last row in footer. */ 				
#LegalStuff {
	float:left;
	width: 829px;
	background: #dbdbdb;
	padding: 3px;
}

#LegalText {
	margin-top: 0.5em;
	margin-bottom: 0.4em;
	margin-left: 12px;
	width: 700px;
	font-size: 1.1em;
	color: #666;
	float:left;
}

#LegalText a   {
	color: #666;
	text-decoration: none;
}
			
#Bookmark {
	float: right;
	margin-top: 3px;
	margin-right: 3px;
	width:110px;
	text-align:right;
}

/* This is not good, because it does not explicitly target the home page. It might accidentally be effective on any other page. */
#sitemap ul	{
	
	list-style-image: url(/images/BulletBlue.png)
}

#sitemap li 
{
	padding: 5px 0 5px 0;
}

a { color: #19287b; }
a:hover { color: #f7b63b; }

#Content a, #ContentNoMenu a, #Content a:visited, #ContentNoMenu a:visited
{
	color: #19287b;
}

#Content a:hover, #ContentNoMenu a:hover
{
	color: #f7b63b;
}

#SearchOffices 
{
	width:265px; 
	height:51px; 
	background:url(/Images/kantoorzoeken.png);
	position:absolute; 
	left:555px;
	top:243px;
	padding:10px 0 10px 10px;
}

.SearchOffice	{
	float: left;
	font-size: 1.3em;
}

.SearchOffice .line 
{
	margin-top:10px;
}
.SearchOffice .text {
	float:left;
	text-align:right;
}

.SearchOffice .input {
	float:left;
}
			
.SearchOffice .inputTxt {
	width: 225px;
	vertical-align:middle;
}
				
.SearchOffice .inputImg {
	vertical-align:middle;
}

/* Search */ 			
#Search .HomePage	{
	position: absolute;
	margin-top: 28px;
	margin-left: 543px;
	font-family: arial, verdana, sans-serif;
	font-size: 1.2em;
	color: #19287b;
	text-align:right;
	vertical-align:middle;
}

/* Special features for themas */

.Subtitle	{
	padding: 15px;
}

a.Thema 
{
	color: #000;
	text-decoration: none;
	display:block;
	cursor:pointer;
}

.ThemaFirstCol	{
	float:left;
	width: 385px;
	padding: 0px 0px 0px 15px;
}

.MidMargin	{
	float: left;
	height: 1px;
	width: 33px;
}

.ThemaSecondCol	{
	float:left;
	width: 385px;
	padding: 0px 15px 0px 0px;
}

.ThemaItem	{
	float: left;
	padding: 0px;
}

.ThemaItemImage	{
	float: left;
	width: 100px;/*fixthis*/
	padding: 0px 5px 0px 0px;
}

.ThemaItemText	{
	float: left;
	width: 270px;
	padding: 0px;
}

.HorizontalFill	{
	float: left;
	height: 1px;
	width: 385px;
	margin: 15px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	border-top: dotted 1px #696969;
}
/* onderwerp pagins */
#OnderwerpLinks 
{
	float: left;
	width: 200px;
}

#OnderwerpLinks ul	{
	margin:0px;
	padding-left: 20px;
	list-style-image: url(/images/BulletBlue.png)
}

#OnderwerpLinks li 
{
	padding: 0 0 5px 0;
}

/* medewerkers */
.MedewerkerItem	{
	float: left;
	width: 400px;
	padding: 0px;
	border-bottom: dotted 1px #696969;
	margin: 0px 15px 5px 0px;
	height:175px;
}

.MedewerkerItemImage	{
	float: left;
	width: 100px;/*fixthis*/
	padding: 3px 0px 15px 0px;
}

.MedewerkerItemText	{
	float: left;
	width: 270px;
	padding: 0px 0px 0px 15px;
}

.MedewerkerItemText b 
{
	color: #19287b;
	font-weight:bold;
}

/* Route */		
.RouteVanTxt {
	width: 275px;
	vertical-align:middle;
}
.RouteVanTextMenu
{
	width: 215px;
	vertical-align:middle;
}
	
.RouteNaarTxt {
	width: 295px;
	font-size: 1.1em;
	vertical-align:middle;
}

#RouteMap {
	border: 1px solid silver;
	width:390px;
	height:450px;
	margin-top:10px;
	float:left;
}

#RouteDirections {
	width:410px;
	height:450px;
	margin:10px 0 0 10px;
	float:left;
}

#RouteDirectionsPrint {
	width:600px;
	margin:10px 0 0 10px;
	float:left;
}

#RouteVan {
	width:380px;
	float:left;
}
#RouteNaar{
	width:370px;
	float:left;
}
#RouteSubmit{
	width:75px;
	float:left;
}

#RouteSummary {
	width: 360px;
	height: 50px;
}

#RouteSteps {
	width: 400px;
	height:430px;
	overflow-y:auto;
}

#RouteSteps .row td {
	border-bottom:1px dashed silver;
	vertical-align:top;
	cursor:pointer;
}

#RouteLoading {
	position: absolute;
	width: 200px;
	text-align: center;
	padding: 10px;
	border: 5px solid #19287b;
	background: #19287b;
	color: #FFFFFF;
	font: bold 14px Arial;
	z-index: 1;
	left:0px;
	top:0px;
	opacity: 0.7;
}

/* kies notariskantoor */
#KiesKantoorVan {
	width:835px;
	float:left;
}

#KiesKantoorResults {
	width:400px;
	margin-top:10px;
	float:left;
}

#KiesKantoorMap {
	border: 2px solid #bbbbbb;
	width:400px;
	height:500px;
	margin-top:10px;
	float:left;
}

#ContactKantoorResults {
	width:400px;
	margin-top:10px;
	float:left;
}

#ContactKantoorMap {
	border: 2px solid #bbbbbb;
	width:400px;
	height:400px;
	margin-top:10px;
	float:left;
}

.inputTxt 
{
	font-size: 1em;
	font-style: normal;
	color: black;
}
.blur
{
	font-style:italic;
	color:silver;
}

input.input
{
	border: 1px solid #cecece;
	padding:2px;
}
textarea
{
	border: 1px solid #cecece;
	font-family: Arial, Sans-Serif;
	padding:2px;
}
/* validation */
.field-validation-error
{
	color: #ff0000;
	font-size: 0.8em;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

/* Form buttons */
.btnCancel 
{
	background:url(/Images/default/annuleren.gif); 
	width:108px;
	height:19px;
	border:0px;
}

.btnSubmit
{
	background:url(/Images/default/versturen.gif); 
	width:108px;
	height:19px;
	border:0px;
}

.btnSave
{
	background:url(/Images/default/opslaan.gif); 
	width:108px;
	height:19px;
	border:0px;
}

table.timetable 
{
	width:100%;
	padding: 2px;
	margin-bottom:5px;
}

table.timetable td.r
{
	text-align: right;
}

#SearchResults td
{
	vertical-align: top;
}

#SearchResults td.r
{
	vertical-align: top;
	text-align: right;
	font-weight:bold;
	color: #19287b;
}

.paging 
{
	width:800px;
	margin-top:10px;
	float:left;
}


.pagenumber
{
	width:15px;
	height:14px;
	padding-top:1px;
	text-align:center;
	border:1px solid #666;
	background-color: #f4f4f4;
	margin-right:5px;
	float:left;
}
.pagenumber a, .pagenumber a:visited, .pagenumber a:hover
{
	font-size:10px;
	font-family:Arial;
	color:#666;
	text-decoration:none;
	display:block;
}
             
.pagenumberS 
{
	width:15px;
	height:14px;
	padding-top:1px;
	text-align:center;
	border:1px solid #666;
	background-color: #666;
	margin-right:5px;
	float:left;
}
             
.pagenumberS a, .pagenumberS a:visited, .pagenumberS a:hover
{
	font-size:10px;
	font-family:Arial;
	color:#FFF;
	text-decoration:none;
	display:block;
}

.pagenumberP, .pagenumberN 
{
	width:17px;
	height:17px;
	margin-right:5px;
	float:left;
}

.printonly 
{
	display:none;
}
