/* Stylesheet Zandkasteel, algemeen
 * Version: $Id: zandkasteel.css,v 1.4 2010/04/27 12:57:10 telnotap Exp $
 */
/* toevoeging Leidi, overriding standaard balkdefinities restyling augustus 2009*/
body #balk {
	background-color: #fff;
}

body #balk #logo_container {
	margin-right: 2%;
	margin-left: 2%;
}

/* NPO button; is een include */
body #balk #logo_container .balkonderdeel #zapp_button_container,
body #balk #logo_container .balkonderdeel #npo_button_container,
body #balk #logo_container .balkonderdeel.npo.zappelin #zappelin_button_container {
  margin-top: 2px; 
}
/* EINDE overriding algemene balkdefinities */





/* --------zie ook opmerking bij H1 #beginInhoud-------*/
.noCss {
	display: none;
}

/***********************************************/
/* -------- algemene pagina definities -----*/
/***********************************************/
html {
  height:100%;
}

object.flashobject, object.flashobject embed {
  width:100%;
  height:100%;
}


body {
  margin:0;
  padding:0;
  background-color:#000;
  text-align:center;
  font-family:Verdana, Arial;
  font-size:12px;
  color: #fff;
  font-weight:bold;
  height:100%;
}
a {
  color: #fff
}

h1 {
  display:none;
}

h3 {
  font-size:18px;
  padding: 18px;
}

div#sitecontainer {
margin-top: 1px;
  height:100%;
  text-align: center;
  z-index: 10;
}

a.btn_overlay_close {
  height: 20px;
  width: 18px;
  margin-left: 10px;
  margin-top: -10px;
  background-image: url('/shared/gfx/overlay/btn_close.png');
}

a.btn_overlay_close img {
  display:none;
}



