/*-----------------------------------------------------------------------------
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: #323947 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: #6d5b11;
}

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: #6d5b11;
  margin-left: 26px;
}

p {
  margin:0 0 26px 26px;
  font-size:12px;
  padding-right:10px;
  color: #000;
  /*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;
}

.beschrijving_knop {
  float:left;
  position:relative;
  margin-top:480px;
  margin-left:10px;
}

/* =Links
-----------------------------------------------------------------------------*/

.content a {
  color: #ff0000;
  text-decoration:underline;
}

.content a:hover {
  color: #000;
  text-decoration:none;
}


/* =Layout
-----------------------------------------------------------------------------*/

/* gehele pagina */

.container {
  width: 901px;
  min-height: 770px;
  margin: 0 auto;
  background:url("../gfx/algemeen/containerback.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: 0px;
  width: 902px;
  height: 130px;
  z-index: 1;
  /*background:url("../gfx/algemeen/headerback.png") no-repeat;*/
}


/* 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: 3px;
  top: 96px;
}


/*
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: 6;
  left: 0;
}

.rolmopsen {
  z-index: 4;
  width: 220px;
}


.menuholder {
  width: 95px;
  height: 480px;
  left: 24px;
  z-index: 5;
}
/* 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: 2001;
  left:140px;
  top: 106px;
  background-color: #fff;
  overflow: visible;
   border: 1px solid #325f78;
}

.content_border {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  border: 1px solid #325f78;
  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: 801px;
  height: 550px;
  background-color: #fff;
  overflow: auto;
}

.contentContainer .banner {
  margin:10px;
}

.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: #16425b;
  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 */


#nieuws_page {
  width: 710px;
  height: 620px;
  left: 120px;
  top: 98px;
}

#nieuws2_page {
  width: 710px;
  height: 770px;
  left: 166px;
  margin:0;
  padding:0;

}

.nieuws_page_text {
    background: url("../gfx/summersale.png") no-repeat;
}

#nieuws2_page .nieuws_page_text {
     
	width: 700px;
	height: 515px;
        margin-left:8px;
        margin-top:5px;
}

/*------------------------------- eind hetgebouw_page ---*/


.submenu {
  position: absolute;
  z-index: 10;
}


.nieuws {
  left: 230px;
  top: 203px;
  z-index: 8;
  float: left;
}

/*------------------------------- eind plattegronden_page ---*/


#herenhuizen {
  float: left;
  margin-left:0px;
  margin-top:0px;
  
}



/*  ----------  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;
}

.home_txt{
    position: absolute;
    left: 225px;
    height: 190px;
    width: 582px;
    top: 109px;
    background: url("../gfx/algemeen/overlay.png") repeat;
    z-index: 2000;
}

.home_txt a{
    color: #e30117; text-decoration:none;
}

.nieuwslink{
    position:absolute;
    left: 741px;
    top: 86px;
    width: 87px;
    height: 17px;
    z-index: 2000;
}

.nieuwslink a{
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
    color: #323947;
}

.banner-txt{
    position: absolute;
    left: 215px;
    top:645px;
    width:440px;
}

.banner-txt p{
    color: #fff;
    font-size: 14px;
}

.banner-txt a{
    text-decoration: none;
    color: #fff;
}

