/* Algemeen */

/*[START MAILINCLUDE]*/
*, * * {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

b,strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

td {
	vertical-align: top;
}

.kop, .koptext {
	font-weight: bold;
	color: #663300;
}

body {
	text-align: center;
	background-image: url('/images/notaris/spots.gif');
	margin-top: 30px;
}

body * {
	text-align: left;
}

.spacer {
	clear: both;
	height: 1px;
	width: 1px;
	line-height: 0;
}

.title {
	font-weight: bold;
	color: #663300;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: center;
}

/* Opbouw */

#container {
	width: 780px;
	position: relative;
	margin: 0 auto;
}

#top_l {
	background-image: url('/images/notaris/adress.jpg');

	float: left;
	width: 200px;
	height: 50px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}


#top_r {
	background-image: url('/images/notaris/tops.jpg');

	float: right;
	width: 577px;
	height: 51px;
	border-style: solid solid none none;
	border-color: #000000;
	border-width: 1px;
}

#header_l {
	background-image: url('/images/notaris/header.jpg');

	float: left;
	width: 200px;
	height: 74px;
	border-style: none solid solid solid;
	border-color: #000000;
	border-width: 1px;
}

#header_r {
	float: right;
	width: 577px;
	height: 75px;
	border-style: none solid none none;
	border-color: #000000;
	border-width: 1px;
}

#menu {
	background-image: url('/images/notaris/backmenu.jpg');
	background-position: bottom;

	float: left;
	width: 200px;
	height: 425px;
	border-style: none solid;
	border-color: #000000;
	border-width: 1px;
}

#content {
	background-image: url('/images/notaris/backmain.jpg');
	background-position: bottom;

	float: right;
	width: 577px;
	height: 425px;
	border-style: none solid none none;
	border-color: #000000;
	border-width: 1px;
}

#content_all {
	background-image: url('/images/notaris/backmm.jpg');

	float: right;
	width: 778px;
	height: 425px;
	border-style: none solid;
	border-color: #000000;
	border-width: 1px;
}


#actualcontent {
	padding: 10px;
	height: 390px;
	overflow: auto;
}

#actualcontent p {
	margin: 10px 0;
}

#footer_l {
	background-image: url('/images/notaris/copyright.jpg');
	text-align: center;
	vertical-align: middle;

	float: left;
	width: 200px;
	height: 50px;
	border-style: none solid solid solid;
	border-color: #000000;
	border-width: 1px;
}

#footer_r {
	background-image: url('/images/notaris/bottom.jpg');
	text-align: center;

	float: right;
	width: 577px;
	height: 50px;
	border-style: none solid solid none;
	border-color: #000000;
	border-width: 1px;
}

/* Menu */

#menu a, #menu a:link, #menu a:visited {
	color: #ccc;
	font-weight: normal;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
}

#menu ul {
	padding-left: 20px;
}

#menu li.kop {
	list-style-image: none;
	list-style-type: none;;
	margin-top: 15px; margin-bottom: 5px;
}

#menu li {
	list-style-image: url('/images/block.gif'); 
	list-style-type: square;
}
/*[END MAILINCLUDE]*/

/* Navigatie */

#nav {
	position: relative;
	top: 10px;
	left: 0px;
	font-family: Verdana, Arial;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	display: block;
	width: 577px;
}

#nav a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #630;
}

#nav a:hover, #nav li.hover a, #nav li.hover li.hover a, #nav li.hover li.hover li.hover a {
	color: #eee;
}

#nav li.hover li a, #nav li.hover li.hover li a {
	color: #630;
}

#nav ul {
	margin-left: 10px;
}

#nav ul ul {
	margin-left: 0;
}

#nav * {
	cursor: pointer;
	text-align: left;
}

#nav li {
	display: block;
	background-color: #fff;
	color: #630;
	position: relative;
	padding: 2px 6px 2px 3px;
	height: 14px;
	margin-bottom: -2px;
}

#nav li {
	float: left;
	border: 1px solid black;
	border-left: 0;
}

#nav li.first {
	border-left: 1px solid black;
}

#nav li li {
	float: none;
	border: 1px solid black;
	border-top: 0;
	border-bottom: 0;
	width: 130px;
	padding-right: 10px;
	height: inherit;
}

#nav li li.first {
	border-top: 1px solid black;
}

#nav li li.last {
	border-bottom: 1px solid black;
}

#nav li.hover {
	background-color: #c50;
	color: #eee;
}

#nav li.hover ul {
	display: block;
	left: -1px;
	top: 18px;
}

#nav li.hover ul ul, #nav li.hover li.hover ul ul  {
	left: -1999px;
}

#nav li li.hover ul, #nav li li.hover li.hover ul {
	left: 143px;
	top: 3px;
}

#nav ul {
	position: absolute;
	left: -1999px;
}

#nav ul.top {
	position: absolute;
	left: 0px;
}

#nav li.parent {
	padding-right: 10px;
}

