/*-----------------------------------------------------------------------------
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: #3e8cc2 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: #252525;
}

ul {
  list-style: none;
}


h1 {
  font-size: 14px;
  margin-bottom: 4px;
  margin-bottom:9px;
  margin-top:52px;
}

h2 {
  font-size: 14px;
  margin-bottom: -1em;
  margin-top:25px;
}

h3 {
  font-size: 12px;
  margin-bottom: 0em;
  color: #326084;
  margin-left: 26px;
  padding-left:6px;
}

p {
  margin:0 0 26px 0;
  font-size:12px;
  padding-right:10px;
  line-height:1.7;
}

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;
}


/* =Links
-----------------------------------------------------------------------------*/

.content a {
  color: #fff;
  text-decoration:underline;
}

.content a:hover {
  color: #fff;
  text-decoration:none;
}

/* =Layout
-----------------------------------------------------------------------------*/

/* gehele pagina */

.container {
  width: 901px;
  height: 100%;
  margin: 0 auto;
/*  background:url("../gfx/algemeen/containerback_01.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;
}

/*interesse
.content {
	width:450px;
}
*/
/*
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: 108px;
}

/*
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: 95px;
  height: 480px;
  left: 18px;
  z-index: 5;
  /*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: 185px;
  top: 108px;
  border: 1px solid white;
  background-color: #2f89c8;
}

.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: 692px;
  min-height: 453px;
  background-color: #2f89c8;
}

.contenttext p {
  padding: 20px 30px 10px 30px;
  color:#fff;
    float: left;
}

.contenttext ul li {
  margin-left:30px;
  color:#fff;
  list-style-type:disc;
}

.leftkolom {
  float:left;
  margin-left:25px;
  width:320px;
  margin-top:20px;
}

.rightkolom {
  float:right;
  width:320px;
  margin-top:20px;
}

.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: 710px;
  height: 450px;
  left: 120px;
  top: 108px;
}


#type_page {
  background: #2d89c8;
  left: 185px;
  top: 108px;
  width: 662px;
  float: left;
  color: #fff;
  overflow: hidden;
   margin: 0;
    padding: 0;
}

#type_page p,
#type_page ul{
   padding: 20px;

}

#type_page ul {
    margin: 0 0 0 20px;
    list-style: disc;
}

#type_page p .thumb{
   float: left;
    margin: 20px 40px 40px 0;
}

#koopsubsidie_page {
   background-image: url("../gfx/algemeen/type-a_blauw.jpg");
  left: 185px;
  top: 108px;
  width: 662px;
  height: 442px;
}

/*
//Woningen
//
*/


.submenu {
  position: absolute;
  z-index: 10;
}

/*------------------------------- impressies page ---*/
.impressies_slide {
  position:absolute;
  width:587px;
  height:367px;
  top:144px;
  left: 10px;
}

#plattegrond_slidepage {
	width:698px;
    height:475;
}

#impressies_page {
  background-color: #326084;
  width:692px;
  height:453px;
  left: 120px;
  top: 108px;
  /*padding: 15px;*/
}

#omgeving_page {
  background-color: #326084;
  width:692px;
  height:453px;
  left: 120px;
  top: 108px;
  /*padding: 15px;*/
}

/*------------------------------- 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: #fff;
  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:692px;
  height: 453px;
  left: 150px;
  top: 108px;
}

#locatie_page {
  width: 692px;
  height: 453px;
  left: 120px;
  top: 120px;
  overflow: hidden;
}
#interesse_page {
  width: 780px !important;
  height: 500px;
  left: 120px;
  top: 108px;
}

#interesse_page, .interesse_iframe {
  width: 780px !important;
  height: 500px;
  left: 120px;
  top: 108px;
}



#makelaars_page {
  width:620px;
  height: 550px;
  left: 150px;
  top: 108px;
}

#contact_page {
  background-color: #326084;
  color: #fff;
  width: 690px;
  height: 464px;
  left: 120px;
  top: 108px;
}

#algemeen_page {
  background-color: #326084;
  color: #fff;
  width: 610px;
  height: 510px;
  left: 120px;
  top: 108px;
}

.algemeentext {
  width: 280px;
  padding: 0 25px 0 25px;
  line-height: 0.0;
}

.algemeentext2 {
  width: 260px;
  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;
}

.hp_beschrijving {
  position: absolute;
  top: 27px;
  left: 0px;
  width: 520px;
  margin-left: 10px;
}

.hp_appartementen_beschrijving {
  position: absolute;
  top: 0px;
  left: 12px;
  width: 520px;
  margin-left: 10px;
}

.hp_beschrijving_locatie {
  position: absolute;
  top: 100px;
  left: 12px;
  width: 520px;
  margin-left: 10px;
}


/* project backs */

.woningtypeback {
  background: #fff url("../gfx/projectback/woningtype_1.jpg") no-repeat 0px 0px;
}

.beschrijvingback {
  background: #fff url("../gfx/projectback/beschrijvingback.jpg") no-repeat;
}

.impressie_1_back {
  background: #fff url("../gfx/impressies/1.jpg") no-repeat 15px 15px;
}




/*  ----------  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;
}


/* Plattegronden */
#plattegronden_page{
    float:left;
    min-height:225px;
    padding:20px;
    width:500px;
}

#plattegronden_page h2{
    margin-bottom: 10px;
    margin-top: 0px;
    color: #fff;
}

#plattegronden_page .plattegrond_holder{
    float:left;
    width: 100%;
}

#plattegronden_page .thumb{
    margin-right: 40px;
    margin-bottom: 40px;
}

#plattegronden_page .thumb img{
    border: 1px solid #000;
}

/** routeplanner nieuwbouwdag */
#nieuwbouwdagLandingpage {
   background-color:#FFF;
}
#nieuwbouwdagLandingpage .nieuwbouwdagLogo {
   margin-left:10px;
}
#nieuwbouwdagLandingpage .googleroutecontent {
   margin-left:10px;
}
#map_canvas {
   height: 400px;
   width: 365px;
}

#nieuwbouwdagLandingpage .nieuwbouwdagPromo {
   background-color: #f68121;
   color: #FFF;
   font-size: 14pt;
   font-weight: bold;
   padding: 10px;
   margin-bottom: 20px;
}
#nieuwbouwdagLandingpage .nieuwbouwdagPromo p {
   margin:15px 0 15px 0;
}
#nieuwbouwdagLandingpage .bigPromo {
   font-size: 22pt;
   /*margin-top:10px;*/
   /*margin-bottom: 10px;*/
}
#nieuwbouwdagLandingpage .google-zoek-div {
   float: left;
   margin-right:10px;
   width: 285px;
}
#nieuwbouwdagLandingpage .footerClear {
   clear:both;
}

.content #type_page .marginleftright{
    margin: 0 20px 10px 20px;
    padding: 0;
}

.content #type_page ul.marginleftright{
    margin: 0 0 10px 35px;
}

.content #type_page h2{
    margin: 10px 0 10px 20px;
}


