/*-----------------------------------------------------------------------------
Main Stylesheet

auteurs:    johan harteveld - Fundament All Media B.V.
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

body, html {
  width:100%;
  height:100%;
}

html {

}

img {  border: 0; margin: 0;}

/* =Typography
-----------------------------------------------------------------------------*/
html {
  background: #303030 url("../gfx/algemeen/htmlback.gif") repeat-y center top fixed;
}

body {
  background: url("../gfx/algemeen/bodyback.gif") repeat-x left top;
  font: 12px/1.6  Arial, Helvetica, "Trebuchet MS", Tahoma, Verdana, sans-serif;
  color: #000;
}

ul {
  list-style: none;
}


h1 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
  margin-bottom:9px;
  margin-top:22px;
}

h2 {
  color: #42b14f;
  font-size: 14px;
 /* margin-bottom: -1em;*/
  margin-top:15px;
  padding-left:24px;
}

h3 {
  font-size: 12px;
  margin-bottom: 0em;
  color: #cc0033;
  margin-left: 26px;
}

p {
  margin:0 0 24px 0;
  font-size:12px;
  padding: 0 24px 0 24px;
  line-height:1.7;
  color: #000;
}

hr {
  height: 1px;
  background-color: #ddd;
  color: #ddd;
  border: none;
  padding: 0;
  margin: 1em 0;
}

sup {
  vertical-align: baseline;
  position: relative;
  bottom: 0.33em;
}

/* display none */
.display_none {
	display: none;
}

.right {
  float:right;
}

.legenda {
  font-size:10px;
  color:#ccc;
  padding-right:118px;
}

.legenda2 {
  font-size:10px;
  color:#ccc;
  padding-right:148px;
}

.legenda3 {
  font-size:10px;
  color:#ccc;
}

.kreet {
  float:right;
  margin-right:150px;
}

.klik {
  float:left;
  font-size:10px;
  color:#ccc;
}

.klik_2 {
  float:left;
  font-size:10px;
  color:#ccc;
}
/* =Links
-----------------------------------------------------------------------------*/

.content a {
  color: #000;
  text-decoration:underline;
}

.content a:hover {
  color: #000;
  text-decoration:none;
}

/* =Layout
-----------------------------------------------------------------------------*/

/* gehele pagina */

.container {
  width: 902px;
  height: 100%;
  margin: 0 auto;
  background:url("../gfx/algemeen/containerback.jpg") no-repeat;
}

.chome {
  background:url("../gfx/algemeen/containerback.jpg") no-repeat;
}

.back_project {
  background:url("../gfx/algemeen/containerback_08.jpg") no-repeat;	
}


/* in container een content_wrap waarin header, menu content en rolmpopsen */

.content_wrap {
  width: 902px;
  position: relative;
}
/*
header z-index 1
*/

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 902px;
  height: 94px;
  z-index: 1;
}

.header .interesse {
	position: absolute;
	left: 672px;
	top: 25px;
	width: 128px;
	height: 51px;
}

.header .interesse img {
	margin: 0;
	border: 0;
}


/* de content */

/* menuholder, rolmopsen, rolmops_shadows, content en content_shadows komen onder header, dus top: = hoogte header + 4 pixels marge */

.rolmopsen_spiegeling, .content_spiegeling, .rolmopsen, .menuholder, .content   {
  position: absolute;
  left: 0;
  top: 132px;
}

/*
rolmopsen_shadows z-index 2 ( onder menu en content en rolmopsen )
content_shadows z-index 3 ( onder rolmopsen, menu, content )
rolmopsen z-index 4 ( onder menu )
menuholder z-index 5,
content z-index 6 ( content dus over menu heen )
*/

.rolmopsen_spiegeling {
  z-index: 2;
}

.opacity_ophalf {
  -moz-opacity: .4;
  filter: alpha(opacity=40); 
  opacity: .4;
}

.content_spiegeling {
  z-index: 3;
}

.rolmopsen {
  z-index: 4;
}