#nav li li.parent {
	/*padding-right: 10px;*/
}

#nav li li .arrow {
	position: absolute;
	background-image: url('/images/notaris/arrow.gif') no-repeat;
	top: 5px;
	right: 0px;
	height: 7px;
	width: 7px;
	display: block;
}

#nav li .arrow {
	position: absolute;
	background-image: url('/images/notaris/arrowdn.gif') no-repeat;
	top: 6px;
	right: 0px;
	height: 5px;
	width: 9px;
	display: block;
}

/* temp-fix */
#nav li {z-index: 0; }
#nav ul { z-index: 10; }
#nav li li li { z-index: 100; }
#nav ul ul { z-index: 20; }
#nav ul ul ul {	z-index: 30; }
#nav ul ul ul ul { z-index: 40; }
#nav ul ul ul ul ul { z-index: 50; }
/* that should be enough*/



.invul {
       font-size: 10px;
       font-style: normal;
       font-weight: normal;
       color: #000000;
       background-color: #ececec;
       border: #cc6600;
       border-style: solid;
       border-top-width: 1px;
       border-right-width: 1px;
       border-bottom-width: 1px;
       border-left-width: 1px
}

.textarea {
       font-size: 10px;
       font-style: normal;
       font-weight: normal;
       color: #000000;
       background-color: #ececec;
       border: #cc6600;
       border-style: solid;
       border-top-width: 1px;
       border-right-width: 1px;
       border-bottom-width: 1px;
       border-left-width: 1px
}

.button {
       font-size: 10px;
       font-style: normal;
       color: #ffffff;
       background-color: #ff6600;
       border: 1px solid;
       border-color: #000;
}

BODY {
       scrollbar-face-color: #ff6600;
       scrollbar-highlight-color: #ffffff;
       scrollbar-shadow-color: #cc6600;
       scrollbar-3dlight-color: #ffcc99;
       scrollbar-arrow-color: #000000;
       scrollbar-track-color: #999999;
       scrollbar-darkshadow-color: #000000
}

.form_embedded, .form_embedded * {
  margin: 0;
  padding: 0;
  display: inline;
}

.form_embedded * {
  border:1px solid black;
}

div.form {
	clear: both;
	padding-top: 10px;
	width: 520px;
}
div.mform {
	clear: both;
	width: 520px;
}
div.form span.flabel, div.mform span.flabel {
	float: left;
	width: 140px;
	text-align: right;
	padding-bottom: 4px;
}

div.form span.ffield, div.mform span.ffield {
	float: right;
	width: 360px;
	text-align: left;
	padding-bottom: 4px;
}

form .spacer {
	clear: both;
	display: block;
	height: 0px;
}

#content li { 
 	margin-left: 13px;
}

#content ul {
	list-style-image: url('/images/block.gif'); 
	list-style-type: square;
}

#content ul.nolist {
	list-style-image: none;
	list-style-type: none;
}

span.dictnav {
	display: block;
	text-align: center;
}

.dictnav form {
	padding: 0;
	margin: 0;
	display: inline;
}

.dictindex {
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding-top: 1em;
}

table.dict {
		
}

td.woord {
	font-style: italic;
	padding-left: 10px;
}

td.uitleg {
}

a.mainlink, a.mainlink:hover, a.mainlink:link, a.mainlink:active, a.mainlink:visited, a.mainlink:focus {
	padding-left: 20px;
	background-image: url('/images/further.gif') no-repeat;
	background-position: 0px 2px;
}

img.hypo {
	border-style: solid;
	border-width: 1px;
	border-color: #cc6600;
} 

a, a:hover, a:link, a:active, a:visited, a:focus {
	text-decoration: none;
	color: #630;
}

ol li {
	padding-left: 10px;
}

#error_form {
	font-size: 11px;
	font-weight: bold;
	color: red;
	height: 25px;
}

#multipage_pre {
}

#multipage_container {
}

#multipage_nav {
	position: absolute;
	top: 570px;
	width: 577px;
	
	text-align: center;
}

#multipage_navid {
}

.tab {
	position: absolute;
	left: 250px;
}

.nieuws {
	padding: 10px;
}

.nieuws_titel {
	float: left;
	text-align: left;

	font-weight: bold;
	color: #630;
}

.nieuws_tijdstip {
	float: right;
	text-align: right;

	padding-top: 2px;
	font-size: 10px;
	vertical-align: bottom;
}

.nieuws_bericht {
	clear: both;
	display: block;

	padding: 5px;

	border-style: solid none none none;
	border-color: #FF9900;
	border-width: 1px;
}

.nieuws_current {
	font-style: italic;
}

#content ul.linkgroup {
	list-style-image: none;
	list-style-type: none;
	border-style: solid;
	border-width: 1px;
	border-color: #FF9900;
}

.error {
	padding-left: 10px;
	color: #f00;
	padding-bottom: 10px;
	font-weight: bold;
}