/*Main CSS stylesheet for gdnotaris.nl*/

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/

* {margin:0;padding:0}

/* Above: to zero out specific browser default formatting*/

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: “Myriad Pro”, Myriad, “Trebuchet MS”, Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/

/*Layout for Container*/

/*Margin div added with paper-shadow bg-image for the top part of the container */

#topmargin {
	width: 780px;
	/* the auto margins (in conjunction with a width) center the page */
	height: 50px;
	border: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(_assets/images/bg-papershadow-top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	}

.twoColFixRtHdr #container {
	width: 780px;
	/* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left;
	/* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*padding-top: 0px;*/
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(_assets/images/bg-papershadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/

/*Below: layout Header div*/

.twoColFixRtHdr #header {
	background: #fff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	height: 110px;
}

/*Below: for a headline in the header in case it will be used at some stage*/

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}

/*Below: for the positioning of images in the Header and zeroing out (link) borders*/

.twoColFixRtHdr #header .imgright { /*for the phonenumber*/
	float: right;
	padding-top: 2px;
	padding-right: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.twoColFixRtHdr #header .imgleft { /*for the logo*/
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*------------------------------------------------------------*
**  Sidebar 1
**------------------------------------------------------------*/

/*Below: layout sidebar*/

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*Below: for sidebar images, including zeroing out (link) borders*/

.twoColFixRtHdr #container #sidebar1 img {
	border: none;
}

.twoColFixRtHdr #container #sidebar1 .imagepos1 {
	border: none;
}

/*Below: tags and classes for sidebar text */

.twoColFixRtHdr #container #sidebar1 p {
	font-size: 12px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 16px;
}

.twoColFixRtHdr #container #sidebar1 h3 {
	font-family: “Myriad Pro”, Myriad, “Trebuchet MS”, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 5px;
	margin-top: 15px;
}

/*Below: for read-on links under the sidebar items  */

.twoColFixRtHdr #container #sidebar1 .readon {
	font-style: italic;
}
.twoColFixRtHdr #container #sidebar1 .readon a:link {
	color: #e7e7e7;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 .readon a:visited {
	color: #e7e7e7;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 .readon a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.twoColFixRtHdr #container #sidebar1 .readon a:active {
	color: #ffffff;
	text-decoration: underline;
}

/*Below: to create a minimum space between the sidebar and footer when the main content text is short */

#sidebarbottomdiv {
	background-color: #FFF;
	height: 30px;
	}

/*------------------------------------------------------------*
**  Main Content
**------------------------------------------------------------*/

/*Layout Main Content*/

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 25px;
	background-color: #fff;
}

/*Below: zeroing out image-borders in the Main Content*/

.twoColFixRtHdr #container #mainContent img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*Below: tags and classes for main content text */

.twoColFixRtHdr #container #mainContent p {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 14px;
}

.twoColFixRtHdr #container #mainContent h1 {
	font-weight: bold;
	font-size: 17px;
	margin-top: 30px;
}

.twoColFixRtHdr #container #mainContent h2 {
	font-size: 14px;
	letter-spacing:3px;
	color: #5F5F5F;
	margin-top: 25px;
	font-weight: normal;
	padding-bottom: 7px;
	line-height: 18px;
}

.twoColFixRtHdr #container #mainContent h3 {
	font-size: 11px;
	letter-spacing:2px;
	font-weight: bold;
	color: #666;
	margin-top: 8px;
	margin-bottom: 6px;
	line-height: 1.7em;
}

/*Below: for links in the main content body text */

.twoColFixRtHdr #container #mainContent a:link {
	color: #666;
	text-decoration: underline;
}

.twoColFixRtHdr #container #mainContent a:visited {
	color: #666;
	text-decoration: underline;
}

.twoColFixRtHdr #container #mainContent a:hover {
	color: #A8AB22;
	text-decoration: underline;
}

.twoColFixRtHdr #container #mainContent a:active {
	color: #A8AB22;
	text-decoration: underline;
}

/*Below: for read-on links at the bottom of the main content body text */

.twoColFixRtHdr #container #mainContent .readon {
	float: right;
	padding-right: 10px;
	font-size: 11px;
	font-style: italic;
	padding-bottom: 10px;
	margin-top: -8px;
}

.twoColFixRtHdr #container #mainContent .readon a:link {
	color: #999;
	text-decoration: none;
}

.twoColFixRtHdr #container #mainContent .readon a:visited {
	color: #999;
	text-decoration: none;
}

.twoColFixRtHdr #container #mainContent .readon a:hover {
	color: #A8AB22;
	text-decoration: underline;
}

.twoColFixRtHdr #container #mainContent .readon a:active {
	color: #A8AB22;
	text-decoration: underline;
}

/*Below: redefinition of the blockquote tag for indentation in the main content body text */

.twoColFixRtHdr #container #mainContent blockquote {
	margin: 0 10px;
	padding: 0 10px;
	border-left: 4px solid #ccc;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 18px;
}

/*Below styles for list items to be ticked with a green V similar to the logo */

.twoColFixRtHdr #container #mainContent .greenlist {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}

.twoColFixRtHdr #container #mainContent .greenlist li {
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	margin-bottom: 8px;
	background-image: url(_assets/images/bullet.png);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/

/*Layout footer*/

.twoColFixRtHdr #footer {
	padding: 0 9px 0 20px;
	background-color: #A9AA23;
}

/*Below: for address-info in the footer*/

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif; /*Different font from the rest of the site. Small print seems more readable in Verdana*/
	font-size: 10px;
	text-align: center;
}

/*Below: for footer links*/

.twoColFixRtHdr #footer a:link {
	color: #000;
	text-decoration: underline;
}

.twoColFixRtHdr #footer a:visited {
	color: #000;
	text-decoration: underline;
}

.twoColFixRtHdr #footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.twoColFixRtHdr #footer a:active {
	color: #fff;
	text-decoration: underline;
}
