BODY, HTML {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#60a742;
	background-image:url(../images/layout/BODY_background.gif);
	background-position:50% 50%;
	background-repeat:repeat-y;
}
H1 {
	font-size:20px;
	text-transform:uppercase;
	padding:0 0 10px 0;
	margin:0;
}
H2 {
	font-size:12px;
	padding:0;
	margin:0;
	text-transform:uppercase;
	color:#60A742;
}
H3 {
	font-size:12px;
	padding:0;
	margin:0;
	text-transform:uppercase;
	color:#5C77B4;
}
#right h3{
	font-weight: normal;
}
#right #aanmelden_nieuwskrant h3{
	margin-top: 15px;
	margin-bottom: 10px;
	
}
.clear {
	clear:both;
}
.leesverder {
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	padding:0 12px 0 0;
}
.groen {
	color:#60A742;
}
.blauw {
	color:#5C77B4;
}
.lvGroen {
	color:#60A742;
	background-image:url(../images/layout/leesverder_groen.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.lvBlauw {
	color:#5C77B4;
	background-image:url(../images/layout/leesverder_blauw.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.lvWit {
	color:#fff;
	background-image:url(../images/layout/leesverder_wit.gif);
	background-position:74px 8px;
	background-repeat:no-repeat;
	float:right;
}
.leesverder:HOVER {
	padding:0 16px 0 0;
}

#aanmelden_nieuwskrant a.leesverder {
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	position: absolute;
	bottom: 17px;
	right: 12px;
	padding-right:20px;
}
#aanmelden_nieuwskrant a.leesverder.lvWit{
	background-position: 72px 2px;
}
#aanmelden_nieuwskrant a.leesverder:HOVER {
	text-decoration: underline;
}

.nieuwsbericht {
	width:460px;
	border-bottom:1px solid #60A742;
	padding:20px;
}


#preload_container {
	position:absolute;
	display:none;
}

#container {
	width:900px;
	height:100%;
	min-height:100%;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
}
#container TD {
	vertical-align:top;
}

#left {
	width:700px;
	padding:0 0 60px 0;
}
#header {
	height:100px;
	width:700px;
	background-color:#5c77b4;
	background-image:url(../images/layout/logo.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#navigatie_top {
	float:right;
	margin:82px 5px 0 0;
	color:#FFFFFF;
}
#navigatie_top UL {
	list-style-type:none;
	margin:0;
	padding:0;
}
#navigatie_top LI {
	display:inline;
}
#navigatie_top A:LINK, #navigatie_top A:VISITED {
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
#navigatie_top A:HOVER {
	text-decoration:underline;
}

/* CONTENT HOME */
#content_home {
}
#content_home DIV {
	float:left;
}

#content_home #cms_content_1 {
	width:660px;
	padding:20px;
	border-bottom:1px solid #60A742;
	background-color:#FFFFFF;
}
#content_home #cms_content_2 {
	width:500px;
}
#content_home #cms_content_2 #grote_banner {
	border-bottom:1px solid #60A742;
	width: 500px;
	padding: 0px;
	height: 411px;
}
#content_home #cms_content_3 {
	width:199px;
	height:411px;
	border-left:1px solid #5C77B4;
/*	border-bottom:1px solid #5C77B4;*/
}

/* CONTENT ALGEMEEN.1 */
#content_algemeen_1 {
}
#content_algemeen_1 DIV {
	float:left;
}
#content_algemeen_1 #cms_content_1  {
	width:660px;
	padding:20px;
	background-color:#FFFFFF;
}
#content_algemeen_1 #cms_content_2 {
	display:none;
}
#content_algemeen_1 #cms_content_3 {
	display:none;
}

/* CONTENT ALGEMEEN.2 */
#content_algemeen_2 {
}
#content_algemeen_2 DIV {
	float:left;
}
#content_algemeen_2 #cms_content_2 DIV {
	width:189px;
	padding:5px 5px 15px 5px;
	border-bottom:1px solid #60A742;
}
#content_algemeen_2 #cms_content_2 IMG {
	display:block;
}

#content_algemeen_2 #cms_content_1 {
	width:460px;
	padding:20px;
	background-color:#FFFFFF;
}
#content_algemeen_2 #cms_content_2 {
	width:199px;
	border-left:1px solid #5C77B4;
}
#content_algemeen_2 #cms_content_3 {
	display:none;
}

#cms_content_1 {
	line-height:18px;
}
#cms_content_1 h1{
	line-height: 25px;
}
#cms_content_1 UL {
	list-style-type:disc;
}
#cms_content_1 a.leesverder.lvGroen {
	padding-left: 10px;
}
/*#cms_content_1 A:HOVER {
	color:#60A742;
}*/