.menuholder {
  width: 97px;
  height: 480px;
  left: 17px;
  z-index: 10;
  /*border: 1px solid white;
  overflow: hidden;*/
}
/* rest van menu, wat in menuholder komt, staat in menu.css */
/* default left top van de content div, deze wordt overschreven door de id van contentContainer */
/* bv contentContainer heeft id woningenpage #woningpage heeft een specifieke left top */
/* id left top wordt de left top van de content page */
.content {
  z-index: 6;
  left: 133px;
  top: 146px;
  background-color: #ffffff;
	border: 1px solid white;
}

.content_border {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  border: 1px solid white;
  z-index: 3;
}

/*
in content komt om de apply template een div class contentpage, met daarin de content van paginas 
de pagina.xsl geeft aan root.xsl variabele mee pageType zodat de div met class 'content' nog id krijgt 
met de id kan een specifiekere styling per pagina meegegeven worden
inhoud ( left top ) staat ten opzichte van de content
middels pageType = id van div, wordt left top binnen pagina gegegeven
*/

/* default lay-out van de contentContainer */
/* als je in de div contentContainer een id plaatst en die id style-t dan overschrijft die styleing de default */

.contentContainer {
 /* width: 680px;
  min-height: 550px;*/
  background-color: #ffffff;
  overflow: auto;
}

.contenttext {
  padding: 30px;
}

.emptyContentContainer {
  position: absolute;
/*  width: 500px;
  height: 450px;*/
  background-color: #fff;
  overflow: auto;
}

.emptyContentText {
  width: 420px;
  height: 370px; 
  padding: 30px;
}

.content_header {
  position: absolute;
  background-color: #ec0000;
  color: white;
  font-weight: bold;
  height: 20px;
  margin: 0;
  padding-left: 9px;
	border-bottom: 1px solid white;
  cursor: move;
}

.sluitbutton {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  background:  url("../gfx/algemeen/sluitbutton.gif") no-repeat;
  z-index: 10000;
	cursor: pointer;
	cursor: hand;
}

.sub_menu_header {
	
}


/* specifiekere styling via id, height is alleen content dus exclusief content_header */

/* services */

.service {
	background-color: white;
}

#service_cjs_am {
	width: 500px;
	height: 405px;
}

#service_cjs_nikijr {
	width: 646px;
	height: 402px;
	padding: 20px;
}

/* het project */

#hetproject_page {
  width: 690px;
  /*height: 1000px;*/
   background:  url("../gfx/algemeen/bg_content.gif") no-repeat top left;
}

.eerste_alinea {
	width:418px;
}

#hetproject_page ul {
  list-style: disc;
  padding-left:24px;
  margin-left:14px;
}

#contact_page {
  width: 690px;
  height: 370px;
}

#kavelkaart_page {
  width: 690px;
}


#blokhoevefilm{
 width: 685px;
 height: 442px;
 margin: 0;
 padding: 0;
 overflow: hidden;
} 

/*
//Woningen
//
*/

/*fotogalerij */
#impressieslide_page {
	width: 700px;
	height: 469px;
}



.submenu {
  position: absolute;
  z-index: 10;
}
/*------------------------------- plattegronden page ---*/
.plattegronden_content {
  float: left;
  width: 660px;
  margin-left: 22px;
}

.plattegronden_thumbs {
  margin-top: 64px;
}

.plattegronden_thumbs a img {
  margin-right: 8px;
  padding: 3px;
  background-color: #ffffff;
}

#plattegronden_page {
  width:690px;
  height:428px;
  left: 114px;
  top: 147px;
     background:  url("../gfx/algemeen/bg_content.gif") no-repeat top left;
  /*padding: 15px;*/
}

/*------------------------------- impressies page ---*/
.impressies_slide {
  position:absolute;
  width:587px;
  height:367px;
  top:144px;
  left: 10px;
}

#impressies_page {
  background: #303030 url("../gfx/projectback/page_bg.jpg") left bottom no-repeat;
  width:605px;
  height:521px;
  left: 114px;
  top: 147px;
  /*padding: 15px;*/
}

#impressies_page h3 {
  font-size: 12px;
  margin-bottom: 0em;
  color: #000;
  margin-left: 10px;
}


#impressies_page .submenu {
  width: 590px;
  height: 96px;

}

#impressies_page .submenu h2{
  color: #666;
}

#impressies_page .submenu h3 {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: 90px;
  display: block;
  height: 20px;
  overflow: hidden;
}

