@charset "utf-8";
/* CSS Document */

/* Style Sheet for "HillelHuis" website */

* {
	margin:0;
	padding:0;
}

/* Backgrounds */
	
html, body {
	text-align:center;
	height:100%;
	background-color:#FFF;
	padding-top:10px;
}	

@font-face {
	font-family:Calibri;
	panose-1:2 11 6 4 2 2 2 2 2 4;
}

@font-face {
	font-family:"Calibri Black";
	panose-1:2 11 10 4 2 1 2 2 2 4;
}

p.nombre {
	font-family:Arial;
	font-size:xx-large;
	font-weight:bolder;
}

p.talk { 
  text-align:left;
  font-size:12.0pt;
  font-family:Arial;
  color:white;
  language:NL;
  padding: 0 25px 25px 25px;
  vertical-align:bottom;
  background-color:#7f7f7f;
  text-decoration:none;
}

h1 { 
  text-align:center;
  font-size:x-large;
  font-family:Arial;
  font-weight:Bold;
  color:white;
  language:NL;
  padding: 25px 25px 25px 25px;
  vertical-align:bottom;
  background-color:#7f7f7f;
  text-decoration:none;
}	

h2 { 
  text-align:left;
  font-size:13.0pt;
  font-family:Arial;
  font-weight:Bold;
  color:white;
  language:NL;
  padding: 0 25px 0 25px;
  vertical-align:bottom;
  background-color:#7f7f7f;
  text-decoration:none;
}

a {
	text-decoration:none;
}

/* Buttons */

img {
	border-style: none;
}

#header {
	width:828px;
	height:120px;
}

#content {
	width:828px;
	height:600px;
	text-align:center;
	background:url(resource/canvas.gif) no-repeat;
	vertical-align:bottom;
}

#filler {
	width:828px;
	height:200px; /* 508-256 = content.height - buttons.height */
}

#filler2 {
	width:828px;
	height:160px; /* height houses */
}

/*Notes:

. for classes
#for id's
order: top right bottom left

*/