/* Formulier */
#cms_content_1 LABEL {
	float: left;  
	width: 25em;  
	margin-right: 1em;  
	text-align: right;
}
#cms_content_1 INPUT, #cms_content_1 TEXTAREA {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #FFFFFF;
	font-size:11px;
	padding:3px;
	border: 1px solid #E4E4E4;
	width:160px;
}
#cms_content_1 FORM UL {  
	padding: 0;
	margin: 0;  
	list-style: none;
}
#cms_content_1 FORM LI {  
	padding-bottom: 2px;
} 
#cms_content_1 FORM .submit {   
	width: 75px;  
	border: 1px solid #E4E4E4;
}
#cms_content_1 .error
{
	font-size:18px;
	color: #990000;
	padding:0 0 20px 0;
}

/* CONTENT ALGEMEEN.3 */
#content_algemeen_3 {
}
#content_algemeen_3 DIV {
	float:left;
}
#content_algemeen_3 #cms_content_1 {
	width:310px;
	padding:20px;
	background-color:#FFFFFF;
}
#content_algemeen_3 #cms_content_2 {
	width:309px;
	padding:20px;
	border-left:1px solid #5C77B4;
}
#content_algemeen_3 #cms_content_3 {
	display:none;
}
#cms_content_3 a img{
	text-decoration: none;
	border: 0px;
	border-bottom: 1px solid #5C77B4;
}

#commercial_1, #commercial_2 {
	margin:0 auto 0 auto;
	width:660px;
}

/* INHOUD CONTENT DIVJES */
#showcase {
	border-bottom:1px solid #5C77B4;
}
#showcase IMG {
	display:block;
}


#right {
	width:199px;
	border-left:1px solid #5c79b5;
	padding:0 0 60px 0;
}
#quicksearch {
	height:30px;
	width:186px;
	background-color:#000000;
	padding:70px 0 0 13px;
}
#quicksearch .searchBtn {
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	height:17px;
	background-image:url(../images/layout/searchArrow.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	margin:0;
	font-size:10px;
}
#quicksearch .inputField {
	padding:2px 1px 1px 1px;
	width:115px;
	font-size:11px;
	height:14px;
}
#quicksearch INPUT {
	border:0px;
	float:left;
}


#navigatie {
	width:199px;
}
#navigatie .navPageTitle {
	background-color:#EEEEF2;
	color:#5C77B4;
	padding: 5px 5px 5px 5px;
	margin:1px 0 0 0;
	width:189px;
	text-transform:uppercase;
	font-weight:bold;
}
#navigatie UL {
	list-style-type:none;
	padding:0;
	margin:0;
}
#navigatie UL.home {
}
#navigatie IMG {
}
#navigatie .home A:LINK, #navigatie .home A:VISITED  {
	background-image:url(../images/layout/ul-home.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#4a4a4a;
	border-bottom:1px solid #000000;
}
#navigatie .vervolg A:LINK, #navigatie .vervolg A:VISITED  {
	background-image:url(../images/layout/ul-vervolg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding:7px 5px 6px 20px;
	background-color:#000000;
	border-bottom:1px solid #000000;
}
#navigatie .vervolg A:HOVER  {
}

/* 1 */
#navigatie UL A:LINK, #navigatie UL A:VISITED {
	font-size:10px;
	color:#FFFFFF;
	text-transform:uppercase;
	display:block;
	padding:7px 5px 6px 5px;
	text-decoration:none;
	background-image:url(../images/layout/ul.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#5d7ab6;
	border-bottom:1px solid #5d7ab5;
}
#navigatie UL A:LINK.active, #navigatie UL A:VISITED.active {
	background-image:url(../images/layout/ul-hover.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#909cc8;
	border-bottom:1px solid #5d7ab6;
}
#navigatie UL A:HOVER {
	background-image:url(../images/layout/ul-hover.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#909cc8;
	border-bottom:1px solid #5d7ab6;
}

/* 2 */
#navigatie UL UL A:LINK, #navigatie UL UL A:VISITED {
	background-image:url(../images/layout/ul-ul.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#65aa45;
	padding:7px 5px 6px 15px;
	border-bottom:1px solid #65aa45;
}
#navigatie UL UL A:LINK.active, #navigatie UL UL A:VISITED.active {
	background-image:url(../images/layout/ul-ul-hover.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#b4cf9c;
	border-bottom:1px solid #65aa45;
}
#navigatie UL UL A:HOVER {
	background-image:url(../images/layout/ul-ul-hover.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#b4cf9c;
	border-bottom:1px solid #65aa45;
}