#impressies_page .submenu p {
  color: #000;
  font-size: 12px;
 /* font-weight: bold;*/
  margin: 0;
  padding: 18px 0 0 10px;
  /*width: 90px;*/
  display: block;
  /*height: 20px;*/
  overflow: hidden;
}

#impressies_page .submenu ul li {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 10px;
}

#impressies_page .submenu ul li a {
  text-decoration: none;
  font-weight: bold;
}

#impressies_page .submenu ul li a:hover {
  text-decoration: underline;
  font-weight: bold;
}
/*------------------------------- eind impressies page ---*/


/*------------- locatie_txt_page submenu*/

.sub_locatie_txt {
  width:500px;
  height:75px;
  float:left;
}

#locatie_txt_page .submenu {
  width: 524px;
  height: 75px;
  margin-left: 25px;
  left: 0px;
}

#locatie_txt_page .submenu h2{
  color: #666;
}

#locatie_txt_page .submenu h3 {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: 75px;
  display: block;
  height: 20px;
  overflow: hidden;
}

#locatie_txt_page .submenu ul li {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 12px;
  border: 1px solid #fff;
}

#locatie_txt_page .submenu ul li a {
  text-decoration: none;
  font-weight: bold;
}

#locatie_txt_page .submenu ul li a:hover {
  text-decoration: underline;
  font-weight: bold;
}
/*-------------*/
#ligging_page {
  width:600px;
  height: 400px;
  left: 114px;
  top: 147px;
}

#locatie_page {
  width: 773px;
  height: 602px;
  left: 114px;
  top: 147px;
  overflow: hidden;
}

#googlemap_page {
  width:585px;
  height: 400px;

}


#googleanimatie_page {
  width:680px;
  height: 425px;

}

#interesse_page, .interesse_iframe {
  width: 690px;
  height: 460px;

}

#makelaars_page {
  width:600px;
  height: 400px;

}

.partijentext {
  float:left;
	width: 280px;
	padding: 0 25px 0 25px;
	/*line-height: 0.0;*/
}

.partijentext2 {
	float:right;
	margin-right:30px;
	margin-top:0;
	padding:0 0;
	width:300px;
	/*line-height: 0.0;*/
}

#algemeen_page {
  background: #303030 url("../gfx/projectback/algemeen_bg.jpg") left bottom no-repeat;
  color: #000;
  width: 610px;
  height: 510px;
}

.algemeentext {
  width: 290px;
  padding: 0 25px 0 25px;
  line-height: 0.0;
}

.algemeentext2 {
  width: 250px;
  padding: 0 25px 0 25px;
  line-height: 0.0;
  left:306px;;
  top:0px;
  position:absolute;
}

.algemeentext h2, .algemeentext2 h2 {
  margin-bottom: 15px;
}

.algemeentext h1, .algemeentext2 h1 {
  font-size: 14px;
  margin-bottom: 4px;
  margin-bottom:9px;
  margin-top:26px;
}

/* het project tekst */
.bullets {
  position: absolute;
  top: 40px;
  left: 250px;
  width: 450px;
}

/*  ----------  shadow komt te staan in een class met een width en height gedefinieerd, shadow zet zich 100% in */
.spiegeling {
  position: absolute;
  z-index: 1;
  left: 0;
  height: 120px;
  background: url("../gfx/algemeen/spiegeling.png") repeat-x left top;
}

.shadow_rt {
  position: absolute;
  width: 8px;
  height: 15px;
  background: url("../gfx/algemeen/backshow_rt.png") no-repeat;
}

.shadow_rb {
  position: absolute;
  width: 8px;
  height: 15px;
  background: url("../gfx/algemeen/backshow_rb.png") no-repeat;
}

.shadow_lb {
  position: absolute;
  width: 15px;
  height: 8px;
  background: url("../gfx/algemeen/backshow_lb.png") no-repeat;
}

.shadow_r {
  position: absolute;
  width: 8px;
  background: url("../gfx/algemeen/backshow_r.png") repeat-y left top;
}

.shadow_b {
  position: absolute;
  height: 8px;
  background: url("../gfx/algemeen/backshow_b.png") repeat-x left top;
}

.footer {
}

/* =Rightcolumn
-----------------------------------------------------------------------------*/

.loginForm {
float:left;
margin-top:-400px !important;
padding:0px !important;
}