/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

html, body {
	background-color: #7D7D7D;
	height: 100%;
}
#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height: 740px;

}
#container
{
	height: 730px;
	width: 1000px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -365px;
	background-image: url(../images/bg.jpg);
	color: #666;
}
#header
{
	position: absolute;
	width: 1000px;
	height: 37px;
	background: url("../images/header.jpg") no-repeat top left;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#footer
{
	position: absolute;
	width: 1000px;
	height: 50px;
	background: #7d7d7d url("../images/footer.jpg") no-repeat top left;
	bottom: 0px;
	left: 0px;
	z-index: 5;
}
#address {
	float: left;
	width: 786px;
	margin: 7px 0 0 8px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
#verkImgDiv {
	width: 616px;
	padding: 7px 0 0 7px;
	background: #c9e32a; /*#ebf39b;*/
	border: 1px solid #c2c2c2;
	margin-bottom: 12px;
}
#verkImgDiv span {
	display: inline;
	width: 75px;
	height: 75px;
	margin: 0 7px 0 0;
}
#verkImgDiv span img {
	border: 4px solid #fff;
}
#verkImgDiv a {
	display: inline;
	width: 73px;
	height: 73px;
	margin: 0 7px 0 0;
}
#verkImgDiv a img {
	border: 4px solid #fff;
	margin-bottom: 7px;
}
#verkImgDiv a:hover img {
	border: 4px solid #ebf39b;
}

#rightBottom {
	position: absolute;
	top: 0;
	left: 808px;
	width: 185px;
	height: 50px;
	margin: 0px 0 0 8px;
	padding: 0;
}
* html #rightBottom {
	position: absolute;
	top: 0;
	left: 791px;
	width: 185px;
	height: 50px;
	margin: 0px 0 0 8px;
	padding: 0;
}
#footer a.pwd {
	display: block;
	float: right;
	margin: 7px 15px 0 0;
}
#footer a.gronden {
	display: block;
	width: 168px;
	height: 21px;
	float: right;
	color: #5e5e5e;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	padding: 6px 0 0 13px;
	margin: 1px 20px 0 0;
	background: url("../images/btnGronden.jpg") no-repeat bottom center;
}
#footer a.gronden:hover {
	display: block;
	width: 168px;
	height: 21px;
	float: right;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	padding: 6px 0 0 13px;
	margin: 1px 20px 0 0;
	background: url("../images/btnGronden.jpg") no-repeat top center;
}
#logo
{
	position: absolute;
	z-index: 10;
	left: 20px;
	top: 5px;

}
#foto
{
	position: absolute;
	top: 28px;
	right: 30px;
	z-index: 10;
}
#body
{
	position: absolute;
	width: 645px; /* 765px - 60px - 60px = 645px */
	height: 585px; /* 605px - 20px = 585px */
	z-index: 10;
	left: 25px;
	top: 70px;
	color: #666;
	overflow:auto;
	z-index: 1;
	padding: 20px 60px 0 60px;
}
#body p {
	line-height: 15px;
}
/**************************************************************
	News
**************************************************************/
#news
{
	width: 173px;	
	height: 360px;
	position: absolute;
	z-index: 10;
	bottom: 55px;
	right: 30px;
	background-image: url(../images/newsbg.jpg);
}

#news h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 5px 10px;
	text-align: center;	

}
#news h2 a
{
	color: #666;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 10px;
	text-align: center;
	text-decoration: none;
	padding: 2px 0 4px 0;
}
#news h2 a:hover
{
	text-decoration: underline;
}
#prev
{
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(../images/newsarrows.jpg);
	background-position: top left;
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 125px;
}
#prev:hover
{
	background-position: bottom left;	
}
#next
{
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(../images/newsarrows.jpg);
	background-position: top right;
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 145px;
}
#next:hover
{
	background-position: bottom right;	
	
}
#newslayer1
{
	position: absolute;
	width: 158px;
	height: 320px;
	top: 33px;
	left: 7px;
	overflow: auto;
}
#newslayer1 a {
	color: #666;
}
#newslayer1 a:hover {
	color: #c9e32a;
}
#news .item
{
	padding: 5px;
	padding-bottom: 0px;
	border-bottom: 1px dashed #c9e32a;
}

/**************************************************************
	Homepage
**************************************************************/
div.Kaartlabel
{
	text-align: center;
	height: 47px;
	font-size: 12px;
	font-weight: bold;
	background: url("../images/vlagje.gif") no-repeat top left;
	cursor: pointer;
}
div.Kaartlabel a
{
	padding-top: 7px;
}

#hplist
{
	position: absolute;
	top: 380px;
	left: -10px;
	z-index: 1;
}
#hplist li a
{
	text-decoration: none;
	color: #666666;
	padding: 2px 0px;
}
#hplist li a:hover, #hplist li a.hover
{
	text-decoration: none;
	color: #c9e32a;
	
}
/**************************************************************
	Forms
**************************************************************/
#body label {
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	padding: 0 10px 0 0;
}
#body input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	color: #000;
}
#body buttons.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	color: #000;
	padding-left: 120px;
	text-align: center;
}
#body p.buttons {
	margin-left: 130px;
}
#body #verkSelect option {
	padding-left: 4px;
}

/**************************************************************
	Verkavelingen
**************************************************************/

