/* Elements responsible for page layout. */
/* These elements have absolute positions*/

/* Background */

   /* Upper part */
   
   
/* --------------------------  DESKTOP  -------------------------- */
@media (min-width: 600px) {
div#achterstreep {
	width:100%;
	height:100%; 
	position: absolute;
	background-image: url(HeadingFigureHome.jpg);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
}

/* Language choice menu */
div#TaalBalk {
  position: absolute;
  left: 780px;
  top: 15px;
  z-index: 0;  
}
div#TaalBalk a {
  color: #FFF;  
}
.spotlight {
  float: left;
  display: block;
  width: 179px;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 5px 2px;
  margin: 3px;
}

.address {
  float: left;
  display: block;
  /*width: 240px;*/
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 3px;
  padding: 8px;
}

.address:first-child {
	width: 240px;
}

.address:last-child {
	margin-left: 15px;
	margin-top: 40px;
}

.footer {
  clear: both;
  margin-bottom: 0;
  background: #B1B0B5;
  /*border-radius: 3px;*/
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #FFF;
  height: 120px;
}

/* display text next to the slogan */
#slogan {
	float: left;
	padding: 10px;	
}

}

/* --------------------------  DESKTOP  -------------------------- */
	

/* --------------------------  MOBILE  -------------------------- */
@media (max-width: 599px) {
div#achterstreep {
	width:100%;
	height:100%;
	position: absolute;
	background-image: url(HeadingFigureHome_white.jpg);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
}

div#TaalBalk{
	position:absolute;
	left: 180px;
	top: 90px;	
	z-index: 4;
	color: black;	
}

div#TaalBalk a {
  color: #000;
}

.spotlight {
  float: left;
  display: block;
  width: 100%;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 5px 2px;
  margin: 3px;
}

.address {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 3px;
  padding: 8px;
}

.footer {
  clear: both;
  margin-bottom: 0;
  background: #B1B0B5;
  border-radius: 3px;
  padding: 8px;
  color: #FFF;
  height: 265px;
  width: 240px;
}

}
/* --------------------------  MOBILE  -------------------------- */


   /* Lower part */

   div#achtercirkels{
	width: 100%;
	height: 695px;
	position: absolute;
	background-repeat: no-repeat;
	top: 166px;
	left: 0px;
   }

/* Picture to click on to go to Home page */

img#homeclickimg{
	position: absolute;
	top:88px;
	left: 20px;
	border: 0;
	z-index: 3;
}

/* Color indicator of main menu choice  */

div.homekleurbalk, div.companykleurbalk, div.courseskleurbalk, div.servicekleurbalk, div.resourceskleurbalk, div.contactkleurbalk, div.myabiskleurbalk {
	position: absolute;
	z-index: 0;
	top: 146px;
	left: 763px;
  	width: 37px;
	background-repeat: no-repeat;
/*  	border: 1px solid red;   */
}

@media (max-width: 599px) {
	div.homekleurbalk, div.companykleurbalk, div.servicekleurbalk, div.courseskleurbalk, div.resourceskleurbalk, div.contactkleurbalk, div.myabiskleurbalk  {
	background-image:none;
	}
}

/* Main menu on top of page */

/* TBD
div#bovenbalk {
	position: absolute;
	width:770px; /*LVdd 13/01/10, voor MyABIS: 7 x 110 = 770  
	z-index: 3;  /* nodig ?????? 
	top: 166px;
	right: 0px;
	left: 140px;
}
*/

div#bovenbalk {
	position: absolute;
	width:800px; /*LVdd 13/01/10, voor MyABIS: 7 x 110 = 770 */ 
	top: 166px;
	right: 0px;
	left: 0px;
	background-color: rgb(177,176,181);
}

/* Where are you ? */

div#breadcrumbs {
	top:198px;
	left: 0px;
	position: absolute;
	width:785px;
	z-index: 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* Search zone */

div#search{
	position: absolute;
	left:0px;
	top:218px;
}

/* Second-level menu */

div#linkerbalk{
	position: absolute;
	left: 10px;
	top: 248px;
	width: 200px;
	z-index: 1;
}

/* Body  column */

div#bodykolom {
	z-index: 0;
	position: absolute;
	left: 220px;
	top: 240px;
    width: 570px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.slogan p {
      line-height: 1.2em;
	  padding: 7px;
    }


/* In de kijker */


/* -- ORIG
.address {
	margin-bottom: 0px;
	margin-top: 0px;
}*/



.address p{
	line-height: 1.2em;
	color: white;
	background: #B1B0B5;
}

/*
.address td:first-child {
	vertical-align:top;
	line-height: 1.2em;
	width: 260px;
} */