/* 3 */
#navigatie UL UL UL A:LINK, #navigatie UL UL UL A:VISITED {
	background-image:none;
	background-color:#4d8036;
	padding:7px 5px 6px 25px;
	border-bottom:1px solid #406b2d;
}
#navigatie UL UL UL A:LINK.active, #navigatie UL UL UL A:VISITED.active {
	background-image:none;
	background-color:#5f8d4a;
	border-bottom:1px solid #406b2d;
}
#navigatie UL UL UL A:HOVER {
	background-color:#5f8d4a;
	border-bottom:1px solid #406b2d;
}

/* 4 */
#navigatie UL UL UL UL A:LINK, #navigatie UL UL UL UL A:VISITED {
	background-color:#66984f;
	padding:7px 5px 6px 35px;
}
#navigatie UL UL UL UL A:LINK.active, #navigatie UL UL UL UL A:VISITED.active {
	background-color:#76a361;
}
#navigatie UL UL UL UL A:HOVER {
	background-color:#76a361;
}

/* 5 */
#navigatie UL UL UL UL UL A:LINK, #navigatie UL UL UL UL UL A:VISITED {
	background-color:#83b16e;
	padding:7px 5px 6px 45px;
}
#navigatie UL UL UL UL UL A:LINK.active, #navigatie UL UL UL UL UL A:VISITED.active {
	background-color:#90b97d;
}
#navigatie UL UL UL UL UL A:HOVER {
	background-color:#90b97d;
}

/* 6 */
#navigatie UL UL UL UL UL UL A:LINK, #navigatie UL UL UL UL UL UL A:VISITED {
	background-color:#4d8036;
	padding:7px 5px 6px 55px;
}
#navigatie UL UL UL UL UL UL A:LINK.active, #navigatie UL UL UL UL UL UL A:VISITED.active {
	background-color:#a7cc97;
}
#navigatie UL UL UL UL UL UL A:HOVER {
	background-color:#a7cc97;
}



#navigatie LI {
	float:left;
	width:199px;
}

#twitter {
    width: 177px;
/*    background: #eeedf2;*/
/*    border: 1px solid #5C77B4;*/
    padding: 5px;
    margin: 15px 5px 5px 5px;
}
#twitter-header {
    padding: 10px 0 10px 0;
}
#twitter-header a{
    font-size:10px;
    text-decoration: none;
	color: #5D77B4
}
#twitter-header a:hover{
	text-decoration: underline;
} 
#twitter img {
    position: absolute;
    margin: -2px 0 0 150px;
}

#campagnes {
	border-top:1px solid #60A742;
}
#nieuwe_projecten, #campagnes {
	width:189px;
	background-color:#E9EEE0;
	padding:5px 5px 15px 5px;
	border-bottom:1px solid #60A742;
}
#nieuwe_projecten IMG, #campagnes IMG {
	display:block;
}


#aanmelden_nieuwskrant {
	width:189px;
	height: 220px;
	padding:0 5px 10px 5px;
	background: #fff url(../images/layout/button.png) no-repeat left top;
	position:relative;
}

/* KLANT LOGIN / DMS */

.dsmGegevensTbl {
 border-collapse:collapse;
 width:100%;
}

.dsmGegevensTbl TH {
	background-color:#5C77B4;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	
}

.dsmGegevensTbl TD.dsmItem {
	border:1px solid #CCCCCC;
	padding:5px;
	
}

#dmsContent {
	 margin-top:20px;	 
}

#dmsContent B {
	 color:#5C77B4;
}

#dmsProjectOmschrijving{
	padding:0px 0px 20px 0px;
}

#dmsContent .btn {
	width:50px;
	cursor:pointer;
	
}


#dmsContent .btnLogin {
	width:65px;
	margin-top: 10px;
	cursor:pointer;
}

#loginError {
	text-align:center;
	margin-bottom:20px;
	width:100%;
	color:#FF0000;
}

#loginform {
	margin-left:250px;
}


/* Banner homepage nieuwbouwprojecten */
#banner-nieuwbouwprojecten,
#banner-kavels {
	background: #e9eee0;
	float: left;
	width: 700px;
	padding: 0 5px 0 0;
}
#banner-nieuwbouwprojecten{
	border-bottom:1px solid #60A742;
}
#banner-nieuwbouwprojecten span,
#banner-kavels span {
	color: #000;
	display: block;
	padding: 0 0 0 10px;
}
#cms_content_1 #banner-nieuwbouwprojecten span a:link, 
#cms_content_1 #banner-kavels span a:link, 
#cms_content_1 #banner-nieuwbouwprojecten span a:visited ,
#cms_content_1 #banner-kavels span a:visited {
	color: #60a742;
	font-weight: bold;
}
#cms_content_1 #banner-kavels span a:hover,
#cms_content_1 #banner-nieuwbouwprojecten span a:hover {
	text-decoration: none;
}
#banner-nieuwbouwprojecten h1,
#banner-kavels h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #60a742;
	padding: 15px 0 15px 10px;
	margin:0;
	font-weight: normal;
}
#content_home .project {
	float: right;
	width: 149px;
	padding: 5px 0;
	text-align: center;
}
#content_home .kavels{
	float: right;
	width: 310px;
	padding: 5px 0;
}
#content_home .project a {
	color: #60a742;
	text-decoration: none;
	text-transform: uppercase;
}