#verklist li a.bookmarks {
	display: inline;
	text-decoration: none;
	color: #666; /*#666666; */
	padding: 0;
	margin: 0;
	background-color: none;
	font-weight: bold;
}
#verklist li a.bookmarks:hover {
	text-decoration: none;
	color: #666; /*#666666; */
	padding: 0;
	margin: 0;
	background-color: none;
}
#verklist li ul {
	margin-top: 6px;
	margin-bottom: 12px;
}

table.verkavelingen {
	border-collapse: collapse;
	width: 550px;
	margin: 2px 0 7px 15px;
}
table.verkavelingen a {
	display: block;
	width: 550px;
	height: 100%;
	text-decoration: none;
	color: #666; /*#666666; */
	padding: 4px;
	background-color: none;
}
table.verkavelingen a:hover, table.verkavelingen a.hover {
	display: block;
	width: 550px;
	height: 100%;
	text-decoration: none;
	/*color: #fff;*/
	background-color: #c9e32a;
}

/**************************************************************
	Tables (Verkavelingen)
**************************************************************/
/*#verkavelist {
	width: 629px;
}

#verkavelist img {
	width: 16px;
	height: 16px;
	border: none;
}*/

#body table#verkDetail {
	width: 624px; /* 458px; */
	border-collapse: collapse;
	background: #c9e32a; /* #ebf39b; #8DA33B */
	border: 1px solid #c2c2c2;
	margin-bottom: 12px;
}

#body table#verkDetail th {
	padding: 4px;
	border-bottom: 1px solid #c2c2c2;
}

#body table#verkDetail td {
	height: 16px;
	background: #fcfcfc;
	padding: 4px;
}

#body table#verkDetail tr.alternate td {
	height: 16px;
	background: #f5f5f5;
	padding: 4px;
}

#body table#verkDetail tbody tr:hover td {
	height: 16px;
	background: #ebf39b;
}


/**************************************************************
	Nieuws
**************************************************************/
#newslist {
	list-style-type: none;
	list-style-position: outside;
}
#newslist li p {
	padding: 1px 0px;
}
#newslist li a {
	text-decoration: underline;
	color: #666666;
	padding: 2px 0px;
}
#newslist li a:hover, #newslist li a.hover {
	text-decoration: none;
	color: #c9e32a;
}
#newslist li ul {
	margin-top: 3px;
	margin-bottom: 12px;
}

/**************************************************************
	Testmode
**************************************************************/
#testmode {
	width: 420px;
	padding: 12px 12px 12px 55px;
	border: solid 2px #900;
	background: #fff url("../../cms/images/alert.png") no-repeat 12px center;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -210px;
	z-index: 10;
}

#testmode p {
	color: #900;
	margin: 0;
}

#testmode form {
	display: inline;
	margin: 0;
	padding: 0;
}

#testmode select, #testmode option {
	margin: 0;
	padding: 0;
	color: #000;
}

/**************************************************************
	Navigation
**************************************************************/

#nav {
	float: left;
	width: 720px;
	margin: 4px 0 0 250px;
	padding: 0;
	text-align: left;
}

* html #nav { /* IE6 DOUBLE MARGIN */
	margin: 4px 0 0 125px;
}

#nav span {
	display: none;
}

#nav, #nav ul {
	list-style-type: none;
	list-style-position: outside;
	vertical-align: bottom;
	list-style-image: none;
}

/* FIRST LEVEL */

#nav li ul {
	position: absolute;
	left: -999em;
	width: 166px;
	margin: 0;
	z-index: 2;
}

#nav li:hover ul,
#nav li.sfhover ul {
	left: auto;
	z-index: 2;
	margin: 0;
}

/* SECOND LEVEL */

#nav li:hover ul ul,
#nav li.sfhover ul ul {
	position: absolute;
	left: -999em;
	width: 166px;
	z-index: 2;
}

#nav li li:hover ul,
#nav li li.sfhover ul {
	left: auto;
	z-index: 2;
}

/* END LEVELS */

#nav li ul li:hover ul,
#nav li ul li.sfhover ul {
	margin: -22px 0 0 165px;
}

#nav li ul li {
	border-top: 1px solid #DFF559;
	border-right: 1px solid #9BB111;
	border-bottom: 1px solid #9BB111;
	border-left: 1px solid #DFF559;
	padding: 0;
	margin: 0;
	display: block;
}

/*#nav ul li {
	width: 186px;
	margin-top: -1px;
	border: 1px solid #5e88b8;
}*/

/* LINK LAYOUT */

#nav li ul li a {
	display: block;
	overflow: hidden;
	width: 156px;
	height: auto;
	padding: 4px;
	margin: 0;
	background: #c9e32a;
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
}

#nav li ul li a:hover {
	display: block;
	width: 156px;
	height: auto;
	padding: 4px;
	margin: 0;
	background: #D8ED56;
	color: #5e5e5e;
	text-decoration: none;
	text-transform: capitalize;
}

#nav a:active {
	outline: none;	
}

#nav a:focus {
	-moz-outline-style: none;
}


#nav li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}

#nav li a {
	position: relative;
	font-size: 12px;
	color: #5e5e5e;
	padding: 3px 16px 3px 16px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
#nav li a:hover {
	font-size: 12px;
	color: #ffffff;
	padding: 3px 16px 3px 16px;
	text-decoration: none;
	display: block;
}