/* FOOTER */
#footer {
	background-image:url(../images/layout/BG_footer.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:900px;
	height:50px;
	margin:-50px auto 0 auto;
	background-color:#000000;
	position:relative;
	z-index:10;
}

#aanmelden_nieuwsbrief {
	margin: 5px;
	padding: 5px;
	background: #5c77b4 url(../images/layout/button.gif) repeat-x left bottom;
	color: #fff;
}

#aanmelden_nieuwsbrief h3 {
	color: #fff;
}

#aanmelden_nieuwsbrief a {
	padding: 0px;
	display: block;
	height: 15px;
}

#aanmelden_nieuwsbrief a:hover {
	text-decoration: underline;
}

form#nieuwsbrief {
	padding-top: 40px;
}

form#nieuwsbrief span label {
	display: inline;
	width: auto;
	float: none;
}

form#nieuwsbrief label input {
	width: auto;
}

form span.optional {
	color: #ccc;
}

form .error {
	border: 1px solid #a80000;
}

.error ul {
	padding: 5px !important;
}

.error ul li {
	font-size: 11px;
	font-weight: normal;
}

#tabs {
	margin-top: 20px;
}

#tabs div.field {
	float: none;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

#tabs div.field label {
	text-align: left;
	display: block;
	float: none;
	font-weight: bold;
	margin: 0px !important;
	width: auto;
}

#tabs div.field span label {
	display: inline;
	font-weight: normal;
	cursor: pointer;
}

#tabs div.field span label input {
	border: none;
}

#tabs div.field input.text-small {
	width: 100px;
}

#tabs div.field label.optional {
	color: #aaa;
	font-weight: normal;
}

#tabs .ui-state-default a {
	color: #888;
}

#tabs .ui-state-active a {
	color: #333;
}

form .buttons {
	clear: both;
	margin-top: 15px;
}

.buttons .button {
	cursor: pointer;
	width: auto !important;
	padding: 3px 12px !important;
}

form .buttons input.disabled {
	border-color: #f6f6f6 !important;
	background-color: #f6f6f6 !important;
	color: #bbb !important;
	cursor: default;
}

form div.field input.value-placeholder {
	color: #aaa;
}

form div.buttons input:hover.button {
	border-color: #aaa !important;
}

form div.buttons input:hover.disabled {
	border-color: #f6f6f6 !important;
}

form div.field span label {
	display: inline;
	float: none;
}

form div.field span label input {
	position: relative;
	top: 2px;
	width: auto !important;
	display: inline;
}

form div.field-group {
	clear: both;
	overflow: hidden;
}

form div.field-group div.field {
	float: left;
}

form .inline-notice-error {
	color: #a80000;
	display: block;
	background: transparent url(../images/layout/warning.png) no-repeat left center;
	padding-left: 15px;
}

.notice-error {
	padding: 10px;
	border: 1px solid #a80000;
	background-color: #ffccbb;
}

#tabs #nieuwsbrief_aanmelden,
#tabs #nieuwsbrief_aanpassen,
#tabs #nieuwsbrief_afmelden {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#tabs #nieuwsbrief_aanmelden,
#tabs #nieuwsbrief_aanpassen {
	border-bottom: 1px solid #eee;
}

#tabs .ui-tabs-panel {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	border-bottom: none !important;
}

#tabs form div.field-toggle {
	margin-left: 0px;
	margin-bottom: 15px;
	float: none !important;
	clear: both;
	padding-left: 25px;
	margin-top: 0px;
	padding-top: 10px;
}

.highlighted {
	background-color: #fffee5;
}

.field-error {
	background-color: #faeddc;
	margin-left: -10px;
	padding-left: 10px;
}

.field-error input {
	border-color: #a80000 !important;
}

.faded {
	color: #aaa;
}

.divider {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: none !important;
}

#tabs form div.field-toggle-check {
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	margin-top: -5px;
}

DIV.img_kader{
	height:100%;
	width:160px;
	float:left;
	margin-right:20px;
}
DIV.img_kader img{
	max-width: 160px;
	max-height: 110px;
}
DIV.bericht{
	float:left;
	width:280px;
}
